Date: Fri, 17 Oct 2014 21:26:14 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1734 - branches/firefox33/www/libxul trunk/www/libxul Message-ID: <201410172126.s9HLQEYQ021407@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410172126.s9HLQEYQ021407>