diff options
author | ade <ade@FreeBSD.org> | 2005-06-17 01:29:45 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-06-17 01:29:45 +0800 |
commit | 32dccc8e179d8ffb305ec7e38d30fdaf8c799cea (patch) | |
tree | 64683c4570caec4aa157d21e1db5a823b6172c75 /devel | |
parent | c2ac79d8b614c72a639d5b2e56c248102998615b (diff) | |
download | freebsd-ports-gnome-32dccc8e179d8ffb305ec7e38d30fdaf8c799cea.tar.gz freebsd-ports-gnome-32dccc8e179d8ffb305ec7e38d30fdaf8c799cea.tar.zst freebsd-ports-gnome-32dccc8e179d8ffb305ec7e38d30fdaf8c799cea.zip |
Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUN
The versioned autotools are now strictly for building other ports in the tree.
Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others,
where unmodified cross-platform capabilities are desired.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf213/Makefile | 4 | ||||
-rw-r--r-- | devel/autoconf253/Makefile | 4 | ||||
-rw-r--r-- | devel/autoconf259/Makefile | 2 | ||||
-rw-r--r-- | devel/autoconf26/Makefile | 2 | ||||
-rw-r--r-- | devel/autoconf261/Makefile | 2 | ||||
-rw-r--r-- | devel/autoconf262/Makefile | 2 | ||||
-rw-r--r-- | devel/autoconf267/Makefile | 2 | ||||
-rw-r--r-- | devel/autoconf268/Makefile | 2 | ||||
-rw-r--r-- | devel/automake110/Makefile | 5 | ||||
-rw-r--r-- | devel/automake14/Makefile | 5 | ||||
-rw-r--r-- | devel/automake15/Makefile | 5 | ||||
-rw-r--r-- | devel/automake19/Makefile | 5 | ||||
-rw-r--r-- | devel/libtool13/Makefile | 4 | ||||
-rw-r--r-- | devel/libtool15/Makefile | 2 |
14 files changed, 20 insertions, 26 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index e8a019605461..909755392f8f 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -14,9 +14,7 @@ MASTER_SITE_SUBDIR= ade/gnu 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 +COMMENT= Automatically configure source code on many Un*x platforms (2.13) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile index ecc6801ef07a..8702efb35860 100644 --- a/devel/autoconf253/Makefile +++ b/devel/autoconf253/Makefile @@ -13,9 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} 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 +COMMENT= Automatically configure source code on many Un*x platforms (2.53) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man diff --git a/devel/autoconf259/Makefile b/devel/autoconf259/Makefile index aa6be53c07c7..07d69bdb2976 100644 --- a/devel/autoconf259/Makefile +++ b/devel/autoconf259/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= autoconf DISTNAME= autoconf-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) +COMMENT= Automatically configure source code on many Un*x platforms (2.59) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man diff --git a/devel/autoconf26/Makefile b/devel/autoconf26/Makefile index aa6be53c07c7..07d69bdb2976 100644 --- a/devel/autoconf26/Makefile +++ b/devel/autoconf26/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= autoconf DISTNAME= autoconf-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) +COMMENT= Automatically configure source code on many Un*x platforms (2.59) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile index aa6be53c07c7..07d69bdb2976 100644 --- a/devel/autoconf261/Makefile +++ b/devel/autoconf261/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= autoconf DISTNAME= autoconf-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) +COMMENT= Automatically configure source code on many Un*x platforms (2.59) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile index aa6be53c07c7..07d69bdb2976 100644 --- a/devel/autoconf262/Makefile +++ b/devel/autoconf262/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= autoconf DISTNAME= autoconf-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) +COMMENT= Automatically configure source code on many Un*x platforms (2.59) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile index aa6be53c07c7..07d69bdb2976 100644 --- a/devel/autoconf267/Makefile +++ b/devel/autoconf267/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= autoconf DISTNAME= autoconf-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) +COMMENT= Automatically configure source code on many Un*x platforms (2.59) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile index aa6be53c07c7..07d69bdb2976 100644 --- a/devel/autoconf268/Makefile +++ b/devel/autoconf268/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= autoconf DISTNAME= autoconf-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (version 2.59) +COMMENT= Automatically configure source code on many Un*x platforms (2.59) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile index a9e072f2ace2..85ff655702db 100644 --- a/devel/automake110/Makefile +++ b/devel/automake110/Makefile @@ -13,10 +13,11 @@ MASTER_SITE_SUBDIR= automake DISTNAME= automake-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= GNU Standards-compliant Makefile generator (version 1.9) +COMMENT= GNU Standards-compliant Makefile generator (1.9) + +RUN_DEPENDS= ${AUTOCONF_DEPENDS} WANT_AUTOCONF_VER=259 -WANT_AUTOCONF_RUN=yes BUILD_VERSION= 19 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake${BUILD_VERSION} diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index f50fc4457f41..a179cd5280b8 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -14,12 +14,11 @@ MASTER_SITE_SUBDIR= automake DISTNAME= automake-1.4-p6 MAINTAINER= ade@FreeBSD.org -COMMENT= GNU Standards-compliant Makefile generator (legacy version 1.4) +COMMENT= GNU Standards-compliant Makefile generator (1.4) -DEPRECATED= Please use devel/automake19 instead +RUN_DEPENDS= ${AUTOCONF_DEPENDS} WANT_AUTOCONF_VER=213 -WANT_AUTOCONF_RUN=yes 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 4a725f1d3c6e..48119a0a5bec 100644 --- a/devel/automake15/Makefile +++ b/devel/automake15/Makefile @@ -14,12 +14,11 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake MAINTAINER= ade@FreeBSD.org -COMMENT= GNU Standards-compliant Makefile generator (version 1.5) +COMMENT= GNU Standards-compliant Makefile generator (1.5) -DEPRECATED= Please use devel/automake19 instead +RUN_DEPENDS= ${AUTOCONF_DEPENDS} WANT_AUTOCONF_VER=253 -WANT_AUTOCONF_RUN=yes BUILD_VERSION= 15 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake${BUILD_VERSION} diff --git a/devel/automake19/Makefile b/devel/automake19/Makefile index a9e072f2ace2..85ff655702db 100644 --- a/devel/automake19/Makefile +++ b/devel/automake19/Makefile @@ -13,10 +13,11 @@ MASTER_SITE_SUBDIR= automake DISTNAME= automake-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= GNU Standards-compliant Makefile generator (version 1.9) +COMMENT= GNU Standards-compliant Makefile generator (1.9) + +RUN_DEPENDS= ${AUTOCONF_DEPENDS} WANT_AUTOCONF_VER=259 -WANT_AUTOCONF_RUN=yes BUILD_VERSION= 19 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake${BUILD_VERSION} diff --git a/devel/libtool13/Makefile b/devel/libtool13/Makefile index 982bd9fe8cde..50136d7fefb9 100644 --- a/devel/libtool13/Makefile +++ b/devel/libtool13/Makefile @@ -14,9 +14,7 @@ MASTER_SITE_SUBDIR= libtool DISTNAME= libtool-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT= Generic shared library support script (version 1.3) - -DEPRECATED= Please use devel/libtool15 instead +COMMENT= Generic shared library support script (1.3) BUILD_VERSION= 13 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile index cebc05e9cdde..6f8a39d2e363 100644 --- a/devel/libtool15/Makefile +++ b/devel/libtool15/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= libtool DISTNAME= libtool-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -COMMENT?= Generic shared library support script (version 1.5) +COMMENT?= Generic shared library support script (1.5) BUILD_VERSION= 15 LATEST_LINK?= libtool${BUILD_VERSION} |