summaryrefslogtreecommitdiffstats
path: root/www/firefox-devel/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-10 03:40:40 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-10 03:40:40 +0800
commitc92d884b1be0335b2b01a256042e6dd98b5dec0a (patch)
tree33c7d834f05430a42912aea5bbcd2f067e059d97 /www/firefox-devel/Makefile
parent1ab669c4501941946b2a2fe113313124a814d302 (diff)
downloadmarcuscom-ports-c92d884b1be0335b2b01a256042e6dd98b5dec0a.tar.gz
marcuscom-ports-c92d884b1be0335b2b01a256042e6dd98b5dec0a.tar.zst
marcuscom-ports-c92d884b1be0335b2b01a256042e6dd98b5dec0a.zip
* Update to 1.5 beta 2 [1]
* Add support of ports-installed Kerberos [2] * Enable all default extensions [3] PR: 86961 [3] Submitted by: mnag [1] David W. Hankins <David_Hankins@isc.org> [2] git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4931 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox-devel/Makefile')
-rw-r--r--www/firefox-devel/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile
index 37f6058a3..2b284994b 100644
--- a/www/firefox-devel/Makefile
+++ b/www/firefox-devel/Makefile
@@ -3,12 +3,11 @@
# Whom: Alan Eldridge <alane@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/firefox-devel/Makefile,v 1.19 2005/09/12 21:05:12 marcus Exp $
+# $MCom: ports/www/firefox-devel/Makefile,v 1.20 2005/09/23 20:49:57 mezz Exp $
#
PORTNAME= firefox
-DISTVERSION= 1.5b1
-PORTREVISION= 2
+DISTVERSION= 1.5b2
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA}
@@ -37,9 +36,11 @@ USE_GNOME= gtk20 libidl desktopfileutils
USE_ICONV= yes
USE_PERL5_BUILD=yes
USE_X_PREFIX= yes
+USE_GCC= 3.4+
WRKSRC= ${WRKDIR}/mozilla
PKGINSTALL= ${WRKDIR}/pkg-install
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
+KRB5_HOME?= /usr
EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \
--exclude */macbuild/*\
@@ -51,7 +52,7 @@ EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude */CVS/* \
FIREFOX= ${PORTNAME}
FF_SUFX= -devel
FF= ${FIREFOX}${FF_SUFX}
-FF_VER= 1.4
+FF_VER= 1.4.1
#FF_VER= ${PORTVERSION}
FIREFOX_ICON= ${FF}.xpm
@@ -110,10 +111,6 @@ IGNORE= core dumps on alpha during post-build
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
.endif
-.if ${OSVERSION} < 500000
-USE_GCC= 3.4
-.endif
-
pre-extract::
@${ECHO_MSG}
@${ECHO_MSG} "Extracting source (this takes a while) ..."
@@ -128,6 +125,7 @@ post-extract::
-e 's|@LOCALBASE@|${LOCALBASE}|' \
-e 's|@FAKEDIR@|${FAKEDIR}|' \
-e 's|@PERL@|${PERL5}|' \
+ -e 's|@KRB5_HOME|${KRB5_HOME}|' \
<${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig
@${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' \
<${FILESDIR}/firefox.desktop.in >${WRKDIR}/${FF}.desktop