linimon 2009-12-16 11:21:27 UTC
FreeBSD ports repository
Modified files:
devel/autoconf213 Makefile
devel/autoconf262 Makefile
devel/automake110 Makefile pkg-descr
devel/automake14 Makefile
devel/automake15 Makefile
devel/automake16 Makefile
devel/automake17 Makefile
devel/automake18 Makefile
devel/automake19 Makefile pkg-descr
devel/autotools Makefile
devel/gettext Makefile
devel/gmake Makefile
Log:
Reassign the autotools-related ports to a new mailing list,
[email protected]. This is for individuals willing to put in
the hard work to generate patches and work with portmgr as we put
them through -exp runs and work through port breakage that they
create. (A huge number of ports depend on these, so -exp runs are
required.)
Thanks to aDe@ for all the thankless work he's done over the years
to tame these beasts.
Hat: portmgr
Revision Changes Path
1.65 +4 -1 ports/devel/autoconf213/Makefile
1.75 +4 -1 ports/devel/autoconf262/Makefile
1.79 +4 -1 ports/devel/automake110/Makefile
1.4 +0 -2 ports/devel/automake110/pkg-descr
1.65 +4 -1 ports/devel/automake14/Makefile
1.56 +4 -1 ports/devel/automake15/Makefile
1.41 +4 -1 ports/devel/automake16/Makefile
1.55 +4 -1 ports/devel/automake17/Makefile
1.60 +4 -1 ports/devel/automake18/Makefile
1.75 +4 -1 ports/devel/automake19/Makefile
1.4 +0 -2 ports/devel/automake19/pkg-descr
1.6 +4 -1 ports/devel/autotools/Makefile
1.85 +4 -1 ports/devel/gettext/Makefile
1.67 +4 -1 ports/devel/gmake/Makefile
http://cvsweb.FreeBSD.org/ports/devel/autoconf213/Makefile.diff?r1=1.64&r2=1.65&f=h
| --- ports/devel/autoconf213/Makefile 2008/08/21 06:16:33 1.64
| +++ ports/devel/autoconf213/Makefile 2009/12/16 11:21:24 1.65
| @@ -2,7 +2,7 @@
| # Date created: 7 October 1995
| # Whom: [email protected]
| #
| -# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/devel/autoconf213/Makefile,v 1.64
2008/08/21 06:16:33 rafan Exp $
| +# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/devel/autoconf213/Makefile,v 1.65
2009/12/16 11:21:24 linimon Exp $
| #
|
| PORTNAME= autoconf
| @@ -13,7 +13,10 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
| MASTER_SITE_SUBDIR= ade/gnu
| DISTNAME= autoconf-000227
|
| -MAINTAINER= [email protected]
| +# note: before committing to this port, contact portmgr to arrange for an
| +# experimental ports run. Untested commits may be backed out at portmgr's
| +# discretion.
| +MAINTAINER= [email protected]
| COMMENT= Automatically configure source code on many Un*x platforms
(2.13)
|
| BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
http://cvsweb.FreeBSD.org/ports/devel/autoconf262/Makefile.diff?r1=1.74&r2=1.75&f=h
| --- ports/devel/autoconf262/Makefile 2008/08/21 06:16:34 1.74
| +++ ports/devel/autoconf262/Makefile 2009/12/16 11:21:25 1.75
| @@ -2,7 +2,7 @@
| # Date created: 7th December 2006
| # Whom: [email protected]
| #
| -# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/devel/autoconf262/Makefile,v 1.74
2008/08/21 06:16:34 rafan Exp $
| +# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/devel/autoconf262/Makefile,v 1.75
2009/12/16 11:21:25 linimon Exp $
| #
|
| PORTNAME= autoconf
| @@ -12,7 +12,10 @@ MASTER_SITES= ${MASTER_SITE_GNU}
| MASTER_SITE_SUBDIR= autoconf
| DISTNAME= autoconf-${PORTVERSION}
|
| -MAINTAINER= [email protected]
| +# note: before committing to this port, contact portmgr to arrange for an
| +# experimental ports run. Untested commits may be backed out at portmgr's
| +# discretion.
| +MAINTAINER= [email protected]
| COMMENT= Automatically configure source code on many Un*x platforms
(2.62)
|
| BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
http://cvsweb.FreeBSD.org/ports/devel/automake110/Makefile.diff?r1=1.78&r2=1.79&f=h
| --- ports/devel/automake110/Makefile 2008/08/21 06:16:34 1.78
| +++ ports/devel/automake110/Makefile 2009/12/16 11:21:25 1.79
| @@ -2,7 +2,7 @@
| # Date created: 5th December 2006
| # Whom: Ade Lovett <[email protected]>
| #
| -# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/devel/automake110/Makefile,v 1.78
2008/08/21 06:16:34 rafan Exp $
| +# $FreeBSD:
/usr/local/www/cvsroot/FreeBSD/ports/devel/automake110/Makefile,v 1.79
2009/12/16 11:21:25 linimon Exp $
| #
|
| PORTNAME= automake
| @@ -12,7 +12,10 @@ MASTER_SITES= ${MASTER_SITE_GNU}
| MASTER_SITE_SUBDIR= automake
| DISTNAME= automake-${PORTVERSION}
|
| -MAINTAINER= [email protected]
| +# note: before committing to this port, contact portmgr to arrange for an
| +# experimental ports run. Untested commits may be backed out at portmgr's
| +# discretion.
| +MAINTAINER= [email protected]
| COMMENT= GNU Standards-compliant Makefile generator (1.10)
|
| RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
http://cvsweb.FreeBSD.org/ports/devel/automake110/pkg-descr.diff?r1=1.3&r2=1.4&f=h
| --- ports/devel/automake110/pkg-descr 2002/11/03 12:14:41 1.3
| +++ ports/devel/automake110/pkg-descr 2009/12/16 11:21:25 1.4
| @@ -10,5 +10,3 @@ contents of 'configure.in'. It is useful
| mechanism for augmenting autoconf.
|
| WWW: http://www.gnu.org/software/automake/
| -
| --- AlanE <[email protected]>
http://cvsweb.FreeBSD.org/ports/devel/automake14/Makefile.diff?r1=1.64&r2=1.65&f=h
| --- ports/devel/automake14/Makefile 2008/08/21 06:16:34 1.64
| +++ ports/devel/automake14/Makefile 2009/12/16 11:21:25 1.65
| @@ -2,7 +2,7 @@
| # Date created: 15 March 1997
| # Whom: FUJIMOTO Kensaku
<[email protected]>
| #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/automake14/Makefile,v
1.64 2008/08/21 06:16:34 rafan Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/automake14/Makefile,v
1.65 2009/12/16 11:21:25 linimon Exp $
| #
|
| PORTNAME= automake
| @@ -13,7 +13,10 @@ MASTER_SITES= ${MASTER_SITE_GNU}
| MASTER_SITE_SUBDIR= automake
| DISTNAME= automake-1.4-p6
|
| -MAINTAINER= [email protected]
| +# note: before committing to this port, contact portmgr to arrange for an
| +# experimental ports run. Untested commits may be backed out at portmgr's
| +# discretion.
| +MAINTAINER= [email protected]
| COMMENT= GNU Standards-compliant Makefile generator (1.4)
|
| RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
http://cvsweb.FreeBSD.org/ports/devel/automake15/Makefile.diff?r1=1.55&r2=1.56&f=h
| --- ports/devel/automake15/Makefile 2008/08/21 06:16:34 1.55
| +++ ports/devel/automake15/Makefile 2009/12/16 11:21:25 1.56
| @@ -2,7 +2,7 @@
| # Date created: 15 March 1997
| # Whom: FUJIMOTO Kensaku
<[email protected]>
| #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/automake15/Makefile,v
1.55 2008/08/21 06:16:34 rafan Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/automake15/Makefile,v
1.56 2009/12/16 11:21:25 linimon Exp $
| #
|
| PORTNAME= automake
| @@ -13,7 +13,10 @@ CATEGORIES= devel
| MASTER_SITES= ${MASTER_SITE_GNU}
| MASTER_SITE_SUBDIR= automake
|
| -MAINTAINER= [email protected]
| +# note: before committing to this port, contact portmgr to arrange for an
| +# experimental ports run. Untested commits may be backed out at portmgr's
| +# discretion.
| +MAINTAINER= [email protected]
| COMMENT= GNU Standards-compliant Makefile generator (1.5)
|
| RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
http://cvsweb.FreeBSD.org/ports/devel/automake16/Makefile.diff?r1=1.40&r2=1.41&f=h
| --- ports/devel/automake16/Makefile 2008/08/21 06:16:34 1.40
| +++ ports/devel/automake16/Makefile 2009/12/16 11:21:25 1.41
| @@ -2,7 +2,7 @@
| # Date created: 14th April 2007
| # Whom: Ade Lovett <[email protected]>
| #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/automake16/Makefile,v
1.40 2008/08/21 06:16:34 rafan Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/automake16/Makefile,v
1.41 2009/12/16 11:21:25 linimon Exp $
| #
|
| PORTNAME= automake
| @@ -12,7 +12,10 @@ CATEGORIES= devel
| MASTER_SITES= ${MASTER_SITE_GNU}
| MASTER_SITE_SUBDIR= automake
|
| -MAINTAINER= [email protected]
| +# note: before committing to this port, contact portmgr to arrange for an
| +# experimental ports run. Untested commits may be backed out at portmgr's
| +# discretion.
| +MAINTAINER= [email protected]
| COMMENT= GNU Standards-compliant Makefile generator (1.6)
|
| RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
http://cvsweb.FreeBSD.org/ports/devel/automake17/Makefile.diff?r1=1.54&r2=1.55&f=h
| --- ports/devel/automake17/Makefile 2008/08/21 06:16:34 1.54
| +++ ports/devel/automake17/Makefile 2009/12/16 11:21:26 1.55
| @@ -2,7 +2,7 @@
| # Date created: 14th April 2007
| # Whom: Ade Lovett <[email protected]>
| #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/automake17/Makefile,v
1.54 2008/08/21 06:16:34 rafan Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/automake17/Makefile,v
1.55 2009/12/16 11:21:26 linimon Exp $
| #
|
| PORTNAME= automake
| @@ -12,7 +12,10 @@ CATEGORIES= devel
| MASTER_SITES= ${MASTER_SITE_GNU}
| MASTER_SITE_SUBDIR= automake
|
| -MAINTAINER= [email protected]
| +# note: before committing to this port, contact portmgr to arrange for an
| +# experimental ports run. Untested commits may be backed out at portmgr's
| +# discretion.
| +MAINTAINER= [email protected]
| COMMENT= GNU Standards-compliant Makefile generator (1.7)
|
| RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
http://cvsweb.FreeBSD.org/ports/devel/automake18/Makefile.diff?r1=1.59&r2=1.60&f=h
| --- ports/devel/automake18/Makefile 2008/08/21 06:16:35 1.59
| +++ ports/devel/automake18/Makefile 2009/12/16 11:21:26 1.60
| @@ -2,7 +2,7 @@
| # Date created: 14th April 2007
| # Whom: Ade Lovett <[email protected]>
| #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/automake18/Makefile,v
1.59 2008/08/21 06:16:35 rafan Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/automake18/Makefile,v
1.60 2009/12/16 11:21:26 linimon Exp $
| #
|
| PORTNAME= automake
| @@ -12,7 +12,10 @@ CATEGORIES= devel
| MASTER_SITES= ${MASTER_SITE_GNU}
| MASTER_SITE_SUBDIR= automake
|
| -MAINTAINER= [email protected]
| +# note: before committing to this port, contact portmgr to arrange for an
| +# experimental ports run. Untested commits may be backed out at portmgr's
| +# discretion.
| +MAINTAINER= [email protected]
| COMMENT= GNU Standards-compliant Makefile generator (1.8)
|
| RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
http://cvsweb.FreeBSD.org/ports/devel/automake19/Makefile.diff?r1=1.74&r2=1.75&f=h
| --- ports/devel/automake19/Makefile 2008/08/21 06:16:35 1.74
| +++ ports/devel/automake19/Makefile 2009/12/16 11:21:26 1.75
| @@ -2,7 +2,7 @@
| # Date created: 15 Feb 2003
| # Whom: Udo Schweigert
| #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/automake19/Makefile,v
1.74 2008/08/21 06:16:35 rafan Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/automake19/Makefile,v
1.75 2009/12/16 11:21:26 linimon Exp $
| #
|
| PORTNAME= automake
| @@ -13,7 +13,10 @@ MASTER_SITES= ${MASTER_SITE_GNU}
| MASTER_SITE_SUBDIR= automake
| DISTNAME= automake-${PORTVERSION}
|
| -MAINTAINER= [email protected]
| +# note: before committing to this port, contact portmgr to arrange for an
| +# experimental ports run. Untested commits may be backed out at portmgr's
| +# discretion.
| +MAINTAINER= [email protected]
| COMMENT= GNU Standards-compliant Makefile generator (1.9)
|
| RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
http://cvsweb.FreeBSD.org/ports/devel/automake19/pkg-descr.diff?r1=1.3&r2=1.4&f=h
| --- ports/devel/automake19/pkg-descr 2002/11/03 12:14:41 1.3
| +++ ports/devel/automake19/pkg-descr 2009/12/16 11:21:26 1.4
| @@ -10,5 +10,3 @@ contents of 'configure.in'. It is useful
| mechanism for augmenting autoconf.
|
| WWW: http://www.gnu.org/software/automake/
| -
| --- AlanE <[email protected]>
http://cvsweb.FreeBSD.org/ports/devel/autotools/Makefile.diff?r1=1.5&r2=1.6&f=h
| --- ports/devel/autotools/Makefile 2009/08/02 19:33:03 1.5
| +++ ports/devel/autotools/Makefile 2009/12/16 11:21:26 1.6
| @@ -2,7 +2,7 @@
| # Date created: 14th April 2007
| # Whom: Ade Lovett <[email protected]>
| #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/autotools/Makefile,v
1.5 2009/08/02 19:33:03 mezz Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/autotools/Makefile,v
1.6 2009/12/16 11:21:26 linimon Exp $
|
| PORTNAME= autotools
| PORTVERSION= 20080819
| @@ -10,7 +10,10 @@ CATEGORIES= devel
| MASTER_SITES= # none
| DISTFILES= # none
|
| -MAINTAINER= [email protected]
| +# note: before committing to this port, contact portmgr to arrange for an
| +# experimental ports run. Untested commits may be backed out at portmgr's
| +# discretion.
| +MAINTAINER= [email protected]
| COMMENT= Autotools meta-port
|
| RUN_DEPENDS= libtool:${PORTSDIR}/devel/libtool22
http://cvsweb.FreeBSD.org/ports/devel/gettext/Makefile.diff?r1=1.84&r2=1.85&f=h
| --- ports/devel/gettext/Makefile 2009/08/02 19:33:09 1.84
| +++ ports/devel/gettext/Makefile 2009/12/16 11:21:26 1.85
| @@ -2,7 +2,7 @@
| # Date created: 16 March 1998
| # Whom: Yukihiro Nakai <[email protected]>
| #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/gettext/Makefile,v
1.84 2009/08/02 19:33:09 mezz Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/gettext/Makefile,v
1.85 2009/12/16 11:21:26 linimon Exp $
| #
|
| PORTNAME= gettext
| @@ -12,7 +12,10 @@ CATEGORIES= devel
| MASTER_SITES= ${MASTER_SITE_GNU}
| MASTER_SITE_SUBDIR= gettext
|
| -MAINTAINER= [email protected]
| +# note: before committing to this port, contact portmgr to arrange for an
| +# experimental ports run. Untested commits may be backed out at portmgr's
| +# discretion.
| +MAINTAINER= [email protected]
| COMMENT= GNU gettext package
|
| USE_ICONV= yes
http://cvsweb.FreeBSD.org/ports/devel/gmake/Makefile.diff?r1=1.66&r2=1.67&f=h
| --- ports/devel/gmake/Makefile 2008/08/21 06:16:39 1.66
| +++ ports/devel/gmake/Makefile 2009/12/16 11:21:27 1.67
| @@ -2,7 +2,7 @@
| # Date created: 11 September 1994
| # Whom: jkh
| #
| -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/gmake/Makefile,v 1.66
2008/08/21 06:16:39 rafan Exp $
| +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/gmake/Makefile,v 1.67
2009/12/16 11:21:27 linimon Exp $
| #
|
| PORTNAME= gmake
| @@ -13,7 +13,10 @@ MASTER_SITES= ${MASTER_SITE_GNU}
| MASTER_SITE_SUBDIR= make
| DISTNAME= make-${PORTVERSION}
|
| -MAINTAINER= [email protected]
| +# note: before committing to this port, contact portmgr to arrange for an
| +# experimental ports run. Untested commits may be backed out at portmgr's
| +# discretion.
| +MAINTAINER= [email protected]
| COMMENT= GNU version of 'make' utility
|
| USE_BZIP2= yes