diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-08-08 18:42:03 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-08-08 18:42:03 +0000 |
commit | 48f9528b90d58ac57bc0dcf8b05e939026b26799 (patch) | |
tree | e865dbceb17400d2f950e44a8979cf576a6eee98 /www/firefox-esr | |
parent | 1004b19b87434832a42045b63a6c0d71d11048c4 (diff) |
Notes
Diffstat (limited to 'www/firefox-esr')
-rw-r--r-- | www/firefox-esr/Makefile | 32 | ||||
-rw-r--r-- | www/firefox-esr/distinfo | 4 |
2 files changed, 3 insertions, 33 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index d2cc41a103fa..1e9b30d89dff 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 17.0.7 -PORTREVISION= 1 +DISTVERSION= 17.0.8 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source @@ -46,40 +45,11 @@ MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \ --enable-application=browser \ --enable-official-branding -OPTIONS_DEFINE= PGO - .include "${.CURDIR}/../../www/firefox/Makefile.options" .include <bsd.port.pre.mk> WRKSRC:= ${WRKDIR}/mozilla-esr17 -.if ${PORT_OPTIONS:MPGO} -USE_GCC?= any -USE_DISPLAY= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" - -.undef GNU_CONFIGURE -MOZ_OPTIONS+= ${CONFIGURE_TARGET} -MAKEFILE= ${WRKSRC}/client.mk -ALL_TARGET= profiledbuild -MOZ_MK_OPTIONS+=PROFILE_GEN_SCRIPT="${PYTHON_CMD} \ - @MOZ_OBJDIR@/_profile/pgo/profileserver.py" -.endif - -pre-extract: -.if ${PORT_OPTIONS:MPGO} - @${ECHO} "*****************************************************************" - @${ECHO} "**************************** attention **************************" - @${ECHO} "*****************************************************************" - @${ECHO} "To build Firefox with PGO support you need a running X server and" - @${ECHO} " build this port with an user who could access the X server! " - @${ECHO} "" - @${ECHO} "During the build a Firefox instance will start and run some test." - @${ECHO} " Do not interrupt or close Firefox during this tests! " - @${ECHO} "*****************************************************************" - @sleep 10 -.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-esr/distinfo b/www/firefox-esr/distinfo index c156a930cfc8..8423f8c9a451 100644 --- a/www/firefox-esr/distinfo +++ b/www/firefox-esr/distinfo @@ -1,2 +1,2 @@ -SHA256 (firefox-17.0.7esr.source.tar.bz2) = 126dbb0660cec3290be718b08eb6e8af4adb453d6a57fd4f7334d4b37fea9f33 -SIZE (firefox-17.0.7esr.source.tar.bz2) = 90603436 +SHA256 (firefox-17.0.8esr.source.tar.bz2) = 87f846d0cc6e1b2f4c1baeb58d2123ffbc8c166a1ec81a3b1e0551fbbd6ef1e8 +SIZE (firefox-17.0.8esr.source.tar.bz2) = 90765879 |