Update autoconf to 2.69 and automake to 1.12
PR: 166836 Tested by: Multiple -exp runs (pav)
This commit is contained in:
parent
9b4e4e3b22
commit
6d726b6c09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296454
69 changed files with 492 additions and 223 deletions
|
@ -142,8 +142,8 @@ GNU_CONFIGURE= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(_AUTOTOOL_automake)
|
.if defined(_AUTOTOOL_automake)
|
||||||
AUTOMAKE_VERSION= 1.11
|
AUTOMAKE_VERSION= 1.12
|
||||||
AUTOMAKE_APIVER= 1.11.1
|
AUTOMAKE_APIVER= 1.12
|
||||||
AUTOMAKE_PORT= devel/automake
|
AUTOMAKE_PORT= devel/automake
|
||||||
|
|
||||||
. if ${_AUTOTOOL_automake} == "yes"
|
. if ${_AUTOTOOL_automake} == "yes"
|
||||||
|
@ -202,7 +202,7 @@ GNU_CONFIGURE?= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(_AUTOTOOL_autoconf)
|
.if defined(_AUTOTOOL_autoconf)
|
||||||
AUTOCONF_VERSION= 2.68
|
AUTOCONF_VERSION= 2.69
|
||||||
AUTOCONF_PORT= devel/autoconf
|
AUTOCONF_PORT= devel/autoconf
|
||||||
|
|
||||||
. if ${_AUTOTOOL_autoconf} == "yes"
|
. if ${_AUTOTOOL_autoconf} == "yes"
|
||||||
|
|
|
@ -13,4 +13,7 @@ PORTREVISION= 3
|
||||||
PKGNAMESUFFIX= -kernel
|
PKGNAMESUFFIX= -kernel
|
||||||
SAL_MODULE_UPPER= KERNEL
|
SAL_MODULE_UPPER= KERNEL
|
||||||
|
|
||||||
|
post-configure::
|
||||||
|
@${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}/salome_adm/unix/config_files
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.include "${MASTERDIR}/Makefile"
|
||||||
|
|
|
@ -21,6 +21,8 @@ USE_AUTOTOOLS= autoconf:env automake:env libtool:env
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= admin/cvs.sh
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@${RM} -f ${WRKSRC}/po/gl.po
|
@${RM} -f ${WRKSRC}/po/gl.po
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
--- admin/cvs.sh.orig 2007-08-28 11:56:00.000000000 -0500
|
--- admin/cvs.sh.orig 2007-08-28 09:56:00.000000000 -0700
|
||||||
+++ admin/cvs.sh 2010-10-02 13:46:42.000000000 -0500
|
+++ admin/cvs.sh 2012-04-24 09:19:01.000000000 -0700
|
||||||
@@ -70,3 +70,3 @@
|
@@ -65,8 +65,3 @@
|
||||||
;;
|
case $AUTOMAKE_STRING in
|
||||||
|
- automake*1.5d* | automake*1.5* | automake*1.5-* )
|
||||||
|
- echo "*** YOU'RE USING $AUTOMAKE_STRING."
|
||||||
|
- echo "*** KDE requires automake $required_automake_version"
|
||||||
|
- exit 1
|
||||||
|
- ;;
|
||||||
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
|
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
|
||||||
+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* )
|
+ automake*%%AUTOMAKE_VERSION%%* )
|
||||||
echo "*** $AUTOMAKE_STRING found."
|
echo "*** $AUTOMAKE_STRING found."
|
||||||
|
|
|
@ -47,6 +47,7 @@ LUA_COMPS= lua
|
||||||
|
|
||||||
.if ${PKGNAMESUFFIX} == 51
|
.if ${PKGNAMESUFFIX} == 51
|
||||||
CONFLICTS= mysql-workbench-oss52*
|
CONFLICTS= mysql-workbench-oss52*
|
||||||
|
EXTRA_PATCHES= ${PATCHDIR}/extra-51-modules__wb.utils__Makefile.am
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DATADIR= ${PREFIX}/share/mysql-workbench
|
DATADIR= ${PREFIX}/share/mysql-workbench
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
--- modules/wb.utils/Makefile.am.orig 2009-06-29 14:51:26.000000000 -0700
|
||||||
|
+++ modules/wb.utils/Makefile.am 2012-04-17 13:39:25.000000000 -0700
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
|
||||||
|
-pkglibdir=$(libdir)/@PACKAGE@/modules
|
||||||
|
+wbutilsdir=$(libdir)/@PACKAGE@/modules
|
||||||
|
|
||||||
|
-pkglib_DATA=catalog_utils.grt.lua table_utils.grt.lua tools.grt.lua wb_utils_grt.py
|
||||||
|
+wbutils_DATA=catalog_utils.grt.lua table_utils.grt.lua tools.grt.lua wb_utils_grt.py
|
||||||
|
|
|
@ -26,6 +26,8 @@ USE_KDELIBS_VER= 3
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_PERL5_BUILD= yes
|
USE_PERL5_BUILD= yes
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= admin/cvs.sh
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${MAKE} -f admin/Makefile.common
|
cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${MAKE} -f admin/Makefile.common
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
--- admin/cvs.sh.orig 2007-01-27 02:25:03.000000000 -0600
|
--- admin/cvs.sh.orig 2007-01-27 00:25:03.000000000 -0800
|
||||||
+++ admin/cvs.sh 2010-10-07 09:17:32.000000000 -0500
|
+++ admin/cvs.sh 2012-04-24 09:20:18.000000000 -0700
|
||||||
@@ -70,3 +70,3 @@
|
@@ -65,8 +65,3 @@
|
||||||
;;
|
case $AUTOMAKE_STRING in
|
||||||
|
- automake*1.5d* | automake*1.5* | automake*1.5-* )
|
||||||
|
- echo "*** YOU'RE USING $AUTOMAKE_STRING."
|
||||||
|
- echo "*** KDE requires automake $required_automake_version"
|
||||||
|
- exit 1
|
||||||
|
- ;;
|
||||||
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*)
|
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*)
|
||||||
+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.11* )
|
+ automake*%%AUTOMAKE_VERSION%%* )
|
||||||
echo "*** $AUTOMAKE_STRING found."
|
echo "*** $AUTOMAKE_STRING found."
|
||||||
|
|
|
@ -24,6 +24,8 @@ GNU_CONFIGURE= yes
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
USE_PERL5_BUILD=yes
|
USE_PERL5_BUILD=yes
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= admin/cvs.sh
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
@cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} .
|
@cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} .
|
||||||
@cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} -f admin/Makefile.common
|
@cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} -f admin/Makefile.common
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
--- admin/cvs.sh.orig 2007-04-16 18:39:49.000000000 -0500
|
--- admin/cvs.sh.orig 2007-04-16 16:39:49.000000000 -0700
|
||||||
+++ admin/cvs.sh 2010-10-02 14:07:16.000000000 -0500
|
+++ admin/cvs.sh 2012-04-24 09:21:24.000000000 -0700
|
||||||
@@ -70,3 +70,3 @@
|
@@ -65,8 +65,3 @@
|
||||||
;;
|
case $AUTOMAKE_STRING in
|
||||||
|
- automake*1.5d* | automake*1.5* | automake*1.5-* )
|
||||||
|
- echo "*** YOU'RE USING $AUTOMAKE_STRING."
|
||||||
|
- echo "*** KDE requires automake $required_automake_version"
|
||||||
|
- exit 1
|
||||||
|
- ;;
|
||||||
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
|
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
|
||||||
+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* )
|
+ automake*%%AUTOMAKE_VERSION%%* )
|
||||||
echo "*** $AUTOMAKE_STRING found."
|
echo "*** $AUTOMAKE_STRING found."
|
||||||
|
|
|
@ -36,6 +36,8 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_CFLAGS}
|
||||||
CONFIGURE_ARGS= --with-docdir=${EXAMPLESDIR}/
|
CONFIGURE_ARGS= --with-docdir=${EXAMPLESDIR}/
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= admin/cvs.sh
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if defined(WITHOUT_DOCS)
|
.if defined(WITHOUT_DOCS)
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
--- admin/cvs.sh.orig 2009-07-15 03:33:20.000000000 -0500
|
--- admin/cvs.sh.orig 2009-07-15 01:33:20.000000000 -0700
|
||||||
+++ admin/cvs.sh 2010-10-02 14:13:26.000000000 -0500
|
+++ admin/cvs.sh 2012-04-24 09:22:32.000000000 -0700
|
||||||
@@ -70,3 +70,3 @@
|
@@ -65,8 +65,3 @@
|
||||||
;;
|
case $AUTOMAKE_STRING in
|
||||||
|
- automake*1.5d* | automake*1.5* | automake*1.5-* )
|
||||||
|
- echo "*** YOU'RE USING $AUTOMAKE_STRING."
|
||||||
|
- echo "*** KDE requires automake $required_automake_version"
|
||||||
|
- exit 1
|
||||||
|
- ;;
|
||||||
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) : ;;
|
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) : ;;
|
||||||
+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* ) : ;;
|
+ automake*%%AUTOMAKE_VERSION%%* ) : ;;
|
||||||
"" )
|
"" )
|
||||||
|
|
|
@ -6,30 +6,30 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= autoconf
|
PORTNAME= autoconf
|
||||||
PORTVERSION= 2.68
|
PORTVERSION= 2.69
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
MASTER_SITE_SUBDIR= autoconf
|
MASTER_SITE_SUBDIR= autoconf
|
||||||
DISTNAME= autoconf-${PORTVERSION}
|
DISTNAME= autoconf-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= autotools@FreeBSD.org
|
MAINTAINER= autotools@FreeBSD.org
|
||||||
COMMENT= Automatically configure source code on many Un*x platforms (2.68)
|
COMMENT= Automatically configure source code on many Un*x platforms
|
||||||
|
|
||||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
||||||
help2man:${PORTSDIR}/misc/help2man
|
help2man:${PORTSDIR}/misc/help2man
|
||||||
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
||||||
autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper
|
autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper
|
||||||
|
|
||||||
BUILD_VERSION= 2.68
|
BUILD_VERSION= 2.69
|
||||||
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
||||||
LATEST_LINK= autoconf268
|
USE_XZ= yes
|
||||||
USE_BZIP2= yes
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
INFO= autoconf-${BUILD_VERSION}
|
INFO= autoconf
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV+= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK}
|
CONFIGURE_ENV+= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK} \
|
||||||
|
ac_cv_prog_TEST_EMACS=no
|
||||||
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} --without-lispdir
|
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} --without-lispdir
|
||||||
|
|
||||||
GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing
|
GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing
|
||||||
|
@ -45,9 +45,7 @@ post-patch:
|
||||||
${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2-${BUILD_VERSION},g ; \
|
${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2-${BUILD_VERSION},g ; \
|
||||||
s,(config\.guess|config\.sub|ifnames),\1-${BUILD_VERSION},g' $$file ; \
|
s,(config\.guess|config\.sub|ifnames),\1-${BUILD_VERSION},g' $$file ; \
|
||||||
done)
|
done)
|
||||||
@(cd ${WRKSRC}/doc && \
|
@(cd ${WRKSRC}/doc && ${RM} -f *.info)
|
||||||
${RM} -f *.info && \
|
|
||||||
${MV} autoconf.texi autoconf-${BUILD_VERSION}.texi)
|
|
||||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
||||||
's|@PACKAGE@$$|@PACKAGE@-@VERSION@|'
|
's|@PACKAGE@$$|@PACKAGE@-@VERSION@|'
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (autoconf-2.68.tar.bz2) = c491fb273fd6d4ca925e26ceed3d177920233c76d542b150ff35e571454332c8
|
SHA256 (autoconf-2.69.tar.xz) = 64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684
|
||||||
SIZE (autoconf-2.68.tar.bz2) = 1381988
|
SIZE (autoconf-2.69.tar.xz) = 1214744
|
||||||
|
|
|
@ -1,21 +1,12 @@
|
||||||
--- doc/autoconf.texi.orig 2008-04-05 11:43:30.000000000 -0700
|
--- doc/autoconf.texi.orig 2012-04-24 19:14:19.000000000 -0700
|
||||||
+++ doc/autoconf.texi 2008-05-16 18:27:31.000000000 -0700
|
+++ doc/autoconf.texi 2012-04-26 10:52:26.000000000 -0700
|
||||||
@@ -3,5 +3,5 @@
|
@@ -219,3 +219,3 @@
|
||||||
@comment %**start of header
|
|
||||||
-@setfilename autoconf.info
|
|
||||||
+@setfilename autoconf-2.68.info
|
|
||||||
@include version.texi
|
|
||||||
-@settitle Autoconf
|
|
||||||
+@settitle Autoconf-2.68
|
|
||||||
@setchapternewpage odd
|
|
||||||
@@ -205,25 +205,5 @@
|
|
||||||
|
|
||||||
-@dircategory Software development
|
-@dircategory Software development
|
||||||
+@dircategory Programming & development tools
|
+@dircategory Programming & development tools
|
||||||
@direntry
|
@direntry
|
||||||
-* Autoconf: (autoconf). Create source code configuration scripts.
|
@@ -224,22 +224,2 @@
|
||||||
-@end direntry
|
|
||||||
-
|
|
||||||
-@dircategory Individual utilities
|
-@dircategory Individual utilities
|
||||||
-@direntry
|
-@direntry
|
||||||
-* autoscan: (autoconf)autoscan Invocation.
|
-* autoscan: (autoconf)autoscan Invocation.
|
||||||
|
@ -34,5 +25,6 @@
|
||||||
- Automatic update of @file{configure.ac}
|
- Automatic update of @file{configure.ac}
|
||||||
-* config.status: (autoconf)config.status Invocation. Recreating configurations.
|
-* config.status: (autoconf)config.status Invocation. Recreating configurations.
|
||||||
-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
|
-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
|
||||||
+* Autoconf-2.68: (autoconf-2.68). Create source code configuration scripts.
|
-@end direntry
|
||||||
@end direntry
|
-
|
||||||
|
@titlepage
|
||||||
|
|
|
@ -3,23 +3,10 @@
|
||||||
@@ -44,3 +44,3 @@
|
@@ -44,3 +44,3 @@
|
||||||
DIST_SOURCES =
|
DIST_SOURCES =
|
||||||
-INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info
|
-INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info
|
||||||
+INFO_DEPS = $(srcdir)/autoconf-2.68.info
|
+INFO_DEPS = $(srcdir)/autoconf.info
|
||||||
TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex
|
TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex
|
||||||
@@ -51,3 +51,3 @@
|
@@ -51,3 +51,3 @@
|
||||||
HTMLS = autoconf.html standards.html
|
HTMLS = autoconf.html standards.html
|
||||||
-TEXINFOS = autoconf.texi standards.texi
|
-TEXINFOS = autoconf.texi standards.texi
|
||||||
+TEXINFOS = autoconf-2.68.texi
|
+TEXINFOS = autoconf.texi
|
||||||
TEXI2PDF = $(TEXI2DVI) --pdf --batch
|
TEXI2PDF = $(TEXI2DVI) --pdf --batch
|
||||||
@@ -241,3 +241,3 @@
|
|
||||||
fi
|
|
||||||
-$(srcdir)/autoconf.info: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
|
|
||||||
+$(srcdir)/autoconf-2.68.info: autoconf-2.68.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
|
|
||||||
autoconf.dvi: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
|
|
||||||
@@ -246,5 +246,5 @@
|
|
||||||
$(srcdir)/version.texi: $(srcdir)/stamp-vti
|
|
||||||
-$(srcdir)/stamp-vti: autoconf.texi $(top_srcdir)/configure
|
|
||||||
+$(srcdir)/stamp-vti: autoconf-2.68.texi $(top_srcdir)/configure
|
|
||||||
@(dir=.; test -f ./autoconf.texi || dir=$(srcdir); \
|
|
||||||
- set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/autoconf.texi`; \
|
|
||||||
+ set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/autoconf-2.68.texi`; \
|
|
||||||
echo "@set UPDATED $$1 $$2 $$3"; \
|
|
||||||
|
|
|
@ -11,8 +11,8 @@ share/autoconf-%%BUILD_VERSION%%/Autom4te/Channels.pm
|
||||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/Configure_ac.pm
|
share/autoconf-%%BUILD_VERSION%%/Autom4te/Configure_ac.pm
|
||||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/FileUtils.pm
|
share/autoconf-%%BUILD_VERSION%%/Autom4te/FileUtils.pm
|
||||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/General.pm
|
share/autoconf-%%BUILD_VERSION%%/Autom4te/General.pm
|
||||||
|
share/autoconf-%%BUILD_VERSION%%/Autom4te/Getopt.pm
|
||||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/Request.pm
|
share/autoconf-%%BUILD_VERSION%%/Autom4te/Request.pm
|
||||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/Struct.pm
|
|
||||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/XFile.pm
|
share/autoconf-%%BUILD_VERSION%%/Autom4te/XFile.pm
|
||||||
share/autoconf-%%BUILD_VERSION%%/INSTALL
|
share/autoconf-%%BUILD_VERSION%%/INSTALL
|
||||||
share/autoconf-%%BUILD_VERSION%%/autoconf/autoconf.m4
|
share/autoconf-%%BUILD_VERSION%%/autoconf/autoconf.m4
|
||||||
|
@ -26,6 +26,7 @@ share/autoconf-%%BUILD_VERSION%%/autoconf/erlang.m4
|
||||||
share/autoconf-%%BUILD_VERSION%%/autoconf/fortran.m4
|
share/autoconf-%%BUILD_VERSION%%/autoconf/fortran.m4
|
||||||
share/autoconf-%%BUILD_VERSION%%/autoconf/functions.m4
|
share/autoconf-%%BUILD_VERSION%%/autoconf/functions.m4
|
||||||
share/autoconf-%%BUILD_VERSION%%/autoconf/general.m4
|
share/autoconf-%%BUILD_VERSION%%/autoconf/general.m4
|
||||||
|
share/autoconf-%%BUILD_VERSION%%/autoconf/go.m4
|
||||||
share/autoconf-%%BUILD_VERSION%%/autoconf/headers.m4
|
share/autoconf-%%BUILD_VERSION%%/autoconf/headers.m4
|
||||||
share/autoconf-%%BUILD_VERSION%%/autoconf/lang.m4
|
share/autoconf-%%BUILD_VERSION%%/autoconf/lang.m4
|
||||||
share/autoconf-%%BUILD_VERSION%%/autoconf/libs.m4
|
share/autoconf-%%BUILD_VERSION%%/autoconf/libs.m4
|
||||||
|
|
|
@ -6,28 +6,27 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= automake
|
PORTNAME= automake
|
||||||
PORTVERSION= 1.11.1
|
PORTVERSION= 1.12
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
MASTER_SITE_SUBDIR= automake
|
MASTER_SITE_SUBDIR= automake
|
||||||
DISTNAME= automake-${PORTVERSION}
|
DISTNAME= automake-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= autotools@FreeBSD.org
|
MAINTAINER= autotools@FreeBSD.org
|
||||||
COMMENT= GNU Standards-compliant Makefile generator (1.11)
|
COMMENT= GNU Standards-compliant Makefile generator
|
||||||
|
|
||||||
RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
|
RUN_DEPENDS= ${AUTOCONF_DEPENDS} \
|
||||||
automake-wrapper:${PORTSDIR}/devel/automake-wrapper
|
automake-wrapper:${PORTSDIR}/devel/automake-wrapper
|
||||||
|
|
||||||
USE_AUTOTOOLS= autoconf:env
|
USE_AUTOTOOLS= autoconf:env
|
||||||
BUILD_VERSION= 1.11
|
BUILD_VERSION= 1.12
|
||||||
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
||||||
LATEST_LINK= automake111
|
USE_XZ= yes
|
||||||
USE_BZIP2= yes
|
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION}
|
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION}
|
||||||
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
|
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
|
||||||
INFO= automake-${BUILD_VERSION}
|
INFO= automake
|
||||||
MAN1= aclocal-${BUILD_VERSION}-${BUILD_VERSION}.1 \
|
MAN1= aclocal-${BUILD_VERSION}-${BUILD_VERSION}.1 \
|
||||||
aclocal-${BUILD_VERSION}.1 \
|
aclocal-${BUILD_VERSION}.1 \
|
||||||
automake-${BUILD_VERSION}-${BUILD_VERSION}.1 \
|
automake-${BUILD_VERSION}-${BUILD_VERSION}.1 \
|
||||||
|
@ -35,8 +34,6 @@ MAN1= aclocal-${BUILD_VERSION}-${BUILD_VERSION}.1 \
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${RM} ${WRKSRC}/doc/*.info
|
@${RM} ${WRKSRC}/doc/*.info
|
||||||
@${MV} ${WRKSRC}/doc/automake.texi \
|
|
||||||
${WRKSRC}/doc/automake-${BUILD_VERSION}.texi
|
|
||||||
|
|
||||||
pre-su-install:
|
pre-su-install:
|
||||||
@${RM} -fr ${PREFIX}/share/automake-${BUILD_VERSION}
|
@${RM} -fr ${PREFIX}/share/automake-${BUILD_VERSION}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (automake-1.11.1.tar.bz2) = 5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae
|
SHA256 (automake-1.12.tar.xz) = 4f920cad2dc59f1be296b7d7584e3828a36154d16191f3cad60a73e6e9bcf879
|
||||||
SIZE (automake-1.11.1.tar.bz2) = 1066685
|
SIZE (automake-1.12.tar.xz) = 1331352
|
||||||
|
|
|
@ -1,6 +1,27 @@
|
||||||
--- Makefile.in.orig Sun Oct 15 10:25:23 2006
|
--- Makefile.in.orig 2012-04-25 08:49:53.000000000 -0700
|
||||||
+++ Makefile.in Sat Apr 14 16:04:04 2007
|
+++ Makefile.in 2012-04-26 11:27:28.000000000 -0700
|
||||||
@@ -591,3 +591,2 @@
|
@@ -173,4 +173,3 @@
|
||||||
|
am__dirstamp = $(am__leading_dot)dirstamp
|
||||||
|
-INFO_DEPS = $(srcdir)/doc/automake.info \
|
||||||
|
- $(srcdir)/doc/automake-history.info
|
||||||
|
+INFO_DEPS = $(srcdir)/doc/automake.info
|
||||||
|
TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex
|
||||||
|
@@ -626,3 +625,3 @@
|
||||||
|
|
||||||
|
-dist_system_ac_DATA = m4/acdir/README
|
||||||
|
+dist_system_ac_DATA =
|
||||||
|
|
||||||
|
@@ -2165,3 +2164,3 @@
|
||||||
|
am__tdf = diff-in-tests-lists.tmp
|
||||||
|
-info_TEXINFOS = doc/automake.texi doc/automake-history.texi
|
||||||
|
+info_TEXINFOS = doc/automake.texi
|
||||||
|
doc_automake_TEXINFOS = doc/fdl.texi
|
||||||
|
@@ -2200,3 +2199,3 @@
|
||||||
|
dist_noinst_DATA = $(amhello_sources)
|
||||||
|
-dist_doc_DATA = $(srcdir)/doc/amhello-1.0.tar.gz
|
||||||
|
+dist_doc_DATA =
|
||||||
|
|
||||||
|
@@ -3247,3 +3246,2 @@
|
||||||
@$(NORMAL_INSTALL)
|
@$(NORMAL_INSTALL)
|
||||||
- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
||||||
|
install-html: install-html-am
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
--- doc/Makefile.in.orig Sun Mar 7 09:04:33 2004
|
|
||||||
+++ doc/Makefile.in Sun Mar 14 17:12:32 2004
|
|
||||||
@@ -53,3 +53,3 @@
|
|
||||||
DIST_SOURCES =
|
|
||||||
-INFO_DEPS = $(srcdir)/automake.info
|
|
||||||
+INFO_DEPS = $(srcdir)/automake-@APIVERSION@.info
|
|
||||||
TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex
|
|
||||||
@@ -135,3 +136,3 @@
|
|
||||||
target_alias = @target_alias@
|
|
||||||
-info_TEXINFOS = automake.texi
|
|
||||||
+info_TEXINFOS = automake-@APIVERSION@.texi
|
|
||||||
automake_TEXINFOS = fdl.texi
|
|
||||||
@@ -142,3 +143,3 @@
|
|
||||||
|
|
||||||
-TAGS_DEPENDENCIES = automake.texi
|
|
||||||
+TAGS_DEPENDENCIES = automake-@APIVERSION@.texi
|
|
||||||
all: all-am
|
|
||||||
@@ -222,5 +223,5 @@
|
|
||||||
$(srcdir)/version.texi: $(srcdir)/stamp-vti
|
|
||||||
-$(srcdir)/stamp-vti: automake.texi $(top_srcdir)/configure
|
|
||||||
- @(dir=.; test -f ./automake.texi || dir=$(srcdir); \
|
|
||||||
- set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake.texi`; \
|
|
||||||
+$(srcdir)/stamp-vti: automake-@APIVERSION@.texi $(top_srcdir)/configure
|
|
||||||
+ @(dir=.; test -f ./automake-@APIVERSION@.texi || dir=$(srcdir); \
|
|
||||||
+ set `$(SHELL) $(top_srcdir)/lib/mdate-sh $$dir/automake-@APIVERSION@.texi`; \
|
|
||||||
echo "@set UPDATED $$1 $$2 $$3"; \
|
|
|
@ -1,26 +1,16 @@
|
||||||
--- doc/automake.texi.orig Sun Oct 15 10:41:24 2006
|
--- doc/automake.texi.orig 2012-04-21 07:38:05.000000000 -0700
|
||||||
+++ doc/automake.texi Sat Apr 14 15:32:49 2007
|
+++ doc/automake.texi 2012-04-26 11:05:39.000000000 -0700
|
||||||
@@ -2,4 +2,4 @@
|
@@ -38,3 +38,3 @@
|
||||||
@c %**start of header
|
|
||||||
-@setfilename automake.info
|
|
||||||
-@settitle automake
|
|
||||||
+@setfilename automake-1.11.info
|
|
||||||
+@settitle Automake-1.11
|
|
||||||
@setchapternewpage off
|
|
||||||
@@ -34,14 +34,5 @@
|
|
||||||
|
|
||||||
-@c info Automake points to the Automake package's documentation
|
|
||||||
-@c info automake points to the automake script's documentation
|
|
||||||
-@c (Autoconf has a similar setup.)
|
|
||||||
-@dircategory Software development
|
-@dircategory Software development
|
||||||
+@dircategory Programming & development tools
|
+@dircategory Programming & development toolS
|
||||||
@direntry
|
@direntry
|
||||||
-* Automake: (automake). Making GNU standards-compliant Makefiles.
|
@@ -43,8 +43,2 @@
|
||||||
-@end direntry
|
|
||||||
-
|
|
||||||
-@dircategory Individual utilities
|
-@dircategory Individual utilities
|
||||||
-@direntry
|
-@direntry
|
||||||
-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4.
|
-* aclocal-invocation: (automake)aclocal Invocation. Generating aclocal.m4.
|
||||||
-* automake: (automake)Invoking Automake. Generating Makefile.in.
|
-* automake-invocation: (automake)automake Invocation. Generating Makefile.in.
|
||||||
+* Automake-1.11: (automake-1.11). Making Makefile.in's.
|
-@end direntry
|
||||||
@end direntry
|
-
|
||||||
|
@titlepage
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
bin/aclocal-%%BUILD_VERSION%%
|
bin/aclocal-%%BUILD_VERSION%%
|
||||||
bin/automake-%%BUILD_VERSION%%
|
bin/automake-%%BUILD_VERSION%%
|
||||||
share/aclocal-%%BUILD_VERSION%%/amversion.m4
|
share/aclocal-%%BUILD_VERSION%%/amversion.m4
|
||||||
|
share/aclocal-%%BUILD_VERSION%%/ar-lib.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/as.m4
|
share/aclocal-%%BUILD_VERSION%%/as.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/auxdir.m4
|
share/aclocal-%%BUILD_VERSION%%/auxdir.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/ccstdc.m4
|
share/aclocal-%%BUILD_VERSION%%/ccstdc.m4
|
||||||
|
@ -21,14 +22,12 @@ share/aclocal-%%BUILD_VERSION%%/make.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/minuso.m4
|
share/aclocal-%%BUILD_VERSION%%/minuso.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/missing.m4
|
share/aclocal-%%BUILD_VERSION%%/missing.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/mkdirp.m4
|
share/aclocal-%%BUILD_VERSION%%/mkdirp.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/multi.m4
|
|
||||||
share/aclocal-%%BUILD_VERSION%%/obsol-gt.m4
|
share/aclocal-%%BUILD_VERSION%%/obsol-gt.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/obsol-lt.m4
|
share/aclocal-%%BUILD_VERSION%%/obsol-lt.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/obsolete.m4
|
share/aclocal-%%BUILD_VERSION%%/obsolete.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/options.m4
|
share/aclocal-%%BUILD_VERSION%%/options.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/protos.m4
|
share/aclocal-%%BUILD_VERSION%%/protos.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/python.m4
|
share/aclocal-%%BUILD_VERSION%%/python.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/regex.m4
|
|
||||||
share/aclocal-%%BUILD_VERSION%%/runlog.m4
|
share/aclocal-%%BUILD_VERSION%%/runlog.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/sanity.m4
|
share/aclocal-%%BUILD_VERSION%%/sanity.m4
|
||||||
share/aclocal-%%BUILD_VERSION%%/silent.m4
|
share/aclocal-%%BUILD_VERSION%%/silent.m4
|
||||||
|
@ -45,13 +44,13 @@ share/automake-%%BUILD_VERSION%%/Automake/Configure_ac.pm
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/DisjConditions.pm
|
share/automake-%%BUILD_VERSION%%/Automake/DisjConditions.pm
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/FileUtils.pm
|
share/automake-%%BUILD_VERSION%%/Automake/FileUtils.pm
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/General.pm
|
share/automake-%%BUILD_VERSION%%/Automake/General.pm
|
||||||
|
share/automake-%%BUILD_VERSION%%/Automake/Getopt.pm
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/Item.pm
|
share/automake-%%BUILD_VERSION%%/Automake/Item.pm
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/ItemDef.pm
|
share/automake-%%BUILD_VERSION%%/Automake/ItemDef.pm
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/Location.pm
|
share/automake-%%BUILD_VERSION%%/Automake/Location.pm
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/Options.pm
|
share/automake-%%BUILD_VERSION%%/Automake/Options.pm
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/Rule.pm
|
share/automake-%%BUILD_VERSION%%/Automake/Rule.pm
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/RuleDef.pm
|
share/automake-%%BUILD_VERSION%%/Automake/RuleDef.pm
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/Struct.pm
|
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/VarDef.pm
|
share/automake-%%BUILD_VERSION%%/Automake/VarDef.pm
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/Variable.pm
|
share/automake-%%BUILD_VERSION%%/Automake/Variable.pm
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/Version.pm
|
share/automake-%%BUILD_VERSION%%/Automake/Version.pm
|
||||||
|
@ -59,8 +58,6 @@ share/automake-%%BUILD_VERSION%%/Automake/Wrap.pm
|
||||||
share/automake-%%BUILD_VERSION%%/Automake/XFile.pm
|
share/automake-%%BUILD_VERSION%%/Automake/XFile.pm
|
||||||
share/automake-%%BUILD_VERSION%%/COPYING
|
share/automake-%%BUILD_VERSION%%/COPYING
|
||||||
share/automake-%%BUILD_VERSION%%/INSTALL
|
share/automake-%%BUILD_VERSION%%/INSTALL
|
||||||
share/automake-%%BUILD_VERSION%%/acinstall
|
|
||||||
share/automake-%%BUILD_VERSION%%/am/ansi2knr.am
|
|
||||||
share/automake-%%BUILD_VERSION%%/am/check.am
|
share/automake-%%BUILD_VERSION%%/am/check.am
|
||||||
share/automake-%%BUILD_VERSION%%/am/check2.am
|
share/automake-%%BUILD_VERSION%%/am/check2.am
|
||||||
share/automake-%%BUILD_VERSION%%/am/clean-hdr.am
|
share/automake-%%BUILD_VERSION%%/am/clean-hdr.am
|
||||||
|
@ -88,7 +85,6 @@ share/automake-%%BUILD_VERSION%%/am/ltlib.am
|
||||||
share/automake-%%BUILD_VERSION%%/am/ltlibrary.am
|
share/automake-%%BUILD_VERSION%%/am/ltlibrary.am
|
||||||
share/automake-%%BUILD_VERSION%%/am/mans-vars.am
|
share/automake-%%BUILD_VERSION%%/am/mans-vars.am
|
||||||
share/automake-%%BUILD_VERSION%%/am/mans.am
|
share/automake-%%BUILD_VERSION%%/am/mans.am
|
||||||
share/automake-%%BUILD_VERSION%%/am/multilib.am
|
|
||||||
share/automake-%%BUILD_VERSION%%/am/program.am
|
share/automake-%%BUILD_VERSION%%/am/program.am
|
||||||
share/automake-%%BUILD_VERSION%%/am/progs.am
|
share/automake-%%BUILD_VERSION%%/am/progs.am
|
||||||
share/automake-%%BUILD_VERSION%%/am/python.am
|
share/automake-%%BUILD_VERSION%%/am/python.am
|
||||||
|
@ -101,10 +97,8 @@ share/automake-%%BUILD_VERSION%%/am/texibuild.am
|
||||||
share/automake-%%BUILD_VERSION%%/am/texinfos.am
|
share/automake-%%BUILD_VERSION%%/am/texinfos.am
|
||||||
share/automake-%%BUILD_VERSION%%/am/vala.am
|
share/automake-%%BUILD_VERSION%%/am/vala.am
|
||||||
share/automake-%%BUILD_VERSION%%/am/yacc.am
|
share/automake-%%BUILD_VERSION%%/am/yacc.am
|
||||||
share/automake-%%BUILD_VERSION%%/ansi2knr.1
|
share/automake-%%BUILD_VERSION%%/ar-lib
|
||||||
share/automake-%%BUILD_VERSION%%/ansi2knr.c
|
|
||||||
share/automake-%%BUILD_VERSION%%/compile
|
share/automake-%%BUILD_VERSION%%/compile
|
||||||
share/automake-%%BUILD_VERSION%%/config-ml.in
|
|
||||||
share/automake-%%BUILD_VERSION%%/config.guess
|
share/automake-%%BUILD_VERSION%%/config.guess
|
||||||
share/automake-%%BUILD_VERSION%%/config.sub
|
share/automake-%%BUILD_VERSION%%/config.sub
|
||||||
share/automake-%%BUILD_VERSION%%/depcomp
|
share/automake-%%BUILD_VERSION%%/depcomp
|
||||||
|
@ -114,11 +108,11 @@ share/automake-%%BUILD_VERSION%%/mdate-sh
|
||||||
share/automake-%%BUILD_VERSION%%/missing
|
share/automake-%%BUILD_VERSION%%/missing
|
||||||
share/automake-%%BUILD_VERSION%%/mkinstalldirs
|
share/automake-%%BUILD_VERSION%%/mkinstalldirs
|
||||||
share/automake-%%BUILD_VERSION%%/py-compile
|
share/automake-%%BUILD_VERSION%%/py-compile
|
||||||
share/automake-%%BUILD_VERSION%%/symlink-tree
|
share/automake-%%BUILD_VERSION%%/tap-driver.pl
|
||||||
|
share/automake-%%BUILD_VERSION%%/tap-driver.sh
|
||||||
|
share/automake-%%BUILD_VERSION%%/test-driver
|
||||||
share/automake-%%BUILD_VERSION%%/texinfo.tex
|
share/automake-%%BUILD_VERSION%%/texinfo.tex
|
||||||
share/automake-%%BUILD_VERSION%%/ylwrap
|
share/automake-%%BUILD_VERSION%%/ylwrap
|
||||||
share/doc/automake/amhello-1.0.tar.gz
|
|
||||||
@dirrm share/doc/automake
|
|
||||||
@dirrm share/aclocal-%%BUILD_VERSION%%
|
@dirrm share/aclocal-%%BUILD_VERSION%%
|
||||||
@dirrm share/automake-%%BUILD_VERSION%%/Automake
|
@dirrm share/automake-%%BUILD_VERSION%%/Automake
|
||||||
@dirrm share/automake-%%BUILD_VERSION%%/am
|
@dirrm share/automake-%%BUILD_VERSION%%/am
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= autotools
|
PORTNAME= autotools
|
||||||
PORTVERSION= 20101016
|
PORTVERSION= 20120427
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= # none
|
MASTER_SITES= # none
|
||||||
DISTFILES= # none
|
DISTFILES= # none
|
||||||
|
@ -18,9 +18,9 @@ COMMENT= Autotools meta-port
|
||||||
|
|
||||||
RUN_DEPENDS= libtool:${PORTSDIR}/devel/libtool \
|
RUN_DEPENDS= libtool:${PORTSDIR}/devel/libtool \
|
||||||
autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
|
autoconf-2.13:${PORTSDIR}/devel/autoconf213 \
|
||||||
autoconf-2.68:${PORTSDIR}/devel/autoconf \
|
autoconf-2.69:${PORTSDIR}/devel/autoconf \
|
||||||
automake-1.4:${PORTSDIR}/devel/automake14 \
|
automake-1.4:${PORTSDIR}/devel/automake14 \
|
||||||
automake-1.11:${PORTSDIR}/devel/automake
|
automake-1.12:${PORTSDIR}/devel/automake
|
||||||
|
|
||||||
PLIST_FILES= share/${PORTNAME}
|
PLIST_FILES= share/${PORTNAME}
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
|
@ -17,8 +17,8 @@ MAINTAINER= knu@FreeBSD.org
|
||||||
COMMENT= Git "merge" driver for GNU style ChangeLog files
|
COMMENT= Git "merge" driver for GNU style ChangeLog files
|
||||||
|
|
||||||
EXTRACT_DEPENDS= ${GNULIB_DIR}/lib/${PORTNAME}.c:${GNULIB_PORTDIR} \
|
EXTRACT_DEPENDS= ${GNULIB_DIR}/lib/${PORTNAME}.c:${GNULIB_PORTDIR} \
|
||||||
automake-1.11:${PORTSDIR}/devel/automake \
|
automake-1.12:${PORTSDIR}/devel/automake \
|
||||||
autoconf-2.68:${PORTSDIR}/devel/autoconf
|
autoconf-2.69:${PORTSDIR}/devel/autoconf
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ COMMENT= Java bindings for ZeroMQ
|
||||||
|
|
||||||
LIB_DEPENDS= zmq.1:${PORTSDIR}/devel/zmq
|
LIB_DEPENDS= zmq.1:${PORTSDIR}/devel/zmq
|
||||||
|
|
||||||
USE_AUTOTOOLS= autoconf libtool automake
|
USE_AUTOTOOLS= autoconf:env libtool automake:env
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_GNOME= pkgconfig
|
USE_GNOME= pkgconfig
|
||||||
USE_JAVA= 1.4+
|
USE_JAVA= 1.4+
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
|
--- src/Makefile.am.orig 2011-05-13 08:58:24.000000000 -0700
|
||||||
$FreeBSD$
|
+++ src/Makefile.am 2012-04-17 15:25:41.000000000 -0700
|
||||||
|
@@ -1,3 +1,3 @@
|
||||||
--- src/Makefile.am.orig
|
|
||||||
+++ src/Makefile.am
|
|
||||||
@@ -1,5 +1,5 @@
|
|
||||||
jarfile = zmq.jar
|
jarfile = zmq.jar
|
||||||
-jardir = $(datadir)/java
|
-jardir = $(datadir)/java
|
||||||
+jardir = $(datadir)/java/classes
|
+jardir = $(datadir)/java/classes
|
||||||
|
|
||||||
JZMQ_JAVA_FILES = \
|
@@ -67,3 +67,3 @@
|
||||||
org/zeromq/ZMQ.java
|
|
||||||
|
-./org/zeromq/ZMQ.class: classdist_noinst.stamp
|
||||||
|
+./org/zeromq/ZMQ.class: classnoinst.stamp
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,11 @@ PLIST_SUB+= NLS="@comment "
|
||||||
MAN1= virsh.1 virt-pki-validate.1 virt-xml-validate.1 virt-host-validate.1
|
MAN1= virsh.1 virt-pki-validate.1 virt-xml-validate.1 virt-host-validate.1
|
||||||
MAN8= libvirtd.8
|
MAN8= libvirtd.8
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= aclocal.m4
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
|
||||||
|
${WRKSRC}/aclocal.m4
|
||||||
@${MV} ${WRKSRC}/daemon/libvirtd.conf ${WRKSRC}/daemon/libvirtd.conf.sample
|
@${MV} ${WRKSRC}/daemon/libvirtd.conf ${WRKSRC}/daemon/libvirtd.conf.sample
|
||||||
@${REINPLACE_CMD} -e 's|libvirtd.conf|libvirtd.conf.sample|' \
|
@${REINPLACE_CMD} -e 's|libvirtd.conf|libvirtd.conf.sample|' \
|
||||||
${WRKSRC}/daemon/Makefile.am \
|
${WRKSRC}/daemon/Makefile.am \
|
||||||
|
|
|
@ -14,6 +14,7 @@ MAINTAINER= cejkar@fit.vutbr.cz
|
||||||
COMMENT= Enhanced ftp server from NetBSD
|
COMMENT= Enhanced ftp server from NetBSD
|
||||||
|
|
||||||
USE_AUTOTOOLS= aclocal automake libtool
|
USE_AUTOTOOLS= aclocal automake libtool
|
||||||
|
AUTOMAKE_ARGS= --add-missing
|
||||||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
|
@ -1,14 +1,8 @@
|
||||||
Feature silent-rules needs atleast autoconf 1.11, however we still have
|
--- configure.ac.orig 2010-03-24 05:31:39.000000000 -0700
|
||||||
at most autoconf 1.10 in ports tree (2010/09/10).
|
+++ configure.ac 2012-05-03 15:55:32.000000000 -0700
|
||||||
|
@@ -87,3 +87,4 @@
|
||||||
--- configure.ac.orig 2010-03-24 13:31:39.000000000 +0100
|
|
||||||
+++ configure.ac 2010-03-24 13:31:39.000000000 +0200
|
|
||||||
@@ -18,7 +18,7 @@
|
|
||||||
AC_CONFIG_HEADERS([tnftpd_config.h])
|
|
||||||
AC_CONFIG_LIBOBJ_DIR([libnetbsd])
|
|
||||||
|
|
||||||
-AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc silent-rules])
|
|
||||||
+AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc])
|
|
||||||
AM_MAINTAINER_MODE
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
-AC_PROG_CC
|
||||||
|
+AM_PROG_CC_C_O
|
||||||
|
+AM_PROG_AR
|
||||||
|
AC_PROG_AWK
|
||||||
|
|
7
ftp/tnftpd/files/patch-libnetbsd-Makefile.am
Normal file
7
ftp/tnftpd/files/patch-libnetbsd-Makefile.am
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
--- libnetbsd/Makefile.am.orig 2010-01-03 21:46:29.000000000 -0800
|
||||||
|
+++ libnetbsd/Makefile.am 2012-05-03 15:58:12.000000000 -0700
|
||||||
|
@@ -6,3 +6,3 @@
|
||||||
|
|
||||||
|
-CPPFLAGS = \
|
||||||
|
+AM_CPPFLAGS = \
|
||||||
|
-I$(srcdir) \
|
|
@ -26,11 +26,13 @@ USE_BZIP2= yes
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
${LN} -sfh \
|
@${TOUCH} ${WRKSRC}/NEWS
|
||||||
|
@${LN} -sfh \
|
||||||
`cd ${PORTSDIR}/x11/kdelibs3 && ${MAKE} -V WRKSRC`/admin \
|
`cd ${PORTSDIR}/x11/kdelibs3 && ${MAKE} -V WRKSRC`/admin \
|
||||||
${WRKSRC}/admin
|
${WRKSRC}/admin
|
||||||
${TOUCH} ${WRKSRC}/NEWS
|
@${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/kdelibs3-admin-cvs.sh
|
||||||
@${REINPLACE_CMD} -e 's|1.10|${AUTOMAKE_VERSION}|' ${WRKSRC}/admin/cvs.sh
|
@${REINPLACE_CMD} -e s,%%AUTOMAKE_VERSION%%,${AUTOMAKE_VERSION}, \
|
||||||
|
${WRKSRC}/admin/cvs.sh
|
||||||
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f admin/Makefile.common cvs
|
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f admin/Makefile.common cvs
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
12
games/kmastermind/files/kdelibs3-admin-cvs.sh
Normal file
12
games/kmastermind/files/kdelibs3-admin-cvs.sh
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- admin/cvs.sh.orig 2008-08-19 13:28:39.000000000 -0700
|
||||||
|
+++ admin/cvs.sh 2012-04-24 10:46:19.000000000 -0700
|
||||||
|
@@ -65,8 +65,3 @@
|
||||||
|
case $AUTOMAKE_STRING in
|
||||||
|
- automake*1.5d* | automake*1.5* | automake*1.5-* )
|
||||||
|
- echo "*** YOU'RE USING $AUTOMAKE_STRING."
|
||||||
|
- echo "*** KDE requires automake $required_automake_version"
|
||||||
|
- exit 1
|
||||||
|
- ;;
|
||||||
|
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
|
||||||
|
+ automake*%%AUTOMAKE_VERSION%%*)
|
||||||
|
echo "*** $AUTOMAKE_STRING found."
|
6
games/mangos/files/patch-configure.ac
Normal file
6
games/mangos/files/patch-configure.ac
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
--- configure.ac.orig 2008-01-27 20:52:47.000000000 -0800
|
||||||
|
+++ configure.ac 2012-05-03 17:02:50.000000000 -0700
|
||||||
|
@@ -34,2 +34,3 @@
|
||||||
|
AC_PROG_CXX
|
||||||
|
+AM_PROG_AR
|
||||||
|
AC_PROG_LIBTOOL
|
|
@ -30,6 +30,9 @@ MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
PLIST_SUB= PYVER=${_PYTHON_VERSION:S/./_/}
|
PLIST_SUB= PYVER=${_PYTHON_VERSION:S/./_/}
|
||||||
|
|
||||||
|
post-configure:
|
||||||
|
@${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}/config
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@cd ${WRKSRC} && ${MAKE} check
|
@cd ${WRKSRC} && ${MAKE} check
|
||||||
|
|
||||||
|
|
9
graphics/agg/files/patch-configure.in
Normal file
9
graphics/agg/files/patch-configure.in
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
--- configure.in.orig 2006-10-08 21:06:36.000000000 -0700
|
||||||
|
+++ configure.in 2012-05-03 17:23:22.000000000 -0700
|
||||||
|
@@ -10,6 +10,2 @@
|
||||||
|
AC_ISC_POSIX
|
||||||
|
-AM_C_PROTOTYPES
|
||||||
|
-if test "x$U" != "x"; then
|
||||||
|
- AC_MSG_ERROR(Compiler not ANSI compliant)
|
||||||
|
-fi
|
||||||
|
AM_PROG_LIBTOOL
|
|
@ -1,17 +1,70 @@
|
||||||
--- bootstrap.orig 2009-02-01 19:35:46.000000000 +0200
|
--- bootstrap.orig 2011-02-22 11:06:38.000000000 -0800
|
||||||
+++ bootstrap 2011-02-27 08:26:52.000000000 +0200
|
+++ bootstrap 2012-05-03 17:40:55.000000000 -0700
|
||||||
@@ -23,7 +23,7 @@
|
@@ -18,63 +18,2 @@
|
||||||
libtool_version=`$LIBTOOLIZE --version | sed 's/.*) \([0-9.][0-9.]*\).*/\1/'`
|
|
||||||
# echo libtool version: $libtool_version
|
|
||||||
case $libtool_version in
|
|
||||||
- 1.4*|1.5*|2.0*|2.2*|2.4*)
|
|
||||||
+ 1.4*|1.5*|[2-9]*)
|
|
||||||
have_libtool=true
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
@@ -96,27 +96,3 @@
|
|
||||||
$AUTOMAKE --add-missing --copy || exit $?
|
|
||||||
|
|
||||||
|
-DIE=0
|
||||||
|
-
|
||||||
|
-have_libtool=false
|
||||||
|
-if $LIBTOOLIZE --version < /dev/null > /dev/null 2>&1 ; then
|
||||||
|
- libtool_version=`$LIBTOOLIZE --version | sed 's/.*) \([0-9.][0-9.]*\).*/\1/'`
|
||||||
|
-# echo libtool version: $libtool_version
|
||||||
|
- case $libtool_version in
|
||||||
|
- 1.4*|1.5*|2.0*|2.2*|2.4*)
|
||||||
|
- have_libtool=true
|
||||||
|
- ;;
|
||||||
|
- esac
|
||||||
|
-fi
|
||||||
|
-if $have_libtool ; then : ; else
|
||||||
|
- echo
|
||||||
|
- echo "You must have libtool 1.4 or later installed to compile $PROJECT."
|
||||||
|
- echo "Install the appropriate package for your distribution,"
|
||||||
|
- echo "or get the source tarball at http://ftp.gnu.org/gnu/libtool/"
|
||||||
|
- DIE=1
|
||||||
|
-fi
|
||||||
|
-
|
||||||
|
-# Assume if we have this that aclocal and autoheader are available
|
||||||
|
-have_autoconf=false
|
||||||
|
-if $AUTOCONF --version < /dev/null > /dev/null 2>&1 ; then
|
||||||
|
- autoconf_version=`$AUTOCONF --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
|
||||||
|
-# echo autoconf version: $autoconf_version
|
||||||
|
- case $autoconf_version in
|
||||||
|
- 2.5*|2.6*)
|
||||||
|
- have_autoconf=true
|
||||||
|
- ;;
|
||||||
|
- esac
|
||||||
|
-fi
|
||||||
|
-if $have_autoconf ; then : ; else
|
||||||
|
- echo
|
||||||
|
- echo "You must have autoconf installed to compile $PROJECT."
|
||||||
|
- echo "Install the appropriate package for your distribution,"
|
||||||
|
- echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"
|
||||||
|
- DIE=1
|
||||||
|
-fi
|
||||||
|
-
|
||||||
|
-have_automake=false
|
||||||
|
-if $AUTOMAKE --version < /dev/null > /dev/null 2>&1 ; then
|
||||||
|
- automake_version=`$AUTOMAKE --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
|
||||||
|
-# echo automake version: $automake_version
|
||||||
|
- case $automake_version in
|
||||||
|
- 1.7*|1.8*|1.9*|1.10*|1.11*)
|
||||||
|
- have_automake=true
|
||||||
|
- ;;
|
||||||
|
- esac
|
||||||
|
-fi
|
||||||
|
-if $have_automake ; then : ; else
|
||||||
|
- echo
|
||||||
|
- echo "You must have automake 1.7.x or later installed to compile $PROJECT."
|
||||||
|
- echo "Install the appropriate package for your distribution,"
|
||||||
|
- echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
|
||||||
|
- DIE=1
|
||||||
|
-fi
|
||||||
|
-
|
||||||
|
-if test "$DIE" -eq 1; then
|
||||||
|
- exit 1
|
||||||
|
-fi
|
||||||
|
-
|
||||||
|
test $TEST_TYPE $FILE || {
|
||||||
|
@@ -98,25 +37 @@
|
||||||
$AUTOCONF || exit $?
|
$AUTOCONF || exit $?
|
||||||
-
|
-
|
||||||
-cd $ORIGDIR || exit $?
|
-cd $ORIGDIR || exit $?
|
||||||
|
|
|
@ -26,7 +26,7 @@ LIB_DEPENDS= lept.2:${PORTSDIR}/graphics/leptonica
|
||||||
DIST_SUBDIR= ${PORTNAME}
|
DIST_SUBDIR= ${PORTNAME}
|
||||||
PROJECTHOST= tesseract-ocr
|
PROJECTHOST= tesseract-ocr
|
||||||
|
|
||||||
USE_AUTOTOOLS= automake
|
USE_AUTOTOOLS= automake autoconf:env
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
CONFIGURE_ENV= LIBLEPT_HEADERSDIR="${LOCALBASE}/include/leptonica"
|
CONFIGURE_ENV= LIBLEPT_HEADERSDIR="${LOCALBASE}/include/leptonica"
|
||||||
|
@ -55,7 +55,12 @@ PORTDOCS= AUTHORS ChangeLog README ReleaseNotes
|
||||||
PORTEXAMPLES= eurotext.tif phototest.tif
|
PORTEXAMPLES= eurotext.tif phototest.tif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= aclocal.m4
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
|
||||||
|
-e 's|2.65|%%AUTOCONF_VERSION%%|g' \
|
||||||
|
${WRKSRC}/aclocal.m4
|
||||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|'\
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|'\
|
||||||
${WRKSRC}/configure
|
${WRKSRC}/configure
|
||||||
@${REINPLACE_CMD} -e '1s|.*|/*|' ${WRKSRC}/ccutil/strngs.h
|
@${REINPLACE_CMD} -e '1s|.*|/*|' ${WRKSRC}/ccutil/strngs.h
|
||||||
|
|
|
@ -27,7 +27,11 @@ USE_WX= yes
|
||||||
USE_AUTOTOOLS= automake
|
USE_AUTOTOOLS= automake
|
||||||
WX_CONF_ARGS= absolute
|
WX_CONF_ARGS= absolute
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= aclocal.m4
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
|
||||||
|
${WRKSRC}/aclocal.m4
|
||||||
@cd ${WRKSRC} && \
|
@cd ${WRKSRC} && \
|
||||||
${TOUCH} -f NEWS INSTALL
|
${TOUCH} -f NEWS INSTALL
|
||||||
# @${REINPLACE_CMD} -e 's|WX_CONFIG_NAME=wx-config|WX_CONFIG_NAME=${WX_CONFIG}|' \
|
# @${REINPLACE_CMD} -e 's|WX_CONFIG_NAME=wx-config|WX_CONFIG_NAME=${WX_CONFIG}|' \
|
||||||
|
|
9
japanese/mutt-devel/files/patch-configure.ac
Normal file
9
japanese/mutt-devel/files/patch-configure.ac
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
--- configure.ac.orig 2010-08-24 09:34:21.000000000 -0700
|
||||||
|
+++ configure.ac 2012-05-03 18:35:26.000000000 -0700
|
||||||
|
@@ -29,6 +29,2 @@
|
||||||
|
AC_ISC_POSIX
|
||||||
|
-AM_C_PROTOTYPES
|
||||||
|
-if test "x$U" != "x"; then
|
||||||
|
- AC_MSG_ERROR(Compiler not ANSI compliant)
|
||||||
|
-fi
|
||||||
|
AC_PROG_CPP
|
|
@ -21,6 +21,8 @@ USE_GMAKE= yes
|
||||||
USE_AUTOTOOLS= autoconf:env automake:env libtool:env
|
USE_AUTOTOOLS= autoconf:env automake:env libtool:env
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= admin/cvs.sh
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
--- admin/cvs.sh.orig 2007-05-17 13:12:38.000000000 -0500
|
--- admin/cvs.sh.orig 2007-05-17 11:12:38.000000000 -0700
|
||||||
+++ admin/cvs.sh 2010-10-02 14:47:03.000000000 -0500
|
+++ admin/cvs.sh 2012-04-24 09:23:49.000000000 -0700
|
||||||
@@ -70,3 +70,3 @@
|
@@ -65,8 +65,3 @@
|
||||||
;;
|
case $AUTOMAKE_STRING in
|
||||||
|
- automake*1.5d* | automake*1.5* | automake*1.5-* )
|
||||||
|
- echo "*** YOU'RE USING $AUTOMAKE_STRING."
|
||||||
|
- echo "*** KDE requires automake $required_automake_version"
|
||||||
|
- exit 1
|
||||||
|
- ;;
|
||||||
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
|
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
|
||||||
+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* )
|
+ automake*%%AUTOMAKE_VERSION%%* )
|
||||||
echo "*** $AUTOMAKE_STRING found."
|
echo "*** $AUTOMAKE_STRING found."
|
||||||
|
|
9
mail/mutt-devel/files/patch-configure.ac
Normal file
9
mail/mutt-devel/files/patch-configure.ac
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
--- configure.ac.orig 2010-08-24 09:34:21.000000000 -0700
|
||||||
|
+++ configure.ac 2012-05-03 18:14:34.000000000 -0700
|
||||||
|
@@ -29,6 +29,2 @@
|
||||||
|
AC_ISC_POSIX
|
||||||
|
-AM_C_PROTOTYPES
|
||||||
|
-if test "x$U" != "x"; then
|
||||||
|
- AC_MSG_ERROR(Compiler not ANSI compliant)
|
||||||
|
-fi
|
||||||
|
AC_PROG_CPP
|
|
@ -1,11 +1,14 @@
|
||||||
--- configure.in.orig Mon Nov 11 14:11:26 2002
|
--- configure.in.orig 2007-05-26 17:58:12.000000000 -0700
|
||||||
+++ configure.in Mon Nov 11 14:12:09 2002
|
+++ configure.in 2012-05-03 18:04:49.000000000 -0700
|
||||||
@@ -625,7 +625,7 @@
|
@@ -31,6 +31,2 @@
|
||||||
fi])
|
AC_ISC_POSIX
|
||||||
|
-AM_C_PROTOTYPES
|
||||||
|
-if test "x$U" != "x"; then
|
||||||
|
- AC_MSG_ERROR(Compiler not ANSI compliant)
|
||||||
|
-fi
|
||||||
|
AC_PROG_CPP
|
||||||
|
@@ -629,3 +625,3 @@
|
||||||
if test x$GCC = xyes -a $mutt_cv_warnings = yes; then
|
if test x$GCC = xyes -a $mutt_cv_warnings = yes; then
|
||||||
- CFLAGS="-Wall -pedantic $CFLAGS"
|
- CFLAGS="-Wall -pedantic $CFLAGS"
|
||||||
+ CFLAGS="-Wall $CFLAGS"
|
+ CFLAGS="-Wall $CFLAGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(nfs-fix, [ --enable-nfs-fix Work around an NFS with broken attributes caching ],
|
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
--- configure.in.orig Mon Nov 11 14:11:26 2002
|
--- configure.in.orig 2007-05-26 17:58:12.000000000 -0700
|
||||||
+++ configure.in Mon Nov 11 14:12:09 2002
|
+++ configure.in 2012-05-03 18:04:49.000000000 -0700
|
||||||
@@ -625,7 +625,7 @@
|
@@ -31,6 +31,2 @@
|
||||||
fi])
|
AC_ISC_POSIX
|
||||||
|
-AM_C_PROTOTYPES
|
||||||
|
-if test "x$U" != "x"; then
|
||||||
|
- AC_MSG_ERROR(Compiler not ANSI compliant)
|
||||||
|
-fi
|
||||||
|
AC_PROG_CPP
|
||||||
|
@@ -629,3 +625,3 @@
|
||||||
if test x$GCC = xyes -a $mutt_cv_warnings = yes; then
|
if test x$GCC = xyes -a $mutt_cv_warnings = yes; then
|
||||||
- CFLAGS="-Wall -pedantic $CFLAGS"
|
- CFLAGS="-Wall -pedantic $CFLAGS"
|
||||||
+ CFLAGS="-Wall $CFLAGS"
|
+ CFLAGS="-Wall $CFLAGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(nfs-fix, [ --enable-nfs-fix Work around an NFS with broken attributes caching ],
|
|
||||||
|
|
|
@ -25,6 +25,8 @@ USE_GETTEXT= yes
|
||||||
USE_PERL5_BUILD=yes
|
USE_PERL5_BUILD=yes
|
||||||
USE_AUTOTOOLS= automake:env autoconf:env libtool
|
USE_AUTOTOOLS= automake:env autoconf:env libtool
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= admin/cvs.sh
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
@(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist)
|
@(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist)
|
||||||
|
|
||||||
|
|
12
multimedia/kplayer/files/patch-admin__cvs.sh
Normal file
12
multimedia/kplayer/files/patch-admin__cvs.sh
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- admin/cvs.sh.orig 2007-02-26 09:59:34.000000000 -0800
|
||||||
|
+++ admin/cvs.sh 2012-04-24 09:25:31.000000000 -0700
|
||||||
|
@@ -65,8 +65,3 @@
|
||||||
|
case $AUTOMAKE_STRING in
|
||||||
|
- automake*1.5d* | automake*1.5* | automake*1.5-* )
|
||||||
|
- echo "*** YOU'RE USING $AUTOMAKE_STRING."
|
||||||
|
- echo "*** KDE requires automake $required_automake_version"
|
||||||
|
- exit 1
|
||||||
|
- ;;
|
||||||
|
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.1*)
|
||||||
|
+ automake*%%AUTOMAKE_VERSION%%*)
|
||||||
|
echo "*** $AUTOMAKE_STRING found."
|
|
@ -388,7 +388,12 @@ CONFIGURE_ARGS+=--disable-xmms
|
||||||
PLIST_SUB+= XMMS="@comment "
|
PLIST_SUB+= XMMS="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= aclocal.m4
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
|
||||||
|
-e 's|2.65|%%AUTOCONF_VERSION%%|g' \
|
||||||
|
${WRKSRC}/aclocal.m4
|
||||||
@${REINPLACE_CMD} \
|
@${REINPLACE_CMD} \
|
||||||
-e 's;@prefix@/var/;/var/;' \
|
-e 's;@prefix@/var/;/var/;' \
|
||||||
-e 's;/var/lib/;/var/db/;' \
|
-e 's;/var/lib/;/var/db/;' \
|
||||||
|
|
|
@ -394,7 +394,12 @@ CONFIGURE_ARGS+=--disable-xmms
|
||||||
PLIST_SUB+= XMMS="@comment "
|
PLIST_SUB+= XMMS="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= aclocal.m4
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
|
||||||
|
-e 's|2.67|%%AUTOCONF_VERSION%%|g' \
|
||||||
|
${WRKSRC}/aclocal.m4
|
||||||
@${REINPLACE_CMD} \
|
@${REINPLACE_CMD} \
|
||||||
-e 's;@prefix@/var/;/var/;' \
|
-e 's;@prefix@/var/;/var/;' \
|
||||||
-e 's;/var/lib/;/var/db/;' \
|
-e 's;/var/lib/;/var/db/;' \
|
||||||
|
|
|
@ -15,11 +15,19 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Simple and robust communication library based on UDP
|
COMMENT= Simple and robust communication library based on UDP
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_AUTOTOOLS= automake
|
USE_AUTOTOOLS= automake autoconf:env
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
DOCS= design.txt docs/FAQ.dox docs/design.dox docs/tutorial.dox
|
DOCS= design.txt docs/FAQ.dox docs/design.dox docs/tutorial.dox
|
||||||
|
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= aclocal.m4
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
|
||||||
|
-e 's|2.67|%%AUTOCONF_VERSION%%|g' \
|
||||||
|
${WRKSRC}/aclocal.m4
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
|
6
net/msend/files/patch-Makefile.am
Normal file
6
net/msend/files/patch-Makefile.am
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
--- Makefile.am.orig 1999-05-02 19:01:04.000000000 -0700
|
||||||
|
+++ Makefile.am 2012-05-03 16:56:22.000000000 -0700
|
||||||
|
@@ -1,3 +1 @@
|
||||||
|
-AUTOMAKE_OPTIONS = ansi2knr
|
||||||
|
-
|
||||||
|
bin_PROGRAMS = msend
|
6
net/msend/files/patch-configure.in
Normal file
6
net/msend/files/patch-configure.in
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
--- configure.in.orig 1999-05-02 05:58:01.000000000 -0700
|
||||||
|
+++ configure.in 2012-05-03 16:53:21.000000000 -0700
|
||||||
|
@@ -17,3 +17,2 @@
|
||||||
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||||
|
-AM_C_PROTOTYPES
|
||||||
|
AC_C_CONST
|
|
@ -77,6 +77,12 @@ MAN8+= ntpsnmpd.8
|
||||||
PLIST_SUB+= NETSNMP="@comment "
|
PLIST_SUB+= NETSNMP="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= aclocal.m4
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
|
||||||
|
${WRKSRC}/aclocal.m4
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${EXAMPLESDIR}
|
@${MKDIR} ${EXAMPLESDIR}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR}
|
@${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR}
|
||||||
|
|
|
@ -61,6 +61,12 @@ CONFIGURE_ARGS+= --enable-${D}
|
||||||
.endif
|
.endif
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= aclocal.m4
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
|
||||||
|
${WRKSRC}/aclocal.m4
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${EXAMPLESDIR}
|
@${MKDIR} ${EXAMPLESDIR}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR}
|
@${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR}
|
||||||
|
|
|
@ -42,6 +42,13 @@ MAN8= ovs-appctl.8 ovs-controller.8 ovs-discover.8 ovs-dpctl.8 \
|
||||||
BROKEN= does not compile
|
BROKEN= does not compile
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= aclocal.m4
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
|
||||||
|
-e 's|2.65|%%AUTOCONF_VERSION%%|g' \
|
||||||
|
${WRKSRC}/aclocal.m4
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/vswitchd/vswitch.ovsschema ${PREFIX}/share/openvswitch/
|
${INSTALL_DATA} ${WRKSRC}/vswitchd/vswitch.ovsschema ${PREFIX}/share/openvswitch/
|
||||||
|
|
||||||
|
|
|
@ -29,4 +29,7 @@ INSTALLS_ICONS= yes
|
||||||
pre-configure:
|
pre-configure:
|
||||||
( cd ${WRKSRC} ; ${AUTORECONF} ; ${AUTOMAKE} )
|
( cd ${WRKSRC} ; ${AUTORECONF} ; ${AUTOMAKE} )
|
||||||
|
|
||||||
|
post-configure:
|
||||||
|
@${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -25,6 +25,8 @@ USE_LDCONFIG= yes
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= admin/cvs.sh
|
||||||
|
|
||||||
OPTIONS= NETCDF "Enable netcdf data support" off \
|
OPTIONS= NETCDF "Enable netcdf data support" off \
|
||||||
CDF "Enable cdf data support" off \
|
CDF "Enable cdf data support" off \
|
||||||
KDEBASE "Enable JavaScript console" off
|
KDEBASE "Enable JavaScript console" off
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
--- admin/cvs.sh.orig 2010-03-29 05:51:00.000000000 -0500
|
--- admin/cvs.sh.orig 2010-03-29 03:51:00.000000000 -0700
|
||||||
+++ admin/cvs.sh 2010-10-02 14:50:38.000000000 -0500
|
+++ admin/cvs.sh 2012-04-24 09:33:00.000000000 -0700
|
||||||
@@ -70,3 +70,3 @@
|
@@ -65,8 +65,3 @@
|
||||||
;;
|
case $AUTOMAKE_STRING in
|
||||||
|
- automake*1.5d* | automake*1.5* | automake*1.5-* )
|
||||||
|
- echo "*** YOU'RE USING $AUTOMAKE_STRING."
|
||||||
|
- echo "*** KDE requires automake $required_automake_version"
|
||||||
|
- exit 1
|
||||||
|
- ;;
|
||||||
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
|
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
|
||||||
+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* )
|
+ automake*%%AUTOMAKE_VERSION%%* )
|
||||||
echo "*** $AUTOMAKE_STRING found."
|
echo "*** $AUTOMAKE_STRING found."
|
||||||
|
|
|
@ -29,6 +29,8 @@ USE_XORG= xpm
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_AUTOTOOLS= autoconf:env automake:env libtool
|
USE_AUTOTOOLS= autoconf:env automake:env libtool
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= admin/cvs.sh
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
--- admin/cvs.sh.orig 2008-07-07 15:38:56.000000000 -0500
|
--- admin/cvs.sh.orig 2008-07-07 13:38:56.000000000 -0700
|
||||||
+++ admin/cvs.sh 2010-10-02 14:54:47.000000000 -0500
|
+++ admin/cvs.sh 2012-04-24 09:34:37.000000000 -0700
|
||||||
@@ -70,3 +70,3 @@
|
@@ -65,8 +65,3 @@
|
||||||
;;
|
case $AUTOMAKE_STRING in
|
||||||
|
- automake*1.5d* | automake*1.5* | automake*1.5-* )
|
||||||
|
- echo "*** YOU'RE USING $AUTOMAKE_STRING."
|
||||||
|
- echo "*** KDE requires automake $required_automake_version"
|
||||||
|
- exit 1
|
||||||
|
- ;;
|
||||||
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
|
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
|
||||||
+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* )
|
+ automake*%%AUTOMAKE_VERSION%%* )
|
||||||
echo "*** $AUTOMAKE_STRING found."
|
echo "*** $AUTOMAKE_STRING found."
|
||||||
|
|
|
@ -74,7 +74,10 @@ IGNORE= is not supported prior to 8.0-RELEASE
|
||||||
BROKEN= Does not link on ia64, powerpc, or sparc64
|
BROKEN= Does not link on ia64, powerpc, or sparc64
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= aclocal.m4
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' ${WRKSRC}/aclocal.m4
|
||||||
@${REINPLACE_CMD} -e 's|SIGCLD|SIGCHLD|g' ${WRKSRC}/src/util/signal.c
|
@${REINPLACE_CMD} -e 's|SIGCLD|SIGCHLD|g' ${WRKSRC}/src/util/signal.c
|
||||||
@${REINPLACE_CMD} -e '/#define SIZE_T_MAX ((size_t) -1)/d' ${WRKSRC}/src/util/util.h
|
@${REINPLACE_CMD} -e '/#define SIZE_T_MAX ((size_t) -1)/d' ${WRKSRC}/src/util/util.h
|
||||||
@${REINPLACE_CMD} -e '/pam_misc/d' ${WRKSRC}/src/sss_client/pam_test_client.c
|
@${REINPLACE_CMD} -e '/pam_misc/d' ${WRKSRC}/src/sss_client/pam_test_client.c
|
||||||
|
|
|
@ -87,8 +87,13 @@ CONFIGURE_ARGS+= --enable-dag \
|
||||||
--with-dag-libraries=${LOCALBASE}/lib
|
--with-dag-libraries=${LOCALBASE}/lib
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
AUTOTOOLSFILES= aclocal.m4 libhtp/aclocal.m4
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -Ee 's|^(install-data-am: )install-pkgconfigDATA|\1|' ${WRKSRC}/libhtp/Makefile.in
|
@${REINPLACE_CMD} -Ee 's|^(install-data-am: )install-pkgconfigDATA|\1|' ${WRKSRC}/libhtp/Makefile.in
|
||||||
|
.for f in ${AUTOTOOLSFILES}
|
||||||
|
@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' ${WRKSRC}/${f}
|
||||||
|
.endfor
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@${REINPLACE_CMD} -e 's|/etc/suricata|${PREFIX}/etc/suricata|g' ${WRKSRC}/suricata.yaml
|
@${REINPLACE_CMD} -e 's|/etc/suricata|${PREFIX}/etc/suricata|g' ${WRKSRC}/suricata.yaml
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
--- server/drivers/Makefile.am.orig 2011-08-14 05:29:16.000000000 -0700
|
||||||
|
+++ server/drivers/Makefile.am 2012-04-17 11:55:39.000000000 -0700
|
||||||
|
@@ -22,3 +22,4 @@
|
||||||
|
|
||||||
|
-pkglib_PROGRAMS = @DRIVERS@
|
||||||
|
+my_execbindir = $(pkglibdir)
|
||||||
|
+my_execbin_PROGRAMS = @DRIVERS@
|
||||||
|
EXTRA_PROGRAMS = bayrad CFontz CFontz633 CFontzPacket curses debug CwLnx ea65 EyeboxOne g15 glcdlib glk hd44780 icp_a106 imon imonlcd IOWarrior irman joy lb216 lcdm001 lcterm lirc lis MD8800 mdm166a ms6931 mtc_s16209x MtxOrb mx5000 NoritakeVFD picolcd pyramid sed1330 sed1520 serialPOS serialVFD shuttleVFD stv5730 SureElec svga t6963 text tyan sli ula200 xosd i2500vfd irtrans
|
|
@ -33,6 +33,7 @@ MAKE_JOBS_SAFE= yes
|
||||||
#.else
|
#.else
|
||||||
USE_AUTOTOOLS= autoconf autoheader aclocal automake libtool
|
USE_AUTOTOOLS= autoconf autoheader aclocal automake libtool
|
||||||
ACLOCAL_ARGS= -I m4
|
ACLOCAL_ARGS= -I m4
|
||||||
|
AUTOMAKE_ARGS= --add-missing
|
||||||
#.endif
|
#.endif
|
||||||
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd --enable-static
|
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd --enable-static
|
||||||
|
|
||||||
|
|
20
www/lighttpd/files/patch-configure.ac
Normal file
20
www/lighttpd/files/patch-configure.ac
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
--- configure.ac.orig 2011-07-03 09:33:11.000000000 -0700
|
||||||
|
+++ configure.ac 2012-05-03 16:49:19.000000000 -0700
|
||||||
|
@@ -18,2 +18,3 @@
|
||||||
|
AM_PROG_CC_C_O
|
||||||
|
+AM_PROG_AR
|
||||||
|
AC_PROG_LD
|
||||||
|
@@ -26,7 +27,2 @@
|
||||||
|
|
||||||
|
-dnl check environment
|
||||||
|
-AC_AIX
|
||||||
|
-AC_ISC_POSIX
|
||||||
|
-AC_MINIX
|
||||||
|
-
|
||||||
|
dnl AC_CANONICAL_HOST
|
||||||
|
@@ -40,5 +36,2 @@
|
||||||
|
|
||||||
|
-dnl more automake stuff
|
||||||
|
-AM_C_PROTOTYPES
|
||||||
|
-
|
||||||
|
dnl libtool
|
|
@ -48,7 +48,14 @@ BROKEN= Does not compile on ia64, powerpc, or sparc64
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's,|| mv,|| cp -p,' ${WRKSRC}/proxy/config/Makefile.am
|
@${REINPLACE_CMD} -e 's,|| mv,|| cp -p,' ${WRKSRC}/proxy/config/Makefile.am
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
@${FIND} ${WRKSRC}/example ${WRKSRC}/plugins/conf_remap \
|
||||||
|
-name Makefile.am | ${XARGS} ${REINPLACE_CMD} \
|
||||||
|
-e 's,CFLAGS+=,AM_CFLAGS=,' \
|
||||||
|
-e 's,CXXFLAGS+=,AM_CXXFLAGS=,'
|
||||||
|
@cd ${WRKSRC} && ${AUTORECONF} -i
|
||||||
|
|
||||||
post-configure:
|
post-configure:
|
||||||
@${FIND} ${WRKSRC} -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} \
|
@${FIND} ${WRKSRC} -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} \
|
||||||
|
|
13
www/trafficserver/files/patch-configure.ac
Normal file
13
www/trafficserver/files/patch-configure.ac
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- configure.ac.orig 2012-03-17 18:02:10.000000000 -0700
|
||||||
|
+++ configure.ac 2012-05-03 16:16:05.000000000 -0700
|
||||||
|
@@ -458,2 +458,6 @@
|
||||||
|
|
||||||
|
+# required by automake-1.12
|
||||||
|
+m4_pattern_allow([AM_PROG_AR])
|
||||||
|
+AM_PROG_AR
|
||||||
|
+
|
||||||
|
AC_PROG_CPP
|
||||||
|
@@ -467,3 +471,2 @@
|
||||||
|
AC_CHECK_PROG(ASCPP, cpp, cpp)
|
||||||
|
-AC_CHECK_TOOL(AR, ar, ar)
|
||||||
|
AC_ISC_POSIX
|
|
@ -20,7 +20,7 @@ USE_BZIP2= yes
|
||||||
USE_PERL5_BUILD=yes
|
USE_PERL5_BUILD=yes
|
||||||
USE_AUTOTOOLS= automake:env autoconf:env libtool autoheader:env
|
USE_AUTOTOOLS= automake:env autoconf:env libtool autoheader:env
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
AUTOTOOLSFILES= admin/detect-autoconf.sh
|
AUTOTOOLSFILES= admin/cvs.sh admin/detect-autoconf.sh
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
@(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist)
|
@(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist)
|
||||||
|
|
|
@ -1,17 +1,22 @@
|
||||||
--- admin/cvs.sh.orig 2006-11-09 16:42:52.000000000 -0600
|
--- admin/cvs.sh.orig 2006-11-09 14:42:52.000000000 -0800
|
||||||
+++ admin/cvs.sh 2010-09-28 11:40:53.000000000 -0500
|
+++ admin/cvs.sh 2012-04-23 23:09:35.000000000 -0700
|
||||||
@@ -34,3 +34,3 @@
|
@@ -34,3 +34,3 @@
|
||||||
case $AUTOCONF_VERSION in
|
case $AUTOCONF_VERSION in
|
||||||
- Autoconf*2.5* | autoconf*2.5* ) : ;;
|
- Autoconf*2.5* | autoconf*2.5* ) : ;;
|
||||||
+ autoconf*2.6*) : ;;
|
+ autoconf*%%AUTOCONF_VERSION%%*) : ;;
|
||||||
"" )
|
"" )
|
||||||
@@ -49,3 +49,3 @@
|
@@ -49,3 +49,3 @@
|
||||||
case $AUTOHEADER_VERSION in
|
case $AUTOHEADER_VERSION in
|
||||||
- Autoconf*2.5* | autoheader*2.5* ) : ;;
|
- Autoconf*2.5* | autoheader*2.5* ) : ;;
|
||||||
+ autoheader*2.6* ) : ;;
|
+ autoheader*%%AUTOCONF_VERSION%%* ) : ;;
|
||||||
"" )
|
"" )
|
||||||
@@ -70,3 +70,3 @@
|
@@ -65,8 +65,3 @@
|
||||||
;;
|
case $AUTOMAKE_STRING in
|
||||||
|
- automake*1.5d* | automake*1.5* | automake*1.5-* )
|
||||||
|
- echo "*** YOU'RE USING $AUTOMAKE_STRING."
|
||||||
|
- echo "*** KDE requires automake $required_automake_version"
|
||||||
|
- exit 1
|
||||||
|
- ;;
|
||||||
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*)
|
- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*)
|
||||||
+ automake*1.11* )
|
+ automake*%%AUTOMAKE_VERSION%%* )
|
||||||
echo "*** $AUTOMAKE_STRING found."
|
echo "*** $AUTOMAKE_STRING found."
|
||||||
|
|
Loading…
Reference in a new issue