Introduce autoconf 2.62, which can now be used by other ports with the
appropriate USE_AUTOTOOLS stanza. Note that the mass-conversion from autoconf 2.61 -> 2.62 will take place at a later date.
This commit is contained in:
parent
feeee3c29c
commit
2efde3c205
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213214
@ -66,6 +66,7 @@
|
||||
SUBDIR += autoconf-wrapper
|
||||
SUBDIR += autoconf213
|
||||
SUBDIR += autoconf261
|
||||
SUBDIR += autoconf262
|
||||
SUBDIR += autodia
|
||||
SUBDIR += autodist
|
||||
SUBDIR += autogen
|
||||
|
@ -6,24 +6,23 @@
|
||||
#
|
||||
|
||||
PORTNAME= autoconf
|
||||
PORTVERSION= 2.61
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.62
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= autoconf
|
||||
DISTNAME= autoconf-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
COMMENT= Automatically configure source code on many Un*x platforms (2.61)
|
||||
COMMENT= Automatically configure source code on many Un*x platforms (2.62)
|
||||
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
||||
help2man:${PORTSDIR}/misc/help2man
|
||||
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
||||
autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper
|
||||
|
||||
BUILD_VERSION= 2.61
|
||||
BUILD_VERSION= 2.62
|
||||
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
||||
LATEST_LINK= autoconf261
|
||||
LATEST_LINK= autoconf262
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (autoconf-2.61.tar.bz2) = 36d3fe706ad0950f1be10c46a429efe0
|
||||
SHA256 (autoconf-2.61.tar.bz2) = 93a2ceab963618b021db153f0c881a2de82455c1dc7422be436fcd5c554085a1
|
||||
SIZE (autoconf-2.61.tar.bz2) = 1042439
|
||||
MD5 (autoconf-2.62.tar.bz2) = e1fb8fe0b22e651240afdfa2be537a3c
|
||||
SHA256 (autoconf-2.62.tar.bz2) = 42be7628e32fd3bebe07d684b11fb6e7e7920ef698fc4ccb3da6d77f91cefb96
|
||||
SIZE (autoconf-2.62.tar.bz2) = 1165951
|
||||
|
@ -1,12 +1,12 @@
|
||||
--- doc/autoconf.texi.orig Thu Nov 16 16:16:27 2006
|
||||
+++ doc/autoconf.texi Sat Apr 14 15:41:27 2007
|
||||
--- doc/autoconf.texi.orig 2008-04-05 11:43:30.000000000 -0700
|
||||
+++ doc/autoconf.texi 2008-05-16 18:27:31.000000000 -0700
|
||||
@@ -3,5 +3,5 @@
|
||||
@comment %**start of header
|
||||
-@setfilename autoconf.info
|
||||
+@setfilename autoconf-2.61.info
|
||||
+@setfilename autoconf-2.62.info
|
||||
@include version.texi
|
||||
-@settitle Autoconf
|
||||
+@settitle Autoconf-2.61
|
||||
+@settitle Autoconf-2.62
|
||||
@setchapternewpage odd
|
||||
@@ -205,25 +205,5 @@
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
-* autoscan: (autoconf)autoscan Invocation.
|
||||
- Semi-automatic @file{configure.ac} writing
|
||||
-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
|
||||
-* autoconf: (autoconf)autoconf Invocation.
|
||||
-* autoconf-invocation: (autoconf)autoconf Invocation.
|
||||
- How to create configuration scripts
|
||||
-* autoreconf: (autoconf)autoreconf Invocation.
|
||||
- Remaking multiple @command{configure} scripts
|
||||
@ -34,5 +34,5 @@
|
||||
- Automatic update of @file{configure.ac}
|
||||
-* config.status: (autoconf)config.status Invocation. Recreating configurations.
|
||||
-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
|
||||
+* Autoconf-2.61: (autoconf-2.61). Create source code configuration scripts.
|
||||
+* Autoconf-2.62: (autoconf-2.62). Create source code configuration scripts.
|
||||
@end direntry
|
||||
|
@ -6,24 +6,23 @@
|
||||
#
|
||||
|
||||
PORTNAME= autoconf
|
||||
PORTVERSION= 2.61
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.62
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= autoconf
|
||||
DISTNAME= autoconf-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
COMMENT= Automatically configure source code on many Un*x platforms (2.61)
|
||||
COMMENT= Automatically configure source code on many Un*x platforms (2.62)
|
||||
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
||||
help2man:${PORTSDIR}/misc/help2man
|
||||
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
||||
autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper
|
||||
|
||||
BUILD_VERSION= 2.61
|
||||
BUILD_VERSION= 2.62
|
||||
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
||||
LATEST_LINK= autoconf261
|
||||
LATEST_LINK= autoconf262
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (autoconf-2.61.tar.bz2) = 36d3fe706ad0950f1be10c46a429efe0
|
||||
SHA256 (autoconf-2.61.tar.bz2) = 93a2ceab963618b021db153f0c881a2de82455c1dc7422be436fcd5c554085a1
|
||||
SIZE (autoconf-2.61.tar.bz2) = 1042439
|
||||
MD5 (autoconf-2.62.tar.bz2) = e1fb8fe0b22e651240afdfa2be537a3c
|
||||
SHA256 (autoconf-2.62.tar.bz2) = 42be7628e32fd3bebe07d684b11fb6e7e7920ef698fc4ccb3da6d77f91cefb96
|
||||
SIZE (autoconf-2.62.tar.bz2) = 1165951
|
||||
|
@ -1,12 +1,12 @@
|
||||
--- doc/autoconf.texi.orig Thu Nov 16 16:16:27 2006
|
||||
+++ doc/autoconf.texi Sat Apr 14 15:41:27 2007
|
||||
--- doc/autoconf.texi.orig 2008-04-05 11:43:30.000000000 -0700
|
||||
+++ doc/autoconf.texi 2008-05-16 18:27:31.000000000 -0700
|
||||
@@ -3,5 +3,5 @@
|
||||
@comment %**start of header
|
||||
-@setfilename autoconf.info
|
||||
+@setfilename autoconf-2.61.info
|
||||
+@setfilename autoconf-2.62.info
|
||||
@include version.texi
|
||||
-@settitle Autoconf
|
||||
+@settitle Autoconf-2.61
|
||||
+@settitle Autoconf-2.62
|
||||
@setchapternewpage odd
|
||||
@@ -205,25 +205,5 @@
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
-* autoscan: (autoconf)autoscan Invocation.
|
||||
- Semi-automatic @file{configure.ac} writing
|
||||
-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
|
||||
-* autoconf: (autoconf)autoconf Invocation.
|
||||
-* autoconf-invocation: (autoconf)autoconf Invocation.
|
||||
- How to create configuration scripts
|
||||
-* autoreconf: (autoconf)autoreconf Invocation.
|
||||
- Remaking multiple @command{configure} scripts
|
||||
@ -34,5 +34,5 @@
|
||||
- Automatic update of @file{configure.ac}
|
||||
-* config.status: (autoconf)config.status Invocation. Recreating configurations.
|
||||
-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
|
||||
+* Autoconf-2.61: (autoconf-2.61). Create source code configuration scripts.
|
||||
+* Autoconf-2.62: (autoconf-2.62). Create source code configuration scripts.
|
||||
@end direntry
|
||||
|
@ -6,24 +6,23 @@
|
||||
#
|
||||
|
||||
PORTNAME= autoconf
|
||||
PORTVERSION= 2.61
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.62
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= autoconf
|
||||
DISTNAME= autoconf-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
COMMENT= Automatically configure source code on many Un*x platforms (2.61)
|
||||
COMMENT= Automatically configure source code on many Un*x platforms (2.62)
|
||||
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
||||
help2man:${PORTSDIR}/misc/help2man
|
||||
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
||||
autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper
|
||||
|
||||
BUILD_VERSION= 2.61
|
||||
BUILD_VERSION= 2.62
|
||||
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
||||
LATEST_LINK= autoconf261
|
||||
LATEST_LINK= autoconf262
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (autoconf-2.61.tar.bz2) = 36d3fe706ad0950f1be10c46a429efe0
|
||||
SHA256 (autoconf-2.61.tar.bz2) = 93a2ceab963618b021db153f0c881a2de82455c1dc7422be436fcd5c554085a1
|
||||
SIZE (autoconf-2.61.tar.bz2) = 1042439
|
||||
MD5 (autoconf-2.62.tar.bz2) = e1fb8fe0b22e651240afdfa2be537a3c
|
||||
SHA256 (autoconf-2.62.tar.bz2) = 42be7628e32fd3bebe07d684b11fb6e7e7920ef698fc4ccb3da6d77f91cefb96
|
||||
SIZE (autoconf-2.62.tar.bz2) = 1165951
|
||||
|
@ -1,12 +1,12 @@
|
||||
--- doc/autoconf.texi.orig Thu Nov 16 16:16:27 2006
|
||||
+++ doc/autoconf.texi Sat Apr 14 15:41:27 2007
|
||||
--- doc/autoconf.texi.orig 2008-04-05 11:43:30.000000000 -0700
|
||||
+++ doc/autoconf.texi 2008-05-16 18:27:31.000000000 -0700
|
||||
@@ -3,5 +3,5 @@
|
||||
@comment %**start of header
|
||||
-@setfilename autoconf.info
|
||||
+@setfilename autoconf-2.61.info
|
||||
+@setfilename autoconf-2.62.info
|
||||
@include version.texi
|
||||
-@settitle Autoconf
|
||||
+@settitle Autoconf-2.61
|
||||
+@settitle Autoconf-2.62
|
||||
@setchapternewpage odd
|
||||
@@ -205,25 +205,5 @@
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
-* autoscan: (autoconf)autoscan Invocation.
|
||||
- Semi-automatic @file{configure.ac} writing
|
||||
-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
|
||||
-* autoconf: (autoconf)autoconf Invocation.
|
||||
-* autoconf-invocation: (autoconf)autoconf Invocation.
|
||||
- How to create configuration scripts
|
||||
-* autoreconf: (autoconf)autoreconf Invocation.
|
||||
- Remaking multiple @command{configure} scripts
|
||||
@ -34,5 +34,5 @@
|
||||
- Automatic update of @file{configure.ac}
|
||||
-* config.status: (autoconf)config.status Invocation. Recreating configurations.
|
||||
-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
|
||||
+* Autoconf-2.61: (autoconf-2.61). Create source code configuration scripts.
|
||||
+* Autoconf-2.62: (autoconf-2.62). Create source code configuration scripts.
|
||||
@end direntry
|
||||
|
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= autotools
|
||||
PORTVERSION= 20070905
|
||||
PORTVERSION= 20080517
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
@ -19,7 +19,7 @@ PLIST_FILES= share/${PORTNAME}
|
||||
NO_BUILD= yes
|
||||
NO_FETCH= yes
|
||||
|
||||
AVAIL_AUTOCONF= 2.13 2.61
|
||||
AVAIL_AUTOCONF= 2.13 2.61 2.62
|
||||
AVAIL_AUTOMAKE= 1.4 1.5 1.6 1.7 1.8 1.9 1.10
|
||||
|
||||
.for VER in ${AVAIL_AUTOCONF}
|
||||
|
Loading…
Reference in New Issue
Block a user