Remove broken ac-archive. Suggest autoconf-archive instead.

PR:		ports/103935
Submitted by:	Martin Kammerhofer <dada@sbox.tugraz.at>
This commit is contained in:
Sam Lawrance 2006-11-01 11:23:09 +00:00
parent 09ddad473f
commit 42eec1f856
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176037
7 changed files with 1 additions and 79 deletions

1
MOVED
View file

@ -2510,3 +2510,4 @@ x11-themes/e17-theme-simply_white||2006-11-01|Has expired: doesn't work with rec
x11-themes/e17-theme-winter||2006-11-01|Has expired: doesn't work with recent e17
x11-themes/e17-theme-mclaren||2006-11-01|Has expired: doesn't work with recent e17
x11-themes/e17-theme-grey||2006-11-01|Has expired: doesn't work with recent e17
devel/ac-archive|devel/autoconf-archive|2006-11-01|Replace broken ac-archive with working autoconf-archive

View file

@ -11,7 +11,6 @@
SUBDIR += ZendOptimizer
SUBDIR += a2dev
SUBDIR += aap
SUBDIR += ac-archive
SUBDIR += ace
SUBDIR += ace+tao
SUBDIR += ace+tao-doc

View file

@ -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>

View file

@ -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

View file

@ -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) \

View file

@ -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;

View file

@ -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