Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2014 11:43:24 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371388 - head/www/libxul
Message-ID:  <201410231143.s9NBhObP092438@svn.freebsd.org>

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



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