Date: Mon, 18 Jun 2012 20:34:20 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org 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 Message-ID: <201206182034.q5IKYKjg091076@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206182034.q5IKYKjg091076>
