From owner-freebsd-gecko@FreeBSD.ORG Sun Dec 5 08:33:31 2010 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 181051065672 for ; Sun, 5 Dec 2010 08:33:31 +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 721548FC17 for ; Sun, 5 Dec 2010 08:33:29 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oB58XSFm037741 for ; Sun, 5 Dec 2010 08:33:28 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id oB58XN47035851 for freebsd-gecko@freebsd.org; Sun, 5 Dec 2010 08:33:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sun, 5 Dec 2010 08:33:23 GMT Message-Id: <201012050833.oB58XN47035851@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] r457 - branches/experimental/deskutils/lightning branches/experimental/deskutils/lightning-thunderbird branches/experimental/mail/thunderbird branches/experimental/mail/thunderbird3 branches/experimental/www/libxul trunk/deskutils/lightning trunk/deskutils/lightning-thunderbird trunk/mail/thunderbird trunk/mail/thunderbird3 trunk/www/libxul 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: Sun, 05 Dec 2010 08:33:31 -0000 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 # -# $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 # -# $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 # -# $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 # -# $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 # -# $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 # -# $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 # -# $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 # -# $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 # -# $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 # -# $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