aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autoconf
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-08-04 06:36:52 +0800
committerade <ade@FreeBSD.org>2004-08-04 06:36:52 +0800
commit964e12c93b0f7a787724b4d70b83d4cab989b315 (patch)
tree30d59616dab81b2f606e3ae725727737b4cc1b5b /devel/autoconf
parent8fc41f53c9bf41c8ba6ee322d3df8ea524ee36ce (diff)
downloadfreebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.gz
freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.tar.zst
freebsd-ports-gnome-964e12c93b0f7a787724b4d70b83d4cab989b315.zip
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates.
Diffstat (limited to 'devel/autoconf')
-rw-r--r--devel/autoconf/Makefile55
-rw-r--r--devel/autoconf/distinfo2
-rw-r--r--devel/autoconf/files/patch-bin-autoscan.in15
-rw-r--r--devel/autoconf/pkg-descr9
-rw-r--r--devel/autoconf/pkg-plist62
5 files changed, 0 insertions, 143 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile
deleted file mode 100644
index bbcfaaf0760d..000000000000
--- a/devel/autoconf/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# New ports collection makefile for: autoconf
-# Date created: 7 October 1995
-# Whom: torstenb@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= autoconf
-PORTVERSION= 2.53
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-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
-
-LATEST_LINK= autoconf
-USE_BZIP2= yes
-USE_PERL5_RUN= yes
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4
-CONFIGURE_ARGS= --without-lispdir
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh \
- missing mkinstalldirs
-
-MAN1= autoconf.1 autoheader.1 autom4te.1 autoreconf.1 autoscan.1 \
- autoupdate.1 config.guess.1 config.sub.1 ifnames.1
-
-.if defined(USE_AUTOCONF) || defined(USE_AUTOCONF_VER)
-pre-everything::
- @${ECHO} ===========================================================
- @${ECHO} "You have 'USE_AUTOCONF' or 'USE_AUTOCONF_VER' variables"
- @${ECHO} "defined either in environment or in make(1) arguments."
- @${ECHO} "Please undefine them and try again."
- @${ECHO} ===========================================================
- @${FALSE}
-.endif # defined(USE_AUTOCONF) || defined(USE_AUTOCONF_VER)
-
-post-install:
-.for FILE in ${GENERIC_TOOLS}
- ${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf
-.endfor
-
-.include <bsd.port.mk>
diff --git a/devel/autoconf/distinfo b/devel/autoconf/distinfo
deleted file mode 100644
index f64108e73e41..000000000000
--- a/devel/autoconf/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (autoconf-2.53.tar.bz2) = c121b003f51e293c2bf5a6105c721388
-SIZE (autoconf-2.53.tar.bz2) = 756398
diff --git a/devel/autoconf/files/patch-bin-autoscan.in b/devel/autoconf/files/patch-bin-autoscan.in
deleted file mode 100644
index 68836ffb60bc..000000000000
--- a/devel/autoconf/files/patch-bin-autoscan.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- bin/autoscan.in.orig Fri Mar 8 06:52:41 2002
-+++ bin/autoscan.in Mon Sep 16 03:56:50 2002
-@@ -192,7 +192,11 @@
- sub used ($$;$)
- {
- my ($kind, $word, $where) = @_;
-- $where ||= "$File::Find::name:$.";
-+ my $lineno = 0;
-+ if (defined($.)) {
-+ $lineno = $.;
-+ }
-+ $where ||= "$File::Find::name:$lineno";
- push (@{$used{$kind}{$word}}, $where);
- }
-
diff --git a/devel/autoconf/pkg-descr b/devel/autoconf/pkg-descr
deleted file mode 100644
index c404cc852ea8..000000000000
--- a/devel/autoconf/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Autoconf is an extensible package of m4 macros that produce shell
-scripts to automatically configure software source code packages.
-These scripts can adapt the packages to many kinds of UNIX-like
-systems without manual user intervention. Autoconf creates a
-configuration script for a package from a template file that lists the
-operating system features that the package can use, in the form of m4
-macro calls.
-
-WWW: http://www.gnu.org/software/autoconf/
diff --git a/devel/autoconf/pkg-plist b/devel/autoconf/pkg-plist
deleted file mode 100644
index fe71c6bd11e8..000000000000
--- a/devel/autoconf/pkg-plist
+++ /dev/null
@@ -1,62 +0,0 @@
-bin/autoconf
-bin/autoheader
-bin/autom4te
-bin/autoreconf
-bin/autoscan
-bin/autoupdate
-bin/ifnames
-share/autoconf/Autom4te/General.pm
-share/autoconf/Autom4te/Struct.pm
-share/autoconf/Autom4te/XFile.pm
-share/autoconf/INSTALL
-share/autoconf/autoconf/autoconf.m4
-share/autoconf/autoconf/autoconf.m4f
-share/autoconf/autoconf/autoheader.m4
-share/autoconf/autoconf/autotest.m4
-share/autoconf/autoconf/autoupdate.m4
-share/autoconf/autoconf/c.m4
-share/autoconf/autoconf/fortran.m4
-share/autoconf/autoconf/functions.m4
-share/autoconf/autoconf/general.m4
-share/autoconf/autoconf/headers.m4
-share/autoconf/autoconf/lang.m4
-share/autoconf/autoconf/libs.m4
-share/autoconf/autoconf/oldnames.m4
-share/autoconf/autoconf/programs.m4
-share/autoconf/autoconf/specific.m4
-share/autoconf/autoconf/status.m4
-share/autoconf/autoconf/types.m4
-share/autoconf/autom4te.cfg
-share/autoconf/autoscan/functions
-share/autoconf/autoscan/headers
-share/autoconf/autoscan/identifiers
-share/autoconf/autoscan/libraries
-share/autoconf/autoscan/makevars
-share/autoconf/autoscan/programs
-share/autoconf/autotest/autotest.m4
-share/autoconf/autotest/autotest.m4f
-share/autoconf/autotest/general.m4
-share/autoconf/config.guess
-share/autoconf/config.sub
-share/autoconf/elisp-comp
-share/autoconf/install-sh
-share/autoconf/m4sugar/m4sh.m4
-share/autoconf/m4sugar/m4sh.m4f
-share/autoconf/m4sugar/m4sugar.m4
-share/autoconf/m4sugar/m4sugar.m4f
-share/autoconf/m4sugar/version.m4
-share/autoconf/mdate-sh
-share/autoconf/missing
-share/autoconf/mkinstalldirs
-@dirrm share/autoconf/m4sugar
-@dirrm share/autoconf/autotest
-@dirrm share/autoconf/autoscan
-@dirrm share/autoconf/autoconf
-@dirrm share/autoconf/Autom4te
-@dirrm share/autoconf
-@unexec install-info --delete %D/info/autoconf.info %D/info/dir
-@unexec install-info --delete %D/info/standards.info %D/info/dir
-info/autoconf.info
-info/standards.info
-@exec install-info %D/info/autoconf.info %D/info/dir
-@exec install-info %D/info/standards.info %D/info/dir