From owner-freebsd-gecko@FreeBSD.ORG Fri Oct 17 21:26:23 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 422C9303 for ; Fri, 17 Oct 2014 21:26:23 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA970F7A for ; Fri, 17 Oct 2014 21:26:22 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s9HLQJmx022108 for ; Fri, 17 Oct 2014 21:26:19 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s9HLQEYQ021407 for freebsd-gecko@freebsd.org; Fri, 17 Oct 2014 21:26:14 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 17 Oct 2014 21:26:14 GMT Message-Id: <201410172126.s9HLQEYQ021407@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1734 - branches/firefox33/www/libxul trunk/www/libxul MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2014 21:26:23 -0000 Author: jbeich Date: Fri Oct 17 21:26:13 2014 New Revision: 1734 Log: don't specify default extensions to make build proceed Modified: branches/firefox33/www/libxul/Makefile trunk/www/libxul/Makefile Modified: branches/firefox33/www/libxul/Makefile ============================================================================== --- branches/firefox33/www/libxul/Makefile Thu Oct 16 10:25:50 2014 (r1733) +++ branches/firefox33/www/libxul/Makefile Fri Oct 17 21:26:13 2014 (r1734) @@ -46,7 +46,6 @@ 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,7 +55,7 @@ MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \ mozilla-plugin -BROKEN= build error on js/xpconnect/src/libxpconnect_s.a.desc +BROKEN= stage-package fails with ValueError: no path specified .include "${.CURDIR}/../../www/firefox/Makefile.options" .include Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Thu Oct 16 10:25:50 2014 (r1733) +++ trunk/www/libxul/Makefile Fri Oct 17 21:26:13 2014 (r1734) @@ -46,7 +46,6 @@ 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,7 +55,7 @@ MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \ mozilla-plugin -BROKEN= build error on js/xpconnect/src/libxpconnect_s.a.desc +BROKEN= stage-package fails with ValueError: no path specified .include "${.CURDIR}/../../www/firefox/Makefile.options" .include