From owner-freebsd-gecko@FreeBSD.ORG Tue Sep 17 03:43:54 2013 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C332FF93 for ; Tue, 17 Sep 2013 03:43:54 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 666D626DB for ; Tue, 17 Sep 2013 03:43:53 +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 r8H3hpb3052233 for ; Tue, 17 Sep 2013 03:43:51 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id r8H3hkgM050815 for freebsd-gecko@freebsd.org; Tue, 17 Sep 2013 03:43:46 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 17 Sep 2013 03:43:46 GMT Message-Id: <201309170343.r8H3hkgM050815@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] r1356 - in trunk: Mk mail/thunderbird www/firefox www/firefox-esr www/firefox-nightly www/libxul www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2013 03:43:54 -0000 Author: jbeich Date: Tue Sep 17 03:43:45 2013 New Revision: 1356 Log: sync with ports@r326101 and ports@r326089 Modified: trunk/Mk/bsd.gecko.mk trunk/mail/thunderbird/Makefile trunk/www/firefox-esr/Makefile trunk/www/firefox-nightly/Makefile trunk/www/firefox/Makefile trunk/www/libxul/Makefile trunk/www/seamonkey/Makefile Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/Mk/bsd.gecko.mk Tue Sep 17 03:43:45 2013 (r1356) @@ -502,7 +502,7 @@ MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} USE_GNOME+= libidl desktopfileutils -USES= iconv +USES+= gmake iconv pkgconfig USE_PERL5_BUILD=yes USE_XORG= printproto sm xt xi xext x11 xinerama \ ice xproto Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/mail/thunderbird/Makefile Tue Sep 17 03:43:45 2013 (r1356) @@ -35,7 +35,6 @@ QT_NONSTANDARD= yes ALL_TARGET= default USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl USE_DOS2UNIX= mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp Modified: trunk/www/firefox-esr/Makefile ============================================================================== --- trunk/www/firefox-esr/Makefile Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/www/firefox-esr/Makefile Tue Sep 17 03:43:45 2013 (r1356) @@ -33,7 +33,6 @@ ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl NO_MOZPKGINSTALL=yes Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/www/firefox-nightly/Makefile Tue Sep 17 03:43:45 2013 (r1356) @@ -43,7 +43,6 @@ ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl USE_DOS2UNIX= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp NO_MOZPKGINSTALL=yes Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/www/firefox/Makefile Tue Sep 17 03:43:45 2013 (r1356) @@ -36,7 +36,6 @@ ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl USE_DOS2UNIX= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp NO_MOZPKGINSTALL=yes Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/www/libxul/Makefile Tue Sep 17 03:43:45 2013 (r1356) @@ -29,7 +29,6 @@ ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl MAKE_ENV= SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA} LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Mon Sep 16 21:37:07 2013 (r1355) +++ trunk/www/seamonkey/Makefile Tue Sep 17 03:43:45 2013 (r1356) @@ -27,7 +27,6 @@ USE_PYTHON_BUILD=-2.7 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_BZIP2= yes -USE_GMAKE= yes USE_GECKO= gecko WANT_GNOME= yes USE_QT4= # empty