summaryrefslogtreecommitdiffstats
path: root/www/firefox-devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-10 04:53:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-10 04:53:01 +0800
commitf236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e (patch)
tree5f89dd180be25eafa3c76acdd6baa2d1c42aa8e1 /www/firefox-devel
parent499519c5ad0608265d38e58b9cdfbff03595f43c (diff)
downloadmarcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar
marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.gz
marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.bz2
marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.lz
marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.xz
marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.zst
marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.zip
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9546 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox-devel')
-rw-r--r--www/firefox-devel/Makefile6
-rw-r--r--www/firefox-devel/files/extra-patch-config_make-jars.pl10
2 files changed, 1 insertions, 15 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile
index 98f956dd0..e73df790b 100644
--- a/www/firefox-devel/Makefile
+++ b/www/firefox-devel/Makefile
@@ -3,7 +3,7 @@
# Whom: Alan Eldridge <alane@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/firefox-devel/Makefile,v 1.36 2007/02/24 21:00:46 mezz Exp $
+# $MCom: ports/www/firefox-devel/Makefile,v 1.38 2007/07/05 16:52:19 ahze Exp $
PORTNAME= firefox
DISTVERSION= 3.0.a6
@@ -58,10 +58,6 @@ MOZ_OPTIONS+= --disable-svg
#MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
#.endif
-.if ${PERL_LEVEL} < 500600
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
-.endif
-
post-extract::
@${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \
-e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \
diff --git a/www/firefox-devel/files/extra-patch-config_make-jars.pl b/www/firefox-devel/files/extra-patch-config_make-jars.pl
deleted file mode 100644
index a558607ca..000000000
--- a/www/firefox-devel/files/extra-patch-config_make-jars.pl
+++ /dev/null
@@ -1,10 +0,0 @@
---- config/make-jars.pl.orig Wed Oct 13 16:17:11 2004
-+++ config/make-jars.pl Wed Oct 13 16:17:07 2004
-@@ -40,6 +40,7 @@
- last if ($arg eq "--");
- }
- my $defines = join(' ', @ARGV[ $ddindex .. $#ARGV ]);
-+splice @ARGV, $ddindex, $#ARGV;
-
- getopts("d:s:t:f:avlD:o:p:xz:");
-