Date: Thu, 29 May 2014 15:58:44 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355713 - in head/www: firefox firefox-esr libxul Message-ID: <201405291558.s4TFwiII075888@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405291558.s4TFwiII075888>