- Update to 0.5.54

- Add CONFIGURE_TARGET to silence warning
- Use DOCSDIR macro in pkg-plist; re-sort
- Do not install OMF file (somebody familiar with ScrollKeeper
  please take a look!)
This commit is contained in:
Sergei Kolobov 2003-11-04 15:56:56 +00:00
parent d44919029b
commit db59e83b62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93072
5 changed files with 622 additions and 536 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= ac-archive
PORTVERSION= 0.5.39
PORTREVISION= 0
PORTVERSION= 0.5.54
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -20,6 +19,7 @@ WANT_AUTOCONF_VER=253
USE_PERL5= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= acinclude.1

View file

@ -1 +1 @@
MD5 (ac-archive-0.5.39.tar.gz) = 8ad4d9138679e3f90a12e2b213013aff
MD5 (ac-archive-0.5.54.tar.gz) = b6390f02a1a7814e4ee793848c002ec7

View file

@ -0,0 +1,23 @@
--- Makefile.in.orig Fri Aug 1 21:39:11 2003
+++ Makefile.in Tue Nov 4 18:45:38 2003
@@ -510,7 +510,7 @@
macros.html : $(M4_FILES) gendocs.pl $(EXTRA_DOCS)
for i in $(EMPTYDIRS) ; do test -d $$i || mkdir $$i ; done ; true
- $(PERL) ./gendocs.pl "--vers=$(VERSION)" $(EXTRA_DOCS) $(DOCS) $(OOO)
+ $(PERL) ./gendocs.pl --nospell "--vers=$(VERSION)" $(EXTRA_DOCS) $(DOCS) $(OOO)
index.html : $(M4_FILES:.m4=.html) macro2html.pl
@ $(PERL) ./genindex.pl
@@ -582,10 +582,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,5 +1,5 @@
--- macro2html.cpp Mon Aug 20 08:36:17 2001
+++ macro2html.cpp.new Mon Dec 10 23:46:29 2001
--- 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>

File diff suppressed because it is too large Load diff