mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to version 5.2.9
PR: 30531 Submitted by: Ports Fury
This commit is contained in:
parent
53468494b9
commit
fe56c932bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47874
5 changed files with 18 additions and 31 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= autogen
|
||||
PORTVERSION= 5.2.3
|
||||
PORTVERSION= 5.2.9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -17,15 +17,19 @@ MAINTAINER= ports@FreeBSD.org
|
|||
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile
|
||||
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
LIBTOOLFILES= configure snprintfv/configure
|
||||
CONFIGURE_TARGET= # none
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= autogen.1 columns.1 getdefs.1
|
||||
|
||||
post-install:
|
||||
@${RM} ${PREFIX}/lib/libsnprintfv.la
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|values.h ||g' ${WRKSRC}/snprintfv/configure
|
||||
|
||||
pre-build:
|
||||
@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool
|
||||
@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/snprintfv/libtool
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (autogen-5.2.3.tar.gz) = 06b8f94a0d6c36b4f9742beb7fc2448d
|
||||
MD5 (autogen-5.2.9.tar.gz) = cbf0300c7107868f3ee34ce4bd35af6d
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- snprintfv/Makefile.in.orig Mon Mar 12 01:30:19 2001
|
||||
+++ snprintfv/Makefile.in Mon Mar 12 01:31:11 2001
|
||||
@@ -43,7 +43,7 @@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
|
||||
-INSTALL = @INSTALL@
|
||||
+INSTALL = /usr/bin/install -c -o root -g wheel
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
@ -1,11 +0,0 @@
|
|||
--- snprintfv/snprintfv/Makefile.in.orig Mon Mar 12 01:31:49 2001
|
||||
+++ snprintfv/snprintfv/Makefile.in Mon Mar 12 01:31:59 2001
|
||||
@@ -43,7 +43,7 @@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
|
||||
-INSTALL = @INSTALL@
|
||||
+INSTALL = /usr/bin/install -c -o root -g wheel
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
@ -10,18 +10,23 @@ info/snprintfv.info
|
|||
@exec install-info %D/info/autogen.info %D/info/dir
|
||||
@exec install-info %D/info/snprintfv.info %D/info/dir
|
||||
lib/libguileopts.a
|
||||
lib/libguileopts.la
|
||||
lib/libguileopts.so
|
||||
lib/libguileopts.so.0
|
||||
lib/libopts.a
|
||||
lib/libopts.la
|
||||
lib/libopts.so
|
||||
lib/libopts.so.9
|
||||
lib/libopts.so.10
|
||||
lib/libsnprintfv.a
|
||||
lib/libsnprintfv.la
|
||||
lib/libsnprintfv.so
|
||||
lib/libsnprintfv.so.1
|
||||
share/aclocal/autoopts.m4
|
||||
share/autogen/aginfo.tpl
|
||||
share/autogen/agman1.tpl
|
||||
share/autogen/fsm.tpl
|
||||
share/autogen/fsm-macro.tpl
|
||||
share/autogen/fsm-trans.tpl
|
||||
share/autogen/fsm.tpl
|
||||
share/autogen/optcode.tpl
|
||||
share/autogen/opthead.tpl
|
||||
share/autogen/options.tpl
|
||||
|
|
Loading…
Add table
Reference in a new issue