Update to 5.3.6
PR: 37684 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
dd56d6d55e
commit
fdd8cc53ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58471
3 changed files with 10 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= autogen
|
||||
PORTVERSION= 5.3.5
|
||||
PORTVERSION= 5.3.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
${MASTER_SITE_GNU}
|
||||
|
@ -21,11 +21,14 @@ LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile
|
|||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
CONFIGURE_ENV= AUTOCONF="${TRUE}" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (autogen-5.3.5.tar.gz) = 72e5859c6f124906dd2e860c63d8319f
|
||||
MD5 (autogen-5.3.6.tar.gz) = 8a620ad4af876f91d9582f7400df1436
|
||||
|
|
|
@ -14,13 +14,15 @@ lib/libguileopts.so
|
|||
lib/libguileopts.so.0
|
||||
lib/libopts.a
|
||||
lib/libopts.so
|
||||
lib/libopts.so.12
|
||||
lib/libopts.so.13
|
||||
lib/libsnprintfv.a
|
||||
lib/libsnprintfv.so
|
||||
lib/libsnprintfv.so.1
|
||||
share/aclocal/autoopts.m4
|
||||
share/autogen/aginfo.tpl
|
||||
share/autogen/aginfo3.tpl
|
||||
share/autogen/agman1.tpl
|
||||
share/autogen/agman3.tpl
|
||||
share/autogen/confmacs.tpl
|
||||
share/autogen/conftest.tpl
|
||||
share/autogen/fsm-macro.tpl
|
||||
|
@ -29,6 +31,7 @@ share/autogen/fsm.tpl
|
|||
share/autogen/optcode.tpl
|
||||
share/autogen/opthead.tpl
|
||||
share/autogen/options.tpl
|
||||
share/autogen/options_h.tpl
|
||||
share/autogen/optlib.tpl
|
||||
share/autogen/optmain.tpl
|
||||
share/autogen/schemedef.scm
|
||||
|
|
Loading…
Reference in a new issue