summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-07 01:00:37 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-07 01:00:37 +0000
commit0272680e31a5f6e70a50e7d307a80b82d4b5ee72 (patch)
tree53977106695fd4565e85fa58a82a1f37442cf90d /devel
parentFix the problem where users were unable to sign on to Yahoo, or were (diff)
Repocopied to autoconf257. This version is already obsolete.
Diffstat (limited to 'devel')
-rw-r--r--devel/autoconf254/Makefile78
-rw-r--r--devel/autoconf254/distinfo1
-rw-r--r--devel/autoconf254/files/patch-bin-autoscan.in15
-rw-r--r--devel/autoconf254/pkg-comment1
-rw-r--r--devel/autoconf254/pkg-descr9
-rw-r--r--devel/autoconf254/pkg-plist69
6 files changed, 0 insertions, 173 deletions
diff --git a/devel/autoconf254/Makefile b/devel/autoconf254/Makefile
deleted file mode 100644
index e3465d84a226..000000000000
--- a/devel/autoconf254/Makefile
+++ /dev/null
@@ -1,78 +0,0 @@
-# New ports collection makefile for: autoconf
-# Date created: 7 October 1995
-# Whom: torstenb@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= autoconf254
-PORTVERSION= 2.54
-PORTREVISION= 0
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= autoconf
-
-MAINTAINER= alane@FreeBSD.org
-
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
- help2man:${PORTSDIR}/misc/help2man
-RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-.undef NO_IGNORE
-BORKED= "DON'T EVEN THINK ABOUT IT."
-BROKEN= ${BORKED}
-FORBIDDEN= ${BORKED}
-IGNORE= "DAMN YOU BENTO. LEAVE THIS ALONE!"
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PERL5= yes
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= CONFIG_SHELL=/bin/sh
-CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4
-
-.if ${PORTNAME} == "autoconf"
-.if exists(${LOCALBASE}/bin/emacs)
-PLIST_SUB+= EMACS="" EMACSDIR=share/emacs
-.elif exists(${LOCALBASE}/bin/xemacs)
-PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs
-.else
-PLIST_SUB+= EMACS="@comment " EMACSDIR=""
-.endif # no emacs found
-.endif # ${PORTNAME} == "autoconf"
-
-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/autoconf254/distinfo b/devel/autoconf254/distinfo
deleted file mode 100644
index 4ea5b0ed48c9..000000000000
--- a/devel/autoconf254/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (autoconf-2.54.tar.bz2) = 572ef5257f6927ad21dbad395f3da799
diff --git a/devel/autoconf254/files/patch-bin-autoscan.in b/devel/autoconf254/files/patch-bin-autoscan.in
deleted file mode 100644
index 68836ffb60bc..000000000000
--- a/devel/autoconf254/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/autoconf254/pkg-comment b/devel/autoconf254/pkg-comment
deleted file mode 100644
index 6922f03c2b32..000000000000
--- a/devel/autoconf254/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Automatically configure source code on many Un*x platforms
diff --git a/devel/autoconf254/pkg-descr b/devel/autoconf254/pkg-descr
deleted file mode 100644
index c404cc852ea8..000000000000
--- a/devel/autoconf254/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/autoconf254/pkg-plist b/devel/autoconf254/pkg-plist
deleted file mode 100644
index e9c549f71932..000000000000
--- a/devel/autoconf254/pkg-plist
+++ /dev/null
@@ -1,69 +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
-%%EMACS%%%%EMACSDIR%%/site-lisp/autoconf-mode.el
-%%EMACS%%%%EMACSDIR%%/site-lisp/autoconf-mode.elc
-%%EMACS%%%%EMACSDIR%%/site-lisp/autotest-mode.el
-%%EMACS%%%%EMACSDIR%%/site-lisp/autotest-mode.elc
-@comment directories
-%%EMACS%%@dirrm %%EMACSDIR%%/site-lisp
-%%EMACS%%@dirrm %%EMACSDIR%%
-@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