diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-11 00:26:50 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-11 00:26:50 +0800 |
commit | d48a46571bd96ee505054c0a0e84bd325ca0eb9f (patch) | |
tree | 46707b70770ce3675c8348014f68fc55da61ac53 /www/firefox3-devel/Makefile | |
parent | 4a53ee49a47f4f5932b8198e3e1c9cc4922f0631 (diff) | |
download | marcuscom-ports-d48a46571bd96ee505054c0a0e84bd325ca0eb9f.tar marcuscom-ports-d48a46571bd96ee505054c0a0e84bd325ca0eb9f.tar.gz marcuscom-ports-d48a46571bd96ee505054c0a0e84bd325ca0eb9f.tar.bz2 marcuscom-ports-d48a46571bd96ee505054c0a0e84bd325ca0eb9f.tar.lz marcuscom-ports-d48a46571bd96ee505054c0a0e84bd325ca0eb9f.tar.xz marcuscom-ports-d48a46571bd96ee505054c0a0e84bd325ca0eb9f.tar.zst marcuscom-ports-d48a46571bd96ee505054c0a0e84bd325ca0eb9f.zip |
- Update to 3.0 alpha 7
- Add a patch that fixes the image loader that discards JPEG and PNG images
after a few seconds of inactivity.
See http://primates.ximian.com/~federico/news-2007-09.html#firefox-memory-2
for more info.
Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=296818
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9560 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox3-devel/Makefile')
-rw-r--r-- | www/firefox3-devel/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index e73df790b..cc8e6b375 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -6,13 +6,13 @@ # $MCom: ports/www/firefox-devel/Makefile,v 1.38 2007/07/05 16:52:19 ahze Exp $ PORTNAME= firefox -DISTVERSION= 3.0.a6 +DISTVERSION= 3.0.a7 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/granparadiso/alpha6/source/ +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/granparadiso/alpha7/source/ #MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source -DISTNAME= granparadiso-alpha6-source +DISTNAME= granparadiso-alpha7-source #DISTNAME= ${PORTNAME}-${DISTVERSION}-source MAINTAINER= gnome@FreeBSD.org @@ -21,7 +21,8 @@ COMMENT= Web browser based on the browser portion of Mozilla MOZILLA_NAME= Firefox-${MOZILLA_SUFX} MOZILLA_SUFX= -devel MOZILLA= ${PORTNAME}${MOZILLA_SUFX} -MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' +MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \ + --enable-svg --enable-svg-renderer=cairo MOZ_TOOLKIT= cairo-gtk2 WANT_GNOME= yes @@ -52,12 +53,6 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} -MOZ_OPTIONS+= --disable-svg -#.if ${OSVERSION} >= 600000 -# Needs MOZ_TOOLKIT=cairo-gtk2 -#MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo -#.endif - post-extract:: @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ @@ -75,6 +70,7 @@ post-patch: .endfor port-pre-install: + ${SED} -e 's|1.9a7|0|' ${WRKSRC}/dist/bin/application.ini ${FAKEDIR}/lib ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLIST} ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST} ${ECHO_CMD} 'share/pixmaps/${FIREFOX_ICON}' >> ${PLIST} |