summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-11-01 11:23:09 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-11-01 11:23:09 +0000
commit42eec1f8566cecb243d001cd49ec081b6860b626 (patch)
tree86d8d187c8ee0623b856ed1b47e4f347f83cf10f /devel
parentAdd autoconf-archive, a set of useful GNU Autoconf macros. (diff)
Remove broken ac-archive. Suggest autoconf-archive instead.
PR: ports/103935 Submitted by: Martin Kammerhofer <dada@sbox.tugraz.at>
Notes
Notes: svn path=/head/; revision=176037
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ac-archive/Makefile34
-rw-r--r--devel/ac-archive/distinfo3
-rw-r--r--devel/ac-archive/files/patch-Makefile.in23
-rw-r--r--devel/ac-archive/files/patch-macro2html.cpp10
-rw-r--r--devel/ac-archive/pkg-descr8
6 files changed, 0 insertions, 79 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5ab31b8c7a43..7806d3153953 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -11,7 +11,6 @@
SUBDIR += ZendOptimizer
SUBDIR += a2dev
SUBDIR += aap
- SUBDIR += ac-archive
SUBDIR += ace
SUBDIR += ace+tao
SUBDIR += ace+tao-doc
diff --git a/devel/ac-archive/Makefile b/devel/ac-archive/Makefile
deleted file mode 100644
index ff9522efc8d9..000000000000
--- a/devel/ac-archive/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: ac-archive
-# Date Created: 10 December 2001
-# Whom: kerion
-#
-# $FreeBSD$
-#
-
-PORTNAME= ac-archive
-PORTVERSION= 0.5.65
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A set of useful GNU autoconf macros
-
-USE_BZIP2= yes
-USE_PERL5= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:259
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-PLIST_FILES= bin/acinclude
-MAN1= acinclude.1
-PORTDOCS= *
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-IGNORE= requires Perl 5.8 or newer to build. Install lang/perl5.8 and try again
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/ac-archive/distinfo b/devel/ac-archive/distinfo
deleted file mode 100644
index 093d1896d63d..000000000000
--- a/devel/ac-archive/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ac-archive-0.5.65.tar.bz2) = 5753d3b7db410dd7e4f56d802c3bea0c
-SHA256 (ac-archive-0.5.65.tar.bz2) = 899a030eb456a3880c868edbd49588fc193decf8aa853c8f7c110bda546e20a6
-SIZE (ac-archive-0.5.65.tar.bz2) = 105024
diff --git a/devel/ac-archive/files/patch-Makefile.in b/devel/ac-archive/files/patch-Makefile.in
deleted file mode 100644
index db025a10f728..000000000000
--- a/devel/ac-archive/files/patch-Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.in.orig Wed Aug 24 09:22:21 2005
-+++ Makefile.in Wed Aug 24 09:23:37 2005
-@@ -658,7 +658,7 @@
-
- macros.html : $(M4_FILES) gendocs.pl gendocs.pm $(EXTRA_DOCS)
- for i in $(EMPTYDIRS) ; do test -d $$i || mkdir $$i ; done ; true
-- $(PERL) ./gendocs.pl "--vers=$(VERSION)" --xml \
-+ $(PERL) ./gendocs.pl --no-spell "--vers=$(VERSION)" --xml \
- $(EXTRA_DOCS) $(DOCS) $(OOO)
-
- index.html : $(M4_FILES:.m4=.html) macro2html.pl
-@@ -731,10 +731,7 @@
- >$@
-
- install-data-local: install-docs
--install-docs : install-index $(PACKAGE)-doc.omf
-- $(mkinstalldirs) $(DESTDIR)$(pkgomfdir)
-- $(INSTALL_DATA) $(PACKAGE)-doc.omf $(DESTDIR)$(pkgomfdir)
-- - test ".$(DESTDIR)" != "." || scrollkeeper-update -v
-+install-docs : install-index
- install-index: $(PACKAGE_M4HTML_TAR) $(PACK).tar.gz $(PACKAGE)-INDEX.html
- $(mkinstalldirs) $(DESTDIR)$(pkgdocdir)
- p=`pwd` && cd $(DESTDIR)$(pkgdocdir) \
diff --git a/devel/ac-archive/files/patch-macro2html.cpp b/devel/ac-archive/files/patch-macro2html.cpp
deleted file mode 100644
index d609b4461c04..000000000000
--- a/devel/ac-archive/files/patch-macro2html.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- macro2html.cpp.orig Mon Aug 20 16:36:17 2001
-+++ macro2html.cpp Tue Nov 4 18:38:40 2003
-@@ -16,6 +16,7 @@
- #include <vector>
- #include <memory>
- #include <cerrno>
-+#include <sys/types.h>
- #include <regex.h>
-
- using namespace std;
diff --git a/devel/ac-archive/pkg-descr b/devel/ac-archive/pkg-descr
deleted file mode 100644
index d23c37cb3301..000000000000
--- a/devel/ac-archive/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-A collection of useful autoconf macros that can be used
-in your project to augment the basic functionality provided
-by autoconf.
-
-WWW: http://sourceforge.net/projects/ac-archive/
-
-- Matt
-matt@kerion.net