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

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sat Oct 18 14:19:11 UTC 2014


Author: jbeich
Date: Sat Oct 18 14:19:01 2014
New Revision: 1736

Log:
conditionalize

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

Modified: branches/firefox33/www/libxul/Makefile
==============================================================================
--- branches/firefox33/www/libxul/Makefile	Sat Oct 18 12:27:40 2014	(r1735)
+++ branches/firefox33/www/libxul/Makefile	Sat Oct 18 14:19:01 2014	(r1736)
@@ -55,8 +55,6 @@
 MOZ_PKGCONFIG_FILES=	libxul-embedding libxul mozilla-js \
 			mozilla-plugin
 
-BROKEN=		stage-package fails with ValueError: no path specified
-
 .include "${.CURDIR}/../../www/firefox/Makefile.options"
 .include <bsd.port.pre.mk>
 
@@ -89,6 +87,10 @@
 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

Modified: trunk/www/libxul/Makefile
==============================================================================
--- trunk/www/libxul/Makefile	Sat Oct 18 12:27:40 2014	(r1735)
+++ trunk/www/libxul/Makefile	Sat Oct 18 14:19:01 2014	(r1736)
@@ -55,8 +55,6 @@
 MOZ_PKGCONFIG_FILES=	libxul-embedding libxul mozilla-js \
 			mozilla-plugin
 
-BROKEN=		stage-package fails with ValueError: no path specified
-
 .include "${.CURDIR}/../../www/firefox/Makefile.options"
 .include <bsd.port.pre.mk>
 
@@ -89,6 +87,10 @@
 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 freebsd-gecko mailing list