svn commit: r371425 - branches/2014Q4/www/libxul
Beat Gaetzi
beat at FreeBSD.org
Fri Oct 24 08:08:11 UTC 2014
Author: beat
Date: Fri Oct 24 08:08:10 2014
New Revision: 371425
URL: https://svnweb.freebsd.org/changeset/ports/371425
QAT: https://qat.redports.org/buildarchive/r371425/
Log:
MFH: r371388
Unbreak sans TEST
PR: 194543
Submitted by: Jan Beich
Approved by: ports-secteam (rea)
Modified:
branches/2014Q4/www/libxul/Makefile
Directory Properties:
branches/2014Q4/ (props changed)
Modified: branches/2014Q4/www/libxul/Makefile
==============================================================================
--- branches/2014Q4/www/libxul/Makefile Fri Oct 24 08:01:24 2014 (r371424)
+++ branches/2014Q4/www/libxul/Makefile Fri Oct 24 08:08:10 2014 (r371425)
@@ -46,7 +46,6 @@ LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ
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,8 +55,6 @@ MOZILLA_PLIST_DIRS= bin include lib shar
MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \
mozilla-plugin
-BROKEN= build error on js/xpconnect/src/libxpconnect_s.a.desc
-
.include "${.CURDIR}/../../www/firefox/Makefile.options"
.include <bsd.port.pre.mk>
@@ -90,6 +87,10 @@ RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${POR
RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
.endif
+.if ${PORT_OPTIONS:MTEST}
+BROKEN= stage-package fails with ValueError: no path specified
+.endif
+
post-patch:
@${REINPLACE_CMD} -e '/MOZPNG/s/=[0-9]*/=10511/' \
${WRKSRC}/configure.in
More information about the svn-ports-all
mailing list