svn commit: r371388 - head/www/libxul
Beat Gaetzi
beat at FreeBSD.org
Thu Oct 23 11:43:24 UTC 2014
Author: beat
Date: Thu Oct 23 11:43:23 2014
New Revision: 371388
URL: https://svnweb.freebsd.org/changeset/ports/371388
QAT: https://qat.redports.org/buildarchive/r371388/
Log:
Unbreak sans TEST
PR: 194543
Submitted by: Jan Beich
MFH: 2014Q4
Modified:
head/www/libxul/Makefile
Modified: head/www/libxul/Makefile
==============================================================================
--- head/www/libxul/Makefile Thu Oct 23 11:27:42 2014 (r371387)
+++ head/www/libxul/Makefile Thu Oct 23 11:43:23 2014 (r371388)
@@ -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-head
mailing list