From owner-svn-ports-all@FreeBSD.ORG Thu Oct 23 11:43:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F93E1BA; Thu, 23 Oct 2014 11:43:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B6F094D; Thu, 23 Oct 2014 11:43:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9NBhORs092439; Thu, 23 Oct 2014 11:43:24 GMT (envelope-from beat@FreeBSD.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9NBhObP092438; Thu, 23 Oct 2014 11:43:24 GMT (envelope-from beat@FreeBSD.org) Message-Id: <201410231143.s9NBhObP092438@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: beat set sender to beat@FreeBSD.org using -f From: Beat Gaetzi Date: Thu, 23 Oct 2014 11:43:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371388 - head/www/libxul X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 11:43:24 -0000 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 @@ -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