diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-28 22:30:22 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-28 22:30:22 +0000 |
commit | e69cb40145c47f65d8c44ba47e048eb6daf9780d (patch) | |
tree | 5dd48b85ff0fa6689aa25a20d000c56fba80bc79 | |
parent | Fix db 4.2 dependency. (diff) |
Set some DEPRECATED and EXPIRATION_DATE knobs to indicate overall intention
of the autotools project to remove all but the latest versions of
libtool, autoconf, and automake, by 31st December 2004.
Note that autoconf259 and automake18 aren't yet accessible through the
relevant USE_* knobs, but will be as soon as bsd.autotools.mk comes into
existence.
-rw-r--r-- | devel/autoconf/Makefile | 3 | ||||
-rw-r--r-- | devel/autoconf213/Makefile | 3 | ||||
-rw-r--r-- | devel/autoconf253/Makefile | 3 | ||||
-rw-r--r-- | devel/autoconf257/Makefile | 3 | ||||
-rw-r--r-- | devel/automake/Makefile | 3 | ||||
-rw-r--r-- | devel/automake14/Makefile | 3 | ||||
-rw-r--r-- | devel/automake15/Makefile | 3 | ||||
-rw-r--r-- | devel/automake17/Makefile | 3 | ||||
-rw-r--r-- | devel/libtool13/Makefile | 3 |
9 files changed, 27 insertions, 0 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index b1700c40ba06..bbcfaaf0760d 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= ade/gnu MAINTAINER= ade@FreeBSD.org COMMENT= Automatically configure source code on many Un*x platforms +DEPRECATED= Please use devel/autoconf259 instead +EXPIRATION_DATE=31st December 2004 + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 7ededefb9aa4..235f284f55cf 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -16,6 +16,9 @@ DISTNAME= autoconf-000227 MAINTAINER= ade@FreeBSD.org COMMENT= Automatically configure source code on many Un*x platforms (legacy 2.13 version) +DEPRECATED= Please use devel/autoconf259 instead +EXPIRATION_DATE=31st December 2004 + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile index ca2c2608d145..d0acbc386f6f 100644 --- a/devel/autoconf253/Makefile +++ b/devel/autoconf253/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= autoconf MAINTAINER= ade@FreeBSD.org COMMENT= Automatically configure source code on many Un*x platforms (version 2.53) +DEPRECATED= Please use devel/autoconf259 instead +EXPIRATION_DATE=31st December 2004 + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/devel/autoconf257/Makefile b/devel/autoconf257/Makefile index 1e8db5b5260e..6c1c7e8e36ed 100644 --- a/devel/autoconf257/Makefile +++ b/devel/autoconf257/Makefile @@ -16,6 +16,9 @@ DISTNAME= autoconf-${PORTVERSION} MAINTAINER= ade@FreeBSD.org COMMENT= Automatically configure source code on many Un*x platforms (version 2.57) +DEPRECATED= Please use devel/autoconf259 instead +EXPIRATION_DATE=31st December 2004 + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/devel/automake/Makefile b/devel/automake/Makefile index 53ee1186cab1..63f92d563956 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= automake MAINTAINER= ade@FreeBSD.org COMMENT= GNU Standards-compliant Makefile generator +DEPRECATED= Please use devel/automake18 instead +EXPIRATION_DATE=31st December 2004 + LATEST_LINK= automake GNU_CONFIGURE= yes CONFIGURE_ENV= PERL=${PERL5} diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index ccc29f88759a..5bcea5514b3b 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -16,6 +16,9 @@ DISTNAME= automake-1.4-p5 MAINTAINER= ade@FreeBSD.org COMMENT= GNU Standards-compliant Makefile generator (legacy version 1.4) +DEPRECATED= Please use devel/automake18 instead +EXPIRATION_DATE=31st December 2004 + BUILD_VERSION= 14 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake${BUILD_VERSION} diff --git a/devel/automake15/Makefile b/devel/automake15/Makefile index bcaef55d3d7e..c776339d87f3 100644 --- a/devel/automake15/Makefile +++ b/devel/automake15/Makefile @@ -16,6 +16,9 @@ MASTER_SITE_SUBDIR= automake MAINTAINER= ade@FreeBSD.org COMMENT= GNU Standards-compliant Makefile generator (version 1.5) +DEPRECATED= Please use devel/automake18 instead +EXPIRATION_DATE=31st December 2004 + BUILD_VERSION= 15 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake${BUILD_VERSION} diff --git a/devel/automake17/Makefile b/devel/automake17/Makefile index cf51948e4ae5..eb6b40c06a71 100644 --- a/devel/automake17/Makefile +++ b/devel/automake17/Makefile @@ -16,6 +16,9 @@ DISTNAME= automake-${PORTVERSION} MAINTAINER= ade@FreeBSD.org COMMENT= GNU Standards-compliant Makefile generator (version 1.7) +DEPRECATED= Please use devel/automake18 instead +EXPIRATION_DATE=31st December 2004 + BUILD_DEPENDS= autoconf257:${PORTSDIR}/devel/autoconf257 RUN_DEPENDS= autoconf257:${PORTSDIR}/devel/autoconf257 diff --git a/devel/libtool13/Makefile b/devel/libtool13/Makefile index 33c3017626cb..dc36a576717f 100644 --- a/devel/libtool13/Makefile +++ b/devel/libtool13/Makefile @@ -16,6 +16,9 @@ DISTNAME= libtool-${PORTVERSION} MAINTAINER= ade@FreeBSD.org COMMENT= Generic shared library support script (version 1.3) +DEPRECATED= Please use devel/libtool15 instead +EXPIRATION_DATE=31st December 2004 + BUILD_VERSION= 13 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= libtool${BUILD_VERSION} |