mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Update to 5.18.16
- Update LICENSE - Add LICENSE_FILE Changes: https://sourceforge.net/p/autogen/mailman/message/36402347/ https://git.savannah.gnu.org/cgit/autogen.git/tree/NEWS.pre https://git.savannah.gnu.org/cgit/autogen.git/log/
This commit is contained in:
parent
13aba34441
commit
39236dc741
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499395
@ -2,34 +2,43 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= autogen
|
||||
PORTVERSION= 5.18.12
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 5.18.16
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNU/${PORTNAME}/rel${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Tool designed to simplify the creation and maintenance of programs
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
gmktemp:sysutils/coreutils
|
||||
LIB_DEPENDS= libguile-2.0.so:lang/guile2
|
||||
RUN_DEPENDS= bash:shells/bash
|
||||
|
||||
# bin/columns
|
||||
CONFLICTS_INSTALL= columns
|
||||
|
||||
CONFIGURE_ARGS= --datadir=${PREFIX}/share --with-libguile=yes --with-libxml2=yes
|
||||
USES= gmake gnome libtool pathfix perl5 pkgconfig shebangfix tar:xz
|
||||
USE_GNOME= libxml2
|
||||
USE_PERL5= build
|
||||
|
||||
CONFIGURE_ARGS= --datadir=${PREFIX}/share \
|
||||
--disable-dependency-tracking \
|
||||
--with-libguile=yes --with-libxml2=yes
|
||||
CONFIGURE_ENV= CONFIG_SHELL=${LOCALBASE}/bin/bash
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_GNOME= libxml2
|
||||
TEST_TARGET= check
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build
|
||||
USES= gmake gnome libtool pathfix perl5 pkgconfig shebangfix tar:xz
|
||||
|
||||
INFO= autogen
|
||||
|
||||
SHEBANG_FILES= autoopts/tpl/*.pl
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/CFLAGS=/ s| -Wno-format-contains-nul||; /WARN_CFLAGS=/ s| -Werror||' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|mktemp --suffix=|g&|' ${WRKSRC}/agen5/mk-stamps.sh ${WRKSRC}/build-aux/run-ag.sh ${WRKSRC}/config/mk-shdefs.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1503166017
|
||||
SHA256 (autogen-5.18.12.tar.xz) = be3ba62e883185b6ee8475edae97d7197d701d6b9ad9c3d2df53697110c1bfd8
|
||||
SIZE (autogen-5.18.12.tar.xz) = 1018412
|
||||
TIMESTAMP = 1555690352
|
||||
SHA256 (autogen-5.18.16.tar.xz) = f8a13466b48faa3ba99fe17a069e71c9ab006d9b1cfabe699f8c60a47d5bb49a
|
||||
SIZE (autogen-5.18.16.tar.xz) = 1046276
|
||||
|
@ -9,7 +9,7 @@ lib/autogen/tpl-config.tlib
|
||||
lib/libopts.a
|
||||
lib/libopts.so
|
||||
lib/libopts.so.25
|
||||
lib/libopts.so.25.16.1
|
||||
lib/libopts.so.25.17.1
|
||||
libdata/pkgconfig/autoopts.pc
|
||||
man/man1/autogen.1.gz
|
||||
man/man1/autoopts-config.1.gz
|
||||
@ -57,8 +57,6 @@ share/aclocal/autoopts.m4
|
||||
%%DATADIR%%/autoopts.m4
|
||||
%%DATADIR%%/bits.tpl
|
||||
%%DATADIR%%/cmd-doc.tlib
|
||||
%%DATADIR%%/confmacs.tlib
|
||||
%%DATADIR%%/conftest.tpl
|
||||
%%DATADIR%%/def2pot.tpl
|
||||
%%DATADIR%%/fsm-macro.tlib
|
||||
%%DATADIR%%/fsm-trans.tlib
|
||||
@ -68,7 +66,7 @@ share/aclocal/autoopts.m4
|
||||
%%DATADIR%%/gplv2.lic
|
||||
%%DATADIR%%/lgpl.lic
|
||||
%%DATADIR%%/lgplv2.lic
|
||||
%%DATADIR%%/libopts-41.1.16.tar.gz
|
||||
%%DATADIR%%/libopts-42.1.17.tar.gz
|
||||
%%DATADIR%%/liboptschk.m4
|
||||
%%DATADIR%%/man2mdoc
|
||||
%%DATADIR%%/man2texi
|
||||
|
Loading…
Reference in New Issue
Block a user