aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2007-08-12 07:28:40 +0800
committerade <ade@FreeBSD.org>2007-08-12 07:28:40 +0800
commit51acbb709522f840238fb53f3225a34376a69d07 (patch)
tree6b8866608da5f983ca9e54d36fa5d7c23d675d95 /devel
parente4aba3262926191a5689ffd4c88a1f2034fadd81 (diff)
downloadfreebsd-ports-gnome-51acbb709522f840238fb53f3225a34376a69d07.tar.gz
freebsd-ports-gnome-51acbb709522f840238fb53f3225a34376a69d07.tar.zst
freebsd-ports-gnome-51acbb709522f840238fb53f3225a34376a69d07.zip
With the regular autotools ports now being able to be used not only
for ports building, but also cross-platform development, mark these two as DEPRECATED, with a one-month expiration date. Patches for the 3 ports that currently use these have been issued to their maintainers.
Diffstat (limited to 'devel')
-rw-r--r--devel/gnu-autoconf/Makefile3
-rw-r--r--devel/gnu-automake/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/gnu-autoconf/Makefile b/devel/gnu-autoconf/Makefile
index f36a585778b6..d21fd3126234 100644
--- a/devel/gnu-autoconf/Makefile
+++ b/devel/gnu-autoconf/Makefile
@@ -16,6 +16,9 @@ DISTNAME= autoconf-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
COMMENT= Automatically configure source code on many Un*x platforms (GNU unmodified)
+DEPRECATED= Use devel/autotools instead
+EXPIRATION_DATE= 2007-09-11
+
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
help2man:${PORTSDIR}/misc/help2man
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile
index f3ee383e59e8..375c48031b36 100644
--- a/devel/gnu-automake/Makefile
+++ b/devel/gnu-automake/Makefile
@@ -16,6 +16,9 @@ DISTNAME= automake-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
COMMENT= GNU Standards-compliant Makefile generator (GNU unmodified)
+DEPRECATED= Use devel/autotools instead
+EXPIRATION_DATE= 2007-09-11
+
BUILD_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf
RUN_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf