[SVN-Commit] r1734 - branches/firefox33/www/libxul trunk/www/libxul

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Fri Oct 17 21:26:23 UTC 2014


Author: jbeich
Date: Fri Oct 17 21:26:13 2014
New Revision: 1734

Log:
don't specify default extensions to make build proceed

Modified:
   branches/firefox33/www/libxul/Makefile
   trunk/www/libxul/Makefile

Modified: branches/firefox33/www/libxul/Makefile
==============================================================================
--- branches/firefox33/www/libxul/Makefile	Thu Oct 16 10:25:50 2014	(r1733)
+++ branches/firefox33/www/libxul/Makefile	Fri Oct 17 21:26:13 2014	(r1734)
@@ -46,7 +46,6 @@
 USE_LDCONFIG=	${PREFIX}/lib/${MOZILLA}
 
 MOZ_OPTIONS?=	--enable-application=xulrunner
-MOZ_EXTENSIONS=	default,cookie,permissions
 USE_GECKO=	gecko
 CPE_PRODUCT=	firefox_esr
 OBJDIR_BUILD=	# in-tree build broken after bug 789837
@@ -56,7 +55,7 @@
 MOZ_PKGCONFIG_FILES=	libxul-embedding libxul mozilla-js \
 			mozilla-plugin
 
-BROKEN=		build error on js/xpconnect/src/libxpconnect_s.a.desc
+BROKEN=		stage-package fails with ValueError: no path specified
 
 .include "${.CURDIR}/../../www/firefox/Makefile.options"
 .include <bsd.port.pre.mk>

Modified: trunk/www/libxul/Makefile
==============================================================================
--- trunk/www/libxul/Makefile	Thu Oct 16 10:25:50 2014	(r1733)
+++ trunk/www/libxul/Makefile	Fri Oct 17 21:26:13 2014	(r1734)
@@ -46,7 +46,6 @@
 USE_LDCONFIG=	${PREFIX}/lib/${MOZILLA}
 
 MOZ_OPTIONS?=	--enable-application=xulrunner
-MOZ_EXTENSIONS=	default,cookie,permissions
 USE_GECKO=	gecko
 CPE_PRODUCT=	firefox_esr
 OBJDIR_BUILD=	# in-tree build broken after bug 789837
@@ -56,7 +55,7 @@
 MOZ_PKGCONFIG_FILES=	libxul-embedding libxul mozilla-js \
 			mozilla-plugin
 
-BROKEN=		build error on js/xpconnect/src/libxpconnect_s.a.desc
+BROKEN=		stage-package fails with ValueError: no path specified
 
 .include "${.CURDIR}/../../www/firefox/Makefile.options"
 .include <bsd.port.pre.mk>


More information about the freebsd-gecko mailing list