diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-08-28 03:39:34 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-08-28 03:39:34 +0000 |
commit | a532596c55a355dbbc0e1b355216300de62ff78a (patch) | |
tree | d5bfa83dc2783976e8ff8ccd4bc609735b1a099b /devel/autogen | |
parent | 8b5029d68442f6af7be39edb1b5a193cc2ab5c2c (diff) | |
download | ports-a532596c55a355dbbc0e1b355216300de62ff78a.tar.gz ports-a532596c55a355dbbc0e1b355216300de62ff78a.zip |
Update to version 5.4.2
PR: 42034
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=65135
Diffstat (limited to 'devel/autogen')
-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 438e7d42550f..f4a6847cf2b9 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 51540941146f..66463f9b5735 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 000000000000..7a4b608ab81d --- /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 4c7259555a13..dfa200b15bbf 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 |