svn commit: r355713 - in head/www: firefox firefox-esr libxul
Antoine Brodin
antoine at FreeBSD.org
Thu May 29 15:58:45 UTC 2014
Author: antoine
Date: Thu May 29 15:58:44 2014
New Revision: 355713
URL: http://svnweb.freebsd.org/changeset/ports/355713
QAT: https://qat.redports.org/buildarchive/r355713/
Log:
Don't hide that those 3 ports are not staged
With hat: portmgr
Modified:
head/www/firefox-esr/Makefile
head/www/firefox/Makefile
head/www/libxul/Makefile
Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile Thu May 29 15:27:36 2014 (r355712)
+++ head/www/firefox-esr/Makefile Thu May 29 15:58:44 2014 (r355713)
@@ -54,6 +54,7 @@ MOZ_OPTIONS= --program-transform-name='s
--enable-application=browser \
--enable-official-branding
+NO_STAGE= yes
.include "${.CURDIR}/../../www/firefox/Makefile.options"
.include <bsd.port.pre.mk>
Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile Thu May 29 15:27:36 2014 (r355712)
+++ head/www/firefox/Makefile Thu May 29 15:58:44 2014 (r355713)
@@ -56,6 +56,7 @@ MOZ_OPTIONS= --program-transform-name='s
--enable-application=browser \
--enable-official-branding
+NO_STAGE= yes
.include "${.CURDIR}/../../www/firefox/Makefile.options"
.include <bsd.port.pre.mk>
Modified: head/www/libxul/Makefile
==============================================================================
--- head/www/libxul/Makefile Thu May 29 15:27:36 2014 (r355712)
+++ head/www/libxul/Makefile Thu May 29 15:58:44 2014 (r355713)
@@ -56,6 +56,7 @@ PLIST_DIRSTRY= share/idl
MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \
mozilla-plugin
+NO_STAGE= yes
.include "${.CURDIR}/../../www/firefox/Makefile.options"
.include <bsd.port.pre.mk>
More information about the svn-ports-all
mailing list