diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-08-28 03:39:34 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-08-28 03:39:34 +0000 |
commit | b18e85f5330579be719dd686114a1160dca217e8 (patch) | |
tree | 9af9a0243cb6241d5a13c62eb9414fd43623d678 | |
parent | bd66455ae12fb020e0c3f86ce28b12586d3ec7f3 (diff) | |
download | FreeBSD-ports-b18e85f5330579be719dd686114a1160dca217e8.zip FreeBSD-ports-b18e85f5330579be719dd686114a1160dca217e8.tar.gz |
Update to version 5.4.2
PR: 42034
Submitted by: Ports Fury
-rw-r--r-- | devel/autogen/Makefile | 15 | ||||
-rw-r--r-- | devel/autogen/distinfo | 2 | ||||
-rw-r--r-- | devel/autogen/files/patch-doc::autogen.texi | 11 | ||||
-rw-r--r-- | devel/autogen/pkg-plist | 8 |
4 files changed, 21 insertions, 15 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index 438e7d4..f4a6847 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -7,8 +7,7 @@ # PORTNAME= autogen -PORTVERSION= 5.3.9 -PORTREVISION= 1 +PORTVERSION= 5.4.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_GNU} @@ -16,22 +15,18 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile \ + xml2.5:${PORTSDIR}/textproc/libxml2 +USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= AUTOCONF="${TRUE}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-libguile=${LOCALBASE} --with-libxml2=${LOCALBASE} INSTALLS_SHLIB= yes MAN1= autogen.1 autoopts-config.1 columns.1 getdefs.1 MAN3= optionFree.3 optionLoadLine.3 optionProcess.3 optionRestore.3 \ optionSaveState.3 optionVersion.3 -pre-patch: - @${PERL} -pi -e 's|values.h ||g' ${WRKSRC}/snprintfv/configure - .include <bsd.port.mk> diff --git a/devel/autogen/distinfo b/devel/autogen/distinfo index 5154094..66463f9 100644 --- a/devel/autogen/distinfo +++ b/devel/autogen/distinfo @@ -1 +1 @@ -MD5 (autogen-5.3.9.tar.gz) = c7db8eaa312929bf6ca07e7d98e061df +MD5 (autogen-5.4.2.tar.gz) = a16402aae43bd89eabb02e355c4eb4fc diff --git a/devel/autogen/files/patch-doc::autogen.texi b/devel/autogen/files/patch-doc::autogen.texi new file mode 100644 index 0000000..7a4b608 --- /dev/null +++ b/devel/autogen/files/patch-doc::autogen.texi @@ -0,0 +1,11 @@ +--- doc/autogen.texi.orig Sat Aug 24 12:35:53 2002 ++++ doc/autogen.texi Tue Aug 27 00:28:17 2002 +@@ -6849,7 +6849,7 @@ + be on the stack or deallocated in any other way for as long as the value + might get referenced. + +-If you have supplied at least one @file{homerc} file (@pxref{}), ++If you have supplied at least one @file{homerc} file, + this macro will be emitted for the @code{--save-opts} option. + + @example diff --git a/devel/autogen/pkg-plist b/devel/autogen/pkg-plist index 4c72595..dfa200b 100644 --- a/devel/autogen/pkg-plist +++ b/devel/autogen/pkg-plist @@ -4,18 +4,17 @@ bin/columns bin/getdefs include/options.h @unexec install-info --delete %D/info/autogen.info %D/info/dir -@unexec install-info --delete %D/info/snprintfv.info %D/info/dir info/autogen.info -info/snprintfv.info @exec install-info %D/info/autogen.info %D/info/dir +@unexec install-info --delete %D/info/snprintfv.info %D/info/dir +info/snprintfv.info @exec install-info %D/info/snprintfv.info %D/info/dir lib/libguileopts.a lib/libguileopts.so lib/libguileopts.so.0 lib/libopts.a lib/libopts.so -lib/libopts.so.15 -lib/libsnprintfv.a +lib/libopts.so.18 lib/libsnprintfv.so lib/libsnprintfv.so.1 share/aclocal/autoopts.m4 @@ -28,6 +27,7 @@ share/autogen/conftest.tpl share/autogen/fsm-macro.tpl share/autogen/fsm-trans.tpl share/autogen/fsm.tpl +share/autogen/libopts-18.1.9.tar.gz share/autogen/optcode.tpl share/autogen/opthead.tpl share/autogen/options.tpl |