summaryrefslogtreecommitdiff
path: root/devel/ac-archive/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ac-archive/files')
-rw-r--r--devel/ac-archive/files/patch-Makefile.in23
-rw-r--r--devel/ac-archive/files/patch-macro2html.cpp10
2 files changed, 0 insertions, 33 deletions
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;