Author: beat
Date: Sun Dec  5 08:33:23 2010
New Revision: 457

Log:
- Sync with ports:
  Sync to new bsd.autotools.mk

Modified:
   branches/experimental/deskutils/lightning-thunderbird/Makefile
   branches/experimental/deskutils/lightning/Makefile
   branches/experimental/mail/thunderbird/Makefile
   branches/experimental/mail/thunderbird3/Makefile
   branches/experimental/www/libxul/Makefile
   trunk/deskutils/lightning-thunderbird/Makefile
   trunk/deskutils/lightning/Makefile
   trunk/mail/thunderbird/Makefile
   trunk/mail/thunderbird3/Makefile
   trunk/www/libxul/Makefile

Modified: branches/experimental/deskutils/lightning-thunderbird/Makefile
==============================================================================
--- branches/experimental/deskutils/lightning-thunderbird/Makefile      Thu Dec 
 2 10:58:08 2010        (r456)
+++ branches/experimental/deskutils/lightning-thunderbird/Makefile      Sun Dec 
 5 08:33:23 2010        (r457)
@@ -2,7 +2,7 @@
 # Date created:                2005-02-26
 # Whom:                        Michael Johnson <[email protected]>
 #
-# $FreeBSD: ports/deskutils/sunbird/Makefile,v 1.28 2009/11/27 09:09:07 beat 
Exp $
+# $FreeBSD: ports/deskutils/lightning-thunderbird/Makefile,v 1.37 2010/12/04 
07:30:57 ade Exp $
 #
 
 PORTNAME=      lightning
@@ -19,7 +19,7 @@
 RUN_DEPENDS+=  
${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird
 
 CONFLICTS=     spidermonkey-1.[0-7]*
-USE_AUTOTOOLS= autoconf:213 libtool:22
+USE_AUTOTOOLS= autoconf213 libtool
 ALL_TARGET=    default
 CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
 MAKE_ENV=              PTHREAD_LDFLAGS="${PTHREAD_LIBS}"

Modified: branches/experimental/deskutils/lightning/Makefile
==============================================================================
--- branches/experimental/deskutils/lightning/Makefile  Thu Dec  2 10:58:08 
2010        (r456)
+++ branches/experimental/deskutils/lightning/Makefile  Sun Dec  5 08:33:23 
2010        (r457)
@@ -2,7 +2,7 @@
 # Date created:                2005-02-26
 # Whom:                        Michael Johnson <[email protected]>
 #
-# $FreeBSD: ports/deskutils/sunbird/Makefile,v 1.28 2009/11/27 09:09:07 beat 
Exp $
+# $FreeBSD: ports/deskutils/lightning/Makefile,v 1.35 2010/12/04 07:30:57 ade 
Exp $
 #
 
 PORTNAME=      lightning
@@ -19,7 +19,7 @@
                SEAMONKEY "Install SeaMonkey 2.0" off
 
 CONFLICTS=     spidermonkey-1.[0-7]*
-USE_AUTOTOOLS= autoconf:213 libtool:22
+USE_AUTOTOOLS= autoconf213 libtool
 ALL_TARGET=    default
 CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
 MAKE_ENV=              PTHREAD_LDFLAGS="${PTHREAD_LIBS}"

Modified: branches/experimental/mail/thunderbird/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird/Makefile     Thu Dec  2 10:58:08 
2010        (r456)
+++ branches/experimental/mail/thunderbird/Makefile     Sun Dec  5 08:33:23 
2010        (r457)
@@ -2,7 +2,7 @@
 # Date created:                        4 September 2003
 # Whom:                                Joe Marcus Clarke <[email protected]>
 #
-# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.114 2010/08/03 20:55:28 beat 
Exp $
+# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.120 2010/12/04 07:32:33 ade 
Exp $
 #
 
 PORTNAME=      thunderbird
@@ -17,7 +17,7 @@
 
 BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr
 
-USE_AUTOTOOLS= autoconf:213
+USE_AUTOTOOLS= autoconf213
 USE_GECKO=     gecko
 CONFLICTS=     thunderbird-3.0*
 USE_MOZILLA=   -png -nss -dbm -jpeg -xft

Modified: branches/experimental/mail/thunderbird3/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird3/Makefile    Thu Dec  2 10:58:08 
2010        (r456)
+++ branches/experimental/mail/thunderbird3/Makefile    Sun Dec  5 08:33:23 
2010        (r457)
@@ -2,7 +2,7 @@
 # Date created:         4 September 2003
 # Whom:             Joe Marcus Clarke <[email protected]>
 #
-# $FreeBSD: ports/mail/thunderbird3/Makefile,v 1.119 2010/06/26 14:24:53 beat 
Exp $
+# $FreeBSD: ports/mail/thunderbird3/Makefile,v 1.126 2010/12/04 07:32:33 ade 
Exp $
 #
 
 PORTNAME=      thunderbird
@@ -17,7 +17,7 @@
 
 BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr
 
-USE_AUTOTOOLS= autoconf:213
+USE_AUTOTOOLS= autoconf213
 LATEST_LINK=   thunderbird3
 USE_GECKO=     gecko
 CONFLICTS=     thunderbird-3.1*

Modified: branches/experimental/www/libxul/Makefile
==============================================================================
--- branches/experimental/www/libxul/Makefile   Thu Dec  2 10:58:08 2010        
(r456)
+++ branches/experimental/www/libxul/Makefile   Sun Dec  5 08:33:23 2010        
(r457)
@@ -2,7 +2,7 @@
 # Date created:                2006-02-20
 # Whom:                        Michael Johnson <[email protected]>
 #
-# $FreeBSD: ports/www/libxul/Makefile,v 1.17 2010/03/28 06:44:52 dinoex Exp $
+# $FreeBSD: ports/www/libxul/Makefile,v 1.23 2010/12/04 07:33:57 ade Exp $
 #
 
 PORTNAME=      libxul
@@ -20,7 +20,7 @@
 GECKO_PLIST_PRE_DIRS=  lib/${MOZILLA}/bin lib/${MOZILLA}/idl \
                        lib/${MOZILLA}/include lib/${MOZILLA}/lib
 
-USE_AUTOTOOLS= autoconf:213
+USE_AUTOTOOLS= autoconf213
 WANT_GNOME=    yes
 WANT_PERL=     yes
 ALL_TARGET=    default

Modified: trunk/deskutils/lightning-thunderbird/Makefile
==============================================================================
--- trunk/deskutils/lightning-thunderbird/Makefile      Thu Dec  2 10:58:08 
2010        (r456)
+++ trunk/deskutils/lightning-thunderbird/Makefile      Sun Dec  5 08:33:23 
2010        (r457)
@@ -2,7 +2,7 @@
 # Date created:                2005-02-26
 # Whom:                        Michael Johnson <[email protected]>
 #
-# $FreeBSD: ports/deskutils/sunbird/Makefile,v 1.28 2009/11/27 09:09:07 beat 
Exp $
+# $FreeBSD: ports/deskutils/lightning-thunderbird/Makefile,v 1.37 2010/12/04 
07:30:57 ade Exp $
 #
 
 PORTNAME=      lightning
@@ -19,7 +19,7 @@
 RUN_DEPENDS+=  
${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird
 
 CONFLICTS=     spidermonkey-1.[0-7]*
-USE_AUTOTOOLS= autoconf:213 libtool:22
+USE_AUTOTOOLS= autoconf213 libtool
 ALL_TARGET=    default
 CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
 MAKE_ENV=              PTHREAD_LDFLAGS="${PTHREAD_LIBS}"

Modified: trunk/deskutils/lightning/Makefile
==============================================================================
--- trunk/deskutils/lightning/Makefile  Thu Dec  2 10:58:08 2010        (r456)
+++ trunk/deskutils/lightning/Makefile  Sun Dec  5 08:33:23 2010        (r457)
@@ -2,7 +2,7 @@
 # Date created:                2005-02-26
 # Whom:                        Michael Johnson <[email protected]>
 #
-# $FreeBSD: ports/deskutils/sunbird/Makefile,v 1.28 2009/11/27 09:09:07 beat 
Exp $
+# $FreeBSD: ports/deskutils/lightning/Makefile,v 1.35 2010/12/04 07:30:57 ade 
Exp $
 #
 
 PORTNAME=      lightning
@@ -19,7 +19,7 @@
                SEAMONKEY "Install SeaMonkey 2.0" off
 
 CONFLICTS=     spidermonkey-1.[0-7]*
-USE_AUTOTOOLS= autoconf:213 libtool:22
+USE_AUTOTOOLS= autoconf213 libtool
 ALL_TARGET=    default
 CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
 MAKE_ENV=              PTHREAD_LDFLAGS="${PTHREAD_LIBS}"

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile     Thu Dec  2 10:58:08 2010        (r456)
+++ trunk/mail/thunderbird/Makefile     Sun Dec  5 08:33:23 2010        (r457)
@@ -2,7 +2,7 @@
 # Date created:                        4 September 2003
 # Whom:                                Joe Marcus Clarke <[email protected]>
 #
-# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.114 2010/08/03 20:55:28 beat 
Exp $
+# $FreeBSD: ports/mail/thunderbird/Makefile,v 1.120 2010/12/04 07:32:33 ade 
Exp $
 #
 
 PORTNAME=      thunderbird
@@ -17,7 +17,7 @@
 
 BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr
 
-USE_AUTOTOOLS= autoconf:213
+USE_AUTOTOOLS= autoconf213
 USE_GECKO=     gecko
 CONFLICTS=     thunderbird-3.0*
 USE_MOZILLA=   -png -nss -dbm -jpeg -xft

Modified: trunk/mail/thunderbird3/Makefile
==============================================================================
--- trunk/mail/thunderbird3/Makefile    Thu Dec  2 10:58:08 2010        (r456)
+++ trunk/mail/thunderbird3/Makefile    Sun Dec  5 08:33:23 2010        (r457)
@@ -2,7 +2,7 @@
 # Date created:         4 September 2003
 # Whom:             Joe Marcus Clarke <[email protected]>
 #
-# $FreeBSD: ports/mail/thunderbird3/Makefile,v 1.119 2010/06/26 14:24:53 beat 
Exp $
+# $FreeBSD: ports/mail/thunderbird3/Makefile,v 1.126 2010/12/04 07:32:33 ade 
Exp $
 #
 
 PORTNAME=      thunderbird
@@ -17,7 +17,7 @@
 
 BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr
 
-USE_AUTOTOOLS= autoconf:213
+USE_AUTOTOOLS= autoconf213
 LATEST_LINK=   thunderbird3
 USE_GECKO=     gecko
 CONFLICTS=     thunderbird-3.1*

Modified: trunk/www/libxul/Makefile
==============================================================================
--- trunk/www/libxul/Makefile   Thu Dec  2 10:58:08 2010        (r456)
+++ trunk/www/libxul/Makefile   Sun Dec  5 08:33:23 2010        (r457)
@@ -2,7 +2,7 @@
 # Date created:                2006-02-20
 # Whom:                        Michael Johnson <[email protected]>
 #
-# $FreeBSD: ports/www/libxul/Makefile,v 1.17 2010/03/28 06:44:52 dinoex Exp $
+# $FreeBSD: ports/www/libxul/Makefile,v 1.23 2010/12/04 07:33:57 ade Exp $
 #
 
 PORTNAME=      libxul
@@ -20,7 +20,7 @@
 GECKO_PLIST_PRE_DIRS=  lib/${MOZILLA}/bin lib/${MOZILLA}/idl \
                        lib/${MOZILLA}/include lib/${MOZILLA}/lib
 
-USE_AUTOTOOLS= autoconf:213
+USE_AUTOTOOLS= autoconf213
 WANT_GNOME=    yes
 WANT_PERL=     yes
 ALL_TARGET=    default
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to