From owner-freebsd-gecko@FreeBSD.ORG Mon Jun 18 20:34:27 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D23E106564A for ; Mon, 18 Jun 2012 20:34:27 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id E6AFB8FC08 for ; Mon, 18 Jun 2012 20:34:26 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q5IKYPoS093573 for ; Mon, 18 Jun 2012 20:34:25 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5IKYKjg091076 for freebsd-gecko@freebsd.org; Mon, 18 Jun 2012 20:34:20 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 18 Jun 2012 20:34:20 GMT Message-Id: <201206182034.q5IKYKjg091076@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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r776 - in branches/experimental: mail/thunderbird mail/thunderbird-beta mail/thunderbird-esr mail/thunderbird3 www/firefox www/firefox-beta www/firefox-esr www/firefox-nightly www/firefox36 www/libxul www/libxul19 www/seamonkey www/seamonkey-beta X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 18 Jun 2012 20:34:27 -0000 Author: jbeich Date: Mon Jun 18 20:34:20 2012 New Revision: 776 Log: followup to r750, USE_AUTOTOOLS implies GNU_CONFIGURE Modified: branches/experimental/mail/thunderbird-beta/Makefile branches/experimental/mail/thunderbird-esr/Makefile branches/experimental/mail/thunderbird/Makefile branches/experimental/mail/thunderbird3/Makefile branches/experimental/www/firefox-beta/Makefile branches/experimental/www/firefox-esr/Makefile branches/experimental/www/firefox-nightly/Makefile branches/experimental/www/firefox/Makefile branches/experimental/www/firefox36/Makefile branches/experimental/www/libxul/Makefile branches/experimental/www/libxul19/Makefile branches/experimental/www/seamonkey-beta/Makefile branches/experimental/www/seamonkey/Makefile Modified: branches/experimental/mail/thunderbird-beta/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-beta/Makefile Mon Jun 18 20:32:39 2012 (r775) +++ branches/experimental/mail/thunderbird-beta/Makefile Mon Jun 18 20:34:20 2012 (r776) @@ -32,7 +32,7 @@ ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= gl Modified: branches/experimental/mail/thunderbird-esr/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-esr/Makefile Mon Jun 18 20:32:39 2012 (r775) +++ branches/experimental/mail/thunderbird-esr/Makefile Mon Jun 18 20:34:20 2012 (r776) @@ -33,7 +33,7 @@ ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= gl Modified: branches/experimental/mail/thunderbird/Makefile ============================================================================== --- branches/experimental/mail/thunderbird/Makefile Mon Jun 18 20:32:39 2012 (r775) +++ branches/experimental/mail/thunderbird/Makefile Mon Jun 18 20:34:20 2012 (r776) @@ -32,7 +32,7 @@ ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= gl Modified: branches/experimental/mail/thunderbird3/Makefile ============================================================================== --- branches/experimental/mail/thunderbird3/Makefile Mon Jun 18 20:32:39 2012 (r775) +++ branches/experimental/mail/thunderbird3/Makefile Mon Jun 18 20:34:20 2012 (r776) @@ -28,7 +28,7 @@ ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes Modified: branches/experimental/www/firefox-beta/Makefile ============================================================================== --- branches/experimental/www/firefox-beta/Makefile Mon Jun 18 20:32:39 2012 (r775) +++ branches/experimental/www/firefox-beta/Makefile Mon Jun 18 20:34:20 2012 (r776) @@ -35,7 +35,7 @@ WANT_GNOME= yes ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= gl Modified: branches/experimental/www/firefox-esr/Makefile ============================================================================== --- branches/experimental/www/firefox-esr/Makefile Mon Jun 18 20:32:39 2012 (r775) +++ branches/experimental/www/firefox-esr/Makefile Mon Jun 18 20:34:20 2012 (r776) @@ -36,7 +36,7 @@ WANT_GNOME= yes ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= gl Modified: branches/experimental/www/firefox-nightly/Makefile ============================================================================== --- branches/experimental/www/firefox-nightly/Makefile Mon Jun 18 20:32:39 2012 (r775) +++ branches/experimental/www/firefox-nightly/Makefile Mon Jun 18 20:34:20 2012 (r776) @@ -38,7 +38,7 @@ WANT_GNOME= yes ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= gl Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Mon Jun 18 20:32:39 2012 (r775) +++ branches/experimental/www/firefox/Makefile Mon Jun 18 20:34:20 2012 (r776) @@ -35,7 +35,7 @@ WANT_GNOME= yes ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= gl Modified: branches/experimental/www/firefox36/Makefile ============================================================================== --- branches/experimental/www/firefox36/Makefile Mon Jun 18 20:32:39 2012 (r775) +++ branches/experimental/www/firefox36/Makefile Mon Jun 18 20:34:20 2012 (r776) @@ -33,7 +33,7 @@ WANT_GNOME= yes ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes NO_MOZPKGINSTALL=yes Modified: branches/experimental/www/libxul/Makefile ============================================================================== --- branches/experimental/www/libxul/Makefile Mon Jun 18 20:32:39 2012 (r775) +++ branches/experimental/www/libxul/Makefile Mon Jun 18 20:34:20 2012 (r776) @@ -27,7 +27,7 @@ WANT_GNOME= yes WANT_PERL= yes ALL_TARGET= default -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GL= gl Modified: branches/experimental/www/libxul19/Makefile ============================================================================== --- branches/experimental/www/libxul19/Makefile Mon Jun 18 20:32:39 2012 (r775) +++ branches/experimental/www/libxul19/Makefile Mon Jun 18 20:34:20 2012 (r776) @@ -24,7 +24,7 @@ WANT_GNOME= yes WANT_PERL= yes ALL_TARGET= default -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes Modified: branches/experimental/www/seamonkey-beta/Makefile ============================================================================== --- branches/experimental/www/seamonkey-beta/Makefile Mon Jun 18 20:32:39 2012 (r775) +++ branches/experimental/www/seamonkey-beta/Makefile Mon Jun 18 20:34:20 2012 (r776) @@ -26,7 +26,7 @@ USE_GECKO= gecko WANT_GNOME= yes WANT_PERL= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes ALL_TARGET= default USE_GL= gl MAKE_JOBS_SAFE= yes Modified: branches/experimental/www/seamonkey/Makefile ============================================================================== --- branches/experimental/www/seamonkey/Makefile Mon Jun 18 20:32:39 2012 (r775) +++ branches/experimental/www/seamonkey/Makefile Mon Jun 18 20:34:20 2012 (r776) @@ -26,7 +26,7 @@ USE_GECKO= gecko WANT_GNOME= yes WANT_PERL= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes ALL_TARGET= default USE_GL= gl MAKE_JOBS_SAFE= yes