Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 14:19:02 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1736 - branches/firefox33/www/libxul trunk/www/libxul
Message-ID:  <201410181419.s9IEJ2TO031224@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410181419.s9IEJ2TO031224>