diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes
Notes:
svn path=/head/; revision=261230
677 files changed, 5006 insertions, 1462 deletions
@@ -10,6 +10,14 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20100831: +AUTHOR: autotools@FreeBSD.org + + * USE_GETTEXT has been cleaned up. + 'build' BUILD time dependency only + 'run' RUN time dependency only + 'yes' LIBRARY dependency + 20100606: AUTHOR: gerald@FreeBSD.org @@ -4583,3 +4583,4 @@ www/xpi-youtubeonwooztalk||2010-09-14|Has expired: wooztalk website not respondi x11/chameleon||2010-09-14|Has expired: No longer under development, master site disappeared years ago net/csup||2010-09-14|Has expired: is already included in base system of all supported releases textproc/py-Pootle||2010-09-15|Removed +devel/autoconf262|devel/autoconf267|2010-09-15|Migration to autoconf-2.67 diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index b599134c9de4..c7360cc5315d 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -157,7 +157,7 @@ SUB_LIST+= PHP_EXT_DIR=${PHP_EXT_DIR} .if defined(USE_PHPIZE) || defined(USE_PHPEXT) BUILD_DEPENDS+= ${PHPBASE}/bin/phpize:${PORTSDIR}/${PHP_PORT} GNU_CONFIGURE= yes -USE_AUTOTOOLS+= autoconf:262:env +USE_AUTOTOOLS+= autoconf:267:env CONFIGURE_ARGS+=--with-php-config=${PHPBASE}/bin/php-config configure-message: phpize-message do-phpize diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index ffd0233a5442..c51b18177be2 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -318,7 +318,10 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # Default: gmake ## # USE_ICONV - If set, this port uses libiconv. -# USE_GETTEXT - If set, this port uses GNU gettext (libintl). +# USE_GETTEXT - The port uses GNU gettext (libintl). +# 'build' as a build-time dependency +# 'yes' as a library dependency +# 'run' as a run-time dependency ## # USE_PERL5 - If set, this port uses perl5 in one or more of the extract, # patch, build, install or run phases. @@ -1892,10 +1895,14 @@ LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv .endif .if defined(USE_GETTEXT) -. if ${USE_GETTEXT:L} == "yes" +. if ${USE_GETTEXT:L} == "build" +BUILD_DEPENDS+= xgettext:${PORTSDIR}/devel/gettext +. elif ${USE_GETTEXT:L} == "run" +RUN_DEPENDS+= xgettext:${PORTSDIR}/devel/gettext +. elif ${USE_GETTEXT:L} == "yes" LIB_DEPENDS+= intl:${PORTSDIR}/devel/gettext . else -LIB_DEPENDS+= intl.${USE_GETTEXT}:${PORTSDIR}/devel/gettext +IGNORE= USE_GETTEXT can be only one of build, run, or yes . endif .endif diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index 5e15c0c9ed35..c79dc4486c6e 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -171,7 +171,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} # Ruby 1.8 # RUBY_RELVERSION= 1.8.7 -RUBY_PORTREVISION= 3 +RUBY_PORTREVISION= 4 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 248 @@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20100915: + AFFECTS: autoconf, automake + AUTHOR: autotools@FreeBSD.org + + autoconf has been updated from 2.62 to 2.67 -- all ports depending on + autoconf-2.62 have had their PORTREVISIONs update, so a standard + port updating method will suffice. + + USE_GETTEXT has been extended to also accept 'build' and 'run' for + ports which need devel/gettext as a BUILD- or RUN-time dependency only. + No port should now be directly depending on devel/gettext in Makefiles. + +20100915: AFFECTS: users of sysutils/cdrtools-cjk AUTHOR: marius@FreeBSD.org diff --git a/arabic/kde3-i18n/Makefile b/arabic/kde3-i18n/Makefile index 79a3802976cd..1e5c803a4573 100644 --- a/arabic/kde3-i18n/Makefile +++ b/arabic/kde3-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Arabic messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/arabic/koffice-i18n/Makefile b/arabic/koffice-i18n/Makefile index 235a81ad3b44..874af7472324 100644 --- a/arabic/koffice-i18n/Makefile +++ b/arabic/koffice-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Arabic messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index f6ccd9dd93a0..2f7a10c21042 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -7,14 +7,14 @@ PORTNAME= arj PORTVERSION= 3.10.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.78_3.10%20build%2022 MAINTAINER= garga@FreeBSD.org COMMENT= Open-source ARJ -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_GMAKE= yes MAKE_JOBS_UNSAFE= yes CONFIGURE_WRKSRC= ${WRKSRC}/gnu diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index cefcbbe53cd5..0d9c30b551c5 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -7,7 +7,7 @@ PORTNAME= tar PORTVERSION= 1.23 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +21,7 @@ COMMENT= GNU version of the traditional tape archiver INFO= tar -USE_AUTOTOOLS= autoconf:262:env # autom4te +USE_AUTOTOOLS= autoconf:267:env USE_BZIP2= yes USE_ICONV= yes GNU_CONFIGURE= yes diff --git a/archivers/par2cmdline-tbb/Makefile b/archivers/par2cmdline-tbb/Makefile index 02b7ef231a34..fe2386b28514 100644 --- a/archivers/par2cmdline-tbb/Makefile +++ b/archivers/par2cmdline-tbb/Makefile @@ -7,7 +7,7 @@ PORTNAME= par2cmdline-tbb PORTVERSION= 20100203 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://chuchusoft.com/par2_tbb/ DISTNAME= par2cmdline-0.4-tbb-${PORTVERSION} @@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= i386 amd64 ia64 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:267 USE_GCC= 4.2+ PORTDOCS= README diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index ac3a90f79e19..ac970351548a 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -6,7 +6,7 @@ PORTNAME= rpm PORTVERSION= 5.0.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= archivers MASTER_SITES= http://rpm5.org/files/rpm/rpm-5.0/ PATCHFILES= rpm-5.0.3.1.patch @@ -42,7 +42,7 @@ LATEST_LINK= rpm5 CONFLICTS= rpm-3.* rpm-4.* # need to autogen (for xz support) -USE_AUTOTOOLS+= aclocal:110 autoconf:262 automake:110 autoheader:262 +USE_AUTOTOOLS+= aclocal:110 autoconf:267 automake:110 autoheader:267 ACLOCAL_ARGS+= -I m4 -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS+= -a -c pre-configure: @@ -131,6 +131,7 @@ post-patch:: ${WRKSRC}/scripts/Makefile.am ${WRKSRC}/scripts/Makefile.in @${REINPLACE_CMD} -e "s:/bin/sh:/usr/bin/env bash:" \ ${WRKSRC}/scripts/gendiff + @${REINPLACE_CMD} -e 's:AC_DEFUN:m4_define:g' ${WRKSRC}/configure.ac .if defined(WITH_PERL) post-configure: diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index 5a95a19634e1..5739b999f47e 100644 --- a/archivers/torrentzip/Makefile +++ b/archivers/torrentzip/Makefile @@ -7,7 +7,7 @@ PORTNAME= torrentzip PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= SF/trrntzip/trrntzip/TorrentZip%20v${PORTVERSION} DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src @@ -15,7 +15,7 @@ DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src MAINTAINER= swhetzel@gmail.com COMMENT= Efficient way to prepare zipfiles for BitTorrent -USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:262 +USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:267 AUTOMAKE_ARGS= -a WRKSRC= ${WRKDIR}/trrntzip diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index 0dccb80786bd..6d4e716c3129 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -6,7 +6,7 @@ PORTNAME= boinc-setiathome-enhanced PORTVERSION= 6.08 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ DISTNAME= setiathome-svn-412 @@ -24,7 +24,7 @@ RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:262:env automake:18:env +USE_AUTOTOOLS= autoconf:267:env automake:18:env GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig diff --git a/astro/gpsbabel/Makefile b/astro/gpsbabel/Makefile index 2e205f5ee183..e663edba4705 100644 --- a/astro/gpsbabel/Makefile +++ b/astro/gpsbabel/Makefile @@ -6,6 +6,7 @@ PORTNAME= gpsbabel PORTVERSION= 1.3.6 +PORTREVISION= 1 CATEGORIES= astro geography MASTER_SITES= http://www.lexort.com/pkgsrc/distfiles/ @@ -14,7 +15,7 @@ COMMENT= A gps file translating tool LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \ --with-libexpat=${LOCALBASE}/lib diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index dd70f7a0a8e5..d7f74b73ef81 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.7.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/OldFiles @@ -23,7 +23,7 @@ LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl \ USE_QT_VER= 3 USE_GL= gl USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I macros -I ${LOCALBASE}/share/aclocal CONFIGURE_ENV= ac_cv_c_inline=no USE_LDCONFIG= yes diff --git a/audio/audacity-devel/Makefile b/audio/audacity-devel/Makefile index a5f4b4303a7b..623432afaee6 100644 --- a/audio/audacity-devel/Makefile +++ b/audio/audacity-devel/Makefile @@ -6,7 +6,7 @@ PORTNAME= audacity PORTVERSION= 1.3.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ SF/${PORTNAME}/${PORTNAME}-unstable/${PORTVERSION} @@ -22,7 +22,7 @@ CONFLICTS= audacity-[0-9]* WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION}-beta -USE_AUTOTOOLS= aclocal:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 autoconf:267 GNU_CONFIGURE= yes USE_GMAKE= yes USE_GCC= 4.2+ diff --git a/audio/audiere/Makefile b/audio/audiere/Makefile index ae5958877a11..8e09787fa016 100644 --- a/audio/audiere/Makefile +++ b/audio/audiere/Makefile @@ -7,7 +7,7 @@ PORTNAME= audiere PORTVERSION= 1.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF @@ -17,7 +17,7 @@ COMMENT= High-level audio API GNU_CONFIGURE= yes USE_GMAKE= yes WANT_WX= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_LDCONFIG= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/audio/bmp-mac/Makefile b/audio/bmp-mac/Makefile index bb0ab62a6516..58e696978f82 100644 --- a/audio/bmp-mac/Makefile +++ b/audio/bmp-mac/Makefile @@ -6,7 +6,7 @@ PORTNAME= mac PORTVERSION= 0.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= CENKES PKGNAMEPREFIX= bmp- @@ -21,7 +21,7 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 CPPFLAGS+= "-I${LOCALBASE}/include" PLUGDIR= lib/bmp/Input PLUGFILE= lib${PKGNAMEPREFIX}${PORTNAME}.so diff --git a/audio/bmp-musepack/Makefile b/audio/bmp-musepack/Makefile index 3ebc8ed70822..bcb27c163da0 100644 --- a/audio/bmp-musepack/Makefile +++ b/audio/bmp-musepack/Makefile @@ -6,7 +6,7 @@ PORTNAME= musepack PORTVERSION= 1.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= http://files.musepack.net/linux/plugins/ PKGNAMEPREFIX= bmp- @@ -24,7 +24,7 @@ USE_GMAKE= yes CPPFLAGS+= "-I${LOCALBASE}/include" GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 PLUGDIR= lib/bmp/Input PLUGFILE= libbmp-mpc.so PLIST_FILES= ${PLUGDIR}/${PLUGFILE} diff --git a/audio/faac/Makefile b/audio/faac/Makefile index a01b24e80f63..3a09f9a11cd9 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -7,7 +7,7 @@ PORTNAME= faac PORTVERSION= 1.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_DOS2UNIX= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= --with-mp4v2 diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 060f73b9b0d0..190876a83956 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -7,7 +7,7 @@ PORTNAME= faad2 PORTVERSION= 2.7 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_DOS2UNIX= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/audio/libtremor/Makefile b/audio/libtremor/Makefile index 4fc15c6f0a67..7e3f09212590 100644 --- a/audio/libtremor/Makefile +++ b/audio/libtremor/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtremor PORTVERSION= 1.0.2.${SNAP_DATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://members.chello.nl/~g.mast/distfiles/ DISTNAME= tremor_snapshot_${SNAP_DATE} @@ -18,7 +18,7 @@ COMMENT= Integer-only fully Ogg Vorbis compliant decoder library SNAP_DATE= 02132004 WRKSRC= ${WRKDIR}/Tremor -USE_AUTOTOOLS= automake:15 autoconf:262 libtool:22 +USE_AUTOTOOLS= automake:15 autoconf:267 libtool:22 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/audio/liquidsoap/Makefile b/audio/liquidsoap/Makefile index bfa008e1be89..57e4e218eb95 100644 --- a/audio/liquidsoap/Makefile +++ b/audio/liquidsoap/Makefile @@ -7,7 +7,7 @@ PORTNAME= liquidsoap PORTVERSION= 0.9.2 -PORTREVISION?= 5 +PORTREVISION?= 6 DISTVERSIONPREFIX= full- CATEGORIES= audio net MASTER_SITES= SF/savonet/${PORTNAME}/${PORTVERSION} @@ -51,7 +51,7 @@ USE_RC_SUBR= liquidsoap.sh USE_OCAML= yes NO_OCAML_RUNDEPENDS= yes -USE_AUTOTOOLS= autoconf:262:env automake:110:env +USE_AUTOTOOLS= autoconf:267:env automake:110:env GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile index 85c74dbca185..ffa20b5cd174 100644 --- a/audio/mpiosh/Makefile +++ b/audio/mpiosh/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpiosh PORTVERSION= 0.7.1.p2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/mpio/mpio%20pre-release/0.7.1-pre2 DISTNAME= mpio-${PORTVERSION:S|.p|_pre|} @@ -19,7 +19,7 @@ USE_ICONV= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/mt-daapd/Makefile b/audio/mt-daapd/Makefile index 37b25773db12..850fa7636c88 100644 --- a/audio/mt-daapd/Makefile +++ b/audio/mt-daapd/Makefile @@ -7,7 +7,7 @@ PORTNAME= mt-daapd PORTVERSION= 0.2.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio japanese MASTER_SITES= SF @@ -25,7 +25,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-id3tag=${PREFIX} --with-gdbm-includes=${LOCALBASE}/include -USE_AUTOTOOLS= autoheader:262 autoconf:262:env +USE_AUTOTOOLS= autoheader:267 autoconf:267:env USE_ICONV= yes PATCH_SITES+= http://www.apionet.or.jp/~tomi/ diff --git a/audio/musepack/Makefile b/audio/musepack/Makefile index 8582a0522c2a..36d0f97b835f 100644 --- a/audio/musepack/Makefile +++ b/audio/musepack/Makefile @@ -7,6 +7,7 @@ PORTNAME= musepack PORTVERSION= 2009.03.01 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://files.musepack.net/source/ DISTNAME= ${PORTNAME}_src_r435 @@ -17,7 +18,7 @@ COMMENT= Decoder, encoder and replaygain for musepack (mpc) CONFLICTS= libmpcdec-[0-9]* USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:110 autoheader:262 libtoolize automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 libtoolize automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I. -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing diff --git a/audio/oggsplit/Makefile b/audio/oggsplit/Makefile index 19ac1c2d2af4..09c927706513 100644 --- a/audio/oggsplit/Makefile +++ b/audio/oggsplit/Makefile @@ -6,7 +6,7 @@ PORTNAME= oggsplit PORTVERSION= 0.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://homepage.ntlworld.com/jfe1205/OggVorbis/ @@ -17,7 +17,7 @@ LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:15 autoconf:262 +USE_AUTOTOOLS= automake:15 autoconf:267 AUTOMAKE_ARGS= --add-missing MAN1= oggsplit.1 diff --git a/audio/orpheus/Makefile b/audio/orpheus/Makefile index e39bccaa41fe..0c178284edc6 100644 --- a/audio/orpheus/Makefile +++ b/audio/orpheus/Makefile @@ -7,7 +7,7 @@ PORTNAME= orpheus PORTVERSION= 1.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://thekonst.net/download/ @@ -19,7 +19,7 @@ RUN_DEPENDS= mpg321:${PORTSDIR}/audio/mpg321 USE_BZIP2= yes HAS_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index 3202683ce57d..0e422b31f6d6 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -7,6 +7,7 @@ PORTNAME= rioutil PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF @@ -30,7 +31,7 @@ LDFLAGS= -L${LOCALBASE}/lib LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb .else EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure.ac -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 .endif post-extract: diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index 044b6189b590..35c163a71cf6 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -7,7 +7,7 @@ PORTNAME= terminatorx PORTVERSION= 3.82 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MASTER_SITES= http://terminatorx.org/dist/ DISTNAME= terminatorX-${PORTVERSION} @@ -27,7 +27,7 @@ USE_XORG= x11 xext xi xxf86dga ice sm USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 libxml2 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --disable-alsa \ diff --git a/audio/xmms-mac/Makefile b/audio/xmms-mac/Makefile index 7e14eb8edfd3..acbcb2b1637a 100644 --- a/audio/xmms-mac/Makefile +++ b/audio/xmms-mac/Makefile @@ -6,7 +6,7 @@ PORTNAME= mac PORTVERSION= 0.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://repository.slacky.eu/slackware-12.2/multimedia/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION}/src/ \ http://ftp.hosteurope.de/mirror/ftp.frugalware.org/pub/frugalware/frugalware-testing/source/xlib-extra/${PKGNAMEPREFIX}${PORTNAME}/ \ @@ -25,7 +25,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= CPPFLAGS="${CPPFLAGS}" -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CPPFLAGS+= "-I${LOCALBASE}/include" USE_LDCONFIG= yes diff --git a/audio/yammi/Makefile b/audio/yammi/Makefile index 23af7f77e269..1f3dae7f7f4e 100644 --- a/audio/yammi/Makefile +++ b/audio/yammi/Makefile @@ -7,7 +7,7 @@ PORTNAME= yammi PORTVERSION= 1.2.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -21,7 +21,7 @@ OPTIONS= XMMS "XMMS backend support" off USE_KDELIBS_VER= 3 USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:22 +USE_AUTOTOOLS= autoconf:267:env automake:19:env libtool:22 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gstreamer diff --git a/audio/yammi/files/patch-admin-acinclude.m4.in b/audio/yammi/files/patch-admin-acinclude.m4.in new file mode 100644 index 000000000000..3eb3f036f847 --- /dev/null +++ b/audio/yammi/files/patch-admin-acinclude.m4.in @@ -0,0 +1,8 @@ +--- admin/acinclude.m4.in.orig 2005-05-27 19:57:46.000000000 +0000 ++++ admin/acinclude.m4.in 2010-06-14 10:32:13.000000000 +0000 +@@ -3106,4 +3106,4 @@ + fi +- AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes") + fi ++ AM_CONDITIONAL(unsermake_enable_pch, test "$kde_use_pch" = "yes" && test "$kde_gcc_supports_pch" = "yes") + if test "$CXX" = "KCC"; then diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index 9c24a37b8594..d33d0de7a75c 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -7,6 +7,7 @@ PORTNAME= dbench PORTVERSION= 4.0 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= SAMBA MASTER_SITE_SUBDIR= ../../ftp/tridge/dbench @@ -19,7 +20,7 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt LICENSE= GPLv3 CFLAGS+= -I${LOCALBASE}/include -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+=--datadir=${DATADIR} diff --git a/benchmarks/dkftpbench/Makefile b/benchmarks/dkftpbench/Makefile index 366dbab4199e..0eed4281a153 100644 --- a/benchmarks/dkftpbench/Makefile +++ b/benchmarks/dkftpbench/Makefile @@ -7,7 +7,7 @@ PORTNAME= dkftpbench PORTVERSION= 0.45 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks ftp MASTER_SITES= http://www.kegel.com/dkftpbench/ @@ -18,6 +18,6 @@ PLIST_FILES= bin/dkftpbench GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:14 autoconf:262 +USE_AUTOTOOLS= automake:14 autoconf:267 .include <bsd.port.mk> diff --git a/biology/mopac/Makefile b/biology/mopac/Makefile index a629f71d76b2..7cf2e3d35745 100644 --- a/biology/mopac/Makefile +++ b/biology/mopac/Makefile @@ -7,6 +7,7 @@ PORTNAME= mopac PORTVERSION= 7.${MOPAC_SUBVERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= SF/${PORTNAME}7/${PORTNAME}7/${PORTNAME}7-1.00 @@ -18,7 +19,7 @@ COMMENT= Semi-empirical (MNDO, etc.) molecular orbital calculation LIB_DEPENDS= f2c:${PORTSDIR}/lang/f2c USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing --copy CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile index 228b72258001..252afe6b7a18 100644 --- a/cad/ngspice_rework/Makefile +++ b/cad/ngspice_rework/Makefile @@ -7,6 +7,7 @@ PORTNAME= ngspice_rework PORTVERSION= 18 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= SF/ngspice/ng-spice-rework/${PORTVERSION} DISTNAME= ng-spice-rework-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= ng-spice-rework-${PORTVERSION} MAINTAINER= amakawa@jp.FreeBSD.org COMMENT= A circuit simulator derived from spice3f5 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_GMAKE= yes #XSPICE doesn't build diff --git a/cad/salome/Makefile b/cad/salome/Makefile index 47720b7ad94e..9d1c80fdafb0 100644 --- a/cad/salome/Makefile +++ b/cad/salome/Makefile @@ -6,7 +6,7 @@ PORTNAME= salome PORTVERSION= 5.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad science MASTER_SITES= http://www.stasyan.com/devel/distfiles/ DISTNAME= src5.1.3 diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext index 18ab2b405355..2bacdb68e3be 100644 --- a/cad/salome/Makefile.ext +++ b/cad/salome/Makefile.ext @@ -90,13 +90,13 @@ RUN_DEPENDS+= ${RESOURCEDIR}/visu:${PORTSDIR}/cad/salome-visu \ #Dependency from other ports ########################################################################### #Dependency from autotools -USE_AUTOTOOLS= autoconf:262 automake:15 libtool:22 aclocal:19 +USE_AUTOTOOLS= autoconf:267 automake:15 libtool:22 aclocal:19 .if ${SAL_MODULE} == "kernel" ACLOCAL_ARGS= -I salome_adm/unix/config_files .else . if ${SAL_MODULE} == "yacs" ACLOCAL_ARGS= -I adm/unix/config_files - USE_AUTOTOOLS+= autoheader:262 + USE_AUTOTOOLS+= autoheader:267 AUTOHEADER_ARGS= -I adm/unix/config_files . else ACLOCAL_ARGS= -I adm_local/unix/config_files -I ${LOCALBASE}/salome_adm/unix/config_files diff --git a/cad/tclspice/Makefile b/cad/tclspice/Makefile index 4f15bcdb9ad4..095c22b3ab6f 100644 --- a/cad/tclspice/Makefile +++ b/cad/tclspice/Makefile @@ -7,7 +7,7 @@ PORTNAME= tclspice PORTVERSION= 0.2.18 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/OldFiles @@ -22,7 +22,7 @@ RUN_DEPENDS= bltwish:${PORTSDIR}/x11-toolkits/blt \ BROKEN= does not compile WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267 libtool:22 AUTOMAKE_ARGS= -c -a USE_GMAKE= yes ALL_TARGET= tcl diff --git a/chinese/iiimf-le-newpy/Makefile b/chinese/iiimf-le-newpy/Makefile index be9fb050980a..cb9aacfe2466 100644 --- a/chinese/iiimf-le-newpy/Makefile +++ b/chinese/iiimf-le-newpy/Makefile @@ -7,7 +7,7 @@ PORTNAME= le-newpy PORTVERSION= 12.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= chinese textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -22,7 +22,7 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/chinese/iiimf-le-newpy/files/patch-Makefile b/chinese/iiimf-le-newpy/files/patch-Makefile index 932eabe713a8..f1251610c789 100644 --- a/chinese/iiimf-le-newpy/files/patch-Makefile +++ b/chinese/iiimf-le-newpy/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.62 -+AUTOCONF = autoconf-2.62 ++AUTOHEADER = autoheader-2.67 ++AUTOCONF = autoconf-2.67 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.62 ++AUTORECONF = autoreconf-2.67 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/chinese/iiimf-le-ude/Makefile b/chinese/iiimf-le-ude/Makefile index 8939e949cfde..e9489ee223ae 100644 --- a/chinese/iiimf-le-ude/Makefile +++ b/chinese/iiimf-le-ude/Makefile @@ -7,7 +7,7 @@ PORTNAME= le-ude PORTVERSION= 12.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -22,7 +22,7 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/chinese/iiimf-le-ude/files/patch-Makefile b/chinese/iiimf-le-ude/files/patch-Makefile index 932eabe713a8..f1251610c789 100644 --- a/chinese/iiimf-le-ude/files/patch-Makefile +++ b/chinese/iiimf-le-ude/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.62 -+AUTOCONF = autoconf-2.62 ++AUTOHEADER = autoheader-2.67 ++AUTOCONF = autoconf-2.67 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.62 ++AUTORECONF = autoreconf-2.67 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/chinese/kde3-i18n-zh_CN/Makefile b/chinese/kde3-i18n-zh_CN/Makefile index 10ba16f26048..ea1024c1069f 100644 --- a/chinese/kde3-i18n-zh_CN/Makefile +++ b/chinese/kde3-i18n-zh_CN/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Simplified Chinese messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/chinese/kde3-i18n-zh_TW/Makefile b/chinese/kde3-i18n-zh_TW/Makefile index 1c35c9e74aa2..fd95f5f49dfc 100644 --- a/chinese/kde3-i18n-zh_TW/Makefile +++ b/chinese/kde3-i18n-zh_TW/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Traditional Chinese messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/chinese/koffice-i18n-zh_CN/Makefile b/chinese/koffice-i18n-zh_CN/Makefile index f796b8ce4719..de3607e7fde3 100644 --- a/chinese/koffice-i18n-zh_CN/Makefile +++ b/chinese/koffice-i18n-zh_CN/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Simplified Chinese messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/chinese/koffice-i18n-zh_TW/Makefile b/chinese/koffice-i18n-zh_TW/Makefile index bec8dc275d04..f7c9216d18ea 100644 --- a/chinese/koffice-i18n-zh_TW/Makefile +++ b/chinese/koffice-i18n-zh_TW/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Traditional Chinese messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index 4ba55d838feb..3c7f0ce693c3 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -7,7 +7,7 @@ PORTNAME= aldo PORTVERSION= 0.7.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ LIB_DEPENDS= ao:${PORTSDIR}/audio/libao USE_BZIP2= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 automake:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 automake:110 libtool:22 CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" USE_GMAKE= yes @@ -28,8 +28,8 @@ PLIST_FILES= bin/aldo MAN1= aldo.1 post-patch: - @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4 - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|1.10|1.10.3|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile index 92e5b538f395..e71c34f9647e 100644 --- a/comms/dfu-util/Makefile +++ b/comms/dfu-util/Makefile @@ -7,6 +7,7 @@ PORTNAME= dfu-util DISTVERSION= 0.1.snap${SNAPDATE} +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.cran.org.uk/~brucec/software/ @@ -15,7 +16,7 @@ COMMENT= Device firmware update (DFU) USB programmer MAN1= dfu-util.1 PLIST_FILES= bin/dfu-util -USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:262 +USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:267 AUTOMAKE_ARGS= --add-missing --foreign --copy SNAPDATE= 20090212 diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 51660037cb0c..9e11753a3262 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnuradio PORTVERSION= 3.1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms astro hamradio MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnuradio @@ -31,7 +31,7 @@ USE_PYTHON= 2.4+ USE_WX= 2.6+ WX_COMPS= wx wx:build wx:run python:build python:run USE_PERL5= yes -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -56,7 +56,8 @@ LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb .endif post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|^GR_FORTRAN||g' ${WRKSRC}/configure.ac @${FIND} ${WRKSRC} -type f -name "Makefile.in" | ${XARGS} \ -n 10 ${REINPLACE_CMD} -E -e \ 's!^(ACLOCAL|AUTOCONF|AUTOMAKE|AUTOHEADER).+$$!\1=${TRUE}!' \ @@ -64,6 +65,7 @@ post-patch: @${REINPLACE_CMD} -e 's|%%LIBDATA%%|${PREFIX}/libdata|' \ ${WRKSRC}/gnuradio-core/Makefile.in ${WRKSRC}/usrp/Makefile.in \ ${WRKSRC}/omnithread/Makefile.in ${WRKSRC}/gr-atsc/Makefile.in + pre-install: @${CP} ${FILESDIR}/wxgui_src_python_init.py \ ${WRKSRC}/gr-wxgui/src/python/__init__.py diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 92dfab6dd950..ad32795a5665 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -7,6 +7,7 @@ PORTNAME= hamlib PORTVERSION= 1.2.11 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -20,7 +21,7 @@ USE_GNOME= pkgconfig gnomehack libxml2 USE_PERL5= yes USE_TCL= yes USE_PYTHON= yes -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-perl-binding --with-python=${PYTHON_CMD} \ diff --git a/comms/klog/Makefile b/comms/klog/Makefile index d8eae89af5f4..b0492bc88f00 100644 --- a/comms/klog/Makefile +++ b/comms/klog/Makefile @@ -6,7 +6,7 @@ PORTNAME= klog PORTVERSION= 0.4.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms hamradio MASTER_SITES= BERLIOS @@ -17,7 +17,7 @@ LIB_DEPENDS= hamlib.2:${PORTSDIR}/comms/hamlib USE_KDELIBS_VER= 3 USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:22:env +USE_AUTOTOOLS= autoconf:267:env automake:19:env libtool:22:env GNU_CONFIGURE= yes INSTALLS_ICONS= yes diff --git a/comms/libsyncml/Makefile b/comms/libsyncml/Makefile index 64aade612f7e..46455b7cf4d1 100644 --- a/comms/libsyncml/Makefile +++ b/comms/libsyncml/Makefile @@ -7,7 +7,7 @@ PORTNAME= libsyncml PORTVERSION= 0.4.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= http://libsyncml.opensync.org/download/releases/${PORTVERSION}/ \ http://mirror.roe.ch/dist/${PORTNAME}/ @@ -19,7 +19,7 @@ LIB_DEPENDS= wbxml2:${PORTSDIR}/textproc/wbxml2 \ openobex:${PORTSDIR}/comms/openobex \ soup-2.2.8:${PORTSDIR}/devel/libsoup22 -USE_AUTOTOOLS= autoheader:262 automake:110 libtool:22 +USE_AUTOTOOLS= autoheader:267 automake:110 libtool:22 GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= glib20 libxml2 diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile index a55d59d6dd11..921b99b1845c 100644 --- a/comms/tlf/Makefile +++ b/comms/tlf/Makefile @@ -7,6 +7,7 @@ PORTNAME= tlf PORTVERSION= 0.9.31 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://sharon.esrac.ele.tue.nl/pub/linux/ham/tlf/ \ ${MASTER_SITE_LOCAL} @@ -17,7 +18,7 @@ MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio curses based logging program WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_AUTOTOOLS= autoconf:262 libtool:22 aclocal:19 automake:19 +USE_AUTOTOOLS= autoconf:267 libtool:22 aclocal:19 automake:19 GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" diff --git a/comms/unixcw/Makefile b/comms/unixcw/Makefile index 9c2b7a0673e8..d516d9d026a7 100644 --- a/comms/unixcw/Makefile +++ b/comms/unixcw/Makefile @@ -7,6 +7,7 @@ PORTNAME= unixcw PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://www.ibiblio.org/pub/linux/apps/ham/morse/ \ ${MASTER_SITE_LOCAL} @@ -31,7 +32,7 @@ PLIST_SUB+= XCWCP="@comment " .endif MAN7= cw.7 CW.7 MANCOMPRESSED= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_LDCONFIG= yes USE_GMAKE= yes diff --git a/comms/unixcw/files/patch-configure.ac b/comms/unixcw/files/patch-configure.ac index 330e762acc71..8d836485f98d 100644 --- a/comms/unixcw/files/patch-configure.ac +++ b/comms/unixcw/files/patch-configure.ac @@ -5,7 +5,7 @@ # General initializations. -AC_PREREQ(2.57) -+AC_PREREQ(2.62) ++AC_PREREQ(2.67) AC_INIT([UnixCW], 2.3, [simon_baldwin@yahoo.com]) - # Specify a configuration header. diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 13dffa415f87..314868d34873 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -6,6 +6,7 @@ PORTNAME= cego PORTVERSION= 2.6.9 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ @@ -21,6 +22,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env .include <bsd.port.mk> diff --git a/databases/dbconnect/Makefile b/databases/dbconnect/Makefile index 4a1721ed209d..e77aeedfd311 100644 --- a/databases/dbconnect/Makefile +++ b/databases/dbconnect/Makefile @@ -8,7 +8,7 @@ PORTNAME= dbconnect PORTVERSION= 0.3.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/DBConnect%20API%200.3%20Source%20Code/DBConnect%20API%20${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= Use C++ object API to allow applications to connect to databases GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_LDCONFIG= yes CXXFLAGS+= ${PTHREAD_CFLAGS} -fPIC -DFREEBSD diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index 269b653e9055..0c07c15e02ba 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= firebird PORTVERSION= 2.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= databases MASTER_SITES= SF/firebird/OldFiles PKGNAMESUFFIX?= -server @@ -22,7 +22,7 @@ USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 aclocal:19 libtool:22 +USE_AUTOTOOLS= autoconf:267 aclocal:19 libtool:22 ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \ -I ${WRKSRC}/m4 MAKE_JOBS_UNSAFE= yes diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index 448c80eace63..c604a867d64d 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -6,7 +6,7 @@ PORTNAME= freetds PORTVERSION= 0.82.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SUNSITE} @@ -23,7 +23,7 @@ TDS_VER?= 5.0 USE_ICONV= yes USE_GMAKE= yes GNU_GONFIGURE= yes -USE_AUTOTOOLS= autoconf:262:env libtool:22 +USE_AUTOTOOLS= autoconf:267:env libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-tdsver=${TDS_VER} diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index 113a8f0a0ff3..72e6a6da3bb1 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -6,7 +6,7 @@ PORTNAME= freetds PORTVERSION= 0.64 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SUNSITE} @@ -20,7 +20,7 @@ TDS_VER?= 5.0 USE_ICONV= yes USE_GMAKE= yes GNU_GONFIGURE= yes -USE_AUTOTOOLS= autoconf:262:env libtool:22 +USE_AUTOTOOLS= autoconf:267:env libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-tdsver=${TDS_VER} diff --git a/databases/kumofs/Makefile b/databases/kumofs/Makefile index d5f53181c2fe..9d56c3e40e2f 100644 --- a/databases/kumofs/Makefile +++ b/databases/kumofs/Makefile @@ -7,6 +7,7 @@ PORTNAME= kumofs PORTVERSION= 0.4.12 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://cloud.github.com/downloads/etolabo/kumofs/ @@ -20,7 +21,7 @@ LIB_DEPENDS= msgpack:${PORTSDIR}/devel/msgpack \ RUN_DEPENDS= rubygem-msgpack>0:${PORTSDIR}/devel/rubygem-msgpack LICENSE= ASL -USE_AUTOTOOLS= libtool:22 autoheader:262 autoconf:262 automake:110 aclocal:110 +USE_AUTOTOOLS= libtool:22 autoheader:267 autoconf:267 automake:110 aclocal:110 ACLOCAL_ARGS= # empty AUTOMAKE_ARGS= --add-missing --copy CONFIGURE_ARGS= --with-msgpack=${LOCALBASE} --with-tokyocabinet=${LOCALBASE} diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index 6c85fd88bf61..ea56c75e3fdd 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -7,6 +7,7 @@ PORTNAME= memcached PORTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_GENTOO} @@ -19,7 +20,7 @@ LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent CONFLICTS= memcached-1.2* -USE_AUTOTOOLS= autoconf:262 aclocal:110 automake:110 +USE_AUTOTOOLS= autoconf:267 aclocal:110 automake:110 AUTOMAKE_ARGS+= --add-missing USE_RC_SUBR= memcached GNU_CONFIGURE= YES diff --git a/databases/mird/Makefile b/databases/mird/Makefile index ee386b6b40e4..ac86e7d78bac 100644 --- a/databases/mird/Makefile +++ b/databases/mird/Makefile @@ -7,7 +7,7 @@ PORTNAME= mird PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ \ http://grendel.firewall.com/caudium-pkg/ \ @@ -19,7 +19,7 @@ COMMENT= A free database library with transaction support WRKSRC= ${WRKDIR}/${DISTNAME} -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-debug diff --git a/databases/my2cego/Makefile b/databases/my2cego/Makefile index e3bd1dde03d7..5a9c2d30abd1 100644 --- a/databases/my2cego/Makefile +++ b/databases/my2cego/Makefile @@ -6,6 +6,7 @@ PORTNAME= my2cego PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ @@ -22,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env PLIST_FILES= bin/my2cego .include <bsd.port.mk> diff --git a/databases/mysql-gui-tools/Makefile b/databases/mysql-gui-tools/Makefile index b2c9f71e0f97..cc430a5b1a7b 100644 --- a/databases/mysql-gui-tools/Makefile +++ b/databases/mysql-gui-tools/Makefile @@ -8,7 +8,7 @@ PORTNAME= mysql-gui-tools PORTVERSION= 5.0r14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQLGUITools @@ -23,7 +23,7 @@ LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ OPTIONS= QUERY_BROWSER "Build the MySQL Query Browser" on \ ADMINISTRATOR "Build the MySQL Administrator" on -USE_AUTOTOOLS= autoconf:262 libtool:22 automake:110 +USE_AUTOTOOLS= autoconf:267 libtool:22 automake:110 USE_GNOME= libgnome libglade2 gtkhtml3 libgnomeprint intlhack gtksourceview USE_GL= gl glut USE_GMAKE= yes diff --git a/databases/mysql-workbench51/Makefile b/databases/mysql-workbench51/Makefile index 187468020a7e..9fbb2a04fe42 100644 --- a/databases/mysql-workbench51/Makefile +++ b/databases/mysql-workbench51/Makefile @@ -7,7 +7,7 @@ PORTNAME= mysql-workbench-oss PORTVERSION?= 5.1.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQLGUITools @@ -28,7 +28,7 @@ MAKE_JOBS_UNSAFE= yes OPTIONS= PYTHON "Enable Python scripting and modules" off -USE_AUTOTOOLS= autoheader:262 autoconf:262 automake:110 aclocal:110 libtool:22 +USE_AUTOTOOLS= autoheader:267 autoconf:267 automake:110 aclocal:110 libtool:22 AUTOMAKE_ARGS= --add-missing --foreign ACLOCAL_ARGS= AUTOCONF_ARGS= diff --git a/databases/mysql-workbench51/files/patch-configure.in b/databases/mysql-workbench51/files/patch-configure.in index 51a5e396bd66..4d77e40a93c2 100644 --- a/databases/mysql-workbench51/files/patch-configure.in +++ b/databases/mysql-workbench51/files/patch-configure.in @@ -5,7 +5,7 @@ ( cd ./ext/ctemplate/ctemplate-src && - autoreconf -i -s; -+ autoreconf-2.62 -i; ++ autoreconf-2.67 -i; ./configure --prefix=$prefix --libdir=$libdir/mysql-workbench --disable-dependency-tracking ) diff --git a/databases/pgcluster/Makefile b/databases/pgcluster/Makefile index a2cb133772b6..4ac7885eb76d 100644 --- a/databases/pgcluster/Makefile +++ b/databases/pgcluster/Makefile @@ -6,7 +6,7 @@ PORTNAME= pgcluster PORTVERSION= 1.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/OLD/v${BASEPGSQL} @@ -25,7 +25,7 @@ RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync WRKSRC?= ${WRKDIR}/postgresql-${BASEPGSQL} USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 MAKE_FLAGS= # empty MAKEFILE= # empty CONFLICTS= postgresql-* diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile index f9c573911166..445261097950 100644 --- a/databases/postgresql80-server/Makefile +++ b/databases/postgresql80-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= postgresql PORTVERSION?= 8.0.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${PORTVERSION} @@ -103,7 +103,7 @@ USE_BISON= build . endif . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS+=--with-icu LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile index a692bbbdfd3a..daeabd619ace 100644 --- a/databases/postgresql81-server/Makefile +++ b/databases/postgresql81-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= postgresql PORTVERSION?= 8.1.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${PORTVERSION} @@ -104,7 +104,7 @@ USE_BISON= build . endif . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS+=--with-icu LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile index 6be1bfdd2dc3..a96b6b7a39b1 100644 --- a/databases/postgresql82-server/Makefile +++ b/databases/postgresql82-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= postgresql PORTVERSION?= 8.2.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${PORTVERSION} @@ -96,7 +96,7 @@ OPTIONS+= DEBUG "Builds with debugging symbols" off OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off # . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) -# USE_AUTOTOOLS= autoconf:262 +# USE_AUTOTOOLS= autoconf:267 # CONFIGURE_ARGS+=--with-icu # LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu # PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile index d9fcf89fbc16..8929d4341236 100644 --- a/databases/postgresql83-server/Makefile +++ b/databases/postgresql83-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= postgresql DISTVERSION?= 8.3.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${DISTVERSION} @@ -102,7 +102,7 @@ OPTIONS+= ICU "Use ICU for unicode collation (server)" off OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS+=--with-icu LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile index 73324cafe131..f34ccaa5f54c 100644 --- a/databases/postgresql84-server/Makefile +++ b/databases/postgresql84-server/Makefile @@ -57,7 +57,7 @@ INSTALL_DIRS?= ${BUILD_DIRS} .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) SERVER_ONLY= yes -PORTREVISION= 2 +PORTREVISION= 3 USE_RC_SUBR= postgresql USE_PGSQL= yes WANT_PGSQL_VER= ${PORTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} @@ -107,7 +107,7 @@ IGNORE= options WITH_ICU and WITH_ICU4 are mutually exclusive . endif . if (defined(SERVER_ONLY) && (defined(WITH_ICU) || defined(WITH_ICU4))) || make(makesum) -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS+=--with-icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu PATCHFILES+= pg-840-icu-2009-09-15.diff.gz:icu diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile index dd57c0036363..7ce9dab829cd 100644 --- a/databases/postgresql90-server/Makefile +++ b/databases/postgresql90-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= postgresql DISTVERSION?= 8.4.3 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${DISTVERSION} @@ -105,7 +105,7 @@ IGNORE= options WITH_ICU and WITH_ICU4 are mutually exclusive . endif . if (defined(SERVER_ONLY) && (defined(WITH_ICU) || defined(WITH_ICU4))) || make(makesum) -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS+=--with-icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu PATCHFILES+= pg-840-icu-2009-09-15.diff.gz:icu diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index dd57c0036363..7ce9dab829cd 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= postgresql DISTVERSION?= 8.4.3 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${DISTVERSION} @@ -105,7 +105,7 @@ IGNORE= options WITH_ICU and WITH_ICU4 are mutually exclusive . endif . if (defined(SERVER_ONLY) && (defined(WITH_ICU) || defined(WITH_ICU4))) || make(makesum) -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS+=--with-icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu PATCHFILES+= pg-840-icu-2009-09-15.diff.gz:icu diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index dd57c0036363..7ce9dab829cd 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= postgresql DISTVERSION?= 8.4.3 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${DISTVERSION} @@ -105,7 +105,7 @@ IGNORE= options WITH_ICU and WITH_ICU4 are mutually exclusive . endif . if (defined(SERVER_ONLY) && (defined(WITH_ICU) || defined(WITH_ICU4))) || make(makesum) -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS+=--with-icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu PATCHFILES+= pg-840-icu-2009-09-15.diff.gz:icu diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 5eb04b7b6eb3..758bfe06e963 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -7,7 +7,7 @@ PORTNAME= ${SQLRELAY_PORTNAME} PORTVERSION= ${SQLRELAY_PORTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= SF @@ -18,7 +18,7 @@ LIB_DEPENDS= rudiments.1:${PORTSDIR}/devel/rudiments WANT_GNOME= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 CONFIGURE_ENV= ${SQLRELAY_CONFIGURE_ENV} \ CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \ diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index ecc37b84a204..777bc2dbe755 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -7,7 +7,7 @@ PORTNAME= tdb PORTVERSION= 1.2.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.samba.org/pub/%SUBDIR%/ \ ftp://ca.samba.org/pub/%SUBDIR%/ \ @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 IPATHS= -I${WRKSRC}/libreplace AUTOHEADER_ARGS= ${IPATHS} diff --git a/databases/tora/Makefile b/databases/tora/Makefile index de7236cc915c..ca65d18ff54e 100644 --- a/databases/tora/Makefile +++ b/databases/tora/Makefile @@ -7,6 +7,7 @@ PORTNAME= tora DISTVERSION= 2.1.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= SF @@ -22,7 +23,7 @@ OPTIONS= ORACLE "Build with Oracle support (i386 only)" off \ PGSQL "Build with PostgreSQL support" on \ MYSQL "Build with MySQL support" on -USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 autoheader:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:267 autoheader:267 libtool:22 USE_QT_VER= 4 QT_COMPONENTS= gui corelib sql xml network linguist moc_build uic_build rcc_build USE_GMAKE= yes diff --git a/deskutils/drivel/Makefile b/deskutils/drivel/Makefile index 0637c4e130a7..4e78a9e03f7e 100644 --- a/deskutils/drivel/Makefile +++ b/deskutils/drivel/Makefile @@ -7,6 +7,7 @@ PORTNAME= drivel PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= SF/${PORTNAME}/Drivel%20%28stable%29/${PORTVERSION} @@ -23,7 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes INSTALLS_OMF= yes -USE_AUTOTOOLS= libtool:22 autoconf:262:env automake:110:env +USE_AUTOTOOLS= libtool:22 autoconf:267:env automake:110:env CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/global-menu/Makefile b/deskutils/global-menu/Makefile index fc32164cba80..59ed954141c5 100644 --- a/deskutils/global-menu/Makefile +++ b/deskutils/global-menu/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-globalmenu PORTVERSION= 0.7.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MASTER_SITES= http://gnome2-globalmenu.googlecode.com/files/ @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 automake:19:env autoheader:262:env +USE_AUTOTOOLS= libtool:22 automake:19:env autoheader:267:env INSTALLS_ICONS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/google-gadgets/Makefile b/deskutils/google-gadgets/Makefile index 608071e43ae0..ac4afb6b74e5 100644 --- a/deskutils/google-gadgets/Makefile +++ b/deskutils/google-gadgets/Makefile @@ -7,7 +7,7 @@ PORTNAME= google-gadgets PORTVERSION= 0.11.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://google-gadgets-for-linux.googlecode.com/files/ DISTNAME= ${PORTNAME}-for-linux-${PORTVERSION} @@ -38,7 +38,7 @@ USE_GSTREAMER= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -Wno-deprecated-declarations" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-werror --enable-ltdl-install=no --with-browser-plugins-dir=${LOCALBASE}/lib/browser_plugins -USE_AUTOTOOLS= libtool:22:env autoconf:262:env automake:110:env aclocal:110:env libltdl:22 +USE_AUTOTOOLS= libtool:22:env autoconf:267:env automake:110:env aclocal:110:env libltdl:22 WANT_GNOME= yes USE_GNOME= gnomehack INSTALLS_ICONS= yes diff --git a/deskutils/kmatrix3d/Makefile b/deskutils/kmatrix3d/Makefile index e688c8230903..52ee3c86f295 100644 --- a/deskutils/kmatrix3d/Makefile +++ b/deskutils/kmatrix3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= kmatrix3d PORTVERSION= 0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils MASTER_SITES= SF @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GL= glut GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 automake:19:env autoheader:262:env +USE_AUTOTOOLS= libtool:22 automake:19:env autoheader:267:env USE_KDELIBS_VER= 3 USE_BZIP2= yes USE_PERL5_BUILD= yes diff --git a/deskutils/ksmoothdock/Makefile b/deskutils/ksmoothdock/Makefile index 06057397824c..3e2b9213993a 100644 --- a/deskutils/ksmoothdock/Makefile +++ b/deskutils/ksmoothdock/Makefile @@ -7,7 +7,7 @@ PORTNAME= ksmoothdock PORTVERSION= 4.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils kde MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}_automake-1.9 @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_KDELIBS_VER=3 USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:22 +USE_AUTOTOOLS= autoconf:267:env automake:19:env libtool:22 GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_PERL5_BUILD=yes diff --git a/deskutils/taskjuggler/Makefile b/deskutils/taskjuggler/Makefile index ee641d2d260a..b3ae8b455eca 100644 --- a/deskutils/taskjuggler/Makefile +++ b/deskutils/taskjuggler/Makefile @@ -7,7 +7,7 @@ PORTNAME= taskjuggler PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://www.taskjuggler.org/download/ @@ -29,7 +29,7 @@ USE_BZIP2= yes USE_QT_VER= 3 USE_PERL5_RUN= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:22:env +USE_AUTOTOOLS= autoconf:267:env automake:19:env libtool:22 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_CFLAGS}" diff --git a/deskutils/taskjuggler/pkg-plist b/deskutils/taskjuggler/pkg-plist index 5d639b0b5797..b9d6f89ade07 100644 --- a/deskutils/taskjuggler/pkg-plist +++ b/deskutils/taskjuggler/pkg-plist @@ -1,5 +1,6 @@ %%KDE%%bin/TaskJugglerUI bin/taskjuggler +lib/libtaskjuggler.a lib/libtaskjuggler.la lib/libtaskjuggler.so lib/libtaskjuggler.so.3 diff --git a/devel/Makefile b/devel/Makefile index bcc85a8dfd85..a59b226f172a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -64,12 +64,13 @@ SUBDIR += autoconf-archive SUBDIR += autoconf-wrapper SUBDIR += autoconf213 - SUBDIR += autoconf262 + SUBDIR += autoconf267 SUBDIR += autodia SUBDIR += autodist SUBDIR += autogen SUBDIR += automake-wrapper SUBDIR += automake110 + SUBDIR += automake111 SUBDIR += automake14 SUBDIR += automake15 SUBDIR += automake16 diff --git a/devel/allegro-devel/Makefile b/devel/allegro-devel/Makefile index 2fff909a9dcd..9c420c100f42 100644 --- a/devel/allegro-devel/Makefile +++ b/devel/allegro-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= allegro DISTVERSION= 4.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF/alleg/${PORTNAME}-unstable/${PORTVERSION} PKGNAMESUFFIX= -devel @@ -15,7 +15,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= cyberbotx@cyberbotx.com COMMENT= A cross-platform library for games and multimedia programming -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_GMAKE= yes USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga USE_LDCONFIG= yes diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index c46f881130b3..abb0257ac7db 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -7,14 +7,14 @@ PORTNAME= allegro DISTVERSION= 4.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/alleg/${PORTNAME}/${PORTVERSION} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= A cross-platform library for games and multimedia programming -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_GMAKE= yes USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga USE_LDCONFIG= yes diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index 390a7d16165d..07ed4f365eac 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/Makefile @@ -6,6 +6,7 @@ PORTNAME= apr PORTVERSION= ${APR_VERSION}.${APU_VERSION} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= apr @@ -32,7 +33,7 @@ APU_VERSION= 0.9.17 NO_LATEST_LINK= yes USE_ICONV= yes -USE_AUTOTOOLS= automake:19 autoconf:262 libtool:22:env +USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22:env USE_PERL5_BUILD= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index eba773960c2b..cf4fc44ebc45 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -6,7 +6,7 @@ PORTNAME= apr PORTVERSION= ${APR_VERSION}.${APU_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= apr @@ -34,7 +34,7 @@ APR_VERSION= 1.4.2 APU_VERSION= 1.3.9 USE_ICONV= yes -USE_AUTOTOOLS= automake:19 autoconf:262 libtool:22:env +USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22:env USE_PERL5_BUILD= yes USE_PYTHON_BUILD= -2.7 USE_LDCONFIG= yes diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index b951c25eca57..5307601b8157 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -6,6 +6,7 @@ PORTNAME= apr PORTVERSION= 2.0.${SNAPDATE} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://svn.apache.org/snapshots/apr/ DISTNAME= ${PORTNAME}_${SNAPDATE} @@ -34,7 +35,7 @@ OPTIONS= THREADS "Enable Threads in apr" on \ DEVELOPER_ONLY "I want to test apr2 not the maintainer" off USE_ICONV= yes -USE_AUTOTOOLS= automake:19 autoconf:262 libtool:22:env +USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22:env USE_PERL5_BUILD= yes USE_PYTHON_BUILD= -2.7 USE_LDCONFIG= yes diff --git a/devel/argp-standalone/Makefile b/devel/argp-standalone/Makefile index 6ff4d69a5efe..2fcb25897be8 100644 --- a/devel/argp-standalone/Makefile +++ b/devel/argp-standalone/Makefile @@ -7,7 +7,7 @@ PORTNAME= argp-standalone PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.lysator.liu.se/~nisse/misc/ \ ${MASTER_SITE_LOCAL} @@ -17,7 +17,7 @@ MAINTAINER= sem@FreeBSD.org COMMENT= Standalone version of arguments parsing functions from GLIBC GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal:110 autoconf:262 automake:110 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoconf:267 automake:110 libtool:22 AUTOMAKE_ARGS= -c -a ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal USE_LDCONFIG= yes diff --git a/devel/autoconf-archive/Makefile b/devel/autoconf-archive/Makefile index ee29461b0b25..7359088a446a 100644 --- a/devel/autoconf-archive/Makefile +++ b/devel/autoconf-archive/Makefile @@ -7,6 +7,7 @@ PORTNAME= autoconf-archive PORTVERSION= 0.${DISTDATE:C/-/./g} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://autoconf-archive.cryp.to/ \ http://mitglied.lycos.de/mkamm/distfiles/ @@ -17,7 +18,7 @@ COMMENT= A set of useful GNU Autoconf macros DISTDATE= 2009-04-19 USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:262:env automake:110:env +USE_AUTOTOOLS= autoconf:267:env automake:110:env GNU_CONFIGURE= yes PLIST_SUB= MACRODIR=share/aclocal diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile deleted file mode 100644 index 6e03ff397c30..000000000000 --- a/devel/autoconf262/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: autoconf262 -# Date created: 7th December 2006 -# Whom: ade@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= autoconf -PORTVERSION= 2.62 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= autoconf -DISTNAME= autoconf-${PORTVERSION} - -# note: before committing to this port, contact portmgr to arrange for an -# experimental ports run. Untested commits may be backed out at portmgr's -# discretion. -MAINTAINER= autotools@FreeBSD.org -COMMENT= Automatically configure source code on many Un*x platforms (2.62) - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - help2man:${PORTSDIR}/misc/help2man -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper - -BUILD_VERSION= 2.62 -PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} -LATEST_LINK= autoconf262 -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -INFO= autoconf-${BUILD_VERSION} - -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK} -CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} --without-lispdir - -GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing -GENERIC_LINKS= autoconf autoheader autom4te autoreconf autoscan autoupdate \ - ifnames - -MAN1_PAGES= ${GENERIC_LINKS} config.guess config.sub -MAN1= ${MAN1_PAGES:S/$/-${BUILD_VERSION}.1/g} - -post-patch: - @(cd ${WRKSRC}/man && \ - for file in *.[1x]; do \ - ${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 ; \ - done) - @(cd ${WRKSRC}/doc && \ - ${RM} -f *.info && \ - ${MV} autoconf.texi autoconf-${BUILD_VERSION}.texi) - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|@PACKAGE@$$|@PACKAGE@-@VERSION@|' - -post-install: -.for FILE in ${GENERIC_TOOLS} - @${INSTALL_SCRIPT} ${WRKSRC}/build-aux/${FILE} ${PREFIX}/share/autoconf-${BUILD_VERSION} -.endfor - -.include <bsd.port.mk> diff --git a/devel/autoconf262/distinfo b/devel/autoconf262/distinfo deleted file mode 100644 index d5fb5537f640..000000000000 --- a/devel/autoconf262/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (autoconf-2.62.tar.bz2) = e1fb8fe0b22e651240afdfa2be537a3c -SHA256 (autoconf-2.62.tar.bz2) = 42be7628e32fd3bebe07d684b11fb6e7e7920ef698fc4ccb3da6d77f91cefb96 -SIZE (autoconf-2.62.tar.bz2) = 1165951 diff --git a/devel/autoconf262/files/patch-autoconf.texi b/devel/autoconf262/files/patch-autoconf.texi deleted file mode 100644 index ee5ab7ccdcf6..000000000000 --- a/devel/autoconf262/files/patch-autoconf.texi +++ /dev/null @@ -1,38 +0,0 @@ ---- doc/autoconf.texi.orig 2008-04-05 11:43:30.000000000 -0700 -+++ doc/autoconf.texi 2008-05-16 18:27:31.000000000 -0700 -@@ -3,5 +3,5 @@ - @comment %**start of header --@setfilename autoconf.info -+@setfilename autoconf-2.62.info - @include version.texi --@settitle Autoconf -+@settitle Autoconf-2.62 - @setchapternewpage odd -@@ -205,25 +205,5 @@ - --@dircategory Software development -+@dircategory Programming & development tools - @direntry --* Autoconf: (autoconf). Create source code configuration scripts. --@end direntry -- --@dircategory Individual utilities --@direntry --* autoscan: (autoconf)autoscan Invocation. -- Semi-automatic @file{configure.ac} writing --* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source. --* autoconf-invocation: (autoconf)autoconf Invocation. -- How to create configuration scripts --* autoreconf: (autoconf)autoreconf Invocation. -- Remaking multiple @command{configure} scripts --* autoheader: (autoconf)autoheader Invocation. -- How to create configuration templates --* autom4te: (autoconf)autom4te Invocation. -- The Autoconf executables backbone --* configure: (autoconf)configure Invocation. Configuring a package. --* autoupdate: (autoconf)autoupdate Invocation. -- Automatic update of @file{configure.ac} --* config.status: (autoconf)config.status Invocation. Recreating configurations. --* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite. -+* Autoconf-2.62: (autoconf-2.62). Create source code configuration scripts. - @end direntry diff --git a/devel/autoconf262/files/patch-doc-Makefile.in b/devel/autoconf262/files/patch-doc-Makefile.in deleted file mode 100644 index 7c9dfac296c1..000000000000 --- a/devel/autoconf262/files/patch-doc-Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- doc/Makefile.in.orig Mon Oct 16 13:58:44 2006 -+++ doc/Makefile.in Thu Apr 5 01:51:13 2007 -@@ -44,3 +44,3 @@ - DIST_SOURCES = --INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info -+INFO_DEPS = $(srcdir)/autoconf-2.62.info - TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex -@@ -51,3 +51,3 @@ - HTMLS = autoconf.html standards.html --TEXINFOS = autoconf.texi standards.texi -+TEXINFOS = autoconf-2.62.texi - TEXI2PDF = $(TEXI2DVI) --pdf --batch -@@ -241,3 +241,3 @@ - fi --$(srcdir)/autoconf.info: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS) -+$(srcdir)/autoconf-2.62.info: autoconf-2.62.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.62.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.62.texi`; \ - echo "@set UPDATED $$1 $$2 $$3"; \ diff --git a/devel/autoconf262/pkg-descr b/devel/autoconf262/pkg-descr deleted file mode 100644 index c404cc852ea8..000000000000 --- a/devel/autoconf262/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Autoconf is an extensible package of m4 macros that produce shell -scripts to automatically configure software source code packages. -These scripts can adapt the packages to many kinds of UNIX-like -systems without manual user intervention. Autoconf creates a -configuration script for a package from a template file that lists the -operating system features that the package can use, in the form of m4 -macro calls. - -WWW: http://www.gnu.org/software/autoconf/ diff --git a/devel/autoconf262/pkg-plist b/devel/autoconf262/pkg-plist deleted file mode 100644 index b9ef638c9691..000000000000 --- a/devel/autoconf262/pkg-plist +++ /dev/null @@ -1,58 +0,0 @@ -bin/autoconf-%%BUILD_VERSION%% -bin/autoheader-%%BUILD_VERSION%% -bin/autom4te-%%BUILD_VERSION%% -bin/autoreconf-%%BUILD_VERSION%% -bin/autoscan-%%BUILD_VERSION%% -bin/autoupdate-%%BUILD_VERSION%% -bin/ifnames-%%BUILD_VERSION%% -share/autoconf-%%BUILD_VERSION%%/Autom4te/C4che.pm -share/autoconf-%%BUILD_VERSION%%/Autom4te/ChannelDefs.pm -share/autoconf-%%BUILD_VERSION%%/Autom4te/Channels.pm -share/autoconf-%%BUILD_VERSION%%/Autom4te/Configure_ac.pm -share/autoconf-%%BUILD_VERSION%%/Autom4te/FileUtils.pm -share/autoconf-%%BUILD_VERSION%%/Autom4te/General.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%%/INSTALL -share/autoconf-%%BUILD_VERSION%%/autoconf/autoconf.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/autoconf.m4f -share/autoconf-%%BUILD_VERSION%%/autoconf/autoheader.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/autoscan.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/autotest.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/autoupdate.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/c.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/erlang.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/fortran.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/functions.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/general.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/headers.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/lang.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/libs.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/oldnames.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/programs.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/specific.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/status.m4 -share/autoconf-%%BUILD_VERSION%%/autoconf/types.m4 -share/autoconf-%%BUILD_VERSION%%/autom4te.cfg -share/autoconf-%%BUILD_VERSION%%/autoscan/autoscan.list -share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4 -share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4f -share/autoconf-%%BUILD_VERSION%%/autotest/general.m4 -share/autoconf-%%BUILD_VERSION%%/config.guess -share/autoconf-%%BUILD_VERSION%%/config.sub -share/autoconf-%%BUILD_VERSION%%/elisp-comp -share/autoconf-%%BUILD_VERSION%%/install-sh -share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sh.m4 -share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sh.m4f -share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sugar.m4 -share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sugar.m4f -share/autoconf-%%BUILD_VERSION%%/m4sugar/version.m4 -share/autoconf-%%BUILD_VERSION%%/mdate-sh -share/autoconf-%%BUILD_VERSION%%/missing -@dirrm share/autoconf-%%BUILD_VERSION%%/m4sugar -@dirrm share/autoconf-%%BUILD_VERSION%%/autotest -@dirrm share/autoconf-%%BUILD_VERSION%%/autoscan -@dirrm share/autoconf-%%BUILD_VERSION%%/autoconf -@dirrm share/autoconf-%%BUILD_VERSION%%/Autom4te -@dirrm share/autoconf-%%BUILD_VERSION%% diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile index 6e03ff397c30..450452f90b6f 100644 --- a/devel/autoconf267/Makefile +++ b/devel/autoconf267/Makefile @@ -1,3 +1,62 @@ +# New ports collection makefile for: autoconf267 +# Date created: 7th December 2006 +# Whom: ade@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= autoconf +PORTVERSION= 2.67 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= autoconf +DISTNAME= autoconf-${PORTVERSION} + +MAINTAINER= autotools@FreeBSD.org +COMMENT= Automatically configure source code on many Un*x platforms (2.67) + +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ + help2man:${PORTSDIR}/misc/help2man +RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ + autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper + +BUILD_VERSION= 2.67 +PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} +LATEST_LINK= autoconf267 +USE_BZIP2= yes +USE_GMAKE= yes +USE_PERL5= yes +INFO= autoconf-${BUILD_VERSION} + +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK} +CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} --without-lispdir + +GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing +GENERIC_LINKS= autoconf autoheader autom4te autoreconf autoscan autoupdate \ + ifnames + +MAN1_PAGES= ${GENERIC_LINKS} config.guess config.sub +MAN1= ${MAN1_PAGES:S/$/-${BUILD_VERSION}.1/g} + +post-patch: + @(cd ${WRKSRC}/man && \ + for file in *.[1x]; do \ + ${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 ; \ + done) + @(cd ${WRKSRC}/doc && \ + ${RM} -f *.info && \ + ${MV} autoconf.texi autoconf-${BUILD_VERSION}.texi) + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|@PACKAGE@$$|@PACKAGE@-@VERSION@|' + +post-install: +.for FILE in ${GENERIC_TOOLS} + @${INSTALL_SCRIPT} ${WRKSRC}/build-aux/${FILE} ${PREFIX}/share/autoconf-${BUILD_VERSION} +.endfor + +.include <bsd.port.mk> # New ports collection makefile for: autoconf262 # Date created: 7th December 2006 # Whom: ade@FreeBSD.org diff --git a/devel/autoconf267/distinfo b/devel/autoconf267/distinfo index d5fb5537f640..6dcbcd4ed8a5 100644 --- a/devel/autoconf267/distinfo +++ b/devel/autoconf267/distinfo @@ -1,3 +1,6 @@ +MD5 (autoconf-2.67.tar.bz2) = 3fbf92eb8eaca1e0d33dff9710edb5f0 +SHA256 (autoconf-2.67.tar.bz2) = 00ded92074999d26a7137d15bd1d51b8a8ae233a6cd165a38f34ccf7b1a78aef +SIZE (autoconf-2.67.tar.bz2) = 1369605 MD5 (autoconf-2.62.tar.bz2) = e1fb8fe0b22e651240afdfa2be537a3c SHA256 (autoconf-2.62.tar.bz2) = 42be7628e32fd3bebe07d684b11fb6e7e7920ef698fc4ccb3da6d77f91cefb96 SIZE (autoconf-2.62.tar.bz2) = 1165951 diff --git a/devel/autoconf267/files/patch-autoconf.texi b/devel/autoconf267/files/patch-autoconf.texi index ee5ab7ccdcf6..d334ca0c6e2c 100644 --- a/devel/autoconf267/files/patch-autoconf.texi +++ b/devel/autoconf267/files/patch-autoconf.texi @@ -3,6 +3,44 @@ @@ -3,5 +3,5 @@ @comment %**start of header -@setfilename autoconf.info ++@setfilename autoconf-2.67.info + @include version.texi +-@settitle Autoconf ++@settitle Autoconf-2.67 + @setchapternewpage odd +@@ -205,25 +205,5 @@ + +-@dircategory Software development ++@dircategory Programming & development tools + @direntry +-* Autoconf: (autoconf). Create source code configuration scripts. +-@end direntry +- +-@dircategory Individual utilities +-@direntry +-* autoscan: (autoconf)autoscan Invocation. +- Semi-automatic @file{configure.ac} writing +-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source. +-* autoconf-invocation: (autoconf)autoconf Invocation. +- How to create configuration scripts +-* autoreconf: (autoconf)autoreconf Invocation. +- Remaking multiple @command{configure} scripts +-* autoheader: (autoconf)autoheader Invocation. +- How to create configuration templates +-* autom4te: (autoconf)autom4te Invocation. +- The Autoconf executables backbone +-* configure: (autoconf)configure Invocation. Configuring a package. +-* autoupdate: (autoconf)autoupdate Invocation. +- Automatic update of @file{configure.ac} +-* config.status: (autoconf)config.status Invocation. Recreating configurations. +-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite. ++* Autoconf-2.67: (autoconf-2.67). Create source code configuration scripts. + @end direntry +--- doc/autoconf.texi.orig 2008-04-05 11:43:30.000000000 -0700 ++++ doc/autoconf.texi 2008-05-16 18:27:31.000000000 -0700 +@@ -3,5 +3,5 @@ + @comment %**start of header +-@setfilename autoconf.info +@setfilename autoconf-2.62.info @include version.texi -@settitle Autoconf diff --git a/devel/autoconf267/files/patch-doc-Makefile.in b/devel/autoconf267/files/patch-doc-Makefile.in index 7c9dfac296c1..60b3715f7a16 100644 --- a/devel/autoconf267/files/patch-doc-Makefile.in +++ b/devel/autoconf267/files/patch-doc-Makefile.in @@ -3,6 +3,31 @@ @@ -44,3 +44,3 @@ DIST_SOURCES = -INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info ++INFO_DEPS = $(srcdir)/autoconf-2.67.info + TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex +@@ -51,3 +51,3 @@ + HTMLS = autoconf.html standards.html +-TEXINFOS = autoconf.texi standards.texi ++TEXINFOS = autoconf-2.67.texi + TEXI2PDF = $(TEXI2DVI) --pdf --batch +@@ -241,3 +241,3 @@ + fi +-$(srcdir)/autoconf.info: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS) ++$(srcdir)/autoconf-2.67.info: autoconf-2.67.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.67.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.67.texi`; \ + echo "@set UPDATED $$1 $$2 $$3"; \ +--- doc/Makefile.in.orig Mon Oct 16 13:58:44 2006 ++++ doc/Makefile.in Thu Apr 5 01:51:13 2007 +@@ -44,3 +44,3 @@ + DIST_SOURCES = +-INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info +INFO_DEPS = $(srcdir)/autoconf-2.62.info TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex @@ -51,3 +51,3 @@ diff --git a/devel/autoconf267/pkg-descr b/devel/autoconf267/pkg-descr index c404cc852ea8..6117de2ec170 100644 --- a/devel/autoconf267/pkg-descr +++ b/devel/autoconf267/pkg-descr @@ -7,3 +7,12 @@ operating system features that the package can use, in the form of m4 macro calls. WWW: http://www.gnu.org/software/autoconf/ +Autoconf is an extensible package of m4 macros that produce shell +scripts to automatically configure software source code packages. +These scripts can adapt the packages to many kinds of UNIX-like +systems without manual user intervention. Autoconf creates a +configuration script for a package from a template file that lists the +operating system features that the package can use, in the form of m4 +macro calls. + +WWW: http://www.gnu.org/software/autoconf/ diff --git a/devel/autoconf267/pkg-plist b/devel/autoconf267/pkg-plist index b9ef638c9691..a6a153804535 100644 --- a/devel/autoconf267/pkg-plist +++ b/devel/autoconf267/pkg-plist @@ -39,6 +39,66 @@ share/autoconf-%%BUILD_VERSION%%/autoscan/autoscan.list share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4 share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4f share/autoconf-%%BUILD_VERSION%%/autotest/general.m4 +share/autoconf-%%BUILD_VERSION%%/autotest/specific.m4 +share/autoconf-%%BUILD_VERSION%%/config.guess +share/autoconf-%%BUILD_VERSION%%/config.sub +share/autoconf-%%BUILD_VERSION%%/elisp-comp +share/autoconf-%%BUILD_VERSION%%/install-sh +share/autoconf-%%BUILD_VERSION%%/m4sugar/foreach.m4 +share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sh.m4 +share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sh.m4f +share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sugar.m4 +share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sugar.m4f +share/autoconf-%%BUILD_VERSION%%/m4sugar/version.m4 +share/autoconf-%%BUILD_VERSION%%/mdate-sh +share/autoconf-%%BUILD_VERSION%%/missing +@dirrm share/autoconf-%%BUILD_VERSION%%/m4sugar +@dirrm share/autoconf-%%BUILD_VERSION%%/autotest +@dirrm share/autoconf-%%BUILD_VERSION%%/autoscan +@dirrm share/autoconf-%%BUILD_VERSION%%/autoconf +@dirrm share/autoconf-%%BUILD_VERSION%%/Autom4te +@dirrm share/autoconf-%%BUILD_VERSION%% +bin/autoconf-%%BUILD_VERSION%% +bin/autoheader-%%BUILD_VERSION%% +bin/autom4te-%%BUILD_VERSION%% +bin/autoreconf-%%BUILD_VERSION%% +bin/autoscan-%%BUILD_VERSION%% +bin/autoupdate-%%BUILD_VERSION%% +bin/ifnames-%%BUILD_VERSION%% +share/autoconf-%%BUILD_VERSION%%/Autom4te/C4che.pm +share/autoconf-%%BUILD_VERSION%%/Autom4te/ChannelDefs.pm +share/autoconf-%%BUILD_VERSION%%/Autom4te/Channels.pm +share/autoconf-%%BUILD_VERSION%%/Autom4te/Configure_ac.pm +share/autoconf-%%BUILD_VERSION%%/Autom4te/FileUtils.pm +share/autoconf-%%BUILD_VERSION%%/Autom4te/General.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%%/INSTALL +share/autoconf-%%BUILD_VERSION%%/autoconf/autoconf.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/autoconf.m4f +share/autoconf-%%BUILD_VERSION%%/autoconf/autoheader.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/autoscan.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/autotest.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/autoupdate.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/c.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/erlang.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/fortran.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/functions.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/general.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/headers.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/lang.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/libs.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/oldnames.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/programs.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/specific.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/status.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/types.m4 +share/autoconf-%%BUILD_VERSION%%/autom4te.cfg +share/autoconf-%%BUILD_VERSION%%/autoscan/autoscan.list +share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4 +share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4f +share/autoconf-%%BUILD_VERSION%%/autotest/general.m4 share/autoconf-%%BUILD_VERSION%%/config.guess share/autoconf-%%BUILD_VERSION%%/config.sub share/autoconf-%%BUILD_VERSION%%/elisp-comp diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile index 6e03ff397c30..450452f90b6f 100644 --- a/devel/autoconf268/Makefile +++ b/devel/autoconf268/Makefile @@ -1,3 +1,62 @@ +# New ports collection makefile for: autoconf267 +# Date created: 7th December 2006 +# Whom: ade@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= autoconf +PORTVERSION= 2.67 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= autoconf +DISTNAME= autoconf-${PORTVERSION} + +MAINTAINER= autotools@FreeBSD.org +COMMENT= Automatically configure source code on many Un*x platforms (2.67) + +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ + help2man:${PORTSDIR}/misc/help2man +RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ + autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper + +BUILD_VERSION= 2.67 +PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} +LATEST_LINK= autoconf267 +USE_BZIP2= yes +USE_GMAKE= yes +USE_PERL5= yes +INFO= autoconf-${BUILD_VERSION} + +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK} +CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} --without-lispdir + +GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing +GENERIC_LINKS= autoconf autoheader autom4te autoreconf autoscan autoupdate \ + ifnames + +MAN1_PAGES= ${GENERIC_LINKS} config.guess config.sub +MAN1= ${MAN1_PAGES:S/$/-${BUILD_VERSION}.1/g} + +post-patch: + @(cd ${WRKSRC}/man && \ + for file in *.[1x]; do \ + ${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 ; \ + done) + @(cd ${WRKSRC}/doc && \ + ${RM} -f *.info && \ + ${MV} autoconf.texi autoconf-${BUILD_VERSION}.texi) + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|@PACKAGE@$$|@PACKAGE@-@VERSION@|' + +post-install: +.for FILE in ${GENERIC_TOOLS} + @${INSTALL_SCRIPT} ${WRKSRC}/build-aux/${FILE} ${PREFIX}/share/autoconf-${BUILD_VERSION} +.endfor + +.include <bsd.port.mk> # New ports collection makefile for: autoconf262 # Date created: 7th December 2006 # Whom: ade@FreeBSD.org diff --git a/devel/autoconf268/distinfo b/devel/autoconf268/distinfo index d5fb5537f640..6dcbcd4ed8a5 100644 --- a/devel/autoconf268/distinfo +++ b/devel/autoconf268/distinfo @@ -1,3 +1,6 @@ +MD5 (autoconf-2.67.tar.bz2) = 3fbf92eb8eaca1e0d33dff9710edb5f0 +SHA256 (autoconf-2.67.tar.bz2) = 00ded92074999d26a7137d15bd1d51b8a8ae233a6cd165a38f34ccf7b1a78aef +SIZE (autoconf-2.67.tar.bz2) = 1369605 MD5 (autoconf-2.62.tar.bz2) = e1fb8fe0b22e651240afdfa2be537a3c SHA256 (autoconf-2.62.tar.bz2) = 42be7628e32fd3bebe07d684b11fb6e7e7920ef698fc4ccb3da6d77f91cefb96 SIZE (autoconf-2.62.tar.bz2) = 1165951 diff --git a/devel/autoconf268/files/patch-autoconf.texi b/devel/autoconf268/files/patch-autoconf.texi index ee5ab7ccdcf6..d334ca0c6e2c 100644 --- a/devel/autoconf268/files/patch-autoconf.texi +++ b/devel/autoconf268/files/patch-autoconf.texi @@ -3,6 +3,44 @@ @@ -3,5 +3,5 @@ @comment %**start of header -@setfilename autoconf.info ++@setfilename autoconf-2.67.info + @include version.texi +-@settitle Autoconf ++@settitle Autoconf-2.67 + @setchapternewpage odd +@@ -205,25 +205,5 @@ + +-@dircategory Software development ++@dircategory Programming & development tools + @direntry +-* Autoconf: (autoconf). Create source code configuration scripts. +-@end direntry +- +-@dircategory Individual utilities +-@direntry +-* autoscan: (autoconf)autoscan Invocation. +- Semi-automatic @file{configure.ac} writing +-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source. +-* autoconf-invocation: (autoconf)autoconf Invocation. +- How to create configuration scripts +-* autoreconf: (autoconf)autoreconf Invocation. +- Remaking multiple @command{configure} scripts +-* autoheader: (autoconf)autoheader Invocation. +- How to create configuration templates +-* autom4te: (autoconf)autom4te Invocation. +- The Autoconf executables backbone +-* configure: (autoconf)configure Invocation. Configuring a package. +-* autoupdate: (autoconf)autoupdate Invocation. +- Automatic update of @file{configure.ac} +-* config.status: (autoconf)config.status Invocation. Recreating configurations. +-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite. ++* Autoconf-2.67: (autoconf-2.67). Create source code configuration scripts. + @end direntry +--- doc/autoconf.texi.orig 2008-04-05 11:43:30.000000000 -0700 ++++ doc/autoconf.texi 2008-05-16 18:27:31.000000000 -0700 +@@ -3,5 +3,5 @@ + @comment %**start of header +-@setfilename autoconf.info +@setfilename autoconf-2.62.info @include version.texi -@settitle Autoconf diff --git a/devel/autoconf268/files/patch-doc-Makefile.in b/devel/autoconf268/files/patch-doc-Makefile.in index 7c9dfac296c1..60b3715f7a16 100644 --- a/devel/autoconf268/files/patch-doc-Makefile.in +++ b/devel/autoconf268/files/patch-doc-Makefile.in @@ -3,6 +3,31 @@ @@ -44,3 +44,3 @@ DIST_SOURCES = -INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info ++INFO_DEPS = $(srcdir)/autoconf-2.67.info + TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex +@@ -51,3 +51,3 @@ + HTMLS = autoconf.html standards.html +-TEXINFOS = autoconf.texi standards.texi ++TEXINFOS = autoconf-2.67.texi + TEXI2PDF = $(TEXI2DVI) --pdf --batch +@@ -241,3 +241,3 @@ + fi +-$(srcdir)/autoconf.info: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS) ++$(srcdir)/autoconf-2.67.info: autoconf-2.67.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.67.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.67.texi`; \ + echo "@set UPDATED $$1 $$2 $$3"; \ +--- doc/Makefile.in.orig Mon Oct 16 13:58:44 2006 ++++ doc/Makefile.in Thu Apr 5 01:51:13 2007 +@@ -44,3 +44,3 @@ + DIST_SOURCES = +-INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info +INFO_DEPS = $(srcdir)/autoconf-2.62.info TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex @@ -51,3 +51,3 @@ diff --git a/devel/autoconf268/pkg-descr b/devel/autoconf268/pkg-descr index c404cc852ea8..6117de2ec170 100644 --- a/devel/autoconf268/pkg-descr +++ b/devel/autoconf268/pkg-descr @@ -7,3 +7,12 @@ operating system features that the package can use, in the form of m4 macro calls. WWW: http://www.gnu.org/software/autoconf/ +Autoconf is an extensible package of m4 macros that produce shell +scripts to automatically configure software source code packages. +These scripts can adapt the packages to many kinds of UNIX-like +systems without manual user intervention. Autoconf creates a +configuration script for a package from a template file that lists the +operating system features that the package can use, in the form of m4 +macro calls. + +WWW: http://www.gnu.org/software/autoconf/ diff --git a/devel/autoconf268/pkg-plist b/devel/autoconf268/pkg-plist index b9ef638c9691..a6a153804535 100644 --- a/devel/autoconf268/pkg-plist +++ b/devel/autoconf268/pkg-plist @@ -39,6 +39,66 @@ share/autoconf-%%BUILD_VERSION%%/autoscan/autoscan.list share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4 share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4f share/autoconf-%%BUILD_VERSION%%/autotest/general.m4 +share/autoconf-%%BUILD_VERSION%%/autotest/specific.m4 +share/autoconf-%%BUILD_VERSION%%/config.guess +share/autoconf-%%BUILD_VERSION%%/config.sub +share/autoconf-%%BUILD_VERSION%%/elisp-comp +share/autoconf-%%BUILD_VERSION%%/install-sh +share/autoconf-%%BUILD_VERSION%%/m4sugar/foreach.m4 +share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sh.m4 +share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sh.m4f +share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sugar.m4 +share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sugar.m4f +share/autoconf-%%BUILD_VERSION%%/m4sugar/version.m4 +share/autoconf-%%BUILD_VERSION%%/mdate-sh +share/autoconf-%%BUILD_VERSION%%/missing +@dirrm share/autoconf-%%BUILD_VERSION%%/m4sugar +@dirrm share/autoconf-%%BUILD_VERSION%%/autotest +@dirrm share/autoconf-%%BUILD_VERSION%%/autoscan +@dirrm share/autoconf-%%BUILD_VERSION%%/autoconf +@dirrm share/autoconf-%%BUILD_VERSION%%/Autom4te +@dirrm share/autoconf-%%BUILD_VERSION%% +bin/autoconf-%%BUILD_VERSION%% +bin/autoheader-%%BUILD_VERSION%% +bin/autom4te-%%BUILD_VERSION%% +bin/autoreconf-%%BUILD_VERSION%% +bin/autoscan-%%BUILD_VERSION%% +bin/autoupdate-%%BUILD_VERSION%% +bin/ifnames-%%BUILD_VERSION%% +share/autoconf-%%BUILD_VERSION%%/Autom4te/C4che.pm +share/autoconf-%%BUILD_VERSION%%/Autom4te/ChannelDefs.pm +share/autoconf-%%BUILD_VERSION%%/Autom4te/Channels.pm +share/autoconf-%%BUILD_VERSION%%/Autom4te/Configure_ac.pm +share/autoconf-%%BUILD_VERSION%%/Autom4te/FileUtils.pm +share/autoconf-%%BUILD_VERSION%%/Autom4te/General.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%%/INSTALL +share/autoconf-%%BUILD_VERSION%%/autoconf/autoconf.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/autoconf.m4f +share/autoconf-%%BUILD_VERSION%%/autoconf/autoheader.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/autoscan.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/autotest.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/autoupdate.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/c.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/erlang.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/fortran.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/functions.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/general.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/headers.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/lang.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/libs.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/oldnames.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/programs.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/specific.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/status.m4 +share/autoconf-%%BUILD_VERSION%%/autoconf/types.m4 +share/autoconf-%%BUILD_VERSION%%/autom4te.cfg +share/autoconf-%%BUILD_VERSION%%/autoscan/autoscan.list +share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4 +share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4f +share/autoconf-%%BUILD_VERSION%%/autotest/general.m4 share/autoconf-%%BUILD_VERSION%%/config.guess share/autoconf-%%BUILD_VERSION%%/config.sub share/autoconf-%%BUILD_VERSION%%/elisp-comp diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile index 5ae35ea2f606..7b1202c2b538 100644 --- a/devel/automake110/Makefile +++ b/devel/automake110/Makefile @@ -6,7 +6,7 @@ # PORTNAME= automake -PORTVERSION= 1.10.1 +PORTVERSION= 1.10.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake @@ -21,7 +21,7 @@ COMMENT= GNU Standards-compliant Makefile generator (1.10) RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ automake-wrapper:${PORTSDIR}/devel/automake-wrapper -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env BUILD_VERSION= 1.10 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake110 diff --git a/devel/automake110/distinfo b/devel/automake110/distinfo index 9b27341b40e6..de67d8d287c8 100644 --- a/devel/automake110/distinfo +++ b/devel/automake110/distinfo @@ -1,3 +1,3 @@ -MD5 (automake-1.10.1.tar.bz2) = 4510391e6b3edaa4cffb3ced87c9560c -SHA256 (automake-1.10.1.tar.bz2) = b26a3499672b0eddcbd87c8e61dfb60ae74d9ee0cc181a5d924fb73db62a25ec -SIZE (automake-1.10.1.tar.bz2) = 918341 +MD5 (automake-1.10.3.tar.bz2) = b8e67fb458da396bc35555af7ef2b49f +SHA256 (automake-1.10.3.tar.bz2) = e98ab43bb839c31696a4202e5b6ff388b391659ef2387cf9365019fad17e1adc +SIZE (automake-1.10.3.tar.bz2) = 957505 diff --git a/devel/automake111/Makefile b/devel/automake111/Makefile new file mode 100644 index 000000000000..fae1fc183ad4 --- /dev/null +++ b/devel/automake111/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: automake111 +# Date created: 5th December 2006 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= automake +PORTVERSION= 1.11.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= automake +DISTNAME= automake-${PORTVERSION} + +MAINTAINER= autotools@FreeBSD.org +COMMENT= GNU Standards-compliant Makefile generator (1.11) + +RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ + automake-wrapper:${PORTSDIR}/devel/automake-wrapper + +USE_AUTOTOOLS= autoconf:267:env +BUILD_VERSION= 1.11 +PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} +LATEST_LINK= automake111 +USE_BZIP2= yes +USE_PERL5= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} +CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" +INFO= automake-${BUILD_VERSION} +MAN1= aclocal-${BUILD_VERSION}-${BUILD_VERSION}.1 \ + aclocal-${BUILD_VERSION}.1 \ + automake-${BUILD_VERSION}-${BUILD_VERSION}.1 \ + automake-${BUILD_VERSION}.1 + +post-patch: + @${RM} ${WRKSRC}/doc/*.info + @${MV} ${WRKSRC}/doc/automake.texi \ + ${WRKSRC}/doc/automake-${BUILD_VERSION}.texi + +pre-su-install: + @${RM} -fr ${PREFIX}/share/automake-${BUILD_VERSION} + @${MKDIR} ${PREFIX}/share/automake-${BUILD_VERSION} + @${MKDIR} ${PREFIX}/share/aclocal-${BUILD_VERSION} + +.include <bsd.port.mk> diff --git a/devel/automake111/distinfo b/devel/automake111/distinfo new file mode 100644 index 000000000000..ec9d3c8e176d --- /dev/null +++ b/devel/automake111/distinfo @@ -0,0 +1,3 @@ +MD5 (automake-1.11.1.tar.bz2) = c2972c4d9b3e29c03d5f2af86249876f +SHA256 (automake-1.11.1.tar.bz2) = 5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae +SIZE (automake-1.11.1.tar.bz2) = 1066685 diff --git a/devel/automake111/files/patch-Makefile.in b/devel/automake111/files/patch-Makefile.in new file mode 100644 index 000000000000..55d85c2ed5b9 --- /dev/null +++ b/devel/automake111/files/patch-Makefile.in @@ -0,0 +1,6 @@ +--- Makefile.in.orig Sun Oct 15 10:25:23 2006 ++++ Makefile.in Sat Apr 14 16:04:04 2007 +@@ -591,3 +591,2 @@ + @$(NORMAL_INSTALL) +- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook + diff --git a/devel/automake111/files/patch-doc::Makefile.in b/devel/automake111/files/patch-doc::Makefile.in new file mode 100644 index 000000000000..17a9dc7f012c --- /dev/null +++ b/devel/automake111/files/patch-doc::Makefile.in @@ -0,0 +1,26 @@ +--- 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"; \ diff --git a/devel/automake111/files/patch-doc::automake.texi b/devel/automake111/files/patch-doc::automake.texi new file mode 100644 index 000000000000..3d9f61200a71 --- /dev/null +++ b/devel/automake111/files/patch-doc::automake.texi @@ -0,0 +1,26 @@ +--- doc/automake.texi.orig Sun Oct 15 10:41:24 2006 ++++ doc/automake.texi Sat Apr 14 15:32:49 2007 +@@ -2,4 +2,4 @@ + @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 Programming & development tools + @direntry +-* Automake: (automake). Making GNU standards-compliant Makefiles. +-@end direntry +- +-@dircategory Individual utilities +-@direntry +-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4. +-* automake: (automake)Invoking Automake. Generating Makefile.in. ++* Automake-1.11: (automake-1.11). Making Makefile.in's. + @end direntry diff --git a/devel/automake111/pkg-descr b/devel/automake111/pkg-descr new file mode 100644 index 000000000000..c0c2845eff43 --- /dev/null +++ b/devel/automake111/pkg-descr @@ -0,0 +1,14 @@ +Automake is a tool for automatically generating Makefiles compliant with +the GNU Coding Standards. It was inspired by the 4.4BSD make and include +files, but aims to be portable and to conform to the GNU standards for +Makefile variables and targets. Automake is a Perl script. The input files +are called Makefile.am. The output files are called Makefile.in; They are +intended for use with Autoconf. Automake requires certain things to be done +in your configure.in. This package also includes the "aclocal" +program. aclocal is a program to generate an 'aclocal.m4' based on the +contents of 'configure.in'. It is useful as an extensible, maintainable +mechanism for augmenting autoconf. + +WWW: http://www.gnu.org/software/automake/ + +-- AlanE <alane@freebsd.org> diff --git a/devel/automake111/pkg-plist b/devel/automake111/pkg-plist new file mode 100644 index 000000000000..76698df4f74c --- /dev/null +++ b/devel/automake111/pkg-plist @@ -0,0 +1,125 @@ +bin/aclocal-%%BUILD_VERSION%% +bin/automake-%%BUILD_VERSION%% +share/aclocal-%%BUILD_VERSION%%/amversion.m4 +share/aclocal-%%BUILD_VERSION%%/as.m4 +share/aclocal-%%BUILD_VERSION%%/auxdir.m4 +share/aclocal-%%BUILD_VERSION%%/ccstdc.m4 +share/aclocal-%%BUILD_VERSION%%/cond.m4 +share/aclocal-%%BUILD_VERSION%%/cond-if.m4 +share/aclocal-%%BUILD_VERSION%%/depend.m4 +share/aclocal-%%BUILD_VERSION%%/depout.m4 +share/aclocal-%%BUILD_VERSION%%/dmalloc.m4 +share/aclocal-%%BUILD_VERSION%%/gcj.m4 +share/aclocal-%%BUILD_VERSION%%/header.m4 +share/aclocal-%%BUILD_VERSION%%/init.m4 +share/aclocal-%%BUILD_VERSION%%/install-sh.m4 +share/aclocal-%%BUILD_VERSION%%/lead-dot.m4 +share/aclocal-%%BUILD_VERSION%%/lex.m4 +share/aclocal-%%BUILD_VERSION%%/lispdir.m4 +share/aclocal-%%BUILD_VERSION%%/maintainer.m4 +share/aclocal-%%BUILD_VERSION%%/make.m4 +share/aclocal-%%BUILD_VERSION%%/minuso.m4 +share/aclocal-%%BUILD_VERSION%%/missing.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-lt.m4 +share/aclocal-%%BUILD_VERSION%%/obsolete.m4 +share/aclocal-%%BUILD_VERSION%%/options.m4 +share/aclocal-%%BUILD_VERSION%%/protos.m4 +share/aclocal-%%BUILD_VERSION%%/python.m4 +share/aclocal-%%BUILD_VERSION%%/regex.m4 +share/aclocal-%%BUILD_VERSION%%/runlog.m4 +share/aclocal-%%BUILD_VERSION%%/sanity.m4 +share/aclocal-%%BUILD_VERSION%%/silent.m4 +share/aclocal-%%BUILD_VERSION%%/strip.m4 +share/aclocal-%%BUILD_VERSION%%/substnot.m4 +share/aclocal-%%BUILD_VERSION%%/tar.m4 +share/aclocal-%%BUILD_VERSION%%/upc.m4 +share/aclocal-%%BUILD_VERSION%%/vala.m4 +share/automake-%%BUILD_VERSION%%/Automake/ChannelDefs.pm +share/automake-%%BUILD_VERSION%%/Automake/Channels.pm +share/automake-%%BUILD_VERSION%%/Automake/Condition.pm +share/automake-%%BUILD_VERSION%%/Automake/Config.pm +share/automake-%%BUILD_VERSION%%/Automake/Configure_ac.pm +share/automake-%%BUILD_VERSION%%/Automake/DisjConditions.pm +share/automake-%%BUILD_VERSION%%/Automake/FileUtils.pm +share/automake-%%BUILD_VERSION%%/Automake/General.pm +share/automake-%%BUILD_VERSION%%/Automake/Item.pm +share/automake-%%BUILD_VERSION%%/Automake/ItemDef.pm +share/automake-%%BUILD_VERSION%%/Automake/Location.pm +share/automake-%%BUILD_VERSION%%/Automake/Options.pm +share/automake-%%BUILD_VERSION%%/Automake/Rule.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/Variable.pm +share/automake-%%BUILD_VERSION%%/Automake/Version.pm +share/automake-%%BUILD_VERSION%%/Automake/Wrap.pm +share/automake-%%BUILD_VERSION%%/Automake/XFile.pm +share/automake-%%BUILD_VERSION%%/COPYING +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/check2.am +share/automake-%%BUILD_VERSION%%/am/clean-hdr.am +share/automake-%%BUILD_VERSION%%/am/clean.am +share/automake-%%BUILD_VERSION%%/am/compile.am +share/automake-%%BUILD_VERSION%%/am/configure.am +share/automake-%%BUILD_VERSION%%/am/data.am +share/automake-%%BUILD_VERSION%%/am/dejagnu.am +share/automake-%%BUILD_VERSION%%/am/depend.am +share/automake-%%BUILD_VERSION%%/am/depend2.am +share/automake-%%BUILD_VERSION%%/am/distdir.am +share/automake-%%BUILD_VERSION%%/am/footer.am +share/automake-%%BUILD_VERSION%%/am/header-vars.am +share/automake-%%BUILD_VERSION%%/am/header.am +share/automake-%%BUILD_VERSION%%/am/install.am +share/automake-%%BUILD_VERSION%%/am/inst-vars.am +share/automake-%%BUILD_VERSION%%/am/java.am +share/automake-%%BUILD_VERSION%%/am/lang-compile.am +share/automake-%%BUILD_VERSION%%/am/lex.am +share/automake-%%BUILD_VERSION%%/am/library.am +share/automake-%%BUILD_VERSION%%/am/libs.am +share/automake-%%BUILD_VERSION%%/am/libtool.am +share/automake-%%BUILD_VERSION%%/am/lisp.am +share/automake-%%BUILD_VERSION%%/am/ltlib.am +share/automake-%%BUILD_VERSION%%/am/ltlibrary.am +share/automake-%%BUILD_VERSION%%/am/mans-vars.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/progs.am +share/automake-%%BUILD_VERSION%%/am/python.am +share/automake-%%BUILD_VERSION%%/am/remake-hdr.am +share/automake-%%BUILD_VERSION%%/am/scripts.am +share/automake-%%BUILD_VERSION%%/am/subdirs.am +share/automake-%%BUILD_VERSION%%/am/tags.am +share/automake-%%BUILD_VERSION%%/am/texi-vers.am +share/automake-%%BUILD_VERSION%%/am/texibuild.am +share/automake-%%BUILD_VERSION%%/am/texinfos.am +share/automake-%%BUILD_VERSION%%/am/vala.am +share/automake-%%BUILD_VERSION%%/am/yacc.am +share/automake-%%BUILD_VERSION%%/ansi2knr.1 +share/automake-%%BUILD_VERSION%%/ansi2knr.c +share/automake-%%BUILD_VERSION%%/compile +share/automake-%%BUILD_VERSION%%/config-ml.in +share/automake-%%BUILD_VERSION%%/config.guess +share/automake-%%BUILD_VERSION%%/config.sub +share/automake-%%BUILD_VERSION%%/depcomp +share/automake-%%BUILD_VERSION%%/elisp-comp +share/automake-%%BUILD_VERSION%%/install-sh +share/automake-%%BUILD_VERSION%%/mdate-sh +share/automake-%%BUILD_VERSION%%/missing +share/automake-%%BUILD_VERSION%%/mkinstalldirs +share/automake-%%BUILD_VERSION%%/py-compile +share/automake-%%BUILD_VERSION%%/symlink-tree +share/automake-%%BUILD_VERSION%%/texinfo.tex +share/automake-%%BUILD_VERSION%%/ylwrap +share/doc/automake/amhello-1.0.tar.gz +@dirrm share/doc/automake +@dirrm share/aclocal-%%BUILD_VERSION%% +@dirrm share/automake-%%BUILD_VERSION%%/Automake +@dirrm share/automake-%%BUILD_VERSION%%/am +@dirrm share/automake-%%BUILD_VERSION%% diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index 88e0fee9b9b9..3e5e37d6804e 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -7,7 +7,7 @@ PORTNAME= automake PORTVERSION= 1.4.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake @@ -22,7 +22,7 @@ COMMENT= GNU Standards-compliant Makefile generator (1.4) RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ automake-wrapper:${PORTSDIR}/devel/automake-wrapper -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env BUILD_VERSION= 1.4 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake14 diff --git a/devel/automake15/Makefile b/devel/automake15/Makefile index 2e91565e7582..cb8e391a5734 100644 --- a/devel/automake15/Makefile +++ b/devel/automake15/Makefile @@ -7,7 +7,7 @@ PORTNAME= automake PORTVERSION= 1.5 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} @@ -22,7 +22,7 @@ COMMENT= GNU Standards-compliant Makefile generator (1.5) RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ automake-wrapper:${PORTSDIR}/devel/automake-wrapper -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env BUILD_VERSION= 1.5 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake15 diff --git a/devel/automake16/Makefile b/devel/automake16/Makefile index 73b75d523a09..562810c81422 100644 --- a/devel/automake16/Makefile +++ b/devel/automake16/Makefile @@ -7,7 +7,7 @@ PORTNAME= automake PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake @@ -21,7 +21,7 @@ COMMENT= GNU Standards-compliant Makefile generator (1.6) RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ automake-wrapper:${PORTSDIR}/devel/automake-wrapper -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env BUILD_VERSION= 1.6 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake16 diff --git a/devel/automake17/Makefile b/devel/automake17/Makefile index 8ee2a99a9435..1d3c2884b4b7 100644 --- a/devel/automake17/Makefile +++ b/devel/automake17/Makefile @@ -7,7 +7,7 @@ PORTNAME= automake PORTVERSION= 1.7.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake @@ -21,7 +21,7 @@ COMMENT= GNU Standards-compliant Makefile generator (1.7) RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ automake-wrapper:${PORTSDIR}/devel/automake-wrapper -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env BUILD_VERSION= 1.7 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake17 diff --git a/devel/automake18/Makefile b/devel/automake18/Makefile index febe2286c0de..5c3c60807e2e 100644 --- a/devel/automake18/Makefile +++ b/devel/automake18/Makefile @@ -7,7 +7,7 @@ PORTNAME= automake PORTVERSION= 1.8.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake @@ -21,7 +21,7 @@ COMMENT= GNU Standards-compliant Makefile generator (1.8) RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ automake-wrapper:${PORTSDIR}/devel/automake-wrapper -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env BUILD_VERSION= 1.8 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake18 diff --git a/devel/automake19/Makefile b/devel/automake19/Makefile index 10b7c4a4d91d..99b515dcfe39 100644 --- a/devel/automake19/Makefile +++ b/devel/automake19/Makefile @@ -7,7 +7,7 @@ PORTNAME= automake PORTVERSION= 1.9.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= automake @@ -22,7 +22,7 @@ COMMENT= GNU Standards-compliant Makefile generator (1.9) RUN_DEPENDS= ${AUTOCONF_DEPENDS} \ automake-wrapper:${PORTSDIR}/devel/automake-wrapper -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env BUILD_VERSION= 1.9 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} LATEST_LINK= automake19 diff --git a/devel/autotools/Makefile b/devel/autotools/Makefile index d2658f1037e9..704280ed4c78 100644 --- a/devel/autotools/Makefile +++ b/devel/autotools/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= autotools -PORTVERSION= 20080819 +PORTVERSION= 20100915 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none @@ -22,8 +22,8 @@ PLIST_FILES= share/${PORTNAME} NO_BUILD= yes NO_FETCH= yes -AVAIL_AUTOCONF= 2.13 2.62 -AVAIL_AUTOMAKE= 1.4 1.5 1.6 1.7 1.8 1.9 1.10 +AVAIL_AUTOCONF= 2.13 2.67 +AVAIL_AUTOMAKE= 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 .for VER in ${AVAIL_AUTOCONF} RUN_DEPENDS+= autoconf-${VER}:${PORTSDIR}/devel/autoconf${VER:C/\.//} diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index d776071b2ef8..5cae518c4fee 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -16,12 +16,11 @@ PKGNAMEPREFIX= avr- MAINTAINER= joerg@freebsd.org COMMENT= GNU binutils for Atmel AVR 8-bit RISC cross-development -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext - WRKSRC= ${WRKDIR}/binutils-${PORTVERSION} USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build CONFIGURE_ARGS= --target=avr GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ diff --git a/devel/avra/Makefile b/devel/avra/Makefile index bbbc267a8d76..3aa0ac839df2 100644 --- a/devel/avra/Makefile +++ b/devel/avra/Makefile @@ -7,6 +7,7 @@ PORTNAME= avra PORTVERSION= 1.2.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= devel MASTER_SITES= SF @@ -15,7 +16,7 @@ MAINTAINER= wes@FreeBSD.org COMMENT= Macro Assembler for Atmel AVR microcontrollers WRKSRC= ${WRKDIR} -USE_AUTOTOOLS= aclocal:110 autoconf:262 automake:110 +USE_AUTOTOOLS= aclocal:110 autoconf:267 automake:110 AUTOMAKE_ARGS= -a PORTDOCS= README diff --git a/devel/bullet/Makefile b/devel/bullet/Makefile index aa21a869bb81..f83caa7e555b 100644 --- a/devel/bullet/Makefile +++ b/devel/bullet/Makefile @@ -7,6 +7,7 @@ PORTNAME= bullet PORTVERSION= 2.75 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE EXTRACT_SUFX= .tgz @@ -16,7 +17,9 @@ COMMENT= 3D collision detection and rigid body dynamics library BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam -USE_AUTOTOOLS= automake:15:env autoconf:262:env libtool:22:env +BROKEN= Does not work with autoconf>=2.64 - upstream 2.76 has switched to cmake. + +USE_AUTOTOOLS= automake:110:env autoconf:267:env libtool:22:env GNU_CONFIGURE= yes USE_DOS2UNIX= yes USE_GL= glu glut diff --git a/devel/cego-base/Makefile b/devel/cego-base/Makefile index 1dc1ce8662a7..a95fea1b9c03 100644 --- a/devel/cego-base/Makefile +++ b/devel/cego-base/Makefile @@ -6,6 +6,7 @@ PORTNAME= cego-base PORTVERSION= 1.1.32 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ DISTNAME= base-${PORTVERSION} @@ -17,6 +18,6 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/base GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env .include <bsd.port.mk> diff --git a/devel/cego-xml/Makefile b/devel/cego-xml/Makefile index 7dbf9e19f4e3..ecd7d79a29b9 100644 --- a/devel/cego-xml/Makefile +++ b/devel/cego-xml/Makefile @@ -6,6 +6,7 @@ PORTNAME= cego-xml PORTVERSION= 1.0.20 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ DISTNAME= xml-${PORTVERSION} @@ -21,6 +22,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env .include <bsd.port.mk> diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index b117353438b8..16a9a45a0651 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -6,7 +6,7 @@ PORTNAME= cunit DISTVERSION= 2.1-0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/CUnit/2.1-0 DISTNAME= ${PORTNAME:S/^cu/CU/}-${DISTVERSION}-src @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/^cu/CU/}-${DISTVERSION} DOCSDIR= ${PREFIX}/share/doc/CUnit GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoheader:262 +USE_AUTOTOOLS= autoheader:267 USE_LDCONFIG= yes MAN3= CUnit.3 diff --git a/devel/djgpp-gcc/Makefile b/devel/djgpp-gcc/Makefile index 131c2ed63d7e..b966b3208f9e 100644 --- a/devel/djgpp-gcc/Makefile +++ b/devel/djgpp-gcc/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcc PORTVERSION= ${GCCVERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/:djsource \ ftp://ftp.mirror.ac.uk/sites/www.delorie.com/current/v2gnu/:djsource \ @@ -26,10 +26,12 @@ EXTRACT_ONLY= gcc410s2.zip MAINTAINER= johnson.peter@gmail.com COMMENT= FSF gcc-4.1 for DJGPP cross-development +BROKEN= Does not work with autoconf>=2.64 - no upstream fix. + BUILD_DEPENDS= ${TARGET}-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ ${LOCALBASE}/${TARGET}/bin/stubify:${PORTSDIR}/devel/${PKGNAMEPREFIX}crx \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ - autoconf-2.62:${PORTSDIR}/devel/autoconf262 \ + autoconf-2.67:${PORTSDIR}/devel/autoconf267 \ aclocal-1.9:${PORTSDIR}/devel/automake19 .if defined(WITH_FORTRAN) LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ diff --git a/devel/djgpp-gcc/scripts/pre-configure b/devel/djgpp-gcc/scripts/pre-configure index 5bb19d128206..adb08bb16eec 100644 --- a/devel/djgpp-gcc/scripts/pre-configure +++ b/devel/djgpp-gcc/scripts/pre-configure @@ -2,8 +2,8 @@ AUTOCONF_OLD=autoconf-2.13 AUTOHEADER_OLD=autoheader-2.13 -AUTOCONF=autoconf-2.62 -AUTOHEADER=autoheader-2.62 +AUTOCONF=autoconf-2.67 +AUTOHEADER=autoheader-2.67 ACLOCAL=aclocal-1.9 AUTOMAKE=automake-1.9 diff --git a/devel/elfio/Makefile b/devel/elfio/Makefile index de839ae85074..65164e89f2f5 100644 --- a/devel/elfio/Makefile +++ b/devel/elfio/Makefile @@ -8,7 +8,7 @@ PORTNAME= elfio PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/ELFIO-sources/ELFIO-${PORTVERSION} DISTNAME= ${PORTNAME:U}-${PORTVERSION} @@ -21,7 +21,7 @@ BUILD_DEPENDS= libtoolize:${PORTSDIR}/devel/libtool22 GNU_CONFIGURE= yes USE_GNOME= gnometarget USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267 libtool:22 AUTOMAKE_ARGS= -c -a ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal diff --git a/devel/epm/Makefile b/devel/epm/Makefile index 70fdaedf2874..d2273252fc80 100644 --- a/devel/epm/Makefile +++ b/devel/epm/Makefile @@ -7,6 +7,7 @@ PORTNAME= epm PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_EASYSW} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} @@ -17,7 +18,7 @@ COMMENT= A free UNIX software/file packaging program USE_BZIP2= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 MAN1= epm.1 epminstall.1 mkepmlist.1 setup.1 MAN5= epm.list.5 setup.types.5 MAKE_JOBS_UNSAFE= yes diff --git a/devel/fam/Makefile b/devel/fam/Makefile index f209e87d6867..fb565134a4db 100644 --- a/devel/fam/Makefile +++ b/devel/fam/Makefile @@ -7,7 +7,7 @@ PORTNAME= fam PORTVERSION= 2.6.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/ DIST_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ COMMENT= A file alteration monitor CFLAGS+= -Wno-deprecated -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267 libtool:22 AUTOMAKE_ARGS= -c -a USE_GMAKE= yes USE_GNOME= gnometarget diff --git a/devel/fb303/Makefile b/devel/fb303/Makefile index 277cfc97bdb7..bf521e6675c7 100644 --- a/devel/fb303/Makefile +++ b/devel/fb303/Makefile @@ -7,6 +7,7 @@ PORTNAME= fb303 PORTVERSION= 20090908 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bms @@ -23,7 +24,7 @@ AUTOMAKE_ARGS= -a CONFIGURE_ARGS= PY_PREFIX="${PREFIX}" PLIST_SUB+= PYTHON_VERSION_SHORTNAME="${PYTHON_VERSION_SHORTNAME}" PYTHON_VERSION_SHORTNAME= ${PYTHON_VERSION:S/thon//} -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 +USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267 USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_RUN= yes diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile index d3c8a81fdf24..359af52ec7e4 100644 --- a/devel/gcvs/Makefile +++ b/devel/gcvs/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcvs PORTVERSION= 1.0 -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= devel tk MASTER_SITES= SF/cvsgui/gCvs/${PORTNAME}-${PORTVERSION} @@ -29,7 +29,7 @@ MAN1= cvs.1 MAN5= cvs.5 MAN8= cvsbug.8 INFO= cvs cvsclient -USE_AUTOTOOLS= automake:15:env autoconf:262:env +USE_AUTOTOOLS= automake:15:env autoconf:267:env MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> diff --git a/devel/gcvs/files/patch-make_configure b/devel/gcvs/files/patch-make_configure index a8cbe91df6ea..4007897c4755 100644 --- a/devel/gcvs/files/patch-make_configure +++ b/devel/gcvs/files/patch-make_configure @@ -13,7 +13,7 @@ -done - -autoconf -+cd cvsunix && autoreconf-2.62 ++cd cvsunix && autoreconf-2.67 +cd .. ./configure $* diff --git a/devel/gettext-lint/Makefile b/devel/gettext-lint/Makefile index 6192c3f4a9fb..a5c3ac008a34 100644 --- a/devel/gettext-lint/Makefile +++ b/devel/gettext-lint/Makefile @@ -15,8 +15,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0 MAINTAINER= ports@FreeBSD.org COMMENT= Check the validity and consistency of PO and POT files -RUN_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext - +USE_GETTEXT= run USE_PYTHON= yes NO_BUILD= yes diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index e079cce86e6b..8ced03e7dc68 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gettext -PORTVERSION= 0.18 -PORTREVISION= 1 +PORTVERSION= 0.18.1.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gettext @@ -35,8 +34,6 @@ CONFIGURE_ARGS= --disable-csharp --disable-threads --disable-openmp \ --with-included-libcroco --with-included-libxml USE_LDCONFIG= yes -PLIST_SUB= VERSION=${PORTVERSION} - MAN1= autopoint.1 envsubst.1 gettext.1 gettextize.1 msgattrib.1 \ msgcat.1 msgcmp.1 msgcomm.1 msgconv.1 msgen.1 msgexec.1 \ msgfilter.1 msgfmt.1 msggrep.1 msginit.1 msgmerge.1 \ diff --git a/devel/gettext/distinfo b/devel/gettext/distinfo index 63ae0a9f2404..c3c241e4bb3d 100644 --- a/devel/gettext/distinfo +++ b/devel/gettext/distinfo @@ -1,3 +1,3 @@ -MD5 (gettext-0.18.tar.gz) = d52a3e061032a1ed13856d42fc86f0fd -SHA256 (gettext-0.18.tar.gz) = 02342c1de18c03c601f8b91cbd896b70486a4b945bd816f34541e0d7b5a96fe5 -SIZE (gettext-0.18.tar.gz) = 12011166 +MD5 (gettext-0.18.1.1.tar.gz) = 3dd55b952826d2b32f51308f2f91aa89 +SHA256 (gettext-0.18.1.1.tar.gz) = 93ac71a7afa5b70c1b1032516663658c51e653087f42a3fc8044752c026443e9 +SIZE (gettext-0.18.1.1.tar.gz) = 15139737 diff --git a/devel/gettext/files/patch-gettext-tools_src_Makefile.in b/devel/gettext/files/patch-gettext-tools_src_Makefile.in index 5ed216ba64cf..2edce522e70d 100644 --- a/devel/gettext/files/patch-gettext-tools_src_Makefile.in +++ b/devel/gettext/files/patch-gettext-tools_src_Makefile.in @@ -1,25 +1,2961 @@ ---- gettext-tools/src/Makefile.in.orig Mon Nov 27 09:34:56 2006 -+++ gettext-tools/src/Makefile.in Sun Dec 3 18:02:09 2006 -@@ -489,3 +489,3 @@ - -DGETTEXTJAR=\"$(jardir)/gettext.jar\" \ -- -DLIBDIR=\"$(libdir)\" \ -+ -DLIBDIR=\"$(prefix)/libdata\" \ - -DGETTEXTDATADIR=\"$(pkgdatadir)\" \ -@@ -861,3 +861,3 @@ - libgettextsrc_la_LDFLAGS = -release @VERSION@ \ -- ../gnulib-lib/libgettextlib.la @LTLIBINTL@ @LTLIBICONV@ -lc \ -+ ../gnulib-lib/libgettextlib.la @LTLIBINTL@ @LTLIBICONV@ \ - @LTNOUNDEF@ $(am__append_2) -@@ -1872,7 +1872,7 @@ - install-exec-local: -- $(mkdir_p) $(DESTDIR)$(pkglibdir) -- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) hostname$(EXEEXT) $(DESTDIR)$(pkglibdir)/hostname$(EXEEXT) -- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) urlget$(EXEEXT) $(DESTDIR)$(pkglibdir)/urlget$(EXEEXT) -- $(INSTALL_SCRIPT) user-email $(DESTDIR)$(pkglibdir)/user-email -- $(INSTALL_SCRIPT) $(srcdir)/project-id $(DESTDIR)$(pkglibdir)/project-id -+ $(mkdir_p) $(DESTDIR)$(prefix)/libdata/$(PACKAGE) -+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) hostname$(EXEEXT) $(DESTDIR)$(prefix)/libdata/$(PACKAGE)/hostname$(EXEEXT) -+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) urlget$(EXEEXT) $(DESTDIR)$(prefix)/libdata/$(PACKAGE)/urlget$(EXEEXT) -+ $(INSTALL_SCRIPT) user-email $(DESTDIR)$(prefix)/libdata/$(PACKAGE)/user-email -+ $(INSTALL_SCRIPT) $(srcdir)/project-id $(DESTDIR)$(prefix)/libdata/$(PACKAGE)/project-id - +--- gettext-tools/src/Makefile.in.orig 1969-12-31 18:00:00.000000000 -0600 ++++ gettext-tools/src/Makefile.in 2010-08-04 13:27:01.000000000 -0500 +@@ -0,0 +1,2958 @@ ++# Makefile.in generated by automake 1.11.1 from Makefile.am. ++# @configure_input@ ++ ++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ++# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, ++# Inc. ++# This Makefile.in is free software; the Free Software Foundation ++# gives unlimited permission to copy and/or distribute it, ++# with or without modifications, as long as this notice is preserved. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY, to the extent permitted by law; without ++# even the implied warranty of MERCHANTABILITY or FITNESS FOR A ++# PARTICULAR PURPOSE. ++ ++@SET_MAKE@ ++ ++ ++ ++VPATH = @srcdir@ ++pkgincludedir = $(includedir)/@PACKAGE@ ++pkglibexecdir = $(libexecdir)/@PACKAGE@ ++am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd ++install_sh_DATA = $(install_sh) -c -m 644 ++install_sh_PROGRAM = $(install_sh) -c ++install_sh_SCRIPT = $(install_sh) -c ++INSTALL_HEADER = $(INSTALL_DATA) ++transform = $(program_transform_name) ++NORMAL_INSTALL = : ++PRE_INSTALL = : ++POST_INSTALL = : ++NORMAL_UNINSTALL = : ++PRE_UNINSTALL = : ++POST_UNINSTALL = : ++build_triplet = @build@ ++host_triplet = @host@ ++bin_PROGRAMS = msgcmp$(EXEEXT) msgfmt$(EXEEXT) msgmerge$(EXEEXT) \ ++ msgunfmt$(EXEEXT) xgettext$(EXEEXT) msgattrib$(EXEEXT) \ ++ msgcat$(EXEEXT) msgcomm$(EXEEXT) msgconv$(EXEEXT) \ ++ msgen$(EXEEXT) msgexec$(EXEEXT) msgfilter$(EXEEXT) \ ++ msggrep$(EXEEXT) msginit$(EXEEXT) msguniq$(EXEEXT) \ ++ recode-sr-latin$(EXEEXT) ++noinst_PROGRAMS = hostname$(EXEEXT) urlget$(EXEEXT) ++ ++# Tell the mingw or Cygwin linker which symbols to export. ++@WOE32DLL_TRUE@am__append_1 = ../woe32dll/gettextsrc-exports.c ++@WOE32DLL_TRUE@am__append_2 = -Wl,--export-all-symbols ++@WOE32_TRUE@am__append_3 = gettext.res ++subdir = src ++DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ ++ $(srcdir)/Makefile.in $(srcdir)/user-email.sh.in ChangeLog \ ++ po-gram-gen.c ++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ++am__aclocal_m4_deps = \ ++ $(top_srcdir)/libgettextpo/gnulib-m4/gnulib-comp.m4 \ ++ $(top_srcdir)/libgrep/gnulib-m4/btowc.m4 \ ++ $(top_srcdir)/libgrep/gnulib-m4/gnulib-comp.m4 \ ++ $(top_srcdir)/libgrep/gnulib-m4/langinfo_h.m4 \ ++ $(top_srcdir)/libgrep/gnulib-m4/nl_langinfo.m4 \ ++ $(top_srcdir)/libgrep/gnulib-m4/regex.m4 \ ++ $(top_srcdir)/libgrep/gnulib-m4/wcrtomb.m4 \ ++ $(top_srcdir)/gnulib-m4/00gnulib.m4 \ ++ $(top_srcdir)/gnulib-m4/absolute-header.m4 \ ++ $(top_srcdir)/gnulib-m4/acl.m4 \ ++ $(top_srcdir)/gnulib-m4/alloca.m4 \ ++ $(top_srcdir)/gnulib-m4/argmatch.m4 \ ++ $(top_srcdir)/gnulib-m4/asm-underscore.m4 \ ++ $(top_srcdir)/gnulib-m4/atexit.m4 \ ++ $(top_srcdir)/gnulib-m4/backupfile.m4 \ ++ $(top_srcdir)/gnulib-m4/bison-i18n.m4 \ ++ $(top_srcdir)/gnulib-m4/byteswap.m4 \ ++ $(top_srcdir)/gnulib-m4/canonicalize.m4 \ ++ $(top_srcdir)/gnulib-m4/cloexec.m4 \ ++ $(top_srcdir)/gnulib-m4/copy-file.m4 \ ++ $(top_srcdir)/gnulib-m4/csharp.m4 \ ++ $(top_srcdir)/gnulib-m4/csharpcomp.m4 \ ++ $(top_srcdir)/gnulib-m4/csharpexec.m4 \ ++ $(top_srcdir)/gnulib-m4/curses.m4 \ ++ $(top_srcdir)/gnulib-m4/dos.m4 \ ++ $(top_srcdir)/gnulib-m4/double-slash-root.m4 \ ++ $(top_srcdir)/gnulib-m4/dup2.m4 \ ++ $(top_srcdir)/gnulib-m4/eaccess.m4 \ ++ $(top_srcdir)/gnulib-m4/eealloc.m4 \ ++ $(top_srcdir)/gnulib-m4/environ.m4 \ ++ $(top_srcdir)/gnulib-m4/errno_h.m4 \ ++ $(top_srcdir)/gnulib-m4/error.m4 \ ++ $(top_srcdir)/gnulib-m4/execute.m4 \ ++ $(top_srcdir)/gnulib-m4/extensions.m4 \ ++ $(top_srcdir)/gnulib-m4/fatal-signal.m4 \ ++ $(top_srcdir)/gnulib-m4/fcntl.m4 \ ++ $(top_srcdir)/gnulib-m4/fcntl_h.m4 \ ++ $(top_srcdir)/gnulib-m4/findprog.m4 \ ++ $(top_srcdir)/gnulib-m4/float_h.m4 \ ++ $(top_srcdir)/gnulib-m4/fnmatch.m4 \ ++ $(top_srcdir)/gnulib-m4/fopen.m4 \ ++ $(top_srcdir)/gnulib-m4/gcj.m4 \ ++ $(top_srcdir)/gnulib-m4/getdelim.m4 \ ++ $(top_srcdir)/gnulib-m4/getdtablesize.m4 \ ++ $(top_srcdir)/gnulib-m4/getline.m4 \ ++ $(top_srcdir)/gnulib-m4/getopt.m4 \ ++ $(top_srcdir)/gnulib-m4/getpagesize.m4 \ ++ $(top_srcdir)/gnulib-m4/gettimeofday.m4 \ ++ $(top_srcdir)/gnulib-m4/gl_list.m4 \ ++ $(top_srcdir)/gnulib-m4/gnulib-common.m4 \ ++ $(top_srcdir)/gnulib-m4/gnulib-comp.m4 \ ++ $(top_srcdir)/gnulib-m4/iconv_h.m4 \ ++ $(top_srcdir)/gnulib-m4/iconv_open.m4 \ ++ $(top_srcdir)/gnulib-m4/include_next.m4 \ ++ $(top_srcdir)/gnulib-m4/inline.m4 \ ++ $(top_srcdir)/gnulib-m4/intmax_t.m4 \ ++ $(top_srcdir)/gnulib-m4/java.m4 \ ++ $(top_srcdir)/gnulib-m4/javacomp.m4 \ ++ $(top_srcdir)/gnulib-m4/javaexec.m4 \ ++ $(top_srcdir)/gnulib-m4/lib-ld.m4 \ ++ $(top_srcdir)/gnulib-m4/lib-link.m4 \ ++ $(top_srcdir)/gnulib-m4/lib-prefix.m4 \ ++ $(top_srcdir)/gnulib-m4/libcroco.m4 \ ++ $(top_srcdir)/gnulib-m4/libglib.m4 \ ++ $(top_srcdir)/gnulib-m4/libunistring-base.m4 \ ++ $(top_srcdir)/gnulib-m4/libunistring-optional.m4 \ ++ $(top_srcdir)/gnulib-m4/libunistring.m4 \ ++ $(top_srcdir)/gnulib-m4/libxml.m4 \ ++ $(top_srcdir)/gnulib-m4/localcharset.m4 \ ++ $(top_srcdir)/gnulib-m4/locale-fr.m4 \ ++ $(top_srcdir)/gnulib-m4/locale-ja.m4 \ ++ $(top_srcdir)/gnulib-m4/locale-tr.m4 \ ++ $(top_srcdir)/gnulib-m4/locale-zh.m4 \ ++ $(top_srcdir)/gnulib-m4/locale_h.m4 \ ++ $(top_srcdir)/gnulib-m4/localename.m4 \ ++ $(top_srcdir)/gnulib-m4/lstat.m4 \ ++ $(top_srcdir)/gnulib-m4/malloc.m4 \ ++ $(top_srcdir)/gnulib-m4/malloca.m4 \ ++ $(top_srcdir)/gnulib-m4/mbchar.m4 \ ++ $(top_srcdir)/gnulib-m4/mbiter.m4 \ ++ $(top_srcdir)/gnulib-m4/mbrtowc.m4 \ ++ $(top_srcdir)/gnulib-m4/mbsinit.m4 \ ++ $(top_srcdir)/gnulib-m4/mbslen.m4 \ ++ $(top_srcdir)/gnulib-m4/mbsrtowcs.m4 \ ++ $(top_srcdir)/gnulib-m4/mbstate_t.m4 \ ++ $(top_srcdir)/gnulib-m4/mbswidth.m4 \ ++ $(top_srcdir)/gnulib-m4/memchr.m4 \ ++ $(top_srcdir)/gnulib-m4/memmove.m4 \ ++ $(top_srcdir)/gnulib-m4/memset.m4 \ ++ $(top_srcdir)/gnulib-m4/minmax.m4 \ ++ $(top_srcdir)/gnulib-m4/mkdtemp.m4 \ ++ $(top_srcdir)/gnulib-m4/mmap-anon.m4 \ ++ $(top_srcdir)/gnulib-m4/mode_t.m4 \ ++ $(top_srcdir)/gnulib-m4/moo.m4 \ ++ $(top_srcdir)/gnulib-m4/multiarch.m4 \ ++ $(top_srcdir)/gnulib-m4/no-c++.m4 \ ++ $(top_srcdir)/gnulib-m4/onceonly.m4 \ ++ $(top_srcdir)/gnulib-m4/open.m4 \ ++ $(top_srcdir)/gnulib-m4/pathmax.m4 \ ++ $(top_srcdir)/gnulib-m4/pipe.m4 \ ++ $(top_srcdir)/gnulib-m4/pipe2.m4 \ ++ $(top_srcdir)/gnulib-m4/posix_spawn.m4 \ ++ $(top_srcdir)/gnulib-m4/printf.m4 \ ++ $(top_srcdir)/gnulib-m4/putenv.m4 \ ++ $(top_srcdir)/gnulib-m4/quote.m4 \ ++ $(top_srcdir)/gnulib-m4/quotearg.m4 \ ++ $(top_srcdir)/gnulib-m4/rawmemchr.m4 \ ++ $(top_srcdir)/gnulib-m4/read-file.m4 \ ++ $(top_srcdir)/gnulib-m4/readlink.m4 \ ++ $(top_srcdir)/gnulib-m4/realloc.m4 \ ++ $(top_srcdir)/gnulib-m4/relocatable-lib.m4 \ ++ $(top_srcdir)/gnulib-m4/relocatable.m4 \ ++ $(top_srcdir)/gnulib-m4/rmdir.m4 \ ++ $(top_srcdir)/gnulib-m4/safe-read.m4 \ ++ $(top_srcdir)/gnulib-m4/safe-write.m4 \ ++ $(top_srcdir)/gnulib-m4/sched_h.m4 \ ++ $(top_srcdir)/gnulib-m4/setenv.m4 \ ++ $(top_srcdir)/gnulib-m4/sig_atomic_t.m4 \ ++ $(top_srcdir)/gnulib-m4/sigaction.m4 \ ++ $(top_srcdir)/gnulib-m4/signal_h.m4 \ ++ $(top_srcdir)/gnulib-m4/signalblocking.m4 \ ++ $(top_srcdir)/gnulib-m4/sigpipe.m4 \ ++ $(top_srcdir)/gnulib-m4/snprintf.m4 \ ++ $(top_srcdir)/gnulib-m4/spawn_h.m4 \ ++ $(top_srcdir)/gnulib-m4/ssize_t.m4 \ ++ $(top_srcdir)/gnulib-m4/stat.m4 \ ++ $(top_srcdir)/gnulib-m4/stdarg.m4 \ ++ $(top_srcdir)/gnulib-m4/stdbool.m4 \ ++ $(top_srcdir)/gnulib-m4/stddef_h.m4 \ ++ $(top_srcdir)/gnulib-m4/stdint.m4 \ ++ $(top_srcdir)/gnulib-m4/stdio_h.m4 \ ++ $(top_srcdir)/gnulib-m4/stdlib_h.m4 \ ++ $(top_srcdir)/gnulib-m4/stpcpy.m4 \ ++ $(top_srcdir)/gnulib-m4/stpncpy.m4 \ ++ $(top_srcdir)/gnulib-m4/strchrnul.m4 \ ++ $(top_srcdir)/gnulib-m4/strcspn.m4 \ ++ $(top_srcdir)/gnulib-m4/strerror.m4 \ ++ $(top_srcdir)/gnulib-m4/string_h.m4 \ ++ $(top_srcdir)/gnulib-m4/strnlen.m4 \ ++ $(top_srcdir)/gnulib-m4/strpbrk.m4 \ ++ $(top_srcdir)/gnulib-m4/strstr.m4 \ ++ $(top_srcdir)/gnulib-m4/strtol.m4 \ ++ $(top_srcdir)/gnulib-m4/strtoul.m4 \ ++ $(top_srcdir)/gnulib-m4/symlink.m4 \ ++ $(top_srcdir)/gnulib-m4/sys_select_h.m4 \ ++ $(top_srcdir)/gnulib-m4/sys_socket_h.m4 \ ++ $(top_srcdir)/gnulib-m4/sys_stat_h.m4 \ ++ $(top_srcdir)/gnulib-m4/sys_time_h.m4 \ ++ $(top_srcdir)/gnulib-m4/sys_wait_h.m4 \ ++ $(top_srcdir)/gnulib-m4/tempname.m4 \ ++ $(top_srcdir)/gnulib-m4/term-ostream.m4 \ ++ $(top_srcdir)/gnulib-m4/terminfo.m4 \ ++ $(top_srcdir)/gnulib-m4/thread.m4 \ ++ $(top_srcdir)/gnulib-m4/time_h.m4 \ ++ $(top_srcdir)/gnulib-m4/tls.m4 \ ++ $(top_srcdir)/gnulib-m4/tmpdir.m4 \ ++ $(top_srcdir)/gnulib-m4/unionwait.m4 \ ++ $(top_srcdir)/gnulib-m4/unistd-safer.m4 \ ++ $(top_srcdir)/gnulib-m4/unistd_h.m4 \ ++ $(top_srcdir)/gnulib-m4/unlocked-io.m4 \ ++ $(top_srcdir)/gnulib-m4/vasnprintf.m4 \ ++ $(top_srcdir)/gnulib-m4/vasprintf.m4 \ ++ $(top_srcdir)/gnulib-m4/vsnprintf.m4 \ ++ $(top_srcdir)/gnulib-m4/wait-process.m4 \ ++ $(top_srcdir)/gnulib-m4/warn-on-use.m4 \ ++ $(top_srcdir)/gnulib-m4/wchar_h.m4 \ ++ $(top_srcdir)/gnulib-m4/wctob.m4 \ ++ $(top_srcdir)/gnulib-m4/wctype_h.m4 \ ++ $(top_srcdir)/gnulib-m4/wcwidth.m4 \ ++ $(top_srcdir)/gnulib-m4/write.m4 \ ++ $(top_srcdir)/gnulib-m4/xvasprintf.m4 \ ++ $(top_srcdir)/gnulib-m4/yield.m4 \ ++ $(top_srcdir)/../m4/fixautomake.m4 \ ++ $(top_srcdir)/../m4/init-package-version.m4 \ ++ $(top_srcdir)/../m4/libtool.m4 \ ++ $(top_srcdir)/../m4/ltoptions.m4 \ ++ $(top_srcdir)/../m4/ltsugar.m4 \ ++ $(top_srcdir)/../m4/ltversion.m4 \ ++ $(top_srcdir)/../m4/lt~obsolete.m4 \ ++ $(top_srcdir)/../m4/woe32-dll.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/ansi-c++.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/codeset.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/fcntl-o.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/gettext.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/glibc2.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/glibc21.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/iconv.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/intdiv0.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/intl.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/intlmacosx.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/intmax.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/inttypes-pri.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/inttypes_h.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/lcmessage.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/lock.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/longlong.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/nls.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/po.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/printf-posix.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/progtest.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/size_max.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/stdint_h.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/threadlib.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/uintmax_t.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/visibility.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/wchar_t.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \ ++ $(top_srcdir)/../gettext-runtime/m4/xsize.m4 \ ++ $(top_srcdir)/m4/exported.m4 $(top_srcdir)/m4/hostname.m4 \ ++ $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/siginfo.m4 \ ++ $(top_srcdir)/configure.ac ++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ ++ $(ACLOCAL_M4) ++mkinstalldirs = $(SHELL) $(top_srcdir)/../build-aux/mkinstalldirs ++CONFIG_HEADER = $(top_builddir)/config.h ++CONFIG_CLEAN_FILES = user-email ++CONFIG_CLEAN_VPATH_FILES = ++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; ++am__vpath_adj = case $$p in \ ++ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ ++ *) f=$$p;; \ ++ esac; ++am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; ++am__install_max = 40 ++am__nobase_strip_setup = \ ++ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` ++am__nobase_strip = \ ++ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" ++am__nobase_list = $(am__nobase_strip_setup); \ ++ for p in $$list; do echo "$$p $$p"; done | \ ++ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ ++ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ ++ if (++n[$$2] == $(am__install_max)) \ ++ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ ++ END { for (dir in files) print dir, files[dir] }' ++am__base_list = \ ++ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ ++ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' ++am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" ++LTLIBRARIES = $(lib_LTLIBRARIES) ++libgettextsrc_la_LIBADD = ++am__libgettextsrc_la_SOURCES_DIST = message.c po-error.c po-xerror.c \ ++ read-catalog-abstract.c po-lex.c po-gram-gen.y po-charset.c \ ++ read-po.c read-properties.c read-stringtable.c open-catalog.c \ ++ dir-list.c str-list.c read-catalog.c color.c write-catalog.c \ ++ write-properties.c write-stringtable.c write-po.c msgl-ascii.c \ ++ msgl-iconv.c msgl-equal.c msgl-cat.c msgl-header.c \ ++ msgl-english.c msgl-check.c file-list.c msgl-charset.c \ ++ po-time.c plural-exp.c plural-eval.c plural-table.c format.c \ ++ format-invalid.h format-c.c format-sh.c format-python.c \ ++ format-lisp.c format-elisp.c format-librep.c format-scheme.c \ ++ format-java.c format-csharp.c format-awk.c format-pascal.c \ ++ format-ycp.c format-tcl.c format-perl.c format-perl-brace.c \ ++ format-php.c format-gcc-internal.c format-gfc-internal.c \ ++ format-qt.c format-qt-plural.c format-kde.c format-boost.c \ ++ ../woe32dll/c++format.cc ../woe32dll/gettextsrc-exports.c ++am__objects_1 = message.lo po-error.lo po-xerror.lo \ ++ read-catalog-abstract.lo po-lex.lo po-gram-gen.lo \ ++ po-charset.lo read-po.lo read-properties.lo \ ++ read-stringtable.lo open-catalog.lo dir-list.lo str-list.lo ++@WOE32DLL_FALSE@am__objects_2 = format.lo format-c.lo format-sh.lo \ ++@WOE32DLL_FALSE@ format-python.lo format-lisp.lo \ ++@WOE32DLL_FALSE@ format-elisp.lo format-librep.lo \ ++@WOE32DLL_FALSE@ format-scheme.lo format-java.lo \ ++@WOE32DLL_FALSE@ format-csharp.lo format-awk.lo \ ++@WOE32DLL_FALSE@ format-pascal.lo format-ycp.lo format-tcl.lo \ ++@WOE32DLL_FALSE@ format-perl.lo format-perl-brace.lo \ ++@WOE32DLL_FALSE@ format-php.lo format-gcc-internal.lo \ ++@WOE32DLL_FALSE@ format-gfc-internal.lo format-qt.lo \ ++@WOE32DLL_FALSE@ format-qt-plural.lo format-kde.lo \ ++@WOE32DLL_FALSE@ format-boost.lo ++@WOE32DLL_TRUE@am__objects_2 = c++format.lo format-c.lo format-sh.lo \ ++@WOE32DLL_TRUE@ format-python.lo format-lisp.lo format-elisp.lo \ ++@WOE32DLL_TRUE@ format-librep.lo format-scheme.lo \ ++@WOE32DLL_TRUE@ format-java.lo format-csharp.lo format-awk.lo \ ++@WOE32DLL_TRUE@ format-pascal.lo format-ycp.lo format-tcl.lo \ ++@WOE32DLL_TRUE@ format-perl.lo format-perl-brace.lo \ ++@WOE32DLL_TRUE@ format-php.lo format-gcc-internal.lo \ ++@WOE32DLL_TRUE@ format-gfc-internal.lo format-qt.lo \ ++@WOE32DLL_TRUE@ format-qt-plural.lo format-kde.lo \ ++@WOE32DLL_TRUE@ format-boost.lo ++@WOE32DLL_TRUE@am__objects_3 = gettextsrc-exports.lo ++am_libgettextsrc_la_OBJECTS = $(am__objects_1) read-catalog.lo \ ++ color.lo write-catalog.lo write-properties.lo \ ++ write-stringtable.lo write-po.lo msgl-ascii.lo msgl-iconv.lo \ ++ msgl-equal.lo msgl-cat.lo msgl-header.lo msgl-english.lo \ ++ msgl-check.lo file-list.lo msgl-charset.lo po-time.lo \ ++ plural-exp.lo plural-eval.lo plural-table.lo $(am__objects_2) \ ++ $(am__objects_3) ++libgettextsrc_la_OBJECTS = $(am_libgettextsrc_la_OBJECTS) ++PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) ++am_hostname_OBJECTS = hostname-hostname.$(OBJEXT) ++hostname_OBJECTS = $(am_hostname_OBJECTS) ++hostname_LDADD = $(LDADD) ++am__DEPENDENCIES_1 = ++@WOE32_TRUE@am__DEPENDENCIES_2 = gettext.res ++AM_V_lt = $(am__v_lt_$(V)) ++am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) ++am__v_lt_0 = --silent ++hostname_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(hostname_LDFLAGS) $(LDFLAGS) -o $@ ++am__msgattrib_SOURCES_DIST = msgattrib.c ../woe32dll/c++msgattrib.cc ++@WOE32DLL_FALSE@am_msgattrib_OBJECTS = msgattrib-msgattrib.$(OBJEXT) ++@WOE32DLL_TRUE@am_msgattrib_OBJECTS = \ ++@WOE32DLL_TRUE@ msgattrib-c++msgattrib.$(OBJEXT) ++msgattrib_OBJECTS = $(am_msgattrib_OBJECTS) ++am__msgcat_SOURCES_DIST = msgcat.c ../woe32dll/c++msgcat.cc ++@WOE32DLL_FALSE@am_msgcat_OBJECTS = msgcat-msgcat.$(OBJEXT) ++@WOE32DLL_TRUE@am_msgcat_OBJECTS = msgcat-c++msgcat.$(OBJEXT) ++msgcat_OBJECTS = $(am_msgcat_OBJECTS) ++am_msgcmp_OBJECTS = msgcmp-msgcmp.$(OBJEXT) \ ++ msgcmp-msgl-fsearch.$(OBJEXT) ++msgcmp_OBJECTS = $(am_msgcmp_OBJECTS) ++msgcmp_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(msgcmp_LDFLAGS) $(LDFLAGS) -o $@ ++am__msgcomm_SOURCES_DIST = msgcomm.c ../woe32dll/c++msgcomm.cc ++@WOE32DLL_FALSE@am_msgcomm_OBJECTS = msgcomm-msgcomm.$(OBJEXT) ++@WOE32DLL_TRUE@am_msgcomm_OBJECTS = msgcomm-c++msgcomm.$(OBJEXT) ++msgcomm_OBJECTS = $(am_msgcomm_OBJECTS) ++am__msgconv_SOURCES_DIST = msgconv.c ../woe32dll/c++msgconv.cc ++@WOE32DLL_FALSE@am_msgconv_OBJECTS = msgconv-msgconv.$(OBJEXT) ++@WOE32DLL_TRUE@am_msgconv_OBJECTS = msgconv-c++msgconv.$(OBJEXT) ++msgconv_OBJECTS = $(am_msgconv_OBJECTS) ++am__msgen_SOURCES_DIST = msgen.c ../woe32dll/c++msgen.cc ++@WOE32DLL_FALSE@am_msgen_OBJECTS = msgen-msgen.$(OBJEXT) ++@WOE32DLL_TRUE@am_msgen_OBJECTS = msgen-c++msgen.$(OBJEXT) ++msgen_OBJECTS = $(am_msgen_OBJECTS) ++am_msgexec_OBJECTS = msgexec-msgexec.$(OBJEXT) ++msgexec_OBJECTS = $(am_msgexec_OBJECTS) ++msgexec_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(msgexec_LDFLAGS) $(LDFLAGS) -o $@ ++am__msgfilter_SOURCES_DIST = msgfilter.c filter-sr-latin.c \ ++ ../woe32dll/c++msgfilter.cc ++@WOE32DLL_FALSE@am_msgfilter_OBJECTS = msgfilter-msgfilter.$(OBJEXT) \ ++@WOE32DLL_FALSE@ msgfilter-filter-sr-latin.$(OBJEXT) ++@WOE32DLL_TRUE@am_msgfilter_OBJECTS = \ ++@WOE32DLL_TRUE@ msgfilter-c++msgfilter.$(OBJEXT) \ ++@WOE32DLL_TRUE@ msgfilter-filter-sr-latin.$(OBJEXT) ++msgfilter_OBJECTS = $(am_msgfilter_OBJECTS) ++am_msgfmt_OBJECTS = msgfmt-msgfmt.$(OBJEXT) msgfmt-write-mo.$(OBJEXT) \ ++ msgfmt-write-java.$(OBJEXT) msgfmt-write-csharp.$(OBJEXT) \ ++ msgfmt-write-resources.$(OBJEXT) msgfmt-write-tcl.$(OBJEXT) \ ++ msgfmt-write-qt.$(OBJEXT) msgfmt-hash-string.$(OBJEXT) ++msgfmt_OBJECTS = $(am_msgfmt_OBJECTS) ++msgfmt_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(msgfmt_LDFLAGS) $(LDFLAGS) -o $@ ++am__msggrep_SOURCES_DIST = msggrep.c ../woe32dll/c++msggrep.cc ++@WOE32DLL_FALSE@am_msggrep_OBJECTS = msggrep-msggrep.$(OBJEXT) ++@WOE32DLL_TRUE@am_msggrep_OBJECTS = msggrep-c++msggrep.$(OBJEXT) ++msggrep_OBJECTS = $(am_msggrep_OBJECTS) ++am_msginit_OBJECTS = msginit-msginit.$(OBJEXT) \ ++ msginit-lang-table.$(OBJEXT) msginit-plural-count.$(OBJEXT) \ ++ msginit-localealias.$(OBJEXT) msginit-lock.$(OBJEXT) ++msginit_OBJECTS = $(am_msginit_OBJECTS) ++msginit_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(msginit_LDFLAGS) $(LDFLAGS) -o $@ ++am__msgmerge_SOURCES_DIST = msgmerge.c msgl-fsearch.c lang-table.c \ ++ plural-count.c ../woe32dll/c++msgmerge.cc ++@WOE32DLL_FALSE@am_msgmerge_OBJECTS = msgmerge-msgmerge.$(OBJEXT) \ ++@WOE32DLL_FALSE@ msgmerge-msgl-fsearch.$(OBJEXT) \ ++@WOE32DLL_FALSE@ msgmerge-lang-table.$(OBJEXT) \ ++@WOE32DLL_FALSE@ msgmerge-plural-count.$(OBJEXT) ++@WOE32DLL_TRUE@am_msgmerge_OBJECTS = msgmerge-c++msgmerge.$(OBJEXT) \ ++@WOE32DLL_TRUE@ msgmerge-msgl-fsearch.$(OBJEXT) \ ++@WOE32DLL_TRUE@ msgmerge-lang-table.$(OBJEXT) \ ++@WOE32DLL_TRUE@ msgmerge-plural-count.$(OBJEXT) ++msgmerge_OBJECTS = $(am_msgmerge_OBJECTS) ++am_msgunfmt_OBJECTS = msgunfmt-msgunfmt.$(OBJEXT) \ ++ msgunfmt-read-mo.$(OBJEXT) msgunfmt-read-java.$(OBJEXT) \ ++ msgunfmt-read-csharp.$(OBJEXT) \ ++ msgunfmt-read-resources.$(OBJEXT) msgunfmt-read-tcl.$(OBJEXT) ++msgunfmt_OBJECTS = $(am_msgunfmt_OBJECTS) ++msgunfmt_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(msgunfmt_LDFLAGS) $(LDFLAGS) -o $@ ++am__msguniq_SOURCES_DIST = msguniq.c ../woe32dll/c++msguniq.cc ++@WOE32DLL_FALSE@am_msguniq_OBJECTS = msguniq-msguniq.$(OBJEXT) ++@WOE32DLL_TRUE@am_msguniq_OBJECTS = msguniq-c++msguniq.$(OBJEXT) ++msguniq_OBJECTS = $(am_msguniq_OBJECTS) ++am_recode_sr_latin_OBJECTS = \ ++ recode_sr_latin-recode-sr-latin.$(OBJEXT) \ ++ recode_sr_latin-filter-sr-latin.$(OBJEXT) ++recode_sr_latin_OBJECTS = $(am_recode_sr_latin_OBJECTS) ++recode_sr_latin_LDADD = $(LDADD) ++recode_sr_latin_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ ++ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ ++ $(AM_CFLAGS) $(CFLAGS) $(recode_sr_latin_LDFLAGS) $(LDFLAGS) \ ++ -o $@ ++am_urlget_OBJECTS = urlget-urlget.$(OBJEXT) ++urlget_OBJECTS = $(am_urlget_OBJECTS) ++urlget_LDADD = $(LDADD) ++urlget_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(urlget_LDFLAGS) $(LDFLAGS) -o $@ ++am__xgettext_SOURCES_DIST = xgettext.c x-c.c x-po.c x-sh.c x-python.c \ ++ x-lisp.c x-elisp.c x-librep.c x-scheme.c x-smalltalk.c \ ++ x-java.c x-csharp.c x-awk.c x-ycp.c x-tcl.c x-perl.c x-php.c \ ++ x-rst.c x-glade.c ../woe32dll/c++xgettext.cc ++@WOE32DLL_FALSE@am_xgettext_OBJECTS = xgettext-xgettext.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-c.$(OBJEXT) xgettext-x-po.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-sh.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-python.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-lisp.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-elisp.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-librep.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-scheme.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-smalltalk.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-java.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-csharp.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-awk.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-ycp.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-tcl.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-perl.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-php.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-rst.$(OBJEXT) \ ++@WOE32DLL_FALSE@ xgettext-x-glade.$(OBJEXT) ++@WOE32DLL_TRUE@am_xgettext_OBJECTS = xgettext-c++xgettext.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-c.$(OBJEXT) xgettext-x-po.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-sh.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-python.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-lisp.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-elisp.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-librep.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-scheme.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-smalltalk.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-java.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-csharp.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-awk.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-ycp.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-tcl.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-perl.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-php.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-rst.$(OBJEXT) \ ++@WOE32DLL_TRUE@ xgettext-x-glade.$(OBJEXT) ++xgettext_OBJECTS = $(am_xgettext_OBJECTS) ++DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) ++depcomp = ++am__depfiles_maybe = ++COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ ++ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ++LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ ++ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ ++ $(AM_CFLAGS) $(CFLAGS) ++AM_V_CC = $(am__v_CC_$(V)) ++am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) ++am__v_CC_0 = @echo " CC " $@; ++AM_V_at = $(am__v_at_$(V)) ++am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) ++am__v_at_0 = @ ++CCLD = $(CC) ++LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++ $(AM_LDFLAGS) $(LDFLAGS) -o $@ ++AM_V_CCLD = $(am__v_CCLD_$(V)) ++am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) ++am__v_CCLD_0 = @echo " CCLD " $@; ++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ ++ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) ++LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ ++ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ ++ $(AM_CXXFLAGS) $(CXXFLAGS) ++AM_V_CXX = $(am__v_CXX_$(V)) ++am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY)) ++am__v_CXX_0 = @echo " CXX " $@; ++CXXLD = $(CXX) ++CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ ++ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ ++AM_V_CXXLD = $(am__v_CXXLD_$(V)) ++am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY)) ++am__v_CXXLD_0 = @echo " CXXLD " $@; ++YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS) ++LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS) ++AM_V_YACC = $(am__v_YACC_$(V)) ++am__v_YACC_ = $(am__v_YACC_$(AM_DEFAULT_VERBOSITY)) ++am__v_YACC_0 = @echo " YACC " $@; ++YLWRAP = $(top_srcdir)/../build-aux/ylwrap ++AM_V_GEN = $(am__v_GEN_$(V)) ++am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) ++am__v_GEN_0 = @echo " GEN " $@; ++SOURCES = $(libgettextsrc_la_SOURCES) $(hostname_SOURCES) \ ++ $(msgattrib_SOURCES) $(msgcat_SOURCES) $(msgcmp_SOURCES) \ ++ $(msgcomm_SOURCES) $(msgconv_SOURCES) $(msgen_SOURCES) \ ++ $(msgexec_SOURCES) $(msgfilter_SOURCES) $(msgfmt_SOURCES) \ ++ $(msggrep_SOURCES) $(msginit_SOURCES) $(msgmerge_SOURCES) \ ++ $(msgunfmt_SOURCES) $(msguniq_SOURCES) \ ++ $(recode_sr_latin_SOURCES) $(urlget_SOURCES) \ ++ $(xgettext_SOURCES) ++DIST_SOURCES = $(am__libgettextsrc_la_SOURCES_DIST) \ ++ $(hostname_SOURCES) $(am__msgattrib_SOURCES_DIST) \ ++ $(am__msgcat_SOURCES_DIST) $(msgcmp_SOURCES) \ ++ $(am__msgcomm_SOURCES_DIST) $(am__msgconv_SOURCES_DIST) \ ++ $(am__msgen_SOURCES_DIST) $(msgexec_SOURCES) \ ++ $(am__msgfilter_SOURCES_DIST) $(msgfmt_SOURCES) \ ++ $(am__msggrep_SOURCES_DIST) $(msginit_SOURCES) \ ++ $(am__msgmerge_SOURCES_DIST) $(msgunfmt_SOURCES) \ ++ $(am__msguniq_SOURCES_DIST) $(recode_sr_latin_SOURCES) \ ++ $(urlget_SOURCES) $(am__xgettext_SOURCES_DIST) ++HEADERS = $(noinst_HEADERS) ++ETAGS = etags ++CTAGS = ctags ++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ++pkgdatadir = $(datadir)/gettext ++pkglibdir = $(libdir)/gettext ++ACLOCAL = @ACLOCAL@ ++ALLOCA = @ALLOCA@ ++ALLOCA_H = @ALLOCA_H@ ++AMTAR = @AMTAR@ ++AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ ++APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ ++AR = @AR@ ++ARCHIVE_FORMAT = @ARCHIVE_FORMAT@ ++AS = @AS@ ++ASM_SYMBOL_PREFIX = @ASM_SYMBOL_PREFIX@ ++AUTOCONF = @AUTOCONF@ ++AUTOHEADER = @AUTOHEADER@ ++AUTOMAKE = @AUTOMAKE@ ++AWK = @AWK@ ++BISON_LOCALEDIR = @BISON_LOCALEDIR@ ++BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ ++BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ ++BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ ++BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ ++BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ ++BUILDCSHARP = @BUILDCSHARP@ ++BUILDJAVA = @BUILDJAVA@ ++BUILDJAVAEXE = @BUILDJAVAEXE@ ++BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ ++BYTESWAP_H = @BYTESWAP_H@ ++CATOBJEXT = @CATOBJEXT@ ++CC = @CC@ ++CCDEPMODE = @CCDEPMODE@ ++CFLAGS = @CFLAGS@ ++CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ ++CLASSPATH = @CLASSPATH@ ++CLASSPATH_SEPARATOR = @CLASSPATH_SEPARATOR@ ++CLIX_PATH = @CLIX_PATH@ ++CLIX_PATH_VAR = @CLIX_PATH_VAR@ ++CONF_JAVA = @CONF_JAVA@ ++CONF_JAVAC = @CONF_JAVAC@ ++CPP = @CPP@ ++CPPFLAGS = @CPPFLAGS@ ++CROSS_COMPILING = @CROSS_COMPILING@ ++CSHARPCOMPFLAGS = @CSHARPCOMPFLAGS@ ++CSHARP_CHOICE = @CSHARP_CHOICE@ ++CXX = @CXX@ ++CXXCPP = @CXXCPP@ ++CXXDEPMODE = @CXXDEPMODE@ ++CXXFLAGS = @CXXFLAGS@ ++CYGPATH_W = @CYGPATH_W@ ++DATADIRNAME = @DATADIRNAME@ ++DEFS = \ ++ -DLOCALEDIR=\"$(localedir)\" -DBISON_LOCALEDIR=\"$(BISON_LOCALEDIR)\" \ ++ -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \ ++ -DUSEJAVA=$(USEJAVA) \ ++ -DUSEJEXE=$(USEJEXE) \ ++ -DGETTEXTJEXEDIR=\"$(pkglibdir)\" \ ++ -DGETTEXTJAR=\"$(jardir)/gettext.jar\" \ ++ -DLIBDIR=\"$(libdir)\" \ ++ -DGETTEXTDATADIR=\"$(pkgdatadir)\" \ ++ -DPROJECTSDIR=\"$(projectsdir)\" @DEFS@ ++ ++DEPDIR = @DEPDIR@ ++DLLTOOL = @DLLTOOL@ ++DSYMUTIL = @DSYMUTIL@ ++DUMPBIN = @DUMPBIN@ ++DVIPS = @DVIPS@ ++ECHO_C = @ECHO_C@ ++ECHO_N = @ECHO_N@ ++ECHO_T = @ECHO_T@ ++EGREP = @EGREP@ ++EMACS = @EMACS@ ++EMACSLOADPATH = @EMACSLOADPATH@ ++EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ ++EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ++ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ++ENOLINK_VALUE = @ENOLINK_VALUE@ ++EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ ++EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ++ERRNO_H = @ERRNO_H@ ++EXEEXT = @EXEEXT@ ++FGREP = @FGREP@ ++FLOAT_H = @FLOAT_H@ ++FNMATCH_H = @FNMATCH_H@ ++GCJ = @GCJ@ ++GCJFLAGS = @GCJFLAGS@ ++GENCAT = @GENCAT@ ++GETOPT_H = @GETOPT_H@ ++GETTEXTLIB_EXPORTS_FLAGS = @GETTEXTLIB_EXPORTS_FLAGS@ ++GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ ++GLIBC2 = @GLIBC2@ ++GLIBC21 = @GLIBC21@ ++GLOBAL_SYMBOL_PIPE = @GLOBAL_SYMBOL_PIPE@ ++GMSGFMT = @GMSGFMT@ ++GMSGFMT_015 = @GMSGFMT_015@ ++GNULIB_ACCEPT = @GNULIB_ACCEPT@ ++GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@ ++GNULIB_ATOLL = @GNULIB_ATOLL@ ++GNULIB_BIND = @GNULIB_BIND@ ++GNULIB_BTOWC = @GNULIB_BTOWC@ ++GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ ++GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ ++GNULIB_CHOWN = @GNULIB_CHOWN@ ++GNULIB_CLOSE = @GNULIB_CLOSE@ ++GNULIB_CONNECT = @GNULIB_CONNECT@ ++GNULIB_DPRINTF = @GNULIB_DPRINTF@ ++GNULIB_DUP2 = @GNULIB_DUP2@ ++GNULIB_DUP3 = @GNULIB_DUP3@ ++GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@ ++GNULIB_ENVIRON = @GNULIB_ENVIRON@ ++GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ ++GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ ++GNULIB_FCHDIR = @GNULIB_FCHDIR@ ++GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ ++GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ ++GNULIB_FCLOSE = @GNULIB_FCLOSE@ ++GNULIB_FCNTL = @GNULIB_FCNTL@ ++GNULIB_FFLUSH = @GNULIB_FFLUSH@ ++GNULIB_FOPEN = @GNULIB_FOPEN@ ++GNULIB_FPRINTF = @GNULIB_FPRINTF@ ++GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ ++GNULIB_FPURGE = @GNULIB_FPURGE@ ++GNULIB_FPUTC = @GNULIB_FPUTC@ ++GNULIB_FPUTS = @GNULIB_FPUTS@ ++GNULIB_FREOPEN = @GNULIB_FREOPEN@ ++GNULIB_FSEEK = @GNULIB_FSEEK@ ++GNULIB_FSEEKO = @GNULIB_FSEEKO@ ++GNULIB_FSTATAT = @GNULIB_FSTATAT@ ++GNULIB_FSYNC = @GNULIB_FSYNC@ ++GNULIB_FTELL = @GNULIB_FTELL@ ++GNULIB_FTELLO = @GNULIB_FTELLO@ ++GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ ++GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ ++GNULIB_FWRITE = @GNULIB_FWRITE@ ++GNULIB_GETCWD = @GNULIB_GETCWD@ ++GNULIB_GETDELIM = @GNULIB_GETDELIM@ ++GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ ++GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ ++GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ ++GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ ++GNULIB_GETLINE = @GNULIB_GETLINE@ ++GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ ++GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ ++GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ ++GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ ++GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@ ++GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@ ++GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@ ++GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ ++GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ ++GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ ++GNULIB_GRANTPT = @GNULIB_GRANTPT@ ++GNULIB_LCHMOD = @GNULIB_LCHMOD@ ++GNULIB_LCHOWN = @GNULIB_LCHOWN@ ++GNULIB_LINK = @GNULIB_LINK@ ++GNULIB_LINKAT = @GNULIB_LINKAT@ ++GNULIB_LISTEN = @GNULIB_LISTEN@ ++GNULIB_LSEEK = @GNULIB_LSEEK@ ++GNULIB_LSTAT = @GNULIB_LSTAT@ ++GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ ++GNULIB_MBRLEN = @GNULIB_MBRLEN@ ++GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ ++GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ ++GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ ++GNULIB_MBSCHR = @GNULIB_MBSCHR@ ++GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ ++GNULIB_MBSINIT = @GNULIB_MBSINIT@ ++GNULIB_MBSLEN = @GNULIB_MBSLEN@ ++GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ ++GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ ++GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ ++GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ ++GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ ++GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ ++GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ ++GNULIB_MBSSEP = @GNULIB_MBSSEP@ ++GNULIB_MBSSPN = @GNULIB_MBSSPN@ ++GNULIB_MBSSTR = @GNULIB_MBSSTR@ ++GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ ++GNULIB_MEMCHR = @GNULIB_MEMCHR@ ++GNULIB_MEMMEM = @GNULIB_MEMMEM@ ++GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ ++GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ ++GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ ++GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ ++GNULIB_MKFIFO = @GNULIB_MKFIFO@ ++GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ ++GNULIB_MKNOD = @GNULIB_MKNOD@ ++GNULIB_MKNODAT = @GNULIB_MKNODAT@ ++GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ ++GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ ++GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ ++GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ ++GNULIB_MKTIME = @GNULIB_MKTIME@ ++GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ ++GNULIB_NL_LANGINFO = @GNULIB_NL_LANGINFO@ ++GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ ++GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ ++GNULIB_OPEN = @GNULIB_OPEN@ ++GNULIB_OPENAT = @GNULIB_OPENAT@ ++GNULIB_PERROR = @GNULIB_PERROR@ ++GNULIB_PIPE2 = @GNULIB_PIPE2@ ++GNULIB_POPEN = @GNULIB_POPEN@ ++GNULIB_POSIX_SPAWN = @GNULIB_POSIX_SPAWN@ ++GNULIB_POSIX_SPAWNATTR_DESTROY = @GNULIB_POSIX_SPAWNATTR_DESTROY@ ++GNULIB_POSIX_SPAWNATTR_GETFLAGS = @GNULIB_POSIX_SPAWNATTR_GETFLAGS@ ++GNULIB_POSIX_SPAWNATTR_GETPGROUP = @GNULIB_POSIX_SPAWNATTR_GETPGROUP@ ++GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM = @GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM@ ++GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY = @GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY@ ++GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT = @GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT@ ++GNULIB_POSIX_SPAWNATTR_GETSIGMASK = @GNULIB_POSIX_SPAWNATTR_GETSIGMASK@ ++GNULIB_POSIX_SPAWNATTR_INIT = @GNULIB_POSIX_SPAWNATTR_INIT@ ++GNULIB_POSIX_SPAWNATTR_SETFLAGS = @GNULIB_POSIX_SPAWNATTR_SETFLAGS@ ++GNULIB_POSIX_SPAWNATTR_SETPGROUP = @GNULIB_POSIX_SPAWNATTR_SETPGROUP@ ++GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM = @GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM@ ++GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY = @GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY@ ++GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT = @GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT@ ++GNULIB_POSIX_SPAWNATTR_SETSIGMASK = @GNULIB_POSIX_SPAWNATTR_SETSIGMASK@ ++GNULIB_POSIX_SPAWNP = @GNULIB_POSIX_SPAWNP@ ++GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE = @GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE@ ++GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 = @GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2@ ++GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN = @GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN@ ++GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY = @GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY@ ++GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT = @GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT@ ++GNULIB_PREAD = @GNULIB_PREAD@ ++GNULIB_PRINTF = @GNULIB_PRINTF@ ++GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ ++GNULIB_PTSNAME = @GNULIB_PTSNAME@ ++GNULIB_PUTC = @GNULIB_PUTC@ ++GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ ++GNULIB_PUTENV = @GNULIB_PUTENV@ ++GNULIB_PUTS = @GNULIB_PUTS@ ++GNULIB_PWRITE = @GNULIB_PWRITE@ ++GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ ++GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ ++GNULIB_READLINK = @GNULIB_READLINK@ ++GNULIB_READLINKAT = @GNULIB_READLINKAT@ ++GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ ++GNULIB_REALPATH = @GNULIB_REALPATH@ ++GNULIB_RECV = @GNULIB_RECV@ ++GNULIB_RECVFROM = @GNULIB_RECVFROM@ ++GNULIB_REMOVE = @GNULIB_REMOVE@ ++GNULIB_RENAME = @GNULIB_RENAME@ ++GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ ++GNULIB_RMDIR = @GNULIB_RMDIR@ ++GNULIB_RPMATCH = @GNULIB_RPMATCH@ ++GNULIB_SELECT = @GNULIB_SELECT@ ++GNULIB_SEND = @GNULIB_SEND@ ++GNULIB_SENDTO = @GNULIB_SENDTO@ ++GNULIB_SETENV = @GNULIB_SETENV@ ++GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@ ++GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@ ++GNULIB_SIGACTION = @GNULIB_SIGACTION@ ++GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ ++GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ ++GNULIB_SLEEP = @GNULIB_SLEEP@ ++GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ ++GNULIB_SOCKET = @GNULIB_SOCKET@ ++GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ ++GNULIB_STAT = @GNULIB_STAT@ ++GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ ++GNULIB_STPCPY = @GNULIB_STPCPY@ ++GNULIB_STPNCPY = @GNULIB_STPNCPY@ ++GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ ++GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ ++GNULIB_STRDUP = @GNULIB_STRDUP@ ++GNULIB_STRERROR = @GNULIB_STRERROR@ ++GNULIB_STRNCAT = @GNULIB_STRNCAT@ ++GNULIB_STRNDUP = @GNULIB_STRNDUP@ ++GNULIB_STRNLEN = @GNULIB_STRNLEN@ ++GNULIB_STRPBRK = @GNULIB_STRPBRK@ ++GNULIB_STRPTIME = @GNULIB_STRPTIME@ ++GNULIB_STRSEP = @GNULIB_STRSEP@ ++GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ ++GNULIB_STRSTR = @GNULIB_STRSTR@ ++GNULIB_STRTOD = @GNULIB_STRTOD@ ++GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ ++GNULIB_STRTOLL = @GNULIB_STRTOLL@ ++GNULIB_STRTOULL = @GNULIB_STRTOULL@ ++GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ ++GNULIB_SYMLINK = @GNULIB_SYMLINK@ ++GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ ++GNULIB_TIMEGM = @GNULIB_TIMEGM@ ++GNULIB_TIME_R = @GNULIB_TIME_R@ ++GNULIB_TMPFILE = @GNULIB_TMPFILE@ ++GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ ++GNULIB_UNISTD_H_GETOPT = @GNULIB_UNISTD_H_GETOPT@ ++GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ ++GNULIB_UNLINK = @GNULIB_UNLINK@ ++GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ ++GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ ++GNULIB_UNSETENV = @GNULIB_UNSETENV@ ++GNULIB_USLEEP = @GNULIB_USLEEP@ ++GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ ++GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ ++GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ ++GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ ++GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ ++GNULIB_VPRINTF = @GNULIB_VPRINTF@ ++GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ ++GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ ++GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ ++GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ ++GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ ++GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ ++GNULIB_WCTOB = @GNULIB_WCTOB@ ++GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ ++GNULIB_WRITE = @GNULIB_WRITE@ ++GREP = @GREP@ ++HAVE_ACCEPT4 = @HAVE_ACCEPT4@ ++HAVE_ASPRINTF = @HAVE_ASPRINTF@ ++HAVE_ATOLL = @HAVE_ATOLL@ ++HAVE_BTOWC = @HAVE_BTOWC@ ++HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@ ++HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ ++HAVE_CHOWN = @HAVE_CHOWN@ ++HAVE_CLIX = @HAVE_CLIX@ ++HAVE_CLIX_IN_PATH = @HAVE_CLIX_IN_PATH@ ++HAVE_CSC = @HAVE_CSC@ ++HAVE_CSCC = @HAVE_CSCC@ ++HAVE_CSCC_IN_PATH = @HAVE_CSCC_IN_PATH@ ++HAVE_CSC_IN_PATH = @HAVE_CSC_IN_PATH@ ++HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ ++HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ ++HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ ++HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ ++HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ ++HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ ++HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ ++HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ ++HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ ++HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ ++HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ ++HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ ++HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ ++HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ ++HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ ++HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ ++HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ ++HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ ++HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ ++HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ ++HAVE_DPRINTF = @HAVE_DPRINTF@ ++HAVE_DUP2 = @HAVE_DUP2@ ++HAVE_DUP3 = @HAVE_DUP3@ ++HAVE_DUPLOCALE = @HAVE_DUPLOCALE@ ++HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ ++HAVE_FACCESSAT = @HAVE_FACCESSAT@ ++HAVE_FCHDIR = @HAVE_FCHDIR@ ++HAVE_FCHMODAT = @HAVE_FCHMODAT@ ++HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ ++HAVE_FCNTL = @HAVE_FCNTL@ ++HAVE_FSEEKO = @HAVE_FSEEKO@ ++HAVE_FSTATAT = @HAVE_FSTATAT@ ++HAVE_FSYNC = @HAVE_FSYNC@ ++HAVE_FTELLO = @HAVE_FTELLO@ ++HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ ++HAVE_FUTIMENS = @HAVE_FUTIMENS@ ++HAVE_GCJ = @HAVE_GCJ@ ++HAVE_GCJ_C = @HAVE_GCJ_C@ ++HAVE_GCJ_IN_PATH = @HAVE_GCJ_IN_PATH@ ++HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@ ++HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ ++HAVE_GETGROUPS = @HAVE_GETGROUPS@ ++HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ ++HAVE_GETLOGIN = @HAVE_GETLOGIN@ ++HAVE_GETOPT_H = @HAVE_GETOPT_H@ ++HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ ++HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ ++HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ ++HAVE_GIJ = @HAVE_GIJ@ ++HAVE_GIJ_IN_PATH = @HAVE_GIJ_IN_PATH@ ++HAVE_GLOBAL_SYMBOL_PIPE = @HAVE_GLOBAL_SYMBOL_PIPE@ ++HAVE_GRANTPT = @HAVE_GRANTPT@ ++HAVE_ILRUN = @HAVE_ILRUN@ ++HAVE_ILRUN_IN_PATH = @HAVE_ILRUN_IN_PATH@ ++HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ ++HAVE_ISWBLANK = @HAVE_ISWBLANK@ ++HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ ++HAVE_JAVA = @HAVE_JAVA@ ++HAVE_JAVAC = @HAVE_JAVAC@ ++HAVE_JAVAC_ENVVAR = @HAVE_JAVAC_ENVVAR@ ++HAVE_JAVAC_IN_PATH = @HAVE_JAVAC_IN_PATH@ ++HAVE_JAVA_ENVVAR = @HAVE_JAVA_ENVVAR@ ++HAVE_JAVA_IN_PATH = @HAVE_JAVA_IN_PATH@ ++HAVE_JIKES = @HAVE_JIKES@ ++HAVE_JIKES_IN_PATH = @HAVE_JIKES_IN_PATH@ ++HAVE_JRE = @HAVE_JRE@ ++HAVE_JRE_IN_PATH = @HAVE_JRE_IN_PATH@ ++HAVE_JVIEW = @HAVE_JVIEW@ ++HAVE_JVIEW_IN_PATH = @HAVE_JVIEW_IN_PATH@ ++HAVE_LANGINFO_CODESET = @HAVE_LANGINFO_CODESET@ ++HAVE_LANGINFO_ERA = @HAVE_LANGINFO_ERA@ ++HAVE_LANGINFO_H = @HAVE_LANGINFO_H@ ++HAVE_LCHMOD = @HAVE_LCHMOD@ ++HAVE_LCHOWN = @HAVE_LCHOWN@ ++HAVE_LIBEXPAT = @HAVE_LIBEXPAT@ ++HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@ ++HAVE_LINK = @HAVE_LINK@ ++HAVE_LINKAT = @HAVE_LINKAT@ ++HAVE_LOCALTIME_R = @HAVE_LOCALTIME_R@ ++HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ ++HAVE_LSTAT = @HAVE_LSTAT@ ++HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@ ++HAVE_MBRLEN = @HAVE_MBRLEN@ ++HAVE_MBRTOWC = @HAVE_MBRTOWC@ ++HAVE_MBSINIT = @HAVE_MBSINIT@ ++HAVE_MBSLEN = @HAVE_MBSLEN@ ++HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ ++HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ ++HAVE_MCS = @HAVE_MCS@ ++HAVE_MCS_IN_PATH = @HAVE_MCS_IN_PATH@ ++HAVE_MEMCHR = @HAVE_MEMCHR@ ++HAVE_MEMPCPY = @HAVE_MEMPCPY@ ++HAVE_MKDIRAT = @HAVE_MKDIRAT@ ++HAVE_MKDTEMP = @HAVE_MKDTEMP@ ++HAVE_MKFIFO = @HAVE_MKFIFO@ ++HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ ++HAVE_MKNOD = @HAVE_MKNOD@ ++HAVE_MKNODAT = @HAVE_MKNODAT@ ++HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ ++HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ ++HAVE_MKSTEMP = @HAVE_MKSTEMP@ ++HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ ++HAVE_MONO = @HAVE_MONO@ ++HAVE_MONO_IN_PATH = @HAVE_MONO_IN_PATH@ ++HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ ++HAVE_NEWLOCALE = @HAVE_NEWLOCALE@ ++HAVE_NL_LANGINFO = @HAVE_NL_LANGINFO@ ++HAVE_OPENAT = @HAVE_OPENAT@ ++HAVE_OS_H = @HAVE_OS_H@ ++HAVE_PIPE2 = @HAVE_PIPE2@ ++HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ ++HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ ++HAVE_POSIX_SPAWN = @HAVE_POSIX_SPAWN@ ++HAVE_POSIX_SPAWNATTR_T = @HAVE_POSIX_SPAWNATTR_T@ ++HAVE_POSIX_SPAWN_FILE_ACTIONS_T = @HAVE_POSIX_SPAWN_FILE_ACTIONS_T@ ++HAVE_PREAD = @HAVE_PREAD@ ++HAVE_PTSNAME = @HAVE_PTSNAME@ ++HAVE_PWRITE = @HAVE_PWRITE@ ++HAVE_RANDOM_H = @HAVE_RANDOM_H@ ++HAVE_RANDOM_R = @HAVE_RANDOM_R@ ++HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ ++HAVE_READLINK = @HAVE_READLINK@ ++HAVE_READLINKAT = @HAVE_READLINKAT@ ++HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@ ++HAVE_REALPATH = @HAVE_REALPATH@ ++HAVE_RENAMEAT = @HAVE_RENAMEAT@ ++HAVE_RPMATCH = @HAVE_RPMATCH@ ++HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@ ++HAVE_SCHED_H = @HAVE_SCHED_H@ ++HAVE_SETENV = @HAVE_SETENV@ ++HAVE_SIGACTION = @HAVE_SIGACTION@ ++HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ ++HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ ++HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ ++HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ ++HAVE_SIGSET_T = @HAVE_SIGSET_T@ ++HAVE_SLEEP = @HAVE_SLEEP@ ++HAVE_SNPRINTF = @HAVE_SNPRINTF@ ++HAVE_SPAWN_H = @HAVE_SPAWN_H@ ++HAVE_STDINT_H = @HAVE_STDINT_H@ ++HAVE_STPCPY = @HAVE_STPCPY@ ++HAVE_STPNCPY = @HAVE_STPNCPY@ ++HAVE_STRCASESTR = @HAVE_STRCASESTR@ ++HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ ++HAVE_STRPBRK = @HAVE_STRPBRK@ ++HAVE_STRPTIME = @HAVE_STRPTIME@ ++HAVE_STRSEP = @HAVE_STRSEP@ ++HAVE_STRTOD = @HAVE_STRTOD@ ++HAVE_STRTOLL = @HAVE_STRTOLL@ ++HAVE_STRTOULL = @HAVE_STRTOULL@ ++HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ ++HAVE_STRUCT_SCHED_PARAM = @HAVE_STRUCT_SCHED_PARAM@ ++HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ ++HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@ ++HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ ++HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ ++HAVE_SYMLINK = @HAVE_SYMLINK@ ++HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ ++HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ ++HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ ++HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ ++HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ ++HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@ ++HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ ++HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ ++HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ ++HAVE_TIMEGM = @HAVE_TIMEGM@ ++HAVE_TTYNAME_R = @HAVE_TTYNAME_R@ ++HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ ++HAVE_UNISTD_H = @HAVE_UNISTD_H@ ++HAVE_UNLINKAT = @HAVE_UNLINKAT@ ++HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ ++HAVE_UNSETENV = @HAVE_UNSETENV@ ++HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ ++HAVE_USLEEP = @HAVE_USLEEP@ ++HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ ++HAVE_VASPRINTF = @HAVE_VASPRINTF@ ++HAVE_VDPRINTF = @HAVE_VDPRINTF@ ++HAVE_VISIBILITY = @HAVE_VISIBILITY@ ++HAVE_WCHAR_H = @HAVE_WCHAR_H@ ++HAVE_WCHAR_T = @HAVE_WCHAR_T@ ++HAVE_WCRTOMB = @HAVE_WCRTOMB@ ++HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ ++HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ ++HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ ++HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ ++HAVE_WINT_T = @HAVE_WINT_T@ ++HAVE_WPRINTF = @HAVE_WPRINTF@ ++HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ ++HAVE_XLOCALE_H = @HAVE_XLOCALE_H@ ++HAVE__BOOL = @HAVE__BOOL@ ++ICONV_H = @ICONV_H@ ++INCCROCO = @INCCROCO@ ++INCGLIB = @INCGLIB@ ++INCLUDE_NEXT = @INCLUDE_NEXT@ ++INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ ++INCTERMINFO = @INCTERMINFO@ ++INCXML = @INCXML@ ++INSTALL = @INSTALL@ ++INSTALL_DATA = @INSTALL_DATA@ ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_PROGRAM_ENV = @INSTALL_PROGRAM_ENV@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ ++INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ ++INSTOBJEXT = @INSTOBJEXT@ ++INTLBISON = @INTLBISON@ ++INTLLIBS = @INTLLIBS@ ++INTLOBJS = @INTLOBJS@ ++INTL_DEFAULT_VERBOSITY = @INTL_DEFAULT_VERBOSITY@ ++INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ ++INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ ++JAR = @JAR@ ++JAVA_CHOICE = @JAVA_CHOICE@ ++LD = @LD@ ++LDFLAGS = @LDFLAGS@ ++LIBCROCO = @LIBCROCO@ ++LIBEXPAT = @LIBEXPAT@ ++LIBEXPAT_PREFIX = @LIBEXPAT_PREFIX@ ++LIBGLIB = @LIBGLIB@ ++LIBGLIB_H = @LIBGLIB_H@ ++LIBGREP_LIBDEPS = @LIBGREP_LIBDEPS@ ++LIBGREP_LTLIBDEPS = @LIBGREP_LTLIBDEPS@ ++LIBICONV = @LIBICONV@ ++LIBINTL = @LIBINTL@ ++LIBMULTITHREAD = @LIBMULTITHREAD@ ++LIBOBJS = @LIBOBJS@ ++LIBPTH = @LIBPTH@ ++LIBPTH_PREFIX = @LIBPTH_PREFIX@ ++LIBS = @LIBS@ ++LIBTERMINFO = @LIBTERMINFO@ ++LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ ++LIBTHREAD = @LIBTHREAD@ ++LIBTOOL = @LIBTOOL@ ++LIBUNISTRING = @LIBUNISTRING@ ++LIBUNISTRING_PREFIX = @LIBUNISTRING_PREFIX@ ++LIBUNISTRING_UNICONV_H = @LIBUNISTRING_UNICONV_H@ ++LIBUNISTRING_UNILBRK_H = @LIBUNISTRING_UNILBRK_H@ ++LIBUNISTRING_UNINAME_H = @LIBUNISTRING_UNINAME_H@ ++LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ ++LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ ++LIBUNISTRING_UNIWIDTH_H = @LIBUNISTRING_UNIWIDTH_H@ ++LIBXML = @LIBXML@ ++LIBXML_H = @LIBXML_H@ ++LIB_ACL = @LIB_ACL@ ++LIPO = @LIPO@ ++LN_S = @LN_S@ ++LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ ++LOCALE_FR = @LOCALE_FR@ ++LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ ++LOCALE_JA = @LOCALE_JA@ ++LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@ ++LOCALE_ZH_CN = @LOCALE_ZH_CN@ ++LTLIBC = @LTLIBC@ ++LTLIBCROCO = @LTLIBCROCO@ ++LTLIBEXPAT = @LTLIBEXPAT@ ++LTLIBGLIB = @LTLIBGLIB@ ++LTLIBICONV = @LTLIBICONV@ ++LTLIBINTL = @LTLIBINTL@ ++LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ ++LTLIBOBJS = @LTLIBOBJS@ ++LTLIBPTH = @LTLIBPTH@ ++LTLIBTERMINFO = @LTLIBTERMINFO@ ++LTLIBTHREAD = @LTLIBTHREAD@ ++LTLIBUNISTRING = @LTLIBUNISTRING@ ++LTLIBXML = @LTLIBXML@ ++LTNOUNDEF = @LTNOUNDEF@ ++MAKEINFO = @MAKEINFO@ ++MKDIR_P = @MKDIR_P@ ++MONO_PATH = @MONO_PATH@ ++MONO_PATH_SEPARATOR = @MONO_PATH_SEPARATOR@ ++MSGFMT = @MSGFMT@ ++MSGFMT_015 = @MSGFMT_015@ ++MSGMERGE = @MSGMERGE@ ++MSGMERGE_LIBM = @MSGMERGE_LIBM@ ++NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ ++NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@ ++NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ ++NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ ++NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ ++NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = @NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H@ ++NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@ ++NEXT_AS_FIRST_DIRECTIVE_SCHED_H = @NEXT_AS_FIRST_DIRECTIVE_SCHED_H@ ++NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ ++NEXT_AS_FIRST_DIRECTIVE_SPAWN_H = @NEXT_AS_FIRST_DIRECTIVE_SPAWN_H@ ++NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ ++NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ ++NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ ++NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ ++NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ ++NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ ++NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@ ++NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@ ++NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ ++NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ ++NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H@ ++NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ ++NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ ++NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ ++NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@ ++NEXT_ERRNO_H = @NEXT_ERRNO_H@ ++NEXT_FCNTL_H = @NEXT_FCNTL_H@ ++NEXT_FLOAT_H = @NEXT_FLOAT_H@ ++NEXT_GETOPT_H = @NEXT_GETOPT_H@ ++NEXT_ICONV_H = @NEXT_ICONV_H@ ++NEXT_LANGINFO_H = @NEXT_LANGINFO_H@ ++NEXT_LOCALE_H = @NEXT_LOCALE_H@ ++NEXT_SCHED_H = @NEXT_SCHED_H@ ++NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ ++NEXT_SPAWN_H = @NEXT_SPAWN_H@ ++NEXT_STDARG_H = @NEXT_STDARG_H@ ++NEXT_STDDEF_H = @NEXT_STDDEF_H@ ++NEXT_STDINT_H = @NEXT_STDINT_H@ ++NEXT_STDIO_H = @NEXT_STDIO_H@ ++NEXT_STDLIB_H = @NEXT_STDLIB_H@ ++NEXT_STRING_H = @NEXT_STRING_H@ ++NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@ ++NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ ++NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ ++NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ ++NEXT_SYS_WAIT_H = @NEXT_SYS_WAIT_H@ ++NEXT_TIME_H = @NEXT_TIME_H@ ++NEXT_UNISTD_H = @NEXT_UNISTD_H@ ++NEXT_WCHAR_H = @NEXT_WCHAR_H@ ++NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ ++NM = @NM@ ++NMEDIT = @NMEDIT@ ++NO_CXX = @NO_CXX@ ++OBJDUMP = @OBJDUMP@ ++OBJEXT = @OBJEXT@ ++OPENMP_CFLAGS = @OPENMP_CFLAGS@ ++OTOOL = @OTOOL@ ++OTOOL64 = @OTOOL64@ ++PACKAGE = @PACKAGE@ ++PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ ++PACKAGE_NAME = @PACKAGE_NAME@ ++PACKAGE_STRING = @PACKAGE_STRING@ ++PACKAGE_TARNAME = @PACKAGE_TARNAME@ ++PACKAGE_URL = @PACKAGE_URL@ ++PACKAGE_VERSION = @PACKAGE_VERSION@ ++PATH_SEPARATOR = @PATH_SEPARATOR@ ++PERL = @PERL@ ++POSUB = @POSUB@ ++PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ ++PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ ++PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ ++PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ ++RANLIB = @RANLIB@ ++RC = @RC@ ++RELOCATABLE = @RELOCATABLE@ ++RELOCATABLE_BUILD_DIR = ../gnulib-lib ++RELOCATABLE_CONFIG_H_DIR = .. ++RELOCATABLE_LDFLAGS = @RELOCATABLE_LDFLAGS@ ++ ++# Support for relocatability. ++RELOCATABLE_LIBRARY_PATH = $(libdir) ++RELOCATABLE_SRC_DIR = $(top_srcdir)/gnulib-lib ++RELOCATABLE_STRIP = : ++REPLACE_BTOWC = @REPLACE_BTOWC@ ++REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ ++REPLACE_CHOWN = @REPLACE_CHOWN@ ++REPLACE_CLOSE = @REPLACE_CLOSE@ ++REPLACE_DPRINTF = @REPLACE_DPRINTF@ ++REPLACE_DUP = @REPLACE_DUP@ ++REPLACE_DUP2 = @REPLACE_DUP2@ ++REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@ ++REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ ++REPLACE_FCLOSE = @REPLACE_FCLOSE@ ++REPLACE_FCNTL = @REPLACE_FCNTL@ ++REPLACE_FFLUSH = @REPLACE_FFLUSH@ ++REPLACE_FOPEN = @REPLACE_FOPEN@ ++REPLACE_FPRINTF = @REPLACE_FPRINTF@ ++REPLACE_FPURGE = @REPLACE_FPURGE@ ++REPLACE_FREOPEN = @REPLACE_FREOPEN@ ++REPLACE_FSEEK = @REPLACE_FSEEK@ ++REPLACE_FSEEKO = @REPLACE_FSEEKO@ ++REPLACE_FSTAT = @REPLACE_FSTAT@ ++REPLACE_FSTATAT = @REPLACE_FSTATAT@ ++REPLACE_FTELL = @REPLACE_FTELL@ ++REPLACE_FTELLO = @REPLACE_FTELLO@ ++REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ ++REPLACE_GETCWD = @REPLACE_GETCWD@ ++REPLACE_GETDELIM = @REPLACE_GETDELIM@ ++REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ ++REPLACE_GETLINE = @REPLACE_GETLINE@ ++REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ ++REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ ++REPLACE_ICONV = @REPLACE_ICONV@ ++REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ ++REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ ++REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@ ++REPLACE_LCHOWN = @REPLACE_LCHOWN@ ++REPLACE_LINK = @REPLACE_LINK@ ++REPLACE_LINKAT = @REPLACE_LINKAT@ ++REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ ++REPLACE_LSEEK = @REPLACE_LSEEK@ ++REPLACE_LSTAT = @REPLACE_LSTAT@ ++REPLACE_MBRLEN = @REPLACE_MBRLEN@ ++REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ ++REPLACE_MBSINIT = @REPLACE_MBSINIT@ ++REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ ++REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ ++REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ ++REPLACE_MEMCHR = @REPLACE_MEMCHR@ ++REPLACE_MEMMEM = @REPLACE_MEMMEM@ ++REPLACE_MKDIR = @REPLACE_MKDIR@ ++REPLACE_MKFIFO = @REPLACE_MKFIFO@ ++REPLACE_MKNOD = @REPLACE_MKNOD@ ++REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ ++REPLACE_MKTIME = @REPLACE_MKTIME@ ++REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ ++REPLACE_NL_LANGINFO = @REPLACE_NL_LANGINFO@ ++REPLACE_NULL = @REPLACE_NULL@ ++REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ ++REPLACE_OPEN = @REPLACE_OPEN@ ++REPLACE_OPENAT = @REPLACE_OPENAT@ ++REPLACE_PERROR = @REPLACE_PERROR@ ++REPLACE_POPEN = @REPLACE_POPEN@ ++REPLACE_POSIX_SPAWN = @REPLACE_POSIX_SPAWN@ ++REPLACE_PREAD = @REPLACE_PREAD@ ++REPLACE_PRINTF = @REPLACE_PRINTF@ ++REPLACE_PUTENV = @REPLACE_PUTENV@ ++REPLACE_PWRITE = @REPLACE_PWRITE@ ++REPLACE_READLINK = @REPLACE_READLINK@ ++REPLACE_REALPATH = @REPLACE_REALPATH@ ++REPLACE_REMOVE = @REPLACE_REMOVE@ ++REPLACE_RENAME = @REPLACE_RENAME@ ++REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ ++REPLACE_RMDIR = @REPLACE_RMDIR@ ++REPLACE_SELECT = @REPLACE_SELECT@ ++REPLACE_SETENV = @REPLACE_SETENV@ ++REPLACE_SLEEP = @REPLACE_SLEEP@ ++REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ ++REPLACE_SPRINTF = @REPLACE_SPRINTF@ ++REPLACE_STAT = @REPLACE_STAT@ ++REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ ++REPLACE_STPNCPY = @REPLACE_STPNCPY@ ++REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ ++REPLACE_STRDUP = @REPLACE_STRDUP@ ++REPLACE_STRERROR = @REPLACE_STRERROR@ ++REPLACE_STRNCAT = @REPLACE_STRNCAT@ ++REPLACE_STRNDUP = @REPLACE_STRNDUP@ ++REPLACE_STRNLEN = @REPLACE_STRNLEN@ ++REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ ++REPLACE_STRSTR = @REPLACE_STRSTR@ ++REPLACE_STRTOD = @REPLACE_STRTOD@ ++REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ ++REPLACE_SYMLINK = @REPLACE_SYMLINK@ ++REPLACE_TIMEGM = @REPLACE_TIMEGM@ ++REPLACE_TMPFILE = @REPLACE_TMPFILE@ ++REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ ++REPLACE_UNLINK = @REPLACE_UNLINK@ ++REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ ++REPLACE_UNSETENV = @REPLACE_UNSETENV@ ++REPLACE_USLEEP = @REPLACE_USLEEP@ ++REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ ++REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ ++REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ ++REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ ++REPLACE_VPRINTF = @REPLACE_VPRINTF@ ++REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ ++REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ ++REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ ++REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ ++REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ ++REPLACE_WCTOB = @REPLACE_WCTOB@ ++REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ ++REPLACE_WRITE = @REPLACE_WRITE@ ++SCHED_H = @SCHED_H@ ++SED = sed ++SET_MAKE = @SET_MAKE@ ++SHELL = @SHELL@ ++SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ ++SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ ++STDARG_H = @STDARG_H@ ++STDBOOL_H = @STDBOOL_H@ ++STDDEF_H = @STDDEF_H@ ++STDINT_H = @STDINT_H@ ++STRIP = @STRIP@ ++SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ ++TESTCSHARP = @TESTCSHARP@ ++TESTJAVA = @TESTJAVA@ ++TESTLIBASPRINTF = @TESTLIBASPRINTF@ ++TEXI2PDF = @TEXI2PDF@ ++TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ ++UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ ++UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ ++UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ ++USE_ACL = @USE_ACL@ ++USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ ++USE_NLS = @USE_NLS@ ++VERSION = @VERSION@ ++WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ ++WINDRES = @WINDRES@ ++WINT_T_SUFFIX = @WINT_T_SUFFIX@ ++WOE32 = @WOE32@ ++WOE32DLL = @WOE32DLL@ ++XGETTEXT = @XGETTEXT@ ++XGETTEXT_015 = @XGETTEXT_015@ ++XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ ++YACC = @YACC@ -d ++YFLAGS = @YFLAGS@ ++YIELD_LIB = @YIELD_LIB@ ++abs_builddir = @abs_builddir@ ++abs_srcdir = @abs_srcdir@ ++abs_top_builddir = @abs_top_builddir@ ++abs_top_srcdir = @abs_top_srcdir@ ++ac_ct_CC = @ac_ct_CC@ ++ac_ct_CXX = @ac_ct_CXX@ ++ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ ++aclocaldir = @aclocaldir@ ++am__include = @am__include@ ++am__leading_dot = @am__leading_dot@ ++am__quote = @am__quote@ ++am__tar = @am__tar@ ++am__untar = @am__untar@ ++bindir = @bindir@ ++build = @build@ ++build_alias = @build_alias@ ++build_cpu = @build_cpu@ ++build_os = @build_os@ ++build_vendor = @build_vendor@ ++builddir = @builddir@ ++datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ ++exec_prefix = @exec_prefix@ ++gl_LIBOBJS = @gl_LIBOBJS@ ++gl_LTLIBOBJS = @gl_LTLIBOBJS@ ++gltests_LIBOBJS = @gltests_LIBOBJS@ ++gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ ++gltests_WITNESS = @gltests_WITNESS@ ++grgl_LIBOBJS = @grgl_LIBOBJS@ ++grgl_LTLIBOBJS = @grgl_LTLIBOBJS@ ++grgltests_LIBOBJS = @grgltests_LIBOBJS@ ++grgltests_LTLIBOBJS = @grgltests_LTLIBOBJS@ ++grgltests_WITNESS = @grgltests_WITNESS@ ++gtpo_LIBOBJS = @gtpo_LIBOBJS@ ++gtpo_LTLIBOBJS = @gtpo_LTLIBOBJS@ ++gtpotests_LIBOBJS = @gtpotests_LIBOBJS@ ++gtpotests_LTLIBOBJS = @gtpotests_LTLIBOBJS@ ++gtpotests_WITNESS = @gtpotests_WITNESS@ ++host = @host@ ++host_alias = @host_alias@ ++host_cpu = @host_cpu@ ++host_os = @host_os@ ++host_vendor = @host_vendor@ ++htmldir = @htmldir@ ++includedir = @includedir@ ++infodir = @infodir@ ++install_sh = @install_sh@ ++libdir = @libdir@ ++libexecdir = @libexecdir@ ++lispdir = @lispdir@ ++localedir = @localedir@ ++localstatedir = @localstatedir@ ++lt_ECHO = @lt_ECHO@ ++mandir = @mandir@ ++mkdir_p = @mkdir_p@ ++oldincludedir = @oldincludedir@ ++pdfdir = @pdfdir@ ++prefix = @prefix@ ++program_transform_name = @program_transform_name@ ++psdir = @psdir@ ++sbindir = @sbindir@ ++sharedstatedir = @sharedstatedir@ ++srcdir = @srcdir@ ++subdirs = @subdirs@ ++sysconfdir = @sysconfdir@ ++target_alias = @target_alias@ ++top_build_prefix = @top_build_prefix@ ++top_builddir = @top_builddir@ ++top_srcdir = @top_srcdir@ ++AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies ++ ++# Special rules for C# auxiliary programs. ++ ++# Special rules for Tcl auxiliary program. ++EXTRA_DIST = FILES project-id ChangeLog.0 \ ++ gnu/gettext/DumpResource.java gnu/gettext/GetURL.java \ ++ msgfmt.cs msgunfmt.cs msgunfmt.tcl ++MOSTLYCLEANFILES = core *.stackdump $(am__append_3) ++CLEANFILES = gnu.gettext.DumpResource$(EXEEXT) \ ++ gnu.gettext.GetURL$(EXEEXT) gettext.jar gnu/gettext/*.class \ ++ msgfmt.net.exe msgfmt.net.exe.mdb msgunfmt.net.exe \ ++ msgunfmt.net.exe.mdb ++DISTCLEANFILES = user-email ++RM = rm -f ++lib_LTLIBRARIES = libgettextsrc.la ++noinst_HEADERS = pos.h message.h po-error.h po-xerror.h po-gram.h po-charset.h \ ++po-lex.h open-catalog.h read-catalog-abstract.h read-catalog.h \ ++read-po.h read-properties.h read-stringtable.h \ ++str-list.h \ ++color.h write-catalog.h write-po.h write-properties.h write-stringtable.h \ ++dir-list.h file-list.h po-gram-gen.h po-gram-gen2.h \ ++msgl-charset.h msgl-equal.h msgl-iconv.h msgl-ascii.h msgl-cat.h msgl-header.h \ ++msgl-english.h msgl-check.h msgl-fsearch.h msgfmt.h msgunfmt.h \ ++plural-count.h plural-eval.h plural-distrib.h \ ++read-mo.h write-mo.h \ ++read-java.h write-java.h \ ++read-csharp.h write-csharp.h \ ++read-resources.h write-resources.h \ ++read-tcl.h write-tcl.h \ ++write-qt.h \ ++po-time.h plural-table.h lang-table.h format.h filters.h \ ++xgettext.h x-c.h x-po.h x-sh.h x-python.h x-lisp.h x-elisp.h x-librep.h \ ++x-scheme.h x-smalltalk.h x-java.h x-properties.h x-csharp.h x-awk.h x-ycp.h \ ++x-tcl.h x-perl.h x-php.h x-stringtable.h x-rst.h x-glade.h ++ ++aliaspath = $(localedir) ++jardir = $(datadir)/gettext ++projectsdir = $(pkgdatadir)/projects ++AM_CPPFLAGS = \ ++ -I. -I$(srcdir) \ ++ -I.. -I$(top_srcdir) \ ++ -I$(top_srcdir)/libgrep \ ++ -I../gnulib-lib -I$(top_srcdir)/gnulib-lib \ ++ -I../intl -I$(top_srcdir)/../gettext-runtime/intl ++ ++# Ensure that <stdint.h> defines SIZE_MAX in C++ mode, like it does in C mode. ++AM_CXXFLAGS = -D__STDC_LIMIT_MACROS ++LDADD = ../gnulib-lib/libgettextlib.la $(LTLIBUNISTRING) @LTLIBINTL@ $(WOE32_LDADD) ++OTHERPROGDEPENDENCIES = ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++JAVACOMP = $(SHELL) ../javacomp.sh ++CSHARPCOMP = $(SHELL) ../csharpcomp.sh ++ ++# All programs deal with message lists. ++# All programs must read PO files. (msgunfmt also, for read-java.c, ++# read-csharp.c and read-resources.c.) ++# message.c -> str-list.c. ++# (read-catalog-abstract.c <--> po-gram-gen.y <--> po-lex.c) -> str-list.c. ++# (read-catalog-abstract.c <--> po-gram-gen.y <--> po-lex.c) -> open-catalog.c -> dir-list.c -> str-list.c. ++# (read-catalog-abstract.c <--> po-gram-gen.y <--> po-lex.c) -> po-charset.c. ++# (read-catalog-abstract.c <--> po-gram-gen.y <--> po-lex.c) -> message.c -> str-list.c. ++COMMON_SOURCE = message.c po-error.c po-xerror.c \ ++read-catalog-abstract.c po-lex.c po-gram-gen.y po-charset.c \ ++read-po.c read-properties.c read-stringtable.c open-catalog.c \ ++dir-list.c str-list.c ++ ++ ++# xgettext and msgfmt deal with format strings. ++@WOE32DLL_FALSE@FORMAT_SOURCE = format.c format-invalid.h format-c.c \ ++@WOE32DLL_FALSE@ format-sh.c format-python.c format-lisp.c \ ++@WOE32DLL_FALSE@ format-elisp.c format-librep.c format-scheme.c \ ++@WOE32DLL_FALSE@ format-java.c format-csharp.c format-awk.c \ ++@WOE32DLL_FALSE@ format-pascal.c format-ycp.c format-tcl.c \ ++@WOE32DLL_FALSE@ format-perl.c format-perl-brace.c format-php.c \ ++@WOE32DLL_FALSE@ format-gcc-internal.c format-gfc-internal.c \ ++@WOE32DLL_FALSE@ format-qt.c format-qt-plural.c format-kde.c \ ++@WOE32DLL_FALSE@ format-boost.c ++@WOE32DLL_TRUE@FORMAT_SOURCE = ../woe32dll/c++format.cc \ ++@WOE32DLL_TRUE@ format-invalid.h format-c.c format-sh.c \ ++@WOE32DLL_TRUE@ format-python.c format-lisp.c format-elisp.c \ ++@WOE32DLL_TRUE@ format-librep.c format-scheme.c format-java.c \ ++@WOE32DLL_TRUE@ format-csharp.c format-awk.c format-pascal.c \ ++@WOE32DLL_TRUE@ format-ycp.c format-tcl.c format-perl.c \ ++@WOE32DLL_TRUE@ format-perl-brace.c format-php.c \ ++@WOE32DLL_TRUE@ format-gcc-internal.c format-gfc-internal.c \ ++@WOE32DLL_TRUE@ format-qt.c format-qt-plural.c format-kde.c \ ++@WOE32DLL_TRUE@ format-boost.c ++ ++# libgettextsrc contains all code that is needed by at least two programs. ++libgettextsrc_la_SOURCES = $(COMMON_SOURCE) read-catalog.c color.c \ ++ write-catalog.c write-properties.c write-stringtable.c \ ++ write-po.c msgl-ascii.c msgl-iconv.c msgl-equal.c msgl-cat.c \ ++ msgl-header.c msgl-english.c msgl-check.c file-list.c \ ++ msgl-charset.c po-time.c plural-exp.c plural-eval.c \ ++ plural-table.c $(FORMAT_SOURCE) $(am__append_1) ++ ++# msggrep needs pattern matching. ++LIBGREP = ../libgrep/libgrep.a ++ ++# Source dependencies. ++msgcmp_SOURCES = msgcmp.c msgl-fsearch.c ++msgfmt_SOURCES = msgfmt.c write-mo.c write-java.c write-csharp.c \ ++ write-resources.c write-tcl.c write-qt.c \ ++ ../../gettext-runtime/intl/hash-string.c ++@WOE32DLL_FALSE@msgmerge_SOURCES = msgmerge.c msgl-fsearch.c \ ++@WOE32DLL_FALSE@ lang-table.c plural-count.c ++@WOE32DLL_TRUE@msgmerge_SOURCES = ../woe32dll/c++msgmerge.cc \ ++@WOE32DLL_TRUE@ msgl-fsearch.c lang-table.c plural-count.c ++msgunfmt_SOURCES = msgunfmt.c read-mo.c read-java.c read-csharp.c \ ++ read-resources.c read-tcl.c ++@WOE32DLL_FALSE@xgettext_SOURCES = xgettext.c x-c.c x-po.c x-sh.c \ ++@WOE32DLL_FALSE@ x-python.c x-lisp.c x-elisp.c x-librep.c \ ++@WOE32DLL_FALSE@ x-scheme.c x-smalltalk.c x-java.c x-csharp.c \ ++@WOE32DLL_FALSE@ x-awk.c x-ycp.c x-tcl.c x-perl.c x-php.c \ ++@WOE32DLL_FALSE@ x-rst.c x-glade.c ++@WOE32DLL_TRUE@xgettext_SOURCES = ../woe32dll/c++xgettext.cc x-c.c \ ++@WOE32DLL_TRUE@ x-po.c x-sh.c x-python.c x-lisp.c x-elisp.c \ ++@WOE32DLL_TRUE@ x-librep.c x-scheme.c x-smalltalk.c x-java.c \ ++@WOE32DLL_TRUE@ x-csharp.c x-awk.c x-ycp.c x-tcl.c x-perl.c \ ++@WOE32DLL_TRUE@ x-php.c x-rst.c x-glade.c ++@WOE32DLL_FALSE@msgattrib_SOURCES = msgattrib.c ++@WOE32DLL_TRUE@msgattrib_SOURCES = ../woe32dll/c++msgattrib.cc ++@WOE32DLL_FALSE@msgcat_SOURCES = msgcat.c ++@WOE32DLL_TRUE@msgcat_SOURCES = ../woe32dll/c++msgcat.cc ++@WOE32DLL_FALSE@msgcomm_SOURCES = msgcomm.c ++@WOE32DLL_TRUE@msgcomm_SOURCES = ../woe32dll/c++msgcomm.cc ++@WOE32DLL_FALSE@msgconv_SOURCES = msgconv.c ++@WOE32DLL_TRUE@msgconv_SOURCES = ../woe32dll/c++msgconv.cc ++@WOE32DLL_FALSE@msgen_SOURCES = msgen.c ++@WOE32DLL_TRUE@msgen_SOURCES = ../woe32dll/c++msgen.cc ++msgexec_SOURCES = msgexec.c ++@WOE32DLL_FALSE@msgfilter_SOURCES = msgfilter.c filter-sr-latin.c ++@WOE32DLL_TRUE@msgfilter_SOURCES = ../woe32dll/c++msgfilter.cc \ ++@WOE32DLL_TRUE@ filter-sr-latin.c ++@WOE32DLL_FALSE@msggrep_SOURCES = msggrep.c ++@WOE32DLL_TRUE@msggrep_SOURCES = ../woe32dll/c++msggrep.cc ++# This is needed because on Solaris, localealias.c requires the symbol ++# libintl_thread_in_use which is defined in lock.c. The copy of lock.c inside ++# libintl.so is not sufficient, because libintl.so doesn't export the symbol ++# libintl_thread_in_use. ++msginit_SOURCES = msginit.c lang-table.c plural-count.c \ ++ ../../gettext-runtime/intl/localealias.c \ ++ ../../gettext-runtime/intl/lock.c ++@WOE32DLL_FALSE@msguniq_SOURCES = msguniq.c ++@WOE32DLL_TRUE@msguniq_SOURCES = ../woe32dll/c++msguniq.cc ++recode_sr_latin_SOURCES = recode-sr-latin.c filter-sr-latin.c ++hostname_SOURCES = hostname.c ++urlget_SOURCES = urlget.c ++ ++# How to build libgettextsrc.la. ++# Need ../gnulib-lib/libgettextlib.la. ++# Need $(LTLIBUNISTRING) because ulc_width_linebreaks, uc_width, etc. may be ++# taken from libunistring, when the configure option --with-libunistring-prefix ++# was given. ++# Need @LTLIBINTL@ because many source files use gettext(). ++# Need @LTLIBICONV@ because po-charset.c, po-lex.c, msgl-iconv.c, write-po.c ++# use iconv(). ++libgettextsrc_la_LDFLAGS = -release @VERSION@ \ ++ ../gnulib-lib/libgettextlib.la $(LTLIBUNISTRING) @LTLIBINTL@ \ ++ @LTLIBICONV@ @LTNOUNDEF@ $(am__append_2) ++ ++# Compile-time flags for particular source files. ++msgmerge_CFLAGS = $(AM_CFLAGS) $(OPENMP_CFLAGS) ++msgmerge_CXXFLAGS = $(AM_CXXFLAGS) $(OPENMP_CFLAGS) ++ ++# Link dependencies. ++# INTL_MACOSX_LIBS is needed because the programs depend on libintl.la ++# but libtool doesn't put -Wl,-framework options into .la files. ++# For msginit, it is also needed because of localename.c. ++msgcmp_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ @MSGMERGE_LIBM@ $(WOE32_LDADD) ++msgfmt_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD) ++msgmerge_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ @MSGMERGE_LIBM@ $(WOE32_LDADD) $(OPENMP_CFLAGS) ++msgunfmt_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD) ++xgettext_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ @LTLIBEXPAT@ $(WOE32_LDADD) ++msgattrib_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD) ++msgcat_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD) ++msgcomm_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD) ++msgconv_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD) ++msgen_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD) ++msgexec_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD) ++msgfilter_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD) ++msggrep_LDADD = $(LIBGREP) libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD) ++msginit_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD) ++msguniq_LDADD = libgettextsrc.la @INTL_MACOSX_LIBS@ $(WOE32_LDADD) ++ ++# Specify when to relink the programs. ++msgcmp_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++msgfmt_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++msgmerge_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++msgunfmt_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++xgettext_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++msgattrib_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++msgcat_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++msgcomm_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++msgconv_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++msgen_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++msgexec_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++msgfilter_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++msggrep_DEPENDENCIES = $(LIBGREP) libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++msginit_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++msguniq_DEPENDENCIES = libgettextsrc.la ../gnulib-lib/libgettextlib.la $(WOE32_LDADD) ++recode_sr_latin_DEPENDENCIES = $(OTHERPROGDEPENDENCIES) ++hostname_DEPENDENCIES = $(OTHERPROGDEPENDENCIES) ++urlget_DEPENDENCIES = $(OTHERPROGDEPENDENCIES) ++ ++# Specify installation directory, for --enable-relocatable. ++msgcmp_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++msgfmt_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++msgmerge_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++msgunfmt_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++xgettext_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++msgattrib_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++msgcat_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++msgcomm_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++msgconv_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++msgen_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++msgexec_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++msgfilter_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++msggrep_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++msginit_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++msguniq_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++recode_sr_latin_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(bindir)\" ++hostname_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(pkglibdir)\" ++urlget_CPPFLAGS = $(AM_CPPFLAGS) -DINSTALLDIR=\"$(pkglibdir)\" ++@RELOCATABLE_VIA_LD_TRUE@msgcmp_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@msgfmt_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@msgmerge_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@msgunfmt_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@xgettext_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@msgattrib_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@msgcat_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@msgcomm_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@msgconv_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@msgen_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@msgexec_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@msgfilter_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@msggrep_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@msginit_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@msguniq_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@recode_sr_latin_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(bindir)` ++@RELOCATABLE_VIA_LD_TRUE@hostname_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(pkglibdir)` ++@RELOCATABLE_VIA_LD_TRUE@urlget_LDFLAGS = `$(RELOCATABLE_LDFLAGS) $(pkglibdir)` ++ ++# Linking with C++ libraries is needed _only_ on mingw and Cygwin. ++@WOE32DLL_FALSE@libgettextsrc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ ++@WOE32DLL_FALSE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_FALSE@ $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libgettextsrc_la_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_FALSE@ -o $@ ++ ++@WOE32DLL_TRUE@libgettextsrc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ ++@WOE32DLL_TRUE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_TRUE@ $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(libgettextsrc_la_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_TRUE@ -o $@ ++ ++@WOE32DLL_FALSE@msgattrib_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ ++@WOE32DLL_FALSE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_FALSE@ $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(msgattrib_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_FALSE@ -o $@ ++ ++@WOE32DLL_TRUE@msgattrib_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ ++@WOE32DLL_TRUE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_TRUE@ $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgattrib_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_TRUE@ -o $@ ++ ++@WOE32DLL_FALSE@msgcat_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ ++@WOE32DLL_FALSE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_FALSE@ $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(msgcat_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_FALSE@ -o $@ ++ ++@WOE32DLL_TRUE@msgcat_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ ++@WOE32DLL_TRUE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_TRUE@ $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgcat_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_TRUE@ -o $@ ++ ++@WOE32DLL_FALSE@msgcomm_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ ++@WOE32DLL_FALSE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_FALSE@ $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(msgcomm_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_FALSE@ -o $@ ++ ++@WOE32DLL_TRUE@msgcomm_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ ++@WOE32DLL_TRUE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_TRUE@ $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgcomm_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_TRUE@ -o $@ ++ ++@WOE32DLL_FALSE@msgconv_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ ++@WOE32DLL_FALSE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_FALSE@ $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(msgconv_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_FALSE@ -o $@ ++ ++@WOE32DLL_TRUE@msgconv_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ ++@WOE32DLL_TRUE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_TRUE@ $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgconv_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_TRUE@ -o $@ ++ ++@WOE32DLL_FALSE@msgen_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ ++@WOE32DLL_FALSE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_FALSE@ $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(msgen_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_FALSE@ -o $@ ++ ++@WOE32DLL_TRUE@msgen_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ ++@WOE32DLL_TRUE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_TRUE@ $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgen_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_TRUE@ -o $@ ++ ++@WOE32DLL_FALSE@msgfilter_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ ++@WOE32DLL_FALSE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_FALSE@ $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(msgfilter_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_FALSE@ -o $@ ++ ++@WOE32DLL_TRUE@msgfilter_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ ++@WOE32DLL_TRUE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_TRUE@ $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msgfilter_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_TRUE@ -o $@ ++ ++@WOE32DLL_FALSE@msggrep_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ ++@WOE32DLL_FALSE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_FALSE@ $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(msggrep_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_FALSE@ -o $@ ++ ++@WOE32DLL_TRUE@msggrep_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ ++@WOE32DLL_TRUE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_TRUE@ $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msggrep_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_TRUE@ -o $@ ++ ++@WOE32DLL_FALSE@msgmerge_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ ++@WOE32DLL_FALSE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_FALSE@ $(CCLD) $(msgmerge_CFLAGS) $(CFLAGS) $(msgmerge_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_FALSE@ -o $@ ++ ++@WOE32DLL_TRUE@msgmerge_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ ++@WOE32DLL_TRUE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_TRUE@ $(CXXLD) $(msgmerge_CXXFLAGS) $(CXXFLAGS) $(msgmerge_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_TRUE@ -o $@ ++ ++@WOE32DLL_FALSE@msguniq_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ ++@WOE32DLL_FALSE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_FALSE@ $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(msguniq_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_FALSE@ -o $@ ++ ++@WOE32DLL_TRUE@msguniq_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ ++@WOE32DLL_TRUE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_TRUE@ $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(msguniq_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_TRUE@ -o $@ ++ ++@WOE32DLL_FALSE@xgettext_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ ++@WOE32DLL_FALSE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_FALSE@ $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(xgettext_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_FALSE@ -o $@ ++ ++@WOE32DLL_TRUE@xgettext_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ ++@WOE32DLL_TRUE@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ++@WOE32DLL_TRUE@ $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(xgettext_LDFLAGS) $(LDFLAGS) \ ++@WOE32DLL_TRUE@ -o $@ ++ ++ ++# Special rules for bison and flex generated files. ++BUILT_SOURCES = \ ++ po-gram-gen.c po-gram-gen.h po-gram-gen2.h ++ ++ ++# Special rules for Java compilation. ++USEJAVA = $(USEJAVA_@BUILDJAVAEXE@) ++USEJAVA_yes = 1 ++USEJAVA_no = $(USEJAVA_no_@BUILDJAVA@) ++USEJAVA_no_yes = 1 ++USEJAVA_no_no = 0 ++USEJEXE = $(USEJEXE_@BUILDJAVAEXE@) ++USEJEXE_yes = 1 ++USEJEXE_no = 0 ++@WOE32_FALSE@WOE32_LDADD = ++ ++# Version information according to Woe32 conventions. ++@WOE32_TRUE@WOE32_LDADD = gettext.res ++all: $(BUILT_SOURCES) ++ $(MAKE) $(AM_MAKEFLAGS) all-am ++ ++.SUFFIXES: ++.SUFFIXES: .c .cc .lo .o .obj .y ++$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) ++ @for dep in $?; do \ ++ case '$(am__configure_deps)' in \ ++ *$$dep*) \ ++ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ ++ && { if test -f $@; then exit 0; else break; fi; }; \ ++ exit 1;; \ ++ esac; \ ++ done; \ ++ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits src/Makefile'; \ ++ $(am__cd) $(top_srcdir) && \ ++ $(AUTOMAKE) --gnits src/Makefile ++.PRECIOUS: Makefile ++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++ @case '$?' in \ ++ *config.status*) \ ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ ++ *) \ ++ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ ++ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ ++ esac; ++ ++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ++ ++$(top_srcdir)/configure: $(am__configure_deps) ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ++$(ACLOCAL_M4): $(am__aclocal_m4_deps) ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ++$(am__aclocal_m4_deps): ++user-email: $(top_builddir)/config.status $(srcdir)/user-email.sh.in ++ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ ++install-libLTLIBRARIES: $(lib_LTLIBRARIES) ++ @$(NORMAL_INSTALL) ++ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" ++ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ ++ list2=; for p in $$list; do \ ++ if test -f $$p; then \ ++ list2="$$list2 $$p"; \ ++ else :; fi; \ ++ done; \ ++ test -z "$$list2" || { \ ++ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ ++ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ ++ } ++ ++uninstall-libLTLIBRARIES: ++ @$(NORMAL_UNINSTALL) ++ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ ++ for p in $$list; do \ ++ $(am__strip_dir) \ ++ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ ++ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ ++ done ++ ++clean-libLTLIBRARIES: ++ -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) ++ @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ ++ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ ++ test "$$dir" != "$$p" || dir=.; \ ++ echo "rm -f \"$${dir}/so_locations\""; \ ++ rm -f "$${dir}/so_locations"; \ ++ done ++libgettextsrc.la: $(libgettextsrc_la_OBJECTS) $(libgettextsrc_la_DEPENDENCIES) ++ $(AM_V_GEN)$(libgettextsrc_la_LINK) -rpath $(libdir) $(libgettextsrc_la_OBJECTS) $(libgettextsrc_la_LIBADD) $(LIBS) ++install-binPROGRAMS: $(bin_PROGRAMS) ++ @$(NORMAL_INSTALL) ++ test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" ++ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ ++ for p in $$list; do echo "$$p $$p"; done | \ ++ sed 's/$(EXEEXT)$$//' | \ ++ while read p p1; do if test -f $$p || test -f $$p1; \ ++ then echo "$$p"; echo "$$p"; else :; fi; \ ++ done | \ ++ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ ++ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ ++ sed 'N;N;N;s,\n, ,g' | \ ++ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ ++ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ ++ if ($$2 == $$4) files[d] = files[d] " " $$1; \ ++ else { print "f", $$3 "/" $$4, $$1; } } \ ++ END { for (d in files) print "f", d, files[d] }' | \ ++ while read type dir files; do \ ++ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ ++ test -z "$$files" || { \ ++ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ ++ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ ++ } \ ++ ; done ++ ++uninstall-binPROGRAMS: ++ @$(NORMAL_UNINSTALL) ++ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ ++ files=`for p in $$list; do echo "$$p"; done | \ ++ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ ++ -e 's/$$/$(EXEEXT)/' `; \ ++ test -n "$$list" || exit 0; \ ++ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ ++ cd "$(DESTDIR)$(bindir)" && rm -f $$files ++ ++clean-binPROGRAMS: ++ @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ ++ echo " rm -f" $$list; \ ++ rm -f $$list || exit $$?; \ ++ test -n "$(EXEEXT)" || exit 0; \ ++ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ ++ echo " rm -f" $$list; \ ++ rm -f $$list ++ ++installcheck-binPROGRAMS: $(bin_PROGRAMS) ++ bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \ ++ case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \ ++ *" $$p "* | *" $(srcdir)/$$p "*) continue;; \ ++ esac; \ ++ f=`echo "$$p" | \ ++ sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ ++ for opt in --help --version; do \ ++ if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \ ++ 2>c$${pid}_.err </dev/null \ ++ && test -n "`cat c$${pid}_.out`" \ ++ && test -z "`cat c$${pid}_.err`"; then :; \ ++ else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ ++ done; \ ++ done; rm -f c$${pid}_.???; exit $$bad ++ ++clean-noinstPROGRAMS: ++ @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ ++ echo " rm -f" $$list; \ ++ rm -f $$list || exit $$?; \ ++ test -n "$(EXEEXT)" || exit 0; \ ++ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ ++ echo " rm -f" $$list; \ ++ rm -f $$list ++hostname$(EXEEXT): $(hostname_OBJECTS) $(hostname_DEPENDENCIES) ++ @rm -f hostname$(EXEEXT) ++ $(AM_V_CCLD)$(hostname_LINK) $(hostname_OBJECTS) $(hostname_LDADD) $(LIBS) ++msgattrib$(EXEEXT): $(msgattrib_OBJECTS) $(msgattrib_DEPENDENCIES) ++ @rm -f msgattrib$(EXEEXT) ++ $(AM_V_GEN)$(msgattrib_LINK) $(msgattrib_OBJECTS) $(msgattrib_LDADD) $(LIBS) ++msgcat$(EXEEXT): $(msgcat_OBJECTS) $(msgcat_DEPENDENCIES) ++ @rm -f msgcat$(EXEEXT) ++ $(AM_V_GEN)$(msgcat_LINK) $(msgcat_OBJECTS) $(msgcat_LDADD) $(LIBS) ++msgcmp$(EXEEXT): $(msgcmp_OBJECTS) $(msgcmp_DEPENDENCIES) ++ @rm -f msgcmp$(EXEEXT) ++ $(AM_V_CCLD)$(msgcmp_LINK) $(msgcmp_OBJECTS) $(msgcmp_LDADD) $(LIBS) ++msgcomm$(EXEEXT): $(msgcomm_OBJECTS) $(msgcomm_DEPENDENCIES) ++ @rm -f msgcomm$(EXEEXT) ++ $(AM_V_GEN)$(msgcomm_LINK) $(msgcomm_OBJECTS) $(msgcomm_LDADD) $(LIBS) ++msgconv$(EXEEXT): $(msgconv_OBJECTS) $(msgconv_DEPENDENCIES) ++ @rm -f msgconv$(EXEEXT) ++ $(AM_V_GEN)$(msgconv_LINK) $(msgconv_OBJECTS) $(msgconv_LDADD) $(LIBS) ++msgen$(EXEEXT): $(msgen_OBJECTS) $(msgen_DEPENDENCIES) ++ @rm -f msgen$(EXEEXT) ++ $(AM_V_GEN)$(msgen_LINK) $(msgen_OBJECTS) $(msgen_LDADD) $(LIBS) ++msgexec$(EXEEXT): $(msgexec_OBJECTS) $(msgexec_DEPENDENCIES) ++ @rm -f msgexec$(EXEEXT) ++ $(AM_V_CCLD)$(msgexec_LINK) $(msgexec_OBJECTS) $(msgexec_LDADD) $(LIBS) ++msgfilter$(EXEEXT): $(msgfilter_OBJECTS) $(msgfilter_DEPENDENCIES) ++ @rm -f msgfilter$(EXEEXT) ++ $(AM_V_GEN)$(msgfilter_LINK) $(msgfilter_OBJECTS) $(msgfilter_LDADD) $(LIBS) ++msgfmt$(EXEEXT): $(msgfmt_OBJECTS) $(msgfmt_DEPENDENCIES) ++ @rm -f msgfmt$(EXEEXT) ++ $(AM_V_CCLD)$(msgfmt_LINK) $(msgfmt_OBJECTS) $(msgfmt_LDADD) $(LIBS) ++msggrep$(EXEEXT): $(msggrep_OBJECTS) $(msggrep_DEPENDENCIES) ++ @rm -f msggrep$(EXEEXT) ++ $(AM_V_GEN)$(msggrep_LINK) $(msggrep_OBJECTS) $(msggrep_LDADD) $(LIBS) ++msginit$(EXEEXT): $(msginit_OBJECTS) $(msginit_DEPENDENCIES) ++ @rm -f msginit$(EXEEXT) ++ $(AM_V_CCLD)$(msginit_LINK) $(msginit_OBJECTS) $(msginit_LDADD) $(LIBS) ++msgmerge$(EXEEXT): $(msgmerge_OBJECTS) $(msgmerge_DEPENDENCIES) ++ @rm -f msgmerge$(EXEEXT) ++ $(AM_V_GEN)$(msgmerge_LINK) $(msgmerge_OBJECTS) $(msgmerge_LDADD) $(LIBS) ++msgunfmt$(EXEEXT): $(msgunfmt_OBJECTS) $(msgunfmt_DEPENDENCIES) ++ @rm -f msgunfmt$(EXEEXT) ++ $(AM_V_CCLD)$(msgunfmt_LINK) $(msgunfmt_OBJECTS) $(msgunfmt_LDADD) $(LIBS) ++msguniq$(EXEEXT): $(msguniq_OBJECTS) $(msguniq_DEPENDENCIES) ++ @rm -f msguniq$(EXEEXT) ++ $(AM_V_GEN)$(msguniq_LINK) $(msguniq_OBJECTS) $(msguniq_LDADD) $(LIBS) ++recode-sr-latin$(EXEEXT): $(recode_sr_latin_OBJECTS) $(recode_sr_latin_DEPENDENCIES) ++ @rm -f recode-sr-latin$(EXEEXT) ++ $(AM_V_CCLD)$(recode_sr_latin_LINK) $(recode_sr_latin_OBJECTS) $(recode_sr_latin_LDADD) $(LIBS) ++urlget$(EXEEXT): $(urlget_OBJECTS) $(urlget_DEPENDENCIES) ++ @rm -f urlget$(EXEEXT) ++ $(AM_V_CCLD)$(urlget_LINK) $(urlget_OBJECTS) $(urlget_LDADD) $(LIBS) ++xgettext$(EXEEXT): $(xgettext_OBJECTS) $(xgettext_DEPENDENCIES) ++ @rm -f xgettext$(EXEEXT) ++ $(AM_V_GEN)$(xgettext_LINK) $(xgettext_OBJECTS) $(xgettext_LDADD) $(LIBS) ++ ++mostlyclean-compile: ++ -rm -f *.$(OBJEXT) ++ ++distclean-compile: ++ -rm -f *.tab.c ++ ++.c.o: ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(COMPILE) -c $< ++ ++.c.obj: ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(COMPILE) -c `$(CYGPATH_W) '$<'` ++ ++.c.lo: ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(LTCOMPILE) -c -o $@ $< ++ ++gettextsrc-exports.lo: ../woe32dll/gettextsrc-exports.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gettextsrc-exports.lo `test -f '../woe32dll/gettextsrc-exports.c' || echo '$(srcdir)/'`../woe32dll/gettextsrc-exports.c ++ ++hostname-hostname.o: hostname.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hostname_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hostname-hostname.o `test -f 'hostname.c' || echo '$(srcdir)/'`hostname.c ++ ++hostname-hostname.obj: hostname.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hostname_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hostname-hostname.obj `if test -f 'hostname.c'; then $(CYGPATH_W) 'hostname.c'; else $(CYGPATH_W) '$(srcdir)/hostname.c'; fi` ++ ++msgattrib-msgattrib.o: msgattrib.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgattrib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgattrib-msgattrib.o `test -f 'msgattrib.c' || echo '$(srcdir)/'`msgattrib.c ++ ++msgattrib-msgattrib.obj: msgattrib.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgattrib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgattrib-msgattrib.obj `if test -f 'msgattrib.c'; then $(CYGPATH_W) 'msgattrib.c'; else $(CYGPATH_W) '$(srcdir)/msgattrib.c'; fi` ++ ++msgcat-msgcat.o: msgcat.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgcat_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgcat-msgcat.o `test -f 'msgcat.c' || echo '$(srcdir)/'`msgcat.c ++ ++msgcat-msgcat.obj: msgcat.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgcat_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgcat-msgcat.obj `if test -f 'msgcat.c'; then $(CYGPATH_W) 'msgcat.c'; else $(CYGPATH_W) '$(srcdir)/msgcat.c'; fi` ++ ++msgcmp-msgcmp.o: msgcmp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgcmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgcmp-msgcmp.o `test -f 'msgcmp.c' || echo '$(srcdir)/'`msgcmp.c ++ ++msgcmp-msgcmp.obj: msgcmp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgcmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgcmp-msgcmp.obj `if test -f 'msgcmp.c'; then $(CYGPATH_W) 'msgcmp.c'; else $(CYGPATH_W) '$(srcdir)/msgcmp.c'; fi` ++ ++msgcmp-msgl-fsearch.o: msgl-fsearch.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgcmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgcmp-msgl-fsearch.o `test -f 'msgl-fsearch.c' || echo '$(srcdir)/'`msgl-fsearch.c ++ ++msgcmp-msgl-fsearch.obj: msgl-fsearch.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgcmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgcmp-msgl-fsearch.obj `if test -f 'msgl-fsearch.c'; then $(CYGPATH_W) 'msgl-fsearch.c'; else $(CYGPATH_W) '$(srcdir)/msgl-fsearch.c'; fi` ++ ++msgcomm-msgcomm.o: msgcomm.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgcomm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgcomm-msgcomm.o `test -f 'msgcomm.c' || echo '$(srcdir)/'`msgcomm.c ++ ++msgcomm-msgcomm.obj: msgcomm.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgcomm_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgcomm-msgcomm.obj `if test -f 'msgcomm.c'; then $(CYGPATH_W) 'msgcomm.c'; else $(CYGPATH_W) '$(srcdir)/msgcomm.c'; fi` ++ ++msgconv-msgconv.o: msgconv.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgconv_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgconv-msgconv.o `test -f 'msgconv.c' || echo '$(srcdir)/'`msgconv.c ++ ++msgconv-msgconv.obj: msgconv.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgconv_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgconv-msgconv.obj `if test -f 'msgconv.c'; then $(CYGPATH_W) 'msgconv.c'; else $(CYGPATH_W) '$(srcdir)/msgconv.c'; fi` ++ ++msgen-msgen.o: msgen.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgen_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgen-msgen.o `test -f 'msgen.c' || echo '$(srcdir)/'`msgen.c ++ ++msgen-msgen.obj: msgen.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgen_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgen-msgen.obj `if test -f 'msgen.c'; then $(CYGPATH_W) 'msgen.c'; else $(CYGPATH_W) '$(srcdir)/msgen.c'; fi` ++ ++msgexec-msgexec.o: msgexec.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgexec_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgexec-msgexec.o `test -f 'msgexec.c' || echo '$(srcdir)/'`msgexec.c ++ ++msgexec-msgexec.obj: msgexec.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgexec_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgexec-msgexec.obj `if test -f 'msgexec.c'; then $(CYGPATH_W) 'msgexec.c'; else $(CYGPATH_W) '$(srcdir)/msgexec.c'; fi` ++ ++msgfilter-msgfilter.o: msgfilter.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfilter_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfilter-msgfilter.o `test -f 'msgfilter.c' || echo '$(srcdir)/'`msgfilter.c ++ ++msgfilter-msgfilter.obj: msgfilter.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfilter_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfilter-msgfilter.obj `if test -f 'msgfilter.c'; then $(CYGPATH_W) 'msgfilter.c'; else $(CYGPATH_W) '$(srcdir)/msgfilter.c'; fi` ++ ++msgfilter-filter-sr-latin.o: filter-sr-latin.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfilter_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfilter-filter-sr-latin.o `test -f 'filter-sr-latin.c' || echo '$(srcdir)/'`filter-sr-latin.c ++ ++msgfilter-filter-sr-latin.obj: filter-sr-latin.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfilter_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfilter-filter-sr-latin.obj `if test -f 'filter-sr-latin.c'; then $(CYGPATH_W) 'filter-sr-latin.c'; else $(CYGPATH_W) '$(srcdir)/filter-sr-latin.c'; fi` ++ ++msgfmt-msgfmt.o: msgfmt.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-msgfmt.o `test -f 'msgfmt.c' || echo '$(srcdir)/'`msgfmt.c ++ ++msgfmt-msgfmt.obj: msgfmt.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-msgfmt.obj `if test -f 'msgfmt.c'; then $(CYGPATH_W) 'msgfmt.c'; else $(CYGPATH_W) '$(srcdir)/msgfmt.c'; fi` ++ ++msgfmt-write-mo.o: write-mo.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-write-mo.o `test -f 'write-mo.c' || echo '$(srcdir)/'`write-mo.c ++ ++msgfmt-write-mo.obj: write-mo.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-write-mo.obj `if test -f 'write-mo.c'; then $(CYGPATH_W) 'write-mo.c'; else $(CYGPATH_W) '$(srcdir)/write-mo.c'; fi` ++ ++msgfmt-write-java.o: write-java.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-write-java.o `test -f 'write-java.c' || echo '$(srcdir)/'`write-java.c ++ ++msgfmt-write-java.obj: write-java.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-write-java.obj `if test -f 'write-java.c'; then $(CYGPATH_W) 'write-java.c'; else $(CYGPATH_W) '$(srcdir)/write-java.c'; fi` ++ ++msgfmt-write-csharp.o: write-csharp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-write-csharp.o `test -f 'write-csharp.c' || echo '$(srcdir)/'`write-csharp.c ++ ++msgfmt-write-csharp.obj: write-csharp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-write-csharp.obj `if test -f 'write-csharp.c'; then $(CYGPATH_W) 'write-csharp.c'; else $(CYGPATH_W) '$(srcdir)/write-csharp.c'; fi` ++ ++msgfmt-write-resources.o: write-resources.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-write-resources.o `test -f 'write-resources.c' || echo '$(srcdir)/'`write-resources.c ++ ++msgfmt-write-resources.obj: write-resources.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-write-resources.obj `if test -f 'write-resources.c'; then $(CYGPATH_W) 'write-resources.c'; else $(CYGPATH_W) '$(srcdir)/write-resources.c'; fi` ++ ++msgfmt-write-tcl.o: write-tcl.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-write-tcl.o `test -f 'write-tcl.c' || echo '$(srcdir)/'`write-tcl.c ++ ++msgfmt-write-tcl.obj: write-tcl.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-write-tcl.obj `if test -f 'write-tcl.c'; then $(CYGPATH_W) 'write-tcl.c'; else $(CYGPATH_W) '$(srcdir)/write-tcl.c'; fi` ++ ++msgfmt-write-qt.o: write-qt.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-write-qt.o `test -f 'write-qt.c' || echo '$(srcdir)/'`write-qt.c ++ ++msgfmt-write-qt.obj: write-qt.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-write-qt.obj `if test -f 'write-qt.c'; then $(CYGPATH_W) 'write-qt.c'; else $(CYGPATH_W) '$(srcdir)/write-qt.c'; fi` ++ ++msgfmt-hash-string.o: ../../gettext-runtime/intl/hash-string.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-hash-string.o `test -f '../../gettext-runtime/intl/hash-string.c' || echo '$(srcdir)/'`../../gettext-runtime/intl/hash-string.c ++ ++msgfmt-hash-string.obj: ../../gettext-runtime/intl/hash-string.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgfmt-hash-string.obj `if test -f '../../gettext-runtime/intl/hash-string.c'; then $(CYGPATH_W) '../../gettext-runtime/intl/hash-string.c'; else $(CYGPATH_W) '$(srcdir)/../../gettext-runtime/intl/hash-string.c'; fi` ++ ++msggrep-msggrep.o: msggrep.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msggrep_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msggrep-msggrep.o `test -f 'msggrep.c' || echo '$(srcdir)/'`msggrep.c ++ ++msggrep-msggrep.obj: msggrep.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msggrep_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msggrep-msggrep.obj `if test -f 'msggrep.c'; then $(CYGPATH_W) 'msggrep.c'; else $(CYGPATH_W) '$(srcdir)/msggrep.c'; fi` ++ ++msginit-msginit.o: msginit.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msginit_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msginit-msginit.o `test -f 'msginit.c' || echo '$(srcdir)/'`msginit.c ++ ++msginit-msginit.obj: msginit.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msginit_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msginit-msginit.obj `if test -f 'msginit.c'; then $(CYGPATH_W) 'msginit.c'; else $(CYGPATH_W) '$(srcdir)/msginit.c'; fi` ++ ++msginit-lang-table.o: lang-table.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msginit_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msginit-lang-table.o `test -f 'lang-table.c' || echo '$(srcdir)/'`lang-table.c ++ ++msginit-lang-table.obj: lang-table.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msginit_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msginit-lang-table.obj `if test -f 'lang-table.c'; then $(CYGPATH_W) 'lang-table.c'; else $(CYGPATH_W) '$(srcdir)/lang-table.c'; fi` ++ ++msginit-plural-count.o: plural-count.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msginit_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msginit-plural-count.o `test -f 'plural-count.c' || echo '$(srcdir)/'`plural-count.c ++ ++msginit-plural-count.obj: plural-count.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msginit_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msginit-plural-count.obj `if test -f 'plural-count.c'; then $(CYGPATH_W) 'plural-count.c'; else $(CYGPATH_W) '$(srcdir)/plural-count.c'; fi` ++ ++msginit-localealias.o: ../../gettext-runtime/intl/localealias.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msginit_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msginit-localealias.o `test -f '../../gettext-runtime/intl/localealias.c' || echo '$(srcdir)/'`../../gettext-runtime/intl/localealias.c ++ ++msginit-localealias.obj: ../../gettext-runtime/intl/localealias.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msginit_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msginit-localealias.obj `if test -f '../../gettext-runtime/intl/localealias.c'; then $(CYGPATH_W) '../../gettext-runtime/intl/localealias.c'; else $(CYGPATH_W) '$(srcdir)/../../gettext-runtime/intl/localealias.c'; fi` ++ ++msginit-lock.o: ../../gettext-runtime/intl/lock.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msginit_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msginit-lock.o `test -f '../../gettext-runtime/intl/lock.c' || echo '$(srcdir)/'`../../gettext-runtime/intl/lock.c ++ ++msginit-lock.obj: ../../gettext-runtime/intl/lock.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msginit_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msginit-lock.obj `if test -f '../../gettext-runtime/intl/lock.c'; then $(CYGPATH_W) '../../gettext-runtime/intl/lock.c'; else $(CYGPATH_W) '$(srcdir)/../../gettext-runtime/intl/lock.c'; fi` ++ ++msgmerge-msgmerge.o: msgmerge.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgmerge_CPPFLAGS) $(CPPFLAGS) $(msgmerge_CFLAGS) $(CFLAGS) -c -o msgmerge-msgmerge.o `test -f 'msgmerge.c' || echo '$(srcdir)/'`msgmerge.c ++ ++msgmerge-msgmerge.obj: msgmerge.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgmerge_CPPFLAGS) $(CPPFLAGS) $(msgmerge_CFLAGS) $(CFLAGS) -c -o msgmerge-msgmerge.obj `if test -f 'msgmerge.c'; then $(CYGPATH_W) 'msgmerge.c'; else $(CYGPATH_W) '$(srcdir)/msgmerge.c'; fi` ++ ++msgmerge-msgl-fsearch.o: msgl-fsearch.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgmerge_CPPFLAGS) $(CPPFLAGS) $(msgmerge_CFLAGS) $(CFLAGS) -c -o msgmerge-msgl-fsearch.o `test -f 'msgl-fsearch.c' || echo '$(srcdir)/'`msgl-fsearch.c ++ ++msgmerge-msgl-fsearch.obj: msgl-fsearch.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgmerge_CPPFLAGS) $(CPPFLAGS) $(msgmerge_CFLAGS) $(CFLAGS) -c -o msgmerge-msgl-fsearch.obj `if test -f 'msgl-fsearch.c'; then $(CYGPATH_W) 'msgl-fsearch.c'; else $(CYGPATH_W) '$(srcdir)/msgl-fsearch.c'; fi` ++ ++msgmerge-lang-table.o: lang-table.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgmerge_CPPFLAGS) $(CPPFLAGS) $(msgmerge_CFLAGS) $(CFLAGS) -c -o msgmerge-lang-table.o `test -f 'lang-table.c' || echo '$(srcdir)/'`lang-table.c ++ ++msgmerge-lang-table.obj: lang-table.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgmerge_CPPFLAGS) $(CPPFLAGS) $(msgmerge_CFLAGS) $(CFLAGS) -c -o msgmerge-lang-table.obj `if test -f 'lang-table.c'; then $(CYGPATH_W) 'lang-table.c'; else $(CYGPATH_W) '$(srcdir)/lang-table.c'; fi` ++ ++msgmerge-plural-count.o: plural-count.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgmerge_CPPFLAGS) $(CPPFLAGS) $(msgmerge_CFLAGS) $(CFLAGS) -c -o msgmerge-plural-count.o `test -f 'plural-count.c' || echo '$(srcdir)/'`plural-count.c ++ ++msgmerge-plural-count.obj: plural-count.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgmerge_CPPFLAGS) $(CPPFLAGS) $(msgmerge_CFLAGS) $(CFLAGS) -c -o msgmerge-plural-count.obj `if test -f 'plural-count.c'; then $(CYGPATH_W) 'plural-count.c'; else $(CYGPATH_W) '$(srcdir)/plural-count.c'; fi` ++ ++msgunfmt-msgunfmt.o: msgunfmt.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgunfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgunfmt-msgunfmt.o `test -f 'msgunfmt.c' || echo '$(srcdir)/'`msgunfmt.c ++ ++msgunfmt-msgunfmt.obj: msgunfmt.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgunfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgunfmt-msgunfmt.obj `if test -f 'msgunfmt.c'; then $(CYGPATH_W) 'msgunfmt.c'; else $(CYGPATH_W) '$(srcdir)/msgunfmt.c'; fi` ++ ++msgunfmt-read-mo.o: read-mo.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgunfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgunfmt-read-mo.o `test -f 'read-mo.c' || echo '$(srcdir)/'`read-mo.c ++ ++msgunfmt-read-mo.obj: read-mo.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgunfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgunfmt-read-mo.obj `if test -f 'read-mo.c'; then $(CYGPATH_W) 'read-mo.c'; else $(CYGPATH_W) '$(srcdir)/read-mo.c'; fi` ++ ++msgunfmt-read-java.o: read-java.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgunfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgunfmt-read-java.o `test -f 'read-java.c' || echo '$(srcdir)/'`read-java.c ++ ++msgunfmt-read-java.obj: read-java.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgunfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgunfmt-read-java.obj `if test -f 'read-java.c'; then $(CYGPATH_W) 'read-java.c'; else $(CYGPATH_W) '$(srcdir)/read-java.c'; fi` ++ ++msgunfmt-read-csharp.o: read-csharp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgunfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgunfmt-read-csharp.o `test -f 'read-csharp.c' || echo '$(srcdir)/'`read-csharp.c ++ ++msgunfmt-read-csharp.obj: read-csharp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgunfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgunfmt-read-csharp.obj `if test -f 'read-csharp.c'; then $(CYGPATH_W) 'read-csharp.c'; else $(CYGPATH_W) '$(srcdir)/read-csharp.c'; fi` ++ ++msgunfmt-read-resources.o: read-resources.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgunfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgunfmt-read-resources.o `test -f 'read-resources.c' || echo '$(srcdir)/'`read-resources.c ++ ++msgunfmt-read-resources.obj: read-resources.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgunfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgunfmt-read-resources.obj `if test -f 'read-resources.c'; then $(CYGPATH_W) 'read-resources.c'; else $(CYGPATH_W) '$(srcdir)/read-resources.c'; fi` ++ ++msgunfmt-read-tcl.o: read-tcl.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgunfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgunfmt-read-tcl.o `test -f 'read-tcl.c' || echo '$(srcdir)/'`read-tcl.c ++ ++msgunfmt-read-tcl.obj: read-tcl.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgunfmt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgunfmt-read-tcl.obj `if test -f 'read-tcl.c'; then $(CYGPATH_W) 'read-tcl.c'; else $(CYGPATH_W) '$(srcdir)/read-tcl.c'; fi` ++ ++msguniq-msguniq.o: msguniq.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msguniq_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msguniq-msguniq.o `test -f 'msguniq.c' || echo '$(srcdir)/'`msguniq.c ++ ++msguniq-msguniq.obj: msguniq.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msguniq_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msguniq-msguniq.obj `if test -f 'msguniq.c'; then $(CYGPATH_W) 'msguniq.c'; else $(CYGPATH_W) '$(srcdir)/msguniq.c'; fi` ++ ++recode_sr_latin-recode-sr-latin.o: recode-sr-latin.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recode_sr_latin_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recode_sr_latin-recode-sr-latin.o `test -f 'recode-sr-latin.c' || echo '$(srcdir)/'`recode-sr-latin.c ++ ++recode_sr_latin-recode-sr-latin.obj: recode-sr-latin.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recode_sr_latin_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recode_sr_latin-recode-sr-latin.obj `if test -f 'recode-sr-latin.c'; then $(CYGPATH_W) 'recode-sr-latin.c'; else $(CYGPATH_W) '$(srcdir)/recode-sr-latin.c'; fi` ++ ++recode_sr_latin-filter-sr-latin.o: filter-sr-latin.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recode_sr_latin_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recode_sr_latin-filter-sr-latin.o `test -f 'filter-sr-latin.c' || echo '$(srcdir)/'`filter-sr-latin.c ++ ++recode_sr_latin-filter-sr-latin.obj: filter-sr-latin.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(recode_sr_latin_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o recode_sr_latin-filter-sr-latin.obj `if test -f 'filter-sr-latin.c'; then $(CYGPATH_W) 'filter-sr-latin.c'; else $(CYGPATH_W) '$(srcdir)/filter-sr-latin.c'; fi` ++ ++urlget-urlget.o: urlget.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(urlget_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o urlget-urlget.o `test -f 'urlget.c' || echo '$(srcdir)/'`urlget.c ++ ++urlget-urlget.obj: urlget.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(urlget_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o urlget-urlget.obj `if test -f 'urlget.c'; then $(CYGPATH_W) 'urlget.c'; else $(CYGPATH_W) '$(srcdir)/urlget.c'; fi` ++ ++xgettext-xgettext.o: xgettext.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-xgettext.o `test -f 'xgettext.c' || echo '$(srcdir)/'`xgettext.c ++ ++xgettext-xgettext.obj: xgettext.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-xgettext.obj `if test -f 'xgettext.c'; then $(CYGPATH_W) 'xgettext.c'; else $(CYGPATH_W) '$(srcdir)/xgettext.c'; fi` ++ ++xgettext-x-c.o: x-c.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-c.o `test -f 'x-c.c' || echo '$(srcdir)/'`x-c.c ++ ++xgettext-x-c.obj: x-c.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-c.obj `if test -f 'x-c.c'; then $(CYGPATH_W) 'x-c.c'; else $(CYGPATH_W) '$(srcdir)/x-c.c'; fi` ++ ++xgettext-x-po.o: x-po.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-po.o `test -f 'x-po.c' || echo '$(srcdir)/'`x-po.c ++ ++xgettext-x-po.obj: x-po.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-po.obj `if test -f 'x-po.c'; then $(CYGPATH_W) 'x-po.c'; else $(CYGPATH_W) '$(srcdir)/x-po.c'; fi` ++ ++xgettext-x-sh.o: x-sh.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-sh.o `test -f 'x-sh.c' || echo '$(srcdir)/'`x-sh.c ++ ++xgettext-x-sh.obj: x-sh.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-sh.obj `if test -f 'x-sh.c'; then $(CYGPATH_W) 'x-sh.c'; else $(CYGPATH_W) '$(srcdir)/x-sh.c'; fi` ++ ++xgettext-x-python.o: x-python.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-python.o `test -f 'x-python.c' || echo '$(srcdir)/'`x-python.c ++ ++xgettext-x-python.obj: x-python.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-python.obj `if test -f 'x-python.c'; then $(CYGPATH_W) 'x-python.c'; else $(CYGPATH_W) '$(srcdir)/x-python.c'; fi` ++ ++xgettext-x-lisp.o: x-lisp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-lisp.o `test -f 'x-lisp.c' || echo '$(srcdir)/'`x-lisp.c ++ ++xgettext-x-lisp.obj: x-lisp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-lisp.obj `if test -f 'x-lisp.c'; then $(CYGPATH_W) 'x-lisp.c'; else $(CYGPATH_W) '$(srcdir)/x-lisp.c'; fi` ++ ++xgettext-x-elisp.o: x-elisp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-elisp.o `test -f 'x-elisp.c' || echo '$(srcdir)/'`x-elisp.c ++ ++xgettext-x-elisp.obj: x-elisp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-elisp.obj `if test -f 'x-elisp.c'; then $(CYGPATH_W) 'x-elisp.c'; else $(CYGPATH_W) '$(srcdir)/x-elisp.c'; fi` ++ ++xgettext-x-librep.o: x-librep.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-librep.o `test -f 'x-librep.c' || echo '$(srcdir)/'`x-librep.c ++ ++xgettext-x-librep.obj: x-librep.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-librep.obj `if test -f 'x-librep.c'; then $(CYGPATH_W) 'x-librep.c'; else $(CYGPATH_W) '$(srcdir)/x-librep.c'; fi` ++ ++xgettext-x-scheme.o: x-scheme.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-scheme.o `test -f 'x-scheme.c' || echo '$(srcdir)/'`x-scheme.c ++ ++xgettext-x-scheme.obj: x-scheme.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-scheme.obj `if test -f 'x-scheme.c'; then $(CYGPATH_W) 'x-scheme.c'; else $(CYGPATH_W) '$(srcdir)/x-scheme.c'; fi` ++ ++xgettext-x-smalltalk.o: x-smalltalk.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-smalltalk.o `test -f 'x-smalltalk.c' || echo '$(srcdir)/'`x-smalltalk.c ++ ++xgettext-x-smalltalk.obj: x-smalltalk.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-smalltalk.obj `if test -f 'x-smalltalk.c'; then $(CYGPATH_W) 'x-smalltalk.c'; else $(CYGPATH_W) '$(srcdir)/x-smalltalk.c'; fi` ++ ++xgettext-x-java.o: x-java.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-java.o `test -f 'x-java.c' || echo '$(srcdir)/'`x-java.c ++ ++xgettext-x-java.obj: x-java.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-java.obj `if test -f 'x-java.c'; then $(CYGPATH_W) 'x-java.c'; else $(CYGPATH_W) '$(srcdir)/x-java.c'; fi` ++ ++xgettext-x-csharp.o: x-csharp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-csharp.o `test -f 'x-csharp.c' || echo '$(srcdir)/'`x-csharp.c ++ ++xgettext-x-csharp.obj: x-csharp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-csharp.obj `if test -f 'x-csharp.c'; then $(CYGPATH_W) 'x-csharp.c'; else $(CYGPATH_W) '$(srcdir)/x-csharp.c'; fi` ++ ++xgettext-x-awk.o: x-awk.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-awk.o `test -f 'x-awk.c' || echo '$(srcdir)/'`x-awk.c ++ ++xgettext-x-awk.obj: x-awk.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-awk.obj `if test -f 'x-awk.c'; then $(CYGPATH_W) 'x-awk.c'; else $(CYGPATH_W) '$(srcdir)/x-awk.c'; fi` ++ ++xgettext-x-ycp.o: x-ycp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-ycp.o `test -f 'x-ycp.c' || echo '$(srcdir)/'`x-ycp.c ++ ++xgettext-x-ycp.obj: x-ycp.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-ycp.obj `if test -f 'x-ycp.c'; then $(CYGPATH_W) 'x-ycp.c'; else $(CYGPATH_W) '$(srcdir)/x-ycp.c'; fi` ++ ++xgettext-x-tcl.o: x-tcl.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-tcl.o `test -f 'x-tcl.c' || echo '$(srcdir)/'`x-tcl.c ++ ++xgettext-x-tcl.obj: x-tcl.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-tcl.obj `if test -f 'x-tcl.c'; then $(CYGPATH_W) 'x-tcl.c'; else $(CYGPATH_W) '$(srcdir)/x-tcl.c'; fi` ++ ++xgettext-x-perl.o: x-perl.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-perl.o `test -f 'x-perl.c' || echo '$(srcdir)/'`x-perl.c ++ ++xgettext-x-perl.obj: x-perl.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-perl.obj `if test -f 'x-perl.c'; then $(CYGPATH_W) 'x-perl.c'; else $(CYGPATH_W) '$(srcdir)/x-perl.c'; fi` ++ ++xgettext-x-php.o: x-php.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-php.o `test -f 'x-php.c' || echo '$(srcdir)/'`x-php.c ++ ++xgettext-x-php.obj: x-php.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-php.obj `if test -f 'x-php.c'; then $(CYGPATH_W) 'x-php.c'; else $(CYGPATH_W) '$(srcdir)/x-php.c'; fi` ++ ++xgettext-x-rst.o: x-rst.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-rst.o `test -f 'x-rst.c' || echo '$(srcdir)/'`x-rst.c ++ ++xgettext-x-rst.obj: x-rst.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-rst.obj `if test -f 'x-rst.c'; then $(CYGPATH_W) 'x-rst.c'; else $(CYGPATH_W) '$(srcdir)/x-rst.c'; fi` ++ ++xgettext-x-glade.o: x-glade.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-glade.o `test -f 'x-glade.c' || echo '$(srcdir)/'`x-glade.c ++ ++xgettext-x-glade.obj: x-glade.c ++ $(AM_V_CC) @AM_BACKSLASH@ ++ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xgettext-x-glade.obj `if test -f 'x-glade.c'; then $(CYGPATH_W) 'x-glade.c'; else $(CYGPATH_W) '$(srcdir)/x-glade.c'; fi` ++ ++.cc.o: ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXXCOMPILE) -c -o $@ $< ++ ++.cc.obj: ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` ++ ++.cc.lo: ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(LTCXXCOMPILE) -c -o $@ $< ++ ++c++format.lo: ../woe32dll/c++format.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o c++format.lo `test -f '../woe32dll/c++format.cc' || echo '$(srcdir)/'`../woe32dll/c++format.cc ++ ++msgattrib-c++msgattrib.o: ../woe32dll/c++msgattrib.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgattrib_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msgattrib-c++msgattrib.o `test -f '../woe32dll/c++msgattrib.cc' || echo '$(srcdir)/'`../woe32dll/c++msgattrib.cc ++ ++msgattrib-c++msgattrib.obj: ../woe32dll/c++msgattrib.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgattrib_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msgattrib-c++msgattrib.obj `if test -f '../woe32dll/c++msgattrib.cc'; then $(CYGPATH_W) '../woe32dll/c++msgattrib.cc'; else $(CYGPATH_W) '$(srcdir)/../woe32dll/c++msgattrib.cc'; fi` ++ ++msgcat-c++msgcat.o: ../woe32dll/c++msgcat.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgcat_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msgcat-c++msgcat.o `test -f '../woe32dll/c++msgcat.cc' || echo '$(srcdir)/'`../woe32dll/c++msgcat.cc ++ ++msgcat-c++msgcat.obj: ../woe32dll/c++msgcat.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgcat_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msgcat-c++msgcat.obj `if test -f '../woe32dll/c++msgcat.cc'; then $(CYGPATH_W) '../woe32dll/c++msgcat.cc'; else $(CYGPATH_W) '$(srcdir)/../woe32dll/c++msgcat.cc'; fi` ++ ++msgcomm-c++msgcomm.o: ../woe32dll/c++msgcomm.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgcomm_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msgcomm-c++msgcomm.o `test -f '../woe32dll/c++msgcomm.cc' || echo '$(srcdir)/'`../woe32dll/c++msgcomm.cc ++ ++msgcomm-c++msgcomm.obj: ../woe32dll/c++msgcomm.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgcomm_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msgcomm-c++msgcomm.obj `if test -f '../woe32dll/c++msgcomm.cc'; then $(CYGPATH_W) '../woe32dll/c++msgcomm.cc'; else $(CYGPATH_W) '$(srcdir)/../woe32dll/c++msgcomm.cc'; fi` ++ ++msgconv-c++msgconv.o: ../woe32dll/c++msgconv.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgconv_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msgconv-c++msgconv.o `test -f '../woe32dll/c++msgconv.cc' || echo '$(srcdir)/'`../woe32dll/c++msgconv.cc ++ ++msgconv-c++msgconv.obj: ../woe32dll/c++msgconv.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgconv_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msgconv-c++msgconv.obj `if test -f '../woe32dll/c++msgconv.cc'; then $(CYGPATH_W) '../woe32dll/c++msgconv.cc'; else $(CYGPATH_W) '$(srcdir)/../woe32dll/c++msgconv.cc'; fi` ++ ++msgen-c++msgen.o: ../woe32dll/c++msgen.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgen_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msgen-c++msgen.o `test -f '../woe32dll/c++msgen.cc' || echo '$(srcdir)/'`../woe32dll/c++msgen.cc ++ ++msgen-c++msgen.obj: ../woe32dll/c++msgen.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgen_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msgen-c++msgen.obj `if test -f '../woe32dll/c++msgen.cc'; then $(CYGPATH_W) '../woe32dll/c++msgen.cc'; else $(CYGPATH_W) '$(srcdir)/../woe32dll/c++msgen.cc'; fi` ++ ++msgfilter-c++msgfilter.o: ../woe32dll/c++msgfilter.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfilter_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msgfilter-c++msgfilter.o `test -f '../woe32dll/c++msgfilter.cc' || echo '$(srcdir)/'`../woe32dll/c++msgfilter.cc ++ ++msgfilter-c++msgfilter.obj: ../woe32dll/c++msgfilter.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgfilter_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msgfilter-c++msgfilter.obj `if test -f '../woe32dll/c++msgfilter.cc'; then $(CYGPATH_W) '../woe32dll/c++msgfilter.cc'; else $(CYGPATH_W) '$(srcdir)/../woe32dll/c++msgfilter.cc'; fi` ++ ++msggrep-c++msggrep.o: ../woe32dll/c++msggrep.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msggrep_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msggrep-c++msggrep.o `test -f '../woe32dll/c++msggrep.cc' || echo '$(srcdir)/'`../woe32dll/c++msggrep.cc ++ ++msggrep-c++msggrep.obj: ../woe32dll/c++msggrep.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msggrep_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msggrep-c++msggrep.obj `if test -f '../woe32dll/c++msggrep.cc'; then $(CYGPATH_W) '../woe32dll/c++msggrep.cc'; else $(CYGPATH_W) '$(srcdir)/../woe32dll/c++msggrep.cc'; fi` ++ ++msgmerge-c++msgmerge.o: ../woe32dll/c++msgmerge.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgmerge_CPPFLAGS) $(CPPFLAGS) $(msgmerge_CXXFLAGS) $(CXXFLAGS) -c -o msgmerge-c++msgmerge.o `test -f '../woe32dll/c++msgmerge.cc' || echo '$(srcdir)/'`../woe32dll/c++msgmerge.cc ++ ++msgmerge-c++msgmerge.obj: ../woe32dll/c++msgmerge.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msgmerge_CPPFLAGS) $(CPPFLAGS) $(msgmerge_CXXFLAGS) $(CXXFLAGS) -c -o msgmerge-c++msgmerge.obj `if test -f '../woe32dll/c++msgmerge.cc'; then $(CYGPATH_W) '../woe32dll/c++msgmerge.cc'; else $(CYGPATH_W) '$(srcdir)/../woe32dll/c++msgmerge.cc'; fi` ++ ++msguniq-c++msguniq.o: ../woe32dll/c++msguniq.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msguniq_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msguniq-c++msguniq.o `test -f '../woe32dll/c++msguniq.cc' || echo '$(srcdir)/'`../woe32dll/c++msguniq.cc ++ ++msguniq-c++msguniq.obj: ../woe32dll/c++msguniq.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(msguniq_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o msguniq-c++msguniq.obj `if test -f '../woe32dll/c++msguniq.cc'; then $(CYGPATH_W) '../woe32dll/c++msguniq.cc'; else $(CYGPATH_W) '$(srcdir)/../woe32dll/c++msguniq.cc'; fi` ++ ++xgettext-c++xgettext.o: ../woe32dll/c++xgettext.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xgettext-c++xgettext.o `test -f '../woe32dll/c++xgettext.cc' || echo '$(srcdir)/'`../woe32dll/c++xgettext.cc ++ ++xgettext-c++xgettext.obj: ../woe32dll/c++xgettext.cc ++ $(AM_V_CXX) @AM_BACKSLASH@ ++ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xgettext_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o xgettext-c++xgettext.obj `if test -f '../woe32dll/c++xgettext.cc'; then $(CYGPATH_W) '../woe32dll/c++xgettext.cc'; else $(CYGPATH_W) '$(srcdir)/../woe32dll/c++xgettext.cc'; fi` ++ ++.y.c: ++ $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) ++ ++mostlyclean-libtool: ++ -rm -f *.lo ++ ++clean-libtool: ++ -rm -rf .libs _libs ++ ++ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ++ unique=`for i in $$list; do \ ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ++ done | \ ++ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ ++ END { if (nonempty) { for (i in files) print i; }; }'`; \ ++ mkid -fID $$unique ++tags: TAGS ++ ++TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ++ $(TAGS_FILES) $(LISP) ++ set x; \ ++ here=`pwd`; \ ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ++ unique=`for i in $$list; do \ ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ++ done | \ ++ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ ++ END { if (nonempty) { for (i in files) print i; }; }'`; \ ++ shift; \ ++ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ ++ test -n "$$unique" || unique=$$empty_fix; \ ++ if test $$# -gt 0; then \ ++ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ++ "$$@" $$unique; \ ++ else \ ++ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ++ $$unique; \ ++ fi; \ ++ fi ++ctags: CTAGS ++CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ++ $(TAGS_FILES) $(LISP) ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ++ unique=`for i in $$list; do \ ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ++ done | \ ++ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ ++ END { if (nonempty) { for (i in files) print i; }; }'`; \ ++ test -z "$(CTAGS_ARGS)$$unique" \ ++ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ ++ $$unique ++ ++GTAGS: ++ here=`$(am__cd) $(top_builddir) && pwd` \ ++ && $(am__cd) $(top_srcdir) \ ++ && gtags -i $(GTAGS_ARGS) "$$here" ++ ++distclean-tags: ++ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags ++ ++distdir: $(DISTFILES) ++ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ++ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ++ list='$(DISTFILES)'; \ ++ dist_files=`for file in $$list; do echo $$file; done | \ ++ sed -e "s|^$$srcdirstrip/||;t" \ ++ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ ++ case $$dist_files in \ ++ */*) $(MKDIR_P) `echo "$$dist_files" | \ ++ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ ++ sort -u` ;; \ ++ esac; \ ++ for file in $$dist_files; do \ ++ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ ++ if test -d $$d/$$file; then \ ++ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ ++ if test -d "$(distdir)/$$file"; then \ ++ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ ++ fi; \ ++ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ ++ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ ++ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ ++ fi; \ ++ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ ++ else \ ++ test -f "$(distdir)/$$file" \ ++ || cp -p $$d/$$file "$(distdir)/$$file" \ ++ || exit 1; \ ++ fi; \ ++ done ++check-am: all-am ++check: $(BUILT_SOURCES) ++ $(MAKE) $(AM_MAKEFLAGS) check-am ++all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) all-local ++install-binPROGRAMS: install-libLTLIBRARIES ++ ++installdirs: installdirs-local ++ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)"; do \ ++ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ ++ done ++install: $(BUILT_SOURCES) ++ $(MAKE) $(AM_MAKEFLAGS) install-am ++install-exec: install-exec-am ++install-data: install-data-am ++uninstall: uninstall-am ++ ++install-am: all-am ++ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am ++ ++installcheck: installcheck-am ++install-strip: ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ++ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ++ `test -z '$(STRIP)' || \ ++ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install ++mostlyclean-generic: ++ -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) ++ ++clean-generic: ++ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) ++ ++distclean-generic: ++ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) ++ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) ++ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) ++ ++maintainer-clean-generic: ++ @echo "This command is intended for maintainers to use" ++ @echo "it deletes files that may require special tools to rebuild." ++ -rm -f po-gram-gen.c ++ -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) ++clean: clean-am ++ ++clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ ++ clean-libtool clean-noinstPROGRAMS mostlyclean-am ++ ++distclean: distclean-am ++ -rm -f Makefile ++distclean-am: clean-am distclean-compile distclean-generic \ ++ distclean-tags ++ ++dvi: dvi-am ++ ++dvi-am: ++ ++html: html-am ++ ++html-am: ++ ++info: info-am ++ ++info-am: ++ ++install-data-am: install-data-local ++ ++install-dvi: install-dvi-am ++ ++install-dvi-am: ++ ++install-exec-am: install-binPROGRAMS install-exec-local \ ++ install-libLTLIBRARIES ++ ++install-html: install-html-am ++ ++install-html-am: ++ ++install-info: install-info-am ++ ++install-info-am: ++ ++install-man: ++ ++install-pdf: install-pdf-am ++ ++install-pdf-am: ++ ++install-ps: install-ps-am ++ ++install-ps-am: ++ ++installcheck-am: installcheck-binPROGRAMS ++ ++maintainer-clean: maintainer-clean-am ++ -rm -f Makefile ++maintainer-clean-am: distclean-am maintainer-clean-generic ++ ++mostlyclean: mostlyclean-am ++ ++mostlyclean-am: mostlyclean-compile mostlyclean-generic \ ++ mostlyclean-libtool ++ ++pdf: pdf-am ++ ++pdf-am: ++ ++ps: ps-am ++ ++ps-am: ++ ++uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \ ++ uninstall-local ++ ++.MAKE: all check install install-am install-strip ++ ++.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \ ++ clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ ++ clean-libtool clean-noinstPROGRAMS ctags distclean \ ++ distclean-compile distclean-generic distclean-libtool \ ++ distclean-tags distdir dvi dvi-am html html-am info info-am \ ++ install install-am install-binPROGRAMS install-data \ ++ install-data-am install-data-local install-dvi install-dvi-am \ ++ install-exec install-exec-am install-exec-local install-html \ ++ install-html-am install-info install-info-am \ ++ install-libLTLIBRARIES install-man install-pdf install-pdf-am \ ++ install-ps install-ps-am install-strip installcheck \ ++ installcheck-am installcheck-binPROGRAMS installdirs \ ++ installdirs-local maintainer-clean maintainer-clean-generic \ ++ mostlyclean mostlyclean-compile mostlyclean-generic \ ++ mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ ++ uninstall-am uninstall-binPROGRAMS uninstall-libLTLIBRARIES \ ++ uninstall-local ++ ++ ++# No need to install libgettextsrc.a, except on AIX. ++install-exec-local: install-libLTLIBRARIES install-exec-clean ++install-exec-clean: ++ case "@host_os@" in \ ++ aix*) ;; \ ++ *) $(RM) $(DESTDIR)$(libdir)/libgettextsrc.a ;; \ ++ esac ++ ++po-lex.o po-lex.lo: po-gram-gen2.h ++po-gram-gen2.h: po-gram-gen.h ++ $(SED) -e 's/yy/po_gram_/g' -e 's/extern /extern DLL_VARIABLE /' $(srcdir)/po-gram-gen.h > $@-tmp ++ mv $@-tmp $@ ++ ++# Special rules for installation of auxiliary programs. ++ ++install-exec-local: ++ $(mkdir_p) $(DESTDIR)$(pkglibdir) ++ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) hostname$(EXEEXT) $(DESTDIR)$(pkglibdir)/hostname$(EXEEXT) ++ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) urlget$(EXEEXT) $(DESTDIR)$(pkglibdir)/urlget$(EXEEXT) ++ $(INSTALL_SCRIPT) user-email $(DESTDIR)$(pkglibdir)/user-email ++ $(INSTALL_SCRIPT) $(srcdir)/project-id $(DESTDIR)$(pkglibdir)/project-id ++ ++installdirs-local: ++ $(mkdir_p) $(DESTDIR)$(pkglibdir) ++ ++uninstall-local: ++ $(RM) $(DESTDIR)$(pkglibdir)/hostname$(EXEEXT) ++ $(RM) $(DESTDIR)$(pkglibdir)/urlget$(EXEEXT) ++ $(RM) $(DESTDIR)$(pkglibdir)/user-email ++ $(RM) $(DESTDIR)$(pkglibdir)/project-id ++ ++all-local: all-java-@BUILDJAVAEXE@ ++all-java-yes: gnu.gettext.DumpResource$(EXEEXT) gnu.gettext.GetURL$(EXEEXT) ++all-java-no: all-java-no-@BUILDJAVA@ ++all-java-no-yes: gettext.jar ++all-java-no-no: ++ ++gnu.gettext.DumpResource$(EXEEXT): $(srcdir)/gnu/gettext/DumpResource.java ++ $(GCJ) $(GCJFLAGS) $(srcdir)/gnu/gettext/DumpResource.java --main=gnu.gettext.DumpResource -o $@ ++ ++gnu.gettext.GetURL$(EXEEXT): $(srcdir)/gnu/gettext/GetURL.java ++ $(GCJ) $(GCJFLAGS) $(srcdir)/gnu/gettext/GetURL.java --main=gnu.gettext.GetURL -o $@ ++ ++gnu/gettext/DumpResource.class: $(srcdir)/gnu/gettext/DumpResource.java ++ $(JAVACOMP) -d . $(srcdir)/gnu/gettext/DumpResource.java ++ ++gnu/gettext/GetURL.class: $(srcdir)/gnu/gettext/GetURL.java ++ $(JAVACOMP) -d . $(srcdir)/gnu/gettext/GetURL.java ++ ++gettext.jar: gnu/gettext/DumpResource.class gnu/gettext/GetURL.class ++ $(JAR) cf $@ gnu/gettext/DumpResource*.class gnu/gettext/GetURL*.class ++ ++install-exec-local: install-exec-java-@BUILDJAVAEXE@ ++install-exec-java-yes: all-java-yes ++ $(mkdir_p) $(DESTDIR)$(pkglibdir) ++ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) gnu.gettext.DumpResource$(EXEEXT) $(DESTDIR)$(pkglibdir)/gnu.gettext.DumpResource$(EXEEXT) ++ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) gnu.gettext.GetURL$(EXEEXT) $(DESTDIR)$(pkglibdir)/gnu.gettext.GetURL$(EXEEXT) ++install-exec-java-no: ++ ++install-data-local: install-data-java-@BUILDJAVAEXE@ ++install-data-java-yes: ++install-data-java-no: install-data-java-no-@BUILDJAVA@ ++install-data-java-no-yes: all-java-no-yes ++ $(INSTALL_DATA) gettext.jar $(DESTDIR)$(jardir)/gettext.jar ++install-data-java-no-no: ++ ++installdirs-local: installdirs-java-@BUILDJAVAEXE@ ++installdirs-java-yes: ++ $(mkdir_p) $(DESTDIR)$(pkglibdir) ++installdirs-java-no: installdirs-java-no-@BUILDJAVA@ ++installdirs-java-no-yes: ++ $(mkdir_p) $(DESTDIR)$(jardir) ++installdirs-java-no-no: ++ ++uninstall-local: uninstall-java-@BUILDJAVAEXE@ ++uninstall-java-yes: ++ $(RM) $(DESTDIR)$(pkglibdir)/gnu.gettext.DumpResource$(EXEEXT) ++ $(RM) $(DESTDIR)$(pkglibdir)/gnu.gettext.GetURL$(EXEEXT) ++uninstall-java-no: uninstall-java-no-@BUILDJAVA@ ++uninstall-java-no-yes: ++ $(RM) $(DESTDIR)$(jardir)/gettext.jar ++uninstall-java-no-no: ++ ++all-local: all-csharp-@BUILDCSHARP@ ++all-csharp-yes: msgfmt.net.exe msgunfmt.net.exe ++all-csharp-no: ++ ++msgfmt.net.exe: msgfmt.cs ++ $(CSHARPCOMP) $(CSHARPCOMPFLAGS) -o $@ $(srcdir)/msgfmt.cs ++ ++msgunfmt.net.exe: msgunfmt.cs ++ $(CSHARPCOMP) $(CSHARPCOMPFLAGS) -o $@ -L ../../gettext-runtime/intl-csharp -l GNU.Gettext $(srcdir)/msgunfmt.cs ++ ++install-exec-local: install-exec-csharp-@BUILDCSHARP@ ++install-exec-csharp-yes: all-csharp-yes ++ $(mkdir_p) $(DESTDIR)$(pkglibdir) ++ $(INSTALL_DATA) msgfmt.net.exe $(DESTDIR)$(pkglibdir)/msgfmt.net.exe ++ $(INSTALL_DATA) msgunfmt.net.exe $(DESTDIR)$(pkglibdir)/msgunfmt.net.exe ++install-exec-csharp-no: ++ $(mkdir_p) $(DESTDIR)$(pkglibdir) ++ ++installdirs-local: install-csharp ++installdirs-csharp: ++ $(mkdir_p) $(DESTDIR)$(pkglibdir) ++ ++uninstall-local: uninstall-csharp-@BUILDCSHARP@ ++uninstall-csharp-yes: all-csharp-yes ++ $(RM) $(DESTDIR)$(pkglibdir)/msgfmt.net.exe ++ $(RM) $(DESTDIR)$(pkglibdir)/msgunfmt.net.exe ++uninstall-csharp-no: ++ ++install-data-local: install-tcl ++install-tcl: ++ $(mkdir_p) $(DESTDIR)$(pkgdatadir) ++ $(INSTALL_DATA) $(srcdir)/msgunfmt.tcl $(DESTDIR)$(pkgdatadir)/msgunfmt.tcl ++ ++installdirs-local: installdirs-tcl ++installdirs-tcl: ++ $(mkdir_p) $(DESTDIR)$(pkgdatadir) ++ ++uninstall-local: uninstall-tcl ++uninstall-tcl: ++ $(RM) $(DESTDIR)$(pkgdatadir)/msgunfmt.tcl ++@WOE32_TRUE@gettext.res : $(top_srcdir)/../windows/gettext.rc ++@WOE32_TRUE@ $(WINDRES) `$(SHELL) $(top_srcdir)/../windows/windres-options --escape $(VERSION)` -i $(top_srcdir)/../windows/gettext.rc -o gettext.res --output-format=coff ++ ++# Tell versions [3.59,3.63) of GNU make to not export all variables. ++# Otherwise a system limit (for SysV at least) may be exceeded. ++.NOEXPORT: diff --git a/devel/gettext/pkg-plist b/devel/gettext/pkg-plist index ba19c39880cb..ffbbc5abce7a 100644 --- a/devel/gettext/pkg-plist +++ b/devel/gettext/pkg-plist @@ -30,7 +30,7 @@ lib/libasprintf.a lib/libasprintf.la lib/libasprintf.so lib/libasprintf.so.0 -lib/libgettextlib-%%VERSION%%.so +lib/libgettextlib-0.18.1.so lib/libgettextlib.la lib/libgettextlib.so lib/libgettextpo.a @@ -38,16 +38,16 @@ lib/libgettextpo.la lib/libgettextpo.so lib/libgettextpo.so.5 lib/libgettextsrc.la -lib/libgettextsrc-%%VERSION%%.so +lib/libgettextsrc-0.18.1.so lib/libgettextsrc.so lib/libintl.a lib/libintl.la lib/libintl.so lib/libintl.so.9 -libdata/gettext-tools/hostname -libdata/gettext-tools/project-id -libdata/gettext-tools/urlget -libdata/gettext-tools/user-email +lib/gettext/hostname +lib/gettext/project-id +lib/gettext/urlget +lib/gettext/user-email share/aclocal/codeset.m4 share/aclocal/gettext.m4 share/aclocal/fcntl-o.m4 @@ -142,7 +142,7 @@ share/aclocal/xsize.m4 share/emacs/site-lisp/po-compat.el share/emacs/site-lisp/po-mode.el %%DATADIR%%/ABOUT-NLS -%%DATADIR%%/archive.cvs.tar.gz +%%DATADIR%%/archive.dir.tar.gz %%DATADIR%%/config.rpath %%DATADIR%%/gettext.h %%DATADIR%%/intl/COPYING.LIB-2.0 @@ -332,7 +332,6 @@ share/locale/zh_TW/LC_MESSAGES/gettext-tools.mo %%PORTDOCS%%@dirrm %%DOCSDIR%%/examples %%PORTDOCS%%@dirrm %%DOCSDIR%%/csharpdoc %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libdata/gettext-tools @dirrm lib/gettext @dirrmtry share/locale/en@boldquot/LC_MESSAGES @dirrmtry share/locale/en@quot/LC_MESSAGES diff --git a/devel/git-merge-changelog/Makefile b/devel/git-merge-changelog/Makefile index 3722b866fe69..3a8b09ca85f0 100644 --- a/devel/git-merge-changelog/Makefile +++ b/devel/git-merge-changelog/Makefile @@ -18,7 +18,7 @@ COMMENT= Git "merge" driver for GNU style ChangeLog files EXTRACT_DEPENDS= ${GNULIB_DIR}/lib/${PORTNAME}.c:${GNULIB_PORTDIR} \ automake-1.10:${PORTSDIR}/devel/automake110 \ - autoconf-2.62:${PORTSDIR}/devel/autoconf262 + autoconf-2.67:${PORTSDIR}/devel/autoconf267 GNU_CONFIGURE= yes diff --git a/devel/gtkparasite/Makefile b/devel/gtkparasite/Makefile index 536afd6b2d26..cd19a623db37 100644 --- a/devel/gtkparasite/Makefile +++ b/devel/gtkparasite/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkparasite PORTVERSION= 20090819 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= pav @@ -23,7 +23,7 @@ PORTDOCS= USAGE PLIST_FILES= lib/gtk-2.0/modules/libgtkparasite.a \ lib/gtk-2.0/modules/libgtkparasite.la \ lib/gtk-2.0/modules/libgtkparasite.so -USE_AUTOTOOLS= autoconf:262 automake:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 automake:110 libtool:22 pre-configure: cd ${WRKSRC} && ${REINPLACE_CMD} -e '/.\/configure/d' ./autogen.sh \ diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index 62423d21a12d..0e3c905ab944 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -6,13 +6,14 @@ PORTNAME= alex PORTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Alex is a tool for generating lexical analysers in Haskell XMLDOCS= doc/alex:html -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env STANDALONE= yes EXECUTABLE= alex diff --git a/devel/hs-haddock-docs/Makefile b/devel/hs-haddock-docs/Makefile index 042af190441c..3045622183ed 100644 --- a/devel/hs-haddock-docs/Makefile +++ b/devel/hs-haddock-docs/Makefile @@ -7,13 +7,13 @@ PORTNAME= haddock PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Documentation for Haddock -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env DOCUMENTATION= yes XMLDOCS= doc/haddock:users_guide diff --git a/devel/hs-haddock/Makefile b/devel/hs-haddock/Makefile index a820ad72e6fc..eabf51ecb833 100644 --- a/devel/hs-haddock/Makefile +++ b/devel/hs-haddock/Makefile @@ -6,7 +6,7 @@ PORTNAME= haddock PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile index d25c773f2e98..1f16aed8d9eb 100644 --- a/devel/hs-happy/Makefile +++ b/devel/hs-happy/Makefile @@ -6,13 +6,14 @@ PORTNAME= happy PORTVERSION= 1.18.5 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= An LALR(1) parser generator for the functional language Haskell XMLDOCS= doc/happy:html -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env STANDALONE= yes EXECUTABLE= happy diff --git a/devel/kBuild-devel/Makefile b/devel/kBuild-devel/Makefile index 15e53b99211e..d0796ae173d0 100644 --- a/devel/kBuild-devel/Makefile +++ b/devel/kBuild-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= kBuild DISTVERSION= ${KBUILD_VERSION}-p2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.netlabs.org/pub/kbuild/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= gahr@FreeBSD.org COMMENT= Makefile framework -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} diff --git a/devel/kBuild/Makefile b/devel/kBuild/Makefile index 15e53b99211e..d0796ae173d0 100644 --- a/devel/kBuild/Makefile +++ b/devel/kBuild/Makefile @@ -7,6 +7,7 @@ PORTNAME= kBuild DISTVERSION= ${KBUILD_VERSION}-p2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.netlabs.org/pub/kbuild/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= gahr@FreeBSD.org COMMENT= Makefile framework -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile index 461f1c32f61e..30073b787d7e 100644 --- a/devel/kdevelop/Makefile +++ b/devel/kdevelop/Makefile @@ -18,8 +18,7 @@ MAINTAINER?= kde@FreeBSD.org COMMENT= IDE for a wide variety of programming tasks BUILD_DEPENDS= cervisia:${PORTSDIR}/devel/kdesdk3 \ - dot:${PORTSDIR}/graphics/graphviz \ - msgfmt:${PORTSDIR}/devel/gettext + dot:${PORTSDIR}/graphics/graphviz LIB_DEPENDS= svn_client-1.0:${PORTSDIR}/devel/subversion RUN_DEPENDS= extractrc:${PORTSDIR}/devel/kdesdk3 \ gdb66:${PORTSDIR}/devel/gdb6 \ @@ -52,6 +51,7 @@ USE_LDCONFIG= yes USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build USE_BDB= yes USE_AUTOTOOLS= libtool:22 autotools:run _NO_KDE_FINAL= yes diff --git a/devel/lfc/Makefile b/devel/lfc/Makefile index 1dc1ce8662a7..a95fea1b9c03 100644 --- a/devel/lfc/Makefile +++ b/devel/lfc/Makefile @@ -6,6 +6,7 @@ PORTNAME= cego-base PORTVERSION= 1.1.32 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ DISTNAME= base-${PORTVERSION} @@ -17,6 +18,6 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/base GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env .include <bsd.port.mk> diff --git a/devel/lfcxml/Makefile b/devel/lfcxml/Makefile index 7dbf9e19f4e3..ecd7d79a29b9 100644 --- a/devel/lfcxml/Makefile +++ b/devel/lfcxml/Makefile @@ -6,6 +6,7 @@ PORTNAME= cego-xml PORTVERSION= 1.0.20 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ DISTNAME= xml-${PORTVERSION} @@ -21,6 +22,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env .include <bsd.port.mk> diff --git a/devel/libbegemot/Makefile b/devel/libbegemot/Makefile index 51eb228051e3..f8560d1c70ec 100644 --- a/devel/libbegemot/Makefile +++ b/devel/libbegemot/Makefile @@ -7,7 +7,7 @@ PORTNAME= libbegemot PORTVERSION= 1.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ DISTNAME= libbegemot-${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= A function library for begemot tools GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libltdl:22 libtool:22 +USE_AUTOTOOLS= automake:19:env autoconf:267:env libltdl:22 libtool:22 USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes diff --git a/devel/libcfg/Makefile b/devel/libcfg/Makefile index 35b80ed774d7..2b1238d3a60e 100644 --- a/devel/libcfg/Makefile +++ b/devel/libcfg/Makefile @@ -7,7 +7,7 @@ PORTNAME= libcfg PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://platon.sk/upload/_projects/00003/ DISTNAME= ${PORTNAME}+-${DISTVERSION} @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}+-${DISTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= Library for command line and configuration file parsing -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/devel/libftdi/Makefile b/devel/libftdi/Makefile index 26c59f771dde..e5f00eb0cc49 100644 --- a/devel/libftdi/Makefile +++ b/devel/libftdi/Makefile @@ -7,6 +7,7 @@ PORTNAME= libftdi PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ @@ -15,7 +16,7 @@ COMMENT= A library (using libusb) to talk to FTDI chips OPTIONS= BOOST "Build with boost" off -USE_AUTOTOOLS= autoconf:262 libtool:22 automake:110 +USE_AUTOTOOLS= autoconf:267 libtool:22 automake:110 GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" USE_LDCONFIG= yes diff --git a/devel/libltdl22/Makefile b/devel/libltdl22/Makefile index 06e5f7c48884..3b80d97ea33e 100644 --- a/devel/libltdl22/Makefile +++ b/devel/libltdl22/Makefile @@ -10,6 +10,8 @@ MASTERDIR= ${.CURDIR}/../../devel/libtool22 COMMENT= System independent dlopen wrapper +LICENSE= LGPL21 +LICENSE_FILE= ${CONFIGURE_WRKSRC}/COPYING.LIB USE_GNOME= ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:22 diff --git a/devel/libltdl24/Makefile b/devel/libltdl24/Makefile index 06e5f7c48884..3b80d97ea33e 100644 --- a/devel/libltdl24/Makefile +++ b/devel/libltdl24/Makefile @@ -10,6 +10,8 @@ MASTERDIR= ${.CURDIR}/../../devel/libtool22 COMMENT= System independent dlopen wrapper +LICENSE= LGPL21 +LICENSE_FILE= ${CONFIGURE_WRKSRC}/COPYING.LIB USE_GNOME= ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:22 diff --git a/devel/librcc/Makefile b/devel/librcc/Makefile index b798e9a0eed9..89f07fda842e 100644 --- a/devel/librcc/Makefile +++ b/devel/librcc/Makefile @@ -7,7 +7,7 @@ PORTNAME= librcc PORTVERSION= 0.2.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF/rusxmms/Charset%20Conversion%20Library/${PORTVERSION} \ http://dside.dyndns.org/files/rusxmms/ @@ -25,7 +25,7 @@ USE_GNOME= gnomehack lthack libxml2 glib12 gtk12 USE_GMAKE= yes USE_ICONV= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= autoheader:262 +USE_AUTOTOOLS= autoheader:267 CPPFLAGS= -I${LOCALBASE}/include LIBS= -L${LOCALBASE}/lib diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile index 410c2e498683..6f4b45d83fdb 100644 --- a/devel/libthai/Makefile +++ b/devel/libthai/Makefile @@ -7,7 +7,7 @@ PORTNAME= libthai PORTVERSION= 0.1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.usablelabs.com/download/ @@ -17,7 +17,7 @@ COMMENT= Thai language support library USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:15 autoconf:262 libtool:22 +USE_AUTOTOOLS= automake:15 autoconf:267 libtool:22 MAKE_JOBS_UNSAFE= yes ALL_TARGET= all check @@ -27,7 +27,7 @@ MAN3= libthai.3 thctype.3 wtt.3 post-patch: @${REINPLACE_CMD} -E 's,^(pkgconfigdir = ).*$$,\1$$(prefix)/libdata/pkgconfig,' \ ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e 's,15,-1.5,' -e 's,259,-2.62,' \ + @${REINPLACE_CMD} -e 's,15,-1.5,' -e 's,259,-2.67,' \ ${WRKSRC}/autogen.sh pre-configure: diff --git a/devel/libtool22/Makefile b/devel/libtool22/Makefile index 6bc23f393c68..949e0de17534 100644 --- a/devel/libtool22/Makefile +++ b/devel/libtool22/Makefile @@ -6,24 +6,32 @@ # PORTNAME?= libtool -PORTVERSION= 2.2.6b +PORTVERSION= 2.2.10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool DISTNAME= libtool-${PORTVERSION} -EXTRACT_SUFX= .tar.lzma -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= autotools@FreeBSD.org COMMENT?= Generic shared library support script -WRKSRC= ${WRKDIR}/libtool-${PORTVERSION:S|a||} -USE_XZ= yes +LICENSE?= GPLv2 +LICENSE_FILE?= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes CONFIGURE_ARGS?= --disable-ltdl-install CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" INFO?= libtool +.if ${PORTNAME} != "libltdl" +MAN1= libtool.1 libtoolize.1 +.endif post-patch: - ${REINPLACE_CMD} -e 's|sed gsed|sed|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|sed gsed|sed|g' \ + -e 's|CC=cc|CC=${CC}|g' \ + ${WRKSRC}/configure ${WRKSRC}/libltdl/configure + +post-configure: + @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f .include <bsd.port.mk> diff --git a/devel/libtool22/distinfo b/devel/libtool22/distinfo index 8e297af87bff..ee1757dd9c29 100644 --- a/devel/libtool22/distinfo +++ b/devel/libtool22/distinfo @@ -1,3 +1,3 @@ -MD5 (libtool-2.2.6b.tar.lzma) = a4b36980765003b47dd75ac9429f4f11 -SHA256 (libtool-2.2.6b.tar.lzma) = 66ebad3c02e5cb6672bfbda1183fb6fc919d33d676eb8be4b7834aa7c3b8b7ae -SIZE (libtool-2.2.6b.tar.lzma) = 739089 +MD5 (libtool-2.2.10.tar.gz) = b745d220e88163fcd9eea0a90ccf21b0 +SHA256 (libtool-2.2.10.tar.gz) = de7d1d028fa3be15a05b3e00fe64f80ece62636923cc9ef82dc8b9a2f3c5d77d +SIZE (libtool-2.2.10.tar.gz) = 2439628 diff --git a/devel/libtool22/files/patch-libltdl_config_ltmain.sh b/devel/libtool22/files/patch-libltdl_config_ltmain.sh index 8dc8434921eb..ad0599710598 100644 --- a/devel/libtool22/files/patch-libltdl_config_ltmain.sh +++ b/devel/libtool22/files/patch-libltdl_config_ltmain.sh @@ -6,8 +6,8 @@ $opt_debug + + # FreeBSD-specific: where we install compilers with non-standard names -+ tag_compilers_CC="*cc cc* *gcc gcc*" -+ tag_compilers_CXX="*c++ c++* *g++ g++*" ++ tag_compilers_CC="*cc cc* *gcc gcc* clang" ++ tag_compilers_CXX="*c++ c++* *g++ g++* clang++" + base_compiler=`set -- "$@"; echo $1` + + # If $tagname isn't set, then try to infer if the default "CC" tag applies diff --git a/devel/libtool24/Makefile b/devel/libtool24/Makefile index 6bc23f393c68..949e0de17534 100644 --- a/devel/libtool24/Makefile +++ b/devel/libtool24/Makefile @@ -6,24 +6,32 @@ # PORTNAME?= libtool -PORTVERSION= 2.2.6b +PORTVERSION= 2.2.10 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool DISTNAME= libtool-${PORTVERSION} -EXTRACT_SUFX= .tar.lzma -MAINTAINER= kwm@FreeBSD.org +MAINTAINER= autotools@FreeBSD.org COMMENT?= Generic shared library support script -WRKSRC= ${WRKDIR}/libtool-${PORTVERSION:S|a||} -USE_XZ= yes +LICENSE?= GPLv2 +LICENSE_FILE?= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes CONFIGURE_ARGS?= --disable-ltdl-install CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" INFO?= libtool +.if ${PORTNAME} != "libltdl" +MAN1= libtool.1 libtoolize.1 +.endif post-patch: - ${REINPLACE_CMD} -e 's|sed gsed|sed|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|sed gsed|sed|g' \ + -e 's|CC=cc|CC=${CC}|g' \ + ${WRKSRC}/configure ${WRKSRC}/libltdl/configure + +post-configure: + @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f .include <bsd.port.mk> diff --git a/devel/libtool24/distinfo b/devel/libtool24/distinfo index 8e297af87bff..ee1757dd9c29 100644 --- a/devel/libtool24/distinfo +++ b/devel/libtool24/distinfo @@ -1,3 +1,3 @@ -MD5 (libtool-2.2.6b.tar.lzma) = a4b36980765003b47dd75ac9429f4f11 -SHA256 (libtool-2.2.6b.tar.lzma) = 66ebad3c02e5cb6672bfbda1183fb6fc919d33d676eb8be4b7834aa7c3b8b7ae -SIZE (libtool-2.2.6b.tar.lzma) = 739089 +MD5 (libtool-2.2.10.tar.gz) = b745d220e88163fcd9eea0a90ccf21b0 +SHA256 (libtool-2.2.10.tar.gz) = de7d1d028fa3be15a05b3e00fe64f80ece62636923cc9ef82dc8b9a2f3c5d77d +SIZE (libtool-2.2.10.tar.gz) = 2439628 diff --git a/devel/libtool24/files/patch-libltdl_config_ltmain.sh b/devel/libtool24/files/patch-libltdl_config_ltmain.sh index 8dc8434921eb..ad0599710598 100644 --- a/devel/libtool24/files/patch-libltdl_config_ltmain.sh +++ b/devel/libtool24/files/patch-libltdl_config_ltmain.sh @@ -6,8 +6,8 @@ $opt_debug + + # FreeBSD-specific: where we install compilers with non-standard names -+ tag_compilers_CC="*cc cc* *gcc gcc*" -+ tag_compilers_CXX="*c++ c++* *g++ g++*" ++ tag_compilers_CC="*cc cc* *gcc gcc* clang" ++ tag_compilers_CXX="*c++ c++* *g++ g++* clang++" + base_compiler=`set -- "$@"; echo $1` + + # If $tagname isn't set, then try to infer if the default "CC" tag applies diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile index 92a27004b220..dd4ed5a5b447 100644 --- a/devel/libunwind/Makefile +++ b/devel/libunwind/Makefile @@ -7,6 +7,7 @@ PORTNAME= libunwind PORTVERSION= 20100809 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ @@ -18,7 +19,7 @@ ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes USE_BZIP2= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 \ +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 \ libtoolize libtool:22 ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -c -a diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index 5cac85c3b00a..6f68e4cedce1 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -6,7 +6,7 @@ PORTNAME= log4cxx PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= logging/${PORTNAME}/${PORTVERSION} @@ -34,7 +34,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/boost/regex.hpp:${PORTSDIR}/devel/boost-lib .endif GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:15:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:15:env autoconf:267:env libtool:22:env MAKE_JOBS_UNSAFE= yes diff --git a/devel/m17n-lib/Makefile b/devel/m17n-lib/Makefile index 1cb7f34c3767..b595e546b82b 100644 --- a/devel/m17n-lib/Makefile +++ b/devel/m17n-lib/Makefile @@ -7,7 +7,7 @@ PORTNAME= m17n-lib PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.m17n.org/m17n-lib-download/ \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -28,7 +28,7 @@ MAKE_JOBS_UNSAFE= yes USE_XORG= ice sm x11 xaw xft xt USE_GNOME= gnometarget libxml2 pkgconfig -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_LDCONFIG= yes OPTIONS= ANTHY "With Anthy support" off \ diff --git a/devel/mico/Makefile b/devel/mico/Makefile index f4fb91e31427..2e872db9358c 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -7,7 +7,7 @@ PORTNAME= mico PORTVERSION= 2.3.12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.mico.org/ @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ENV+= EGREP=`which egrep` OPTIONS= NOSERVICES "Without services, plain ORB" off \ diff --git a/devel/ois/Makefile b/devel/ois/Makefile index 13f5b7508b67..5c079110eb03 100644 --- a/devel/ois/Makefile +++ b/devel/ois/Makefile @@ -7,7 +7,7 @@ PORTNAME= ois PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/wgois/Source%20Release/1.2 DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -18,7 +18,7 @@ COMMENT= Object Oriented Input System GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack -USE_AUTOTOOLS= libtool:22:env aclocal:19:env autoheader:262:env automake:19:env autoconf:262:env +USE_AUTOTOOLS= libtool:22:env aclocal:19:env autoheader:267:env automake:19:env autoconf:267:env USE_XORG= x11 xaw USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/devel/patch/Makefile b/devel/patch/Makefile index 70b2210e38db..f7dafa6fe41f 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -7,6 +7,7 @@ PORTNAME= patch PORTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= patch @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= patch MAINTAINER= glarkin@FreeBSD.org COMMENT= GNU patch utility -USE_AUTOTOOLS= autoconf:262 aclocal:110 +USE_AUTOTOOLS= autoconf:267 aclocal:110 CONFIGURE_ARGS= --program-prefix=g USE_GMAKE= yes USE_XZ= yes diff --git a/devel/php-java-bridge/Makefile b/devel/php-java-bridge/Makefile index b513690137e0..2cbe7906a356 100644 --- a/devel/php-java-bridge/Makefile +++ b/devel/php-java-bridge/Makefile @@ -7,6 +7,7 @@ PORTNAME= php-java-bridge PORTVERSION= 5.4.3 +PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= SF/${PORTNAME}/OldFiles DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= PHP module wich connects the PHP object with the Java/ECMA 335 object -USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:22:env +USE_AUTOTOOLS= autoconf:267:env automake:19:env libtool:22:env GNU_CONFIGURE= yes USE_GMAKE= yes USE_JAVA= yes diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index f2687c9284e2..8d7c1463727b 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/Makefile @@ -8,6 +8,7 @@ PORTNAME= pkg-config PORTVERSION= 0.25 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://pkgconfig.freedesktop.org/releases/ DIST_SUBDIR= gnome2 diff --git a/devel/pkg-config/files/patch-pkg.m4-new-autoconf b/devel/pkg-config/files/patch-pkg.m4-new-autoconf new file mode 100644 index 000000000000..40cd8e18876c --- /dev/null +++ b/devel/pkg-config/files/patch-pkg.m4-new-autoconf @@ -0,0 +1,7 @@ +--- pkg.m4.orig 2009-12-06 20:39:02.000000000 +0000 ++++ pkg.m4 2010-08-25 16:59:38.000000000 +0000 +@@ -137,3 +137,3 @@ + +-_PKG_TEXT])dnl ++_PKG_TEXT])[]dnl + ]) diff --git a/devel/psptoolchain-pspsdk-stage1/Makefile b/devel/psptoolchain-pspsdk-stage1/Makefile index 707c113e1d94..2c5adbe00f8b 100644 --- a/devel/psptoolchain-pspsdk-stage1/Makefile +++ b/devel/psptoolchain-pspsdk-stage1/Makefile @@ -7,6 +7,7 @@ PORTNAME= pspsdk PORTVERSION= 20090127 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.potion-studios.com/ PKGNAMEPREFIX= psptoolchain- @@ -17,7 +18,7 @@ COMMENT= PlayStation Portable development toolchain ${PORTNAME} PSP_SDK_STAGE_PREFIX= psp/stage1 -USE_AUTOTOOLS= libtool:22:env aclocal:19:env autoheader:262:env automake:19:env autoconf:262:env +USE_AUTOTOOLS= libtool:22:env aclocal:19:env autoheader:267:env automake:19:env autoconf:267:env USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS?= --prefix=${PREFIX}/${PSP_SDK_STAGE_PREFIX} --with-pspdev="${PREFIX}/${PSP_SDK_STAGE_PREFIX}" diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index a59b1ba23ce5..3d4c938c8fca 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -7,7 +7,7 @@ PORTNAME= pwlib PORTVERSION= 1.12.0 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SF/openh323/${PORTNAME}/${PORTVERSION} @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/ptlib_v${PORTVERSION:S/./_/g} USE_BISON= build USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_GNOME= gnometarget WANT_GNOME= yes WANT_SDL= yes diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile index a70a8b2b6b44..ef6c9783b97b 100644 --- a/devel/raknet/Makefile +++ b/devel/raknet/Makefile @@ -7,6 +7,7 @@ PORTNAME= raknet PORTVERSION= 3.5.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel net MASTER_SITES= http://www.jenkinssoftware.com/raknet/downloads/ \ @@ -20,7 +21,7 @@ COMMENT= Networking API that provides reliable UDP primarily for online games USE_ZIP= yes NO_WRKSUBDIR= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:110 autoheader:262 autoconf:262 automake:110 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 autoconf:267 automake:110 libtool:22 AUTOMAKE_ARGS= --add-missing ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} \ -I ${LOCALBASE}/share/aclocal \ diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index 6b9b1bccdd45..6568e209cbe9 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -7,7 +7,7 @@ PORTNAME= rapidsvn PORTVERSION= 0.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.rapidsvn.org/download/release/0.12/ DISTNAME= ${PORTNAME}-0.12.0-1 @@ -25,7 +25,7 @@ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes USE_GETTEXT= yes -USE_AUTOTOOLS= autoconf:262 libtool:22 automake:19 +USE_AUTOTOOLS= autoconf:267 libtool:22 automake:19 CONFIGURE_TARGET= CONFIGURE_ARGS= --with-apr-config=apr-1-config \ --with-apu-config=apu-1-config \ diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 1c06752ad96c..20c9ad62593d 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -7,13 +7,14 @@ PORTNAME= swig PORTVERSION= 1.3.39 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= rafan@FreeBSD.org COMMENT= Simplified Wrapper and Interface Generator -USE_AUTOTOOLS= autoconf:262:env libtool:22 +USE_AUTOTOOLS= autoconf:267:env libtool:22 MAN1= ccache-swig.1 diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 1c06752ad96c..20c9ad62593d 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -7,13 +7,14 @@ PORTNAME= swig PORTVERSION= 1.3.39 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= rafan@FreeBSD.org COMMENT= Simplified Wrapper and Interface Generator -USE_AUTOTOOLS= autoconf:262:env libtool:22 +USE_AUTOTOOLS= autoconf:267:env libtool:22 MAN1= ccache-swig.1 diff --git a/devel/sysconftool/Makefile b/devel/sysconftool/Makefile index 797f1aac3350..5e69dbadbe7b 100644 --- a/devel/sysconftool/Makefile +++ b/devel/sysconftool/Makefile @@ -7,7 +7,7 @@ PORTNAME= sysconftool PORTVERSION= 0.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} @@ -19,7 +19,7 @@ USE_PERL5= yes HAS_CONFIGURE= yes MAKE_JOBS_SAFE= yes -USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:262 +USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:267 MAN1= sysconftool.1 sysconftoolcheck.1 MAN7= sysconftool.7 diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile index 6f5b6364268d..dec3f68c595a 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -7,7 +7,7 @@ PORTNAME= talloc PORTVERSION= 2.0.1 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 CATEGORIES= devel MASTER_SITES= ftp://ftp.samba.org/pub/%SUBDIR%/ \ @@ -23,7 +23,7 @@ CONFLICTS= samba-3.3* USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 IPATHS= -I${WRKSRC}/libreplace AUTOHEADER_ARGS= ${IPATHS} diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index f6aef057d8f4..bd90c946a6fc 100644 --- a/devel/tclcl/Makefile +++ b/devel/tclcl/Makefile @@ -7,7 +7,7 @@ PORTNAME= tclcl PORTVERSION= 1.19 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= src- CATEGORIES= devel tcl tk MASTER_SITES= SF/otcl-${PORTNAME}/TclCL/${PORTVERSION} @@ -20,7 +20,7 @@ LIB_DEPENDS= otcl:${PORTSDIR}/lang/otcl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XORG= x11 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) diff --git a/devel/tevent/Makefile b/devel/tevent/Makefile index dbf8df0992e0..d0869ec1af36 100644 --- a/devel/tevent/Makefile +++ b/devel/tevent/Makefile @@ -7,7 +7,7 @@ PORTNAME= tevent PORTVERSION= 0.9.8 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 CATEGORIES= devel MASTER_SITES= ftp://ftp.samba.org/pub/%SUBDIR%/ \ @@ -26,7 +26,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 IPATHS= -I${WRKSRC}/libreplace AUTOHEADER_ARGS= ${IPATHS} diff --git a/devel/thrift/Makefile b/devel/thrift/Makefile index 8ee969f8da1e..150dbf6be45a 100644 --- a/devel/thrift/Makefile +++ b/devel/thrift/Makefile @@ -7,7 +7,7 @@ PORTNAME= thrift PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE @@ -20,7 +20,7 @@ COMMENT= Framework for scalable cross-language services development LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs \ event-1.4:${PORTSDIR}/devel/libevent -USE_AUTOTOOLS= autoconf:262:env autoheader:262:env aclocal:19:env \ +USE_AUTOTOOLS= autoconf:267:env autoheader:267:env aclocal:19:env \ automake:19:env libtool:22:env USE_GNOME= pkgconfig USE_GCC= 4.2+ diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index c59bfc999a2a..57f4a403c27b 100644 --- a/dns/dnswall/Makefile +++ b/dns/dnswall/Makefile @@ -7,6 +7,7 @@ PORTNAME= dnswall PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= dns security MASTER_SITES= GOOGLE_CODE CRITICAL @@ -26,8 +27,8 @@ PORTDOCS= README PLIST_FILES= bin/dnswall post-patch: - @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4 - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|1.10|1.10.3|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/^dist_doc_DATA/d' ${WRKSRC}/Makefile.am .endif diff --git a/dns/nss_mdns/Makefile b/dns/nss_mdns/Makefile index 892f0c5ee9d6..5bba3f13f39f 100644 --- a/dns/nss_mdns/Makefile +++ b/dns/nss_mdns/Makefile @@ -7,7 +7,7 @@ PORTNAME= nss_mdns PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://0pointer.de/lennart/projects/nss-mdns/ DISTNAME= nss-mdns-${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= nss-mdns-${PORTVERSION} MAINTAINER= ashish@FreeBSD.org COMMENT= NSS module implementing multicast DNS name resolution -USE_AUTOTOOLS= autoconf:262 automake:19 libtool:22 +USE_AUTOTOOLS= autoconf:267 automake:19 libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile index eef909c97707..7e7701c60da7 100644 --- a/dns/posadis/Makefile +++ b/dns/posadis/Makefile @@ -7,7 +7,7 @@ PORTNAME= posadis PORTVERSION= 0.60.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns ipv6 MASTER_SITES= SF/${PORTNAME}/OldFiles @@ -16,7 +16,7 @@ COMMENT= Domain Name Server (DNS) implementation LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib -USE_AUTOTOOLS= autoconf:262 libltdl:22 libtool:22 +USE_AUTOTOOLS= autoconf:267 libltdl:22 libtool:22 USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/editors/cle/Makefile b/editors/cle/Makefile index 3f96aeec4add..07ab72ad7009 100644 --- a/editors/cle/Makefile +++ b/editors/cle/Makefile @@ -7,6 +7,7 @@ PORTNAME= cle PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://kaolin.unice.fr/pub/Cle/ diff --git a/editors/koffice-i18n-af/Makefile b/editors/koffice-i18n-af/Makefile index 8f00778973e8..ac279447ed27 100644 --- a/editors/koffice-i18n-af/Makefile +++ b/editors/koffice-i18n-af/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Afrikaans messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-bg/Makefile b/editors/koffice-i18n-bg/Makefile index d30255486282..1b994e7d748f 100644 --- a/editors/koffice-i18n-bg/Makefile +++ b/editors/koffice-i18n-bg/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Bulgarian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-br/Makefile b/editors/koffice-i18n-br/Makefile index 948421e1c2fa..8277d17c721a 100644 --- a/editors/koffice-i18n-br/Makefile +++ b/editors/koffice-i18n-br/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Breton messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-bs/Makefile b/editors/koffice-i18n-bs/Makefile index 510f6c6e1f88..1cb80581e494 100644 --- a/editors/koffice-i18n-bs/Makefile +++ b/editors/koffice-i18n-bs/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Bosnian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-ca/Makefile b/editors/koffice-i18n-ca/Makefile index df904dbbaa12..884d9a6ff3d9 100644 --- a/editors/koffice-i18n-ca/Makefile +++ b/editors/koffice-i18n-ca/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Catalan messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-cs/Makefile b/editors/koffice-i18n-cs/Makefile index 0fc493653cfe..d460ff4471a6 100644 --- a/editors/koffice-i18n-cs/Makefile +++ b/editors/koffice-i18n-cs/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Czech messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-cy/Makefile b/editors/koffice-i18n-cy/Makefile index 57faa826e638..7ee399dfe797 100644 --- a/editors/koffice-i18n-cy/Makefile +++ b/editors/koffice-i18n-cy/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Welsh messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-da/Makefile b/editors/koffice-i18n-da/Makefile index d26dfc15a716..f628990e2812 100644 --- a/editors/koffice-i18n-da/Makefile +++ b/editors/koffice-i18n-da/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Danish messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-el/Makefile b/editors/koffice-i18n-el/Makefile index 05fccb4d09dd..086dd0ed2929 100644 --- a/editors/koffice-i18n-el/Makefile +++ b/editors/koffice-i18n-el/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= (Modern) greek messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-en_GB/Makefile b/editors/koffice-i18n-en_GB/Makefile index 907623e2a215..e36b43db870a 100644 --- a/editors/koffice-i18n-en_GB/Makefile +++ b/editors/koffice-i18n-en_GB/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= British messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-eo/Makefile b/editors/koffice-i18n-eo/Makefile index 91de78802438..d969f66fa6c8 100644 --- a/editors/koffice-i18n-eo/Makefile +++ b/editors/koffice-i18n-eo/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Esperanto messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-es/Makefile b/editors/koffice-i18n-es/Makefile index a2bf0f3434b0..db8348427003 100644 --- a/editors/koffice-i18n-es/Makefile +++ b/editors/koffice-i18n-es/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Spanish messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-et/Makefile b/editors/koffice-i18n-et/Makefile index fc86bc0f37d4..2a974debf8f9 100644 --- a/editors/koffice-i18n-et/Makefile +++ b/editors/koffice-i18n-et/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Estonian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-eu/Makefile b/editors/koffice-i18n-eu/Makefile index 2c40f28c1de3..05714aefa4bc 100644 --- a/editors/koffice-i18n-eu/Makefile +++ b/editors/koffice-i18n-eu/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Basque messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-fa/Makefile b/editors/koffice-i18n-fa/Makefile index 7a2262b331f5..17ada96841e2 100644 --- a/editors/koffice-i18n-fa/Makefile +++ b/editors/koffice-i18n-fa/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Persian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-fi/Makefile b/editors/koffice-i18n-fi/Makefile index 25e5cce013aa..395e5a48e463 100644 --- a/editors/koffice-i18n-fi/Makefile +++ b/editors/koffice-i18n-fi/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Finnish messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-ga/Makefile b/editors/koffice-i18n-ga/Makefile index 38bb637addef..fb0889a6eb54 100644 --- a/editors/koffice-i18n-ga/Makefile +++ b/editors/koffice-i18n-ga/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Irish messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-gl/Makefile b/editors/koffice-i18n-gl/Makefile index 7477929a0d04..f1dab7ef95fa 100644 --- a/editors/koffice-i18n-gl/Makefile +++ b/editors/koffice-i18n-gl/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Gallegan messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-hi/Makefile b/editors/koffice-i18n-hi/Makefile index 16d46eec58ca..35156afbeb4c 100644 --- a/editors/koffice-i18n-hi/Makefile +++ b/editors/koffice-i18n-hi/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Hindi messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-hsb/Makefile b/editors/koffice-i18n-hsb/Makefile index 2a5d4a028755..765e61052de0 100644 --- a/editors/koffice-i18n-hsb/Makefile +++ b/editors/koffice-i18n-hsb/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Upper Sorbian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-is/Makefile b/editors/koffice-i18n-is/Makefile index 151216f6aa73..7bea55dc96fe 100644 --- a/editors/koffice-i18n-is/Makefile +++ b/editors/koffice-i18n-is/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Icelandic messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-it/Makefile b/editors/koffice-i18n-it/Makefile index d420a5bd2b9a..40b9cb715b53 100644 --- a/editors/koffice-i18n-it/Makefile +++ b/editors/koffice-i18n-it/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Italian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-km/Makefile b/editors/koffice-i18n-km/Makefile index d30ebcedf4d3..a842143f8c3f 100644 --- a/editors/koffice-i18n-km/Makefile +++ b/editors/koffice-i18n-km/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Khmer messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-lo/Makefile b/editors/koffice-i18n-lo/Makefile index 9a3a6a9d2db6..0b71d6f4afbb 100644 --- a/editors/koffice-i18n-lo/Makefile +++ b/editors/koffice-i18n-lo/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Lao messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-lt/Makefile b/editors/koffice-i18n-lt/Makefile index 2fff9d41d0d1..347fc8060df7 100644 --- a/editors/koffice-i18n-lt/Makefile +++ b/editors/koffice-i18n-lt/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Lithuanian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-lv/Makefile b/editors/koffice-i18n-lv/Makefile index dcec397b6e53..c3002f5661d4 100644 --- a/editors/koffice-i18n-lv/Makefile +++ b/editors/koffice-i18n-lv/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Latvian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-mk/Makefile b/editors/koffice-i18n-mk/Makefile index 21ce10757735..b7cb348db84d 100644 --- a/editors/koffice-i18n-mk/Makefile +++ b/editors/koffice-i18n-mk/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Macedonian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-ms/Makefile b/editors/koffice-i18n-ms/Makefile index b529d38a4b47..805e9ad483d0 100644 --- a/editors/koffice-i18n-ms/Makefile +++ b/editors/koffice-i18n-ms/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Malay messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-mt/Makefile b/editors/koffice-i18n-mt/Makefile index a03195d76a63..45074f725b4e 100644 --- a/editors/koffice-i18n-mt/Makefile +++ b/editors/koffice-i18n-mt/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Maltese messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-nb/Makefile b/editors/koffice-i18n-nb/Makefile index 39df9c7ff96f..5e6fca7f6040 100644 --- a/editors/koffice-i18n-nb/Makefile +++ b/editors/koffice-i18n-nb/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Norwegian Bokmaal messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-nl/Makefile b/editors/koffice-i18n-nl/Makefile index 89415c4629f0..e34dae7d09ac 100644 --- a/editors/koffice-i18n-nl/Makefile +++ b/editors/koffice-i18n-nl/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Dutch messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-nn/Makefile b/editors/koffice-i18n-nn/Makefile index aeab4d097026..62d439176d6d 100644 --- a/editors/koffice-i18n-nn/Makefile +++ b/editors/koffice-i18n-nn/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Norwegian Nynorsk messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-ro/Makefile b/editors/koffice-i18n-ro/Makefile index d1d3b6676c6a..87fde2308e9d 100644 --- a/editors/koffice-i18n-ro/Makefile +++ b/editors/koffice-i18n-ro/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Romanian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-se/Makefile b/editors/koffice-i18n-se/Makefile index b99ce50250e1..0fd3175e13c0 100644 --- a/editors/koffice-i18n-se/Makefile +++ b/editors/koffice-i18n-se/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Northern Sami messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-sk/Makefile b/editors/koffice-i18n-sk/Makefile index 266c6c97e023..39041a67f378 100644 --- a/editors/koffice-i18n-sk/Makefile +++ b/editors/koffice-i18n-sk/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Slovak messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-sl/Makefile b/editors/koffice-i18n-sl/Makefile index 2b0da3f69f7a..5f3f9369cfc1 100644 --- a/editors/koffice-i18n-sl/Makefile +++ b/editors/koffice-i18n-sl/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Slovenian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-sr/Makefile b/editors/koffice-i18n-sr/Makefile index d7f30a6c4fa8..70c1a02eb8c2 100644 --- a/editors/koffice-i18n-sr/Makefile +++ b/editors/koffice-i18n-sr/Makefile @@ -18,11 +18,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Serbian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-sr_Latn/Makefile b/editors/koffice-i18n-sr_Latn/Makefile index adabc5bc94c3..0a361db06604 100644 --- a/editors/koffice-i18n-sr_Latn/Makefile +++ b/editors/koffice-i18n-sr_Latn/Makefile @@ -18,12 +18,11 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Serbian (latin alphabet) messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - DISTNAME_OVERRIDE=yes USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-sv/Makefile b/editors/koffice-i18n-sv/Makefile index 4f2cf1fe0b9e..c32de04b4988 100644 --- a/editors/koffice-i18n-sv/Makefile +++ b/editors/koffice-i18n-sv/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Swedish messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-ta/Makefile b/editors/koffice-i18n-ta/Makefile index 80c3a4037281..cf55cd71fef9 100644 --- a/editors/koffice-i18n-ta/Makefile +++ b/editors/koffice-i18n-ta/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Tamil messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-tg/Makefile b/editors/koffice-i18n-tg/Makefile index d0625382f1ee..99da942a4c55 100644 --- a/editors/koffice-i18n-tg/Makefile +++ b/editors/koffice-i18n-tg/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Tajik messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-th/Makefile b/editors/koffice-i18n-th/Makefile index 478a712d2d47..5aacbbe6098e 100644 --- a/editors/koffice-i18n-th/Makefile +++ b/editors/koffice-i18n-th/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Thai messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-tr/Makefile b/editors/koffice-i18n-tr/Makefile index c37cc74b4001..2c7853f2b0f0 100644 --- a/editors/koffice-i18n-tr/Makefile +++ b/editors/koffice-i18n-tr/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Turkish messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-uz/Makefile b/editors/koffice-i18n-uz/Makefile index 6cc85224e8bb..5fdfca81af46 100644 --- a/editors/koffice-i18n-uz/Makefile +++ b/editors/koffice-i18n-uz/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Uzbek messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-ven/Makefile b/editors/koffice-i18n-ven/Makefile index 029c7963c243..90a17ae88221 100644 --- a/editors/koffice-i18n-ven/Makefile +++ b/editors/koffice-i18n-ven/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Venda messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-xh/Makefile b/editors/koffice-i18n-xh/Makefile index 835c6dd96be2..595c37737b4a 100644 --- a/editors/koffice-i18n-xh/Makefile +++ b/editors/koffice-i18n-xh/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Xhosa messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/koffice-i18n-zu/Makefile b/editors/koffice-i18n-zu/Makefile index da1c66b8a77a..284c9b5270ff 100644 --- a/editors/koffice-i18n-zu/Makefile +++ b/editors/koffice-i18n-zu/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Zulu messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index b3a57583f17a..1a1ceaf0a0e1 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -7,7 +7,7 @@ PORTNAME= mlview PORTVERSION= 0.8 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A tree oriented XML editor for Gnome USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_GNOME= eel2 gnomehack gnomeprefix gtksourceview libgnomeui USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/editors/xemacs-devel-mule/Makefile b/editors/xemacs-devel-mule/Makefile index 75e6d37250a0..d6233bf719f5 100644 --- a/editors/xemacs-devel-mule/Makefile +++ b/editors/xemacs-devel-mule/Makefile @@ -7,7 +7,7 @@ PORTNAME= xemacs-devel-mule PORTVERSION= ${XEMACS_VER:S/-/./} -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL} @@ -53,7 +53,7 @@ XEMACS_ARCH= ${MACHINE_ARCH}--freebsd WRKSRC= ${WRKDIR}/xemacs-${XEMACS_VER:S/-b/./} STRIP= -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_TARGET=${XEMACS_ARCH} CONFIGURE_ARGS+= --enable-mule \ @@ -110,6 +110,9 @@ CONFIGURE_ARGS+=--disable-kkcc --disable-mc-alloc --disable-newgc BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig USE_XORG+= x11 xft xpm CONFIGURE_ARGS+=--with-xft=all +# XXX: needed until port updated to work nicely with autoconf >= 2.64 +# see files/patch-configure.ac for more details +CFLAGS+= -I${LOCALBASE}/include/freetype2 .elif defined(WITH_GTK) CONFIGURE_ARGS+=--with-gtk WITH_XIM= diff --git a/editors/xemacs-devel-mule/files/patch-configure.ac b/editors/xemacs-devel-mule/files/patch-configure.ac index c61834620e46..a20f0c608c91 100644 --- a/editors/xemacs-devel-mule/files/patch-configure.ac +++ b/editors/xemacs-devel-mule/files/patch-configure.ac @@ -1,5 +1,5 @@ --- configure.ac.orig 2007-05-21 03:50:13.000000000 +0000 -+++ configure.ac 2008-08-04 13:51:25.000000000 +0000 ++++ configure.ac 2010-06-14 13:42:26.000000000 +0000 @@ -389,5 +389,7 @@ dnl +dnl m4_fst disappeared without a trace in autoconf 2.62 @@ -13,12 +13,38 @@ *-*-linux* ) opsys=linux ;; + *-*-freebsd* ) opsys=freebsd ;; *-*-netbsd* ) opsys=netbsd ;; -@@ -3496,3 +3499,3 @@ - for freetype_include_top in "/usr/X11R6/include/freetype2" \ +@@ -3487,26 +3490,7 @@ + ++ dnl XXX: autoconf > 2.64 AC_CHECK_HEADERS requires the headers to actually ++ dnl XXX: preprocess, and not just exist, so for now, we say 'yes' ++ dnl XXX: unconditionally if asked, and let it fall over elsewhere + if test "$with_xft_emacs" = "yes"; then +- AC_MSG_CHECKING([for Xrender, fontconfig, and Xft]) +- xft_includes_found=no +- AC_CHECK_HEADERS([freetype/config/ftheader.h], +- [xft_includes_found=yes], +- [ +- dnl #### How about /sw/include, and /opt/local/include? +- dnl these directories need to be the parent of the freetype directory +- for freetype_include_top in "/usr/X11R6/include/freetype2" \ - "/usr/include/freetype2" -+ "$with_site_includes/freetype2" - do -@@ -5420,3 +5423,3 @@ +- do +- if test -d $freetype_include_top; then +- AC_MSG_CHECKING([in ${freetype_include_top}/freetype2]) +- dnl disable autoconf's fucking cache; why these fuckheads think it +- dnl is better to be broken than to be slow, I don't know! +- dnl #### there's gotta be a better-looking way to do this!! +- unset "$as_ac_Header" +- save_c_switch_site="$c_switch_site" +- c_switch_site="$c_switch_site -I${freetype_include_top}" +- AC_CHECK_HEADERS([freetype/config/ftheader.h], +- [xft_includes_found=yes], +- [c_switch_site=$save_c_switch_site]) +- fi +- done]) ++ xft_includes_found=yes + if test "$xft_includes_found" != "yes"; then +@@ -5420,3 +5404,3 @@ AC_MSG_CHECKING(for Berkeley db.h) - for header in "db/db.h" "db.h"; do + for header in "/usr/include/db.h" "db/db.h" "db.h"; do diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 4e49c9e5c3db..031114cd5dcb 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= xemacs-devel PORTVERSION= ${XEMACS_VER:S/-/./} -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_XEMACS} @@ -39,7 +39,7 @@ XEMACS_ARCH= ${CONFIGURE_TARGET} WRKSRC= ${WRKDIR}/xemacs-${XEMACS_VER:S/-b/./} STRIP= -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd CONFIGURE_ARGS?=--enable-clash-detection \ diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 64de56e03972..0df3b13361e2 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} @@ -45,7 +45,7 @@ post-extract: # iconv.m4 is located in ${LOCALBASE}/share/aclocal ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal -USE_AUTOTOOLS= aclocal:110 autoconf:262 automake:110 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoconf:267 automake:110 libtool:22 GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include \ diff --git a/editors/yui/Makefile b/editors/yui/Makefile index 0281fb67e1ab..9a8bb07c8e5c 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -7,7 +7,7 @@ PORTNAME= yui PORTVERSION= 3.2.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://openoffice.mirahost.ru/fileZ/software/ \ http://citycat4.land.ru/ \ @@ -17,7 +17,7 @@ MAINTAINER= citycat4@ngs.ru COMMENT= Rich-featured multi-windows console text editor USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 MAN1= y.1 diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index fbb5d5236589..97c9e2c0302a 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -7,7 +7,7 @@ PORTNAME= desmume PORTVERSION= 0.9.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF EXTRACT_SUFX= -1.tar.gz @@ -24,7 +24,7 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GMSGFMT=msgfmt DATADIRNAME=share -USE_AUTOTOOLS= aclocal:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 autoconf:267 ACLOCAL_ARGS= AUTOCONF_ARGS= diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 1d29f50646df..782960251d8d 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnuboy PORTVERSION= 1.0.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators games MASTER_SITES= http://gnuboy.unix-fu.org/src/ \ http://brightrain.aerifal.cx/~laguna/src/ @@ -20,7 +20,7 @@ LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib USE_SDL= sdl USE_XORG= x11 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --with-sdl diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index 0c9882fb9b8c..50ab764306d2 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -7,6 +7,7 @@ PORTNAME= pcsxr PORTVERSION= 1.9.91 +PORTREVISION= 1 CATEGORIES= emulators # Original URLs : # http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=pcsxr&DownloadId=98581&FileTime=129064504645100000&Build=16694 @@ -25,7 +26,7 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:262:env aclocal:110:env automake:110:env libtool:22 +USE_AUTOTOOLS= autoconf:267:env aclocal:110:env automake:110:env libtool:22 USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 6ed04260bca1..b31dac941071 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -7,6 +7,7 @@ PORTNAME= uae PORTVERSION= 0.8.29 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.amigaemulator.org/files/sources/develop/ @@ -18,7 +19,7 @@ CONFLICTS= e-uae-[0-9]* USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS= --enable-sound USE_GNOME= gtk20 diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index bb7f02d3900a..6e7edbb73422 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -7,7 +7,7 @@ PORTNAME= xsystem35 PORTVERSION= 1.7.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= emulators MASTER_SITES= http://8ne.sakura.ne.jp:20008/chika/unitbase/xsys35/down/ @@ -17,7 +17,7 @@ COMMENT= AliceSoft System 3.5/3.6/3.8/3.9 on X Window System LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ jpeg.11:${PORTSDIR}/graphics/jpeg -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gtk12 diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index dbffebcf4ed7..9548c32c0977 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -7,7 +7,7 @@ PORTNAME= yabause PORTVERSION= 0.9.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= SF @@ -19,7 +19,7 @@ LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= yes -USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:262 +USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:267 SUB_FILES= pkg-message MAN1= yabause.1 diff --git a/finance/khacc/Makefile b/finance/khacc/Makefile index 681415ab9508..f2ad338548e4 100644 --- a/finance/khacc/Makefile +++ b/finance/khacc/Makefile @@ -6,7 +6,7 @@ PORTNAME= khacc PORTVERSION= 3.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= finance MASTER_SITES= SF/qhacc/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -19,7 +19,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_KDELIBS_VER=3 USE_PERL5_BUILD=yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22 +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22 CONFIGURE_ARGS= --with-qhacc-config=${LOCALBASE}/bin MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 36700f05f9f2..c1dac2ad4e65 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -7,7 +7,7 @@ PORTNAME= libofx PORTVERSION= 0.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= finance MASTER_SITES= SF @@ -20,7 +20,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ USE_ICONV= yes USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I m4 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-doxygen --disable-dot --disable-gengetopt \ diff --git a/french/dico/Makefile b/french/dico/Makefile index 67795768f5f4..53d11eec2c73 100644 --- a/french/dico/Makefile +++ b/french/dico/Makefile @@ -7,7 +7,7 @@ PORTNAME= dico PORTVERSION= 1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= french MASTER_SITES= ftp://ftp.supelec.fr/lsi/pub/security/ DISTNAME= le_dico @@ -21,7 +21,7 @@ BROKEN_WWW= http://www.montefiore.ulg.ac.be/cgi-bin-ulg/DICO.html # WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= automake:14 autoconf:262 +USE_AUTOTOOLS= automake:14 autoconf:267 CONFIGURE_ARGS= --mandir=${PREFIX}/man USE_GMAKE= true AUTOMAKE_ARGS= --add-missing --foreign --include-deps diff --git a/french/kde3-i18n/Makefile b/french/kde3-i18n/Makefile index 7ab6a8bb17bc..ae95fbbd48ab 100644 --- a/french/kde3-i18n/Makefile +++ b/french/kde3-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= French messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/french/koffice-i18n/Makefile b/french/koffice-i18n/Makefile index 1028c8ca6b30..fff5924c6761 100644 --- a/french/koffice-i18n/Makefile +++ b/french/koffice-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= French messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/french/med/Makefile b/french/med/Makefile index ccfa96f10a2f..17d30496b9c3 100644 --- a/french/med/Makefile +++ b/french/med/Makefile @@ -9,6 +9,7 @@ PORTNAME= med DISTVERSIONPREFIX= full-src- DISTVERSION= 2.3.6 DISTVERSIONSUFFIX= .noarch +PORTREVISION= 1 CATEGORIES= french science MASTER_SITES= http://www.code-aster.org/V2/UPLOAD/DOC/Telechargement/ DISTNAME= aster-${DISTVERSIONPREFIX}${ASTER_DISTVERSION}${DISTVERSIONSUFFIX} @@ -37,7 +38,7 @@ CONFIGURE_ENV= HDF5HOME=${LOCALBASE} CPPFLAGS="${PTHREAD_CFLAGS}" \ CONFIGURE_ARGS= --with-f90=${FC} --docdir=${DOCSDIR} GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_LDCONFIG= yes DOC2FIX= . gif html jpg png tests diff --git a/ftp/gproftpd/Makefile b/ftp/gproftpd/Makefile index 8505ae081e11..e82a7299fd29 100644 --- a/ftp/gproftpd/Makefile +++ b/ftp/gproftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= gproftpd PORTVERSION= 8.3.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ftp MASTER_SITES= http://mange.dynalias.org/linux/gproftpd/ @@ -17,7 +17,7 @@ COMMENT= Gtk2 Frontend for proftpd daemon RUN_DEPENDS= proftpd:${PORTSDIR}/ftp/proftpd USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes USE_GNOME= gtk20 pkgconfig diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile index 9522077aa2f6..5e694dce2099 100644 --- a/ftp/moftpd/Makefile +++ b/ftp/moftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= moftpd PORTVERSION= 1.2.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.morth.org/moftpd/ \ ${MASTER_SITE_LOCAL} diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index ecb55f34d3e3..42bb50393876 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.3rc4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ @@ -53,7 +53,7 @@ PORTEXAMPLES= ASCII.html CreateHome.html Filters.html SQL.html Umask.html \ FXP.html Regex.html Tracing.html USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFLICTS= proftpd-1.[0-9].* diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index b9bb2e7cfddf..84bf9a7607bf 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= proftpd PORTVERSION= 1.3.3a +PORTREVISION= 1 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ @@ -33,7 +34,7 @@ PORTDOCS= * USE_GMAKE= yes USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFLICTS= proftpd-devel-1.[0-9].* diff --git a/games/antrix/Makefile b/games/antrix/Makefile index 99e1ce7c5677..2028c5c60331 100644 --- a/games/antrix/Makefile +++ b/games/antrix/Makefile @@ -7,6 +7,7 @@ PORTNAME= antrix PORTVERSION= 1477 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://skillcoder.narod.ru/wow/antrix/ \ http://wtq.ru/wow/antrix/ @@ -17,7 +18,7 @@ COMMENT= Free stable dedicated-server for World of Warcraft BUILD_DEPENDS= svn:${PORTSDIR}/devel/subversion -USE_AUTOTOOLS= aclocal:19 libtoolize autoconf:262 autoheader:262 automake:19 libtool:22 +USE_AUTOTOOLS= aclocal:19 libtoolize autoconf:267 autoheader:267 automake:19 libtool:22 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -a USE_MYSQL= yes diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile index b0d8f94ed1f5..9434bdf249ee 100644 --- a/games/atr3d/Makefile +++ b/games/atr3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= atr3d PORTVERSION= 0.6 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= ftp://ftp.avoidtheroid.com/pub/${PORTNAME}/ DISTNAME= ${PORTNAME}_source_${PORTVERSION} @@ -30,7 +30,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sound CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ SDL_CONFIG="${SDL_CONFIG}" -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 CPPFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS} diff --git a/games/critterding/Makefile b/games/critterding/Makefile index d9572583f499..1fb553822b59 100644 --- a/games/critterding/Makefile +++ b/games/critterding/Makefile @@ -7,7 +7,7 @@ PORTNAME= critterding DISTVERSION= beta12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sources @@ -18,7 +18,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262:env aclocal:110:env automake:110:env libtool:22 +USE_AUTOTOOLS= autoconf:267:env aclocal:110:env automake:110:env libtool:22 USE_SDL= sdl USE_GL= gl CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/games/d2x-xl/Makefile b/games/d2x-xl/Makefile index f3b0b9e2f81d..bf374de8168c 100644 --- a/games/d2x-xl/Makefile +++ b/games/d2x-xl/Makefile @@ -7,7 +7,7 @@ PORTNAME= d2x-xl PORTVERSION= 1.14.121 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/d2x-xl/Linux/Archive:source \ SF/d2x-xl/Linux:source \ @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --disable-debug --enable-release=yes \ --with-sharepath=${PREFIX}/share/d2x-xl USE_SDL= sdl mixer image USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 USE_MOTIF= yes MAKE_JOBS_SAFE= yes AUTOMAKE_ARGS= --add-missing --copy diff --git a/games/flightgear-atlas/Makefile b/games/flightgear-atlas/Makefile index e23ba881a11c..e46dc01743c2 100644 --- a/games/flightgear-atlas/Makefile +++ b/games/flightgear-atlas/Makefile @@ -7,7 +7,7 @@ PORTNAME= flightgear-atlas PORTVERSION= 0.3.1.20090529 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ http://freebsd.unixfreunde.de/sources/ @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ ${LOCALBASE}/include/simgear/version.h:${PORTSDIR}/devel/simgear \ ${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data -USE_AUTOTOOLS= aclocal:19 autoheader:262 automake:15 autoconf:262 +USE_AUTOTOOLS= aclocal:19 autoheader:267 automake:15 autoconf:267 AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes diff --git a/games/glest/Makefile b/games/glest/Makefile index 69135af0fad3..d971ef8edcbb 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -7,7 +7,7 @@ PORTNAME= glest PORTVERSION= 3.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source/${PORTVERSION} DISTNAME= ${PORTNAME}_source_${PORTVERSION} @@ -21,7 +21,7 @@ LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam RUN_DEPENDS= ${DATADIR}/servers.ini:${PORTSDIR}/games/glest-data -USE_AUTOTOOLS= automake:15:env autoconf:262:env +USE_AUTOTOOLS= automake:15:env autoconf:267:env USE_ZIP= yes USE_OPENAL= al alut USE_DOS2UNIX= yes diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile index 1c9dbfafeb62..60454af15028 100644 --- a/games/gno3dtet/Makefile +++ b/games/gno3dtet/Makefile @@ -7,7 +7,7 @@ PORTNAME= gno3dtet PORTVERSION= 1.96.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games gnome MASTER_SITES= http://eseb.net/ftp/gno3dtet/ EXTRACT_SUFX= .tgz @@ -19,7 +19,7 @@ EXTRACT_DEPENDS=intltoolize:${PORTSDIR}/textproc/intltool USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui librsvg2 USE_GMAKE= yes -USE_AUTOTOOLS= autoheader:262 automake:19 aclocal:19 autoconf:262 +USE_AUTOTOOLS= autoheader:267 automake:19 aclocal:19 autoconf:267 ACLOCAL_ARGS= -I m4 -I ${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -a -c -f CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/games/kmastermind/Makefile b/games/kmastermind/Makefile index 583c570feac4..8ec86b207850 100644 --- a/games/kmastermind/Makefile +++ b/games/kmastermind/Makefile @@ -6,7 +6,7 @@ PORTNAME= kmastermind PORTVERSION= 2.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games kde MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ DISTNAME= 20292-${PORTNAME}-${PORTVERSION} @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11/kdelibs3:extract LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22 +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22 USE_PERL5_BUILD= yes USE_KDELIBS_VER= 3 USE_BZIP2= yes diff --git a/games/mangos/Makefile b/games/mangos/Makefile index 46c134b45a96..6b997bdd389c 100644 --- a/games/mangos/Makefile +++ b/games/mangos/Makefile @@ -7,6 +7,7 @@ PORTNAME= mangos PORTVERSION= 5101 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= CENKES http://mangos-port.by.ru/ \ http://wow.omsktele.com/src/ \ @@ -22,7 +23,7 @@ OPTIONS= SCRIPTDEV2 "ScriptDev2" on \ RA "Remote Administration support" off \ DBC "Install DBC files" on -USE_AUTOTOOLS= aclocal:19 libtoolize autoconf:262 autoheader:262 automake:19 libtool:22 +USE_AUTOTOOLS= aclocal:19 libtoolize autoconf:267 autoheader:267 automake:19 libtool:22 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -a USE_MYSQL= yes diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile index fd910d4ef730..465cb1a427c8 100644 --- a/games/moon-buggy/Makefile +++ b/games/moon-buggy/Makefile @@ -7,7 +7,7 @@ PORTNAME= moon-buggy PORTVERSION= 1.0.51 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://seehuhn.de/media/programs/ .if defined (WITH_ESOUND) @@ -27,7 +27,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= esd:${PORTSDIR}/audio/esound:install .endif -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS= --prefix=${PREFIX} \ --sharedstatedir=/var/games\ --with-setgid=games diff --git a/games/naev/Makefile b/games/naev/Makefile index d22c14ef55d0..1c00929af603 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -7,6 +7,7 @@ PORTNAME= naev PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DIST_SUBDIR= ${PORTNAME} @@ -18,7 +19,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/ndata-${PORTVERSION}:${PORTSDIR}/games/naev-data -USE_AUTOTOOLS= automake:19:env aclocal:19:env autoconf:262:env +USE_AUTOTOOLS= automake:19:env aclocal:19:env autoconf:267:env USE_BZIP2= yes USE_DOS2UNIX= conf.example GNU_CONFIGURE= yes diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile index 66ab2b7a4f49..daacb6884d3f 100644 --- a/games/openalchemist/Makefile +++ b/games/openalchemist/Makefile @@ -7,7 +7,7 @@ PORTNAME= openalchemist PORTVERSION= 0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -20,7 +20,7 @@ LIB_DEPENDS= clanCore-0.8:${PORTSDIR}/devel/clanlib \ jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png -USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:267 # Necessary to find pkg.m4 (PKG_CHECK_MODULES) ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal CPPFLAGS+= -I${LOCALBASE}/include diff --git a/games/quake2forge/Makefile b/games/quake2forge/Makefile index ab3b304b922e..3bb55d8be5b1 100644 --- a/games/quake2forge/Makefile +++ b/games/quake2forge/Makefile @@ -7,7 +7,7 @@ PORTNAME= quake2forge PORTVERSION= 0.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= https://www.spoerlein.net/pub/ DISTNAME= quake2-${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= quake2-${PORTVERSION} MAINTAINER= alepulver@FreeBSD.org COMMENT= First Person Shooter with many addons available -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_BZIP2= yes CONFIGURE_ARGS= --program-transform-name='s/^quake2$$/${PORTNAME}/' \ diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index 704f4a60af58..5ba407dcacc1 100644 --- a/games/scorched3d/Makefile +++ b/games/scorched3d/Makefile @@ -7,6 +7,7 @@ PORTNAME= scorched3d PORTVERSION= 0.${SCORCH_VERSION}${SCORCH_REVISION} +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Version%20${SCORCH_VERSION}/ DISTNAME= Scorched3D-${SCORCH_VERSION}-src @@ -31,7 +32,7 @@ USE_SDL= mixer net sdl GNU_CONFIGURE= yes USE_GL= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:15 autoconf:262 +USE_AUTOTOOLS= automake:15 autoconf:267 USE_PERL5= yes USE_WX= 2.4+ WX_CONF_ARGS= absolute diff --git a/games/scourge/Makefile b/games/scourge/Makefile index f3c493e39703..6497681fdf1e 100644 --- a/games/scourge/Makefile +++ b/games/scourge/Makefile @@ -7,7 +7,7 @@ PORTNAME= scourge PORTVERSION= 0.21.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/$/.src/} @@ -19,7 +19,7 @@ COMMENT= S.C.O.U.R.G.E. is a rogue-like game LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${DATADIR}/config/scourge.cfg:${PORTSDIR}/games/scourge-data -USE_AUTOTOOLS= autoconf:262:env automake:19:env +USE_AUTOTOOLS= autoconf:267:env automake:19:env USE_GL= gl USE_SDL= sdl image mixer net ttf USE_GMAKE= yes diff --git a/games/scourge/files/patch-configure.in b/games/scourge/files/patch-configure.in new file mode 100644 index 000000000000..eca1eef134cc --- /dev/null +++ b/games/scourge/files/patch-configure.in @@ -0,0 +1,10 @@ +--- configure.in.orig 2008-12-22 23:38:10.000000000 +0000 ++++ configure.in 2010-06-14 11:57:29.000000000 +0000 +@@ -493,3 +493,6 @@ + dnl Check for glext.h +-AC_CHECK_HEADERS( "GL/glext.h", have_glext_h=yes, have_glext_h=no ) ++dnl XXX: which requires GL/gl.h, and autoconf > 2.64 is barfing on this ++dnk XXX: use following check to cover the bases ++dnl AC_CHECK_HEADERS( "GL/glext.h", have_glext_h=yes, have_glext_h=no ) ++have_glext_h=yes + diff --git a/games/spacejunk/Makefile b/games/spacejunk/Makefile index c221dab5c0e1..dfc52287f0d4 100644 --- a/games/spacejunk/Makefile +++ b/games/spacejunk/Makefile @@ -45,6 +45,7 @@ post-patch: ${WRKSRC}/libinfo/gem-uta.c @${REINPLACE_CMD} -e 's|data/|${DATADIR}/&|' ${WRKSRC}/src/*.c* @${RM} -f ${WRKSRC}/config.guess + @${REINPLACE_CMD} -e 's|1.10.1|1.10.3|' ${WRKSRC}/aclocal.m4 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/spacejunk ${PREFIX}/libexec/ diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile index b280c8345883..f19dd3ea0954 100644 --- a/games/tuxracer/Makefile +++ b/games/tuxracer/Makefile @@ -7,7 +7,7 @@ PORTNAME= tuxracer PORTVERSION= 0.61 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= SF DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ @@ -22,7 +22,7 @@ USE_SDL= mixer sdl USE_GL= gl USE_XORG= x11 xt xmu xi USE_GMAKE= yes -USE_AUTOTOOLS= automake:14 autoconf:262 +USE_AUTOTOOLS= automake:14 autoconf:267 AUTOMAKE_ARGS= -a CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIBS}" MAKE_ENV= ${CONFIGURE_ENV} diff --git a/games/tuxracer/files/patch-configure.in b/games/tuxracer/files/patch-configure.in index caf2953a8959..57138f28db91 100644 --- a/games/tuxracer/files/patch-configure.in +++ b/games/tuxracer/files/patch-configure.in @@ -1,8 +1,6 @@ ---- configure.in.orig 2001-01-16 16:26:29.000000000 +0100 -+++ configure.in 2009-04-27 03:06:12.000000000 +0200 -@@ -43,16 +43,10 @@ - dnl General options - dnl -------------------------------------------------------------------------- +--- configure.in.orig 2001-01-16 15:26:29.000000000 +0000 ++++ configure.in 2010-06-14 11:51:45.000000000 +0000 +@@ -45,12 +45,6 @@ TR_CPPFLAGS="" -TR_CFLAGS="-O2 -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations" -TR_CXXFLAGS="-O2 -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations" @@ -17,54 +15,34 @@ -esac - AC_ARG_ENABLE(debug, [ --enable-debug Produce an executable with debugging symbols], - [TR_CFLAGS="-g -Wall"; TR_CXXFLAGS="-g -Wall"], - [TR_CPPFLAGS="$TR_CPPFLAGS -DTUXRACER_NO_ASSERT=1"]) -@@ -137,6 +131,10 @@ - if test "x$have_tcl_lib" = "xno" -a "x$with_tcl_lib_name" = "x" ; then - +@@ -139,2 +133,6 @@ TCL_LIB_LIST=`grep -v -E "^$TCL_LIB_NAME\$" <<EOF +tcl8.5 +tcl85 +tcl8.4 +tcl84 tcl8.3 - tcl83 - tcl8.2 -@@ -191,6 +189,10 @@ - - TCL_HEADER_LIST=`grep -v -E "^$TCL_HEADER\$" <<EOF +@@ -193,2 +191,6 @@ tcl.h +tcl8.5.h +tcl85.h +tcl8.4.h +tcl84.h tcl8.3.h - tcl83.h - tcl8.2.h -@@ -219,7 +221,8 @@ - FIND_TCL_H - +@@ -221,3 +223,4 @@ if test "x$have_tcl_h" = "xno" -a "x$with_tcl_inc" = "x"; then - TCL_INC_LIST="/usr/include/tcl8.3 /usr/include/tcl8.2 \ + TCL_INC_LIST="/usr/include/tcl8.5 /usr/include/tcl8.4 \ + /usr/include/tcl8.3 /usr/include/tcl8.2 \ /usr/include/tcl8.0 /usr/include/tcl" - - for TCL_INC in $TCL_INC_LIST ; do -@@ -303,6 +306,10 @@ - - saved_LIBS="$LIBS" +@@ -305,2 +308,6 @@ +if test "x$THREAD_LIB" = "x" ; then + THREAD_LIB="-lpthread" +fi + AC_DEFUN( CHECK_FOR_GL_LIB, [ - AC_MSG_CHECKING([for $GL_LIB_NAME library]) - LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME" -@@ -313,15 +320,15 @@ - TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME" - +@@ -315,6 +322,6 @@ else - dnl Try with -lpthread + dnl Try with pthreads @@ -73,20 +51,27 @@ - LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME -lpthread" + LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME $THREAD_LIB" AC_TRY_LINK( , , have_GL=yes, have_GL=no) - AC_MSG_RESULT([$have_GL]) - +@@ -323,3 +330,3 @@ if test "x$have_GL" = "xyes" ; then - TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME -lpthread" + TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME $THREAD_LIB" fi - fi - ]) -@@ -466,7 +473,7 @@ - if test "x$have_glx_h" = "xno" ; then - AC_MSG_ERROR([Cannot find GL/glx.h]) +@@ -468,3 +475,3 @@ fi - + CFLAGS="$CFLAGS -DGLX_GLXEXT_LEGACY" dnl Check that glXGetProcAddressARB is defined in glx.h - AC_MSG_CHECKING([whether glx.h defines glXGetProcAddressARB]); - AC_TRY_COMPILE( [#include <GL/glx.h>], [ char *foo = (char*) glXGetProcAddressARB; ], +@@ -480,4 +487,7 @@ + +-dnl Check for glext.h +-AC_CHECK_HEADERS( "GL/glext.h", have_glext_h=yes, have_glext_h=no ) ++dnl Check for glext.h ++dnl XXX: which requires GL/gl.h, and autoconf > 2.64 is barfing on this ++dnl XXX: use following check to cover the bases ++dnl AC_CHECK_HEADERS( "GL/glext.h", have_glext_h=yes, have_glext_h=no ) ++have_glext_h=yes + +@@ -497,2 +507,3 @@ + [ ++#include <GL/gl.h> + #include <GL/glext.h> diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index 0d435717b192..00b7e9d717b9 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -7,6 +7,7 @@ PORTNAME= ufoai PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSION} DISTNAME= ${PORTNAME:S/$/-/}${PORTVERSION}-source @@ -24,7 +25,7 @@ LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ xvidcore.4:${PORTSDIR}/multimedia/xvid RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/base/default.cfg:${PORTSDIR}/games/ufoai-data -USE_AUTOTOOLS= aclocal:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 autoconf:267 USE_BZIP2= yes USE_GL= yes USE_SDL= sdl image mixer ttf diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile index 1d90c838ac69..8b4900ffb8be 100644 --- a/games/wesnoth-devel/Makefile +++ b/games/wesnoth-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= wesnoth PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://files.wesnoth.org/ @@ -29,7 +30,7 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes WANT_GNOME= yes USE_BZIP2= yes -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 ACLOCAL_ARGS= -Im4 AUTOMAKE_ARGS= --add-missing --copy CONFIGURE_ENV= PKG_CONFIG="${PKG_CONFIG}" \ diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 80fdefc87b4a..cbf429e1348a 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -7,6 +7,7 @@ PORTNAME= wesnoth PORTVERSION= 1.8.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ http://files.wesnoth.org/ @@ -29,7 +30,7 @@ MAKE_JOBS_SAFE= yes WANT_GNOME= yes USE_BZIP2= yes USE_LUA= 5.1 -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 ACLOCAL_ARGS= -Im4 AUTOMAKE_ARGS= --add-missing --copy CONFIGURE_ENV= PKG_CONFIG="${PKG_CONFIG}" \ diff --git a/games/zangband/Makefile b/games/zangband/Makefile index 8df068c00a55..d8237f296281 100644 --- a/games/zangband/Makefile +++ b/games/zangband/Makefile @@ -7,7 +7,7 @@ PORTNAME= zangband PORTVERSION= 2.6.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= games MASTER_SITES= ftp://clockwork.dementia.org/angband/Variant/ZAngband/ \ ftp://ftp.sunet.se/pub/games/Angband/Variant/ZAngband/ @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Zangband (Zelazny Angband) with color, X11 support USE_GMAKE= yes -USE_AUTOTOOLS= automake:14 autoconf:262 +USE_AUTOTOOLS= automake:14 autoconf:267 USE_PERL5_BUILD=yes CONFIGURE_ARGS= --datadir=${PREFIX}/lib --mandir=${PREFIX}/man \ --with-setgid=${SHAREGRP} diff --git a/german/kde3-i18n/Makefile b/german/kde3-i18n/Makefile index c513c1ea1dc2..516491b3a5ea 100644 --- a/german/kde3-i18n/Makefile +++ b/german/kde3-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= German messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/german/koffice-i18n/Makefile b/german/koffice-i18n/Makefile index c058d18cbc4c..0c2254aab3f1 100644 --- a/german/koffice-i18n/Makefile +++ b/german/koffice-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= German messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile index d49b47b641ea..831b07d21fb1 100644 --- a/graphics/aaphoto/Makefile +++ b/graphics/aaphoto/Makefile @@ -7,6 +7,7 @@ PORTNAME= aaphoto PORTVERSION= 0.39 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://log69.com/downloads/ DISTNAME= ${PORTNAME}_sources_v${PORTVERSION} @@ -20,7 +21,7 @@ LIB_DEPENDS= jasper:${PORTSDIR}/graphics/jasper \ LICENSE= GPLv3 -USE_AUTOTOOLS= autoheader:262 +USE_AUTOTOOLS= autoheader:267 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index 6bf10edb06e9..9645338131ba 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -7,7 +7,7 @@ PORTNAME= agg PORTVERSION= 2.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.antigrain.com/ \ http://freebsd.unixfreunde.de/sources/ @@ -24,7 +24,7 @@ USE_GNOME= pkgconfig gnomehack USE_GMAKE= yes USE_LDCONFIG= yes ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal -USE_AUTOTOOLS= autoconf:262:env automake:15:env libtool:22:env +USE_AUTOTOOLS= autoconf:267:env automake:15:env libtool:22:env MAKE_ENV= C="${CC}" AGGCXXFLAGS="${CXXFLAGS}" CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./ diff --git a/graphics/cal3d-devel/Makefile b/graphics/cal3d-devel/Makefile index eec67abf2c47..b13e156bd0c3 100644 --- a/graphics/cal3d-devel/Makefile +++ b/graphics/cal3d-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= cal3d PORTVERSION= 20060720 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= acm/${PORTNAME} @@ -22,7 +22,7 @@ CONFLICTS= cal3d-[0-9]* USE_BZIP2= yes USE_GNOME= pkgconfig USE_LDCONFIG= yes -USE_AUTOTOOLS= automake:19 autoheader:262 libtool:22 +USE_AUTOTOOLS= automake:19 autoheader:267 libtool:22 AUTOMAKE_ARGS= --add-missing MAN1= cal3d_converter.1 diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index bb9b7647023f..04eb1e7757d5 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= cal3d PORTVERSION= 0.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= http://download.gna.org/cal3d/sources/ DIST_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ CONFLICTS= cal3d-devel-[0-9]* USE_GNOME= pkgconfig GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:19 autoheader:262 libtool:22 +USE_AUTOTOOLS= automake:19 autoheader:267 libtool:22 USE_LDCONFIG= yes MAN1= cal3d_converter.1 diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index ffcc06ce37b2..9e8b5bfbe079 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -8,7 +8,7 @@ PORTNAME= devil PORTVERSION= 1.7.8 PORTEPOCH= 1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/openil/DevIL/${PORTVERSION} DISTNAME= DevIL-${PORTVERSION} @@ -30,7 +30,7 @@ OPTIONS= JPEG "Enable JPEG support" on \ WRKSRC= ${WRKDIR}/${DISTNAME:L} USE_GNOME= pkgconfig -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I m4 -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing --copy --force-missing CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile index 27dfa8cd28ad..f477e522588c 100644 --- a/graphics/divxcalc/Makefile +++ b/graphics/divxcalc/Makefile @@ -8,7 +8,7 @@ PORTNAME= divxcalc PORTVERSION= 0.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://imagef1.net.nz/divxcalc/ @@ -19,7 +19,7 @@ USE_XORG= x11 ice xext USE_BZIP2= yes USE_QT_VER= 3 USE_GMAKE= yes -USE_AUTOTOOLS= automake:15:env autoconf:262:env +USE_AUTOTOOLS= automake:15:env autoconf:267:env GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index d7e84673c254..5fe689c01e29 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -7,7 +7,7 @@ PORTNAME= enblend PORTVERSION= 3.1.r20080615 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= vd/enblend @@ -25,7 +25,7 @@ RUN_DEPENDS= OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR USE_BZIP2= yes -USE_AUTOTOOLS= automake:110:env autoconf:262:env +USE_AUTOTOOLS= automake:110:env autoconf:267:env # GCC 4.2 has some problems, see # http://groups.google.com/group/hugin-ptx/browse_thread/thread/725b1581c9889e37/50abe3387d61541a#50abe3387d61541a diff --git a/graphics/glide3/Makefile b/graphics/glide3/Makefile index 8d847b92ed72..48728fbc8e44 100644 --- a/graphics/glide3/Makefile +++ b/graphics/glide3/Makefile @@ -7,7 +7,7 @@ PORTNAME= glide3 PORTVERSION= 20020113 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://people.freebsd.org/~anholt/dri/files/ DISTNAME= Glide3-FreeBSD-${PORTVERSION} @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_XORG= x11 xxf86dga xxf86vm USE_LDCONFIG= yes -USE_AUTOTOOLS= automake:14 autoconf:262 libtool:22 +USE_AUTOTOOLS= automake:14 autoconf:267 libtool:22 AUTOMAKE_ARGS= -a MAKEFILE= makefile.autoconf diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile index afddce917f7b..ecf45d6ae80e 100644 --- a/graphics/gnash-devel/Makefile +++ b/graphics/gnash-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnash PORTVERSION= 20100218 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ PKGNAMESUFFIX= -devel @@ -34,7 +34,7 @@ USE_GCC= 4.2+ # triggers compiler error on gcc 3.4 WANT_GSTREAMER= yes USE_GNOME= pkgconfig libxml2 USE_XORG= x11 xau xdmcp xext xi xinerama ice sm -USE_AUTOTOOLS= libltdl:22 libtool:22:env autoconf:262:env automake:110:env +USE_AUTOTOOLS= libltdl:22 libtool:22:env autoconf:267:env automake:110:env MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --with-boost-incl="${LOCALBASE}/include" \ diff --git a/graphics/gsnapshot/Makefile b/graphics/gsnapshot/Makefile index bc28369cf3c5..21a8a64ece7a 100644 --- a/graphics/gsnapshot/Makefile +++ b/graphics/gsnapshot/Makefile @@ -7,14 +7,14 @@ PORTNAME= gsnapshot PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/gould/${PORTNAME}/release%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A gtk+ based screen capture -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 libtool:22 USE_GNOME= pkgconfig gtk20 libwnck libxml2 USE_XORG= x11 xmu diff --git a/graphics/iulib/Makefile b/graphics/iulib/Makefile index 86a360652c50..2f2933237653 100644 --- a/graphics/iulib/Makefile +++ b/graphics/iulib/Makefile @@ -7,7 +7,7 @@ PORTNAME= iulib PORTVERSION= 0.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE EXTRACT_SUFX= .tgz @@ -24,7 +24,7 @@ OPTIONS= SDL "Enable SDL for graphical debugging" off \ MAKE_JOBS_SAFE= yes USE_PYTHON_BUILD= yes -USE_AUTOTOOLS= libtool:22 aclocal:110 automake:110 autoconf:262 +USE_AUTOTOOLS= libtool:22 aclocal:110 automake:110 autoconf:267 ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index 1c972998aedf..81281d35a218 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -7,6 +7,7 @@ PORTNAME= ivtools PORTVERSION= 1.2.9 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -20,7 +21,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS= --with-tiff=${PREFIX} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} MAKE_ARGS= ARCH=FREEBSD diff --git a/graphics/kbarcode/Makefile b/graphics/kbarcode/Makefile index c285b50ec846..c3dcd2b125ad 100644 --- a/graphics/kbarcode/Makefile +++ b/graphics/kbarcode/Makefile @@ -7,7 +7,7 @@ PORTNAME= kbarcode PORTVERSION= 2.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics kde MASTER_SITES= SF/${PORTNAME}/Stable/${PORTVERSION} @@ -19,7 +19,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_KDELIBS_VER= 3 USE_GETTEXT= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env GNU_CONFIGURE= yes INSTALLS_ICONS= yes diff --git a/graphics/kbarcode/files/patch-admin-configure.in.min b/graphics/kbarcode/files/patch-admin-configure.in.min new file mode 100644 index 000000000000..e13feef0cd21 --- /dev/null +++ b/graphics/kbarcode/files/patch-admin-configure.in.min @@ -0,0 +1,7 @@ +--- admin/configure.in.min.orig 2007-04-09 17:27:01.000000000 -0500 ++++ admin/configure.in.min 2010-09-05 15:33:17.000000000 -0500 +@@ -46,2 +46,4 @@ + dnl Checks for programs. ++AC_PROG_CC ++AC_PROG_CXX + AC_CHECK_COMPILERS diff --git a/graphics/leptonica/Makefile b/graphics/leptonica/Makefile index f6991474aedc..4d0ff39e81c1 100644 --- a/graphics/leptonica/Makefile +++ b/graphics/leptonica/Makefile @@ -7,7 +7,7 @@ PORTNAME= leptonlib PORTVERSION= 1.60 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE @@ -21,7 +21,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ PROJECTHOST= leptonica MAKE_JOBS_SAFE= yes -USE_AUTOTOOLS= libtool:22 aclocal:110 automake:110 autoconf:262 +USE_AUTOTOOLS= libtool:22 aclocal:110 automake:110 autoconf:267 ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I${LOCALBASE}/share/aclocal USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib diff --git a/graphics/leptonlib/Makefile b/graphics/leptonlib/Makefile index f6991474aedc..4d0ff39e81c1 100644 --- a/graphics/leptonlib/Makefile +++ b/graphics/leptonlib/Makefile @@ -7,7 +7,7 @@ PORTNAME= leptonlib PORTVERSION= 1.60 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE @@ -21,7 +21,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ PROJECTHOST= leptonica MAKE_JOBS_SAFE= yes -USE_AUTOTOOLS= libtool:22 aclocal:110 automake:110 autoconf:262 +USE_AUTOTOOLS= libtool:22 aclocal:110 automake:110 autoconf:267 ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I${LOCALBASE}/share/aclocal USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib diff --git a/graphics/libecwj2/Makefile b/graphics/libecwj2/Makefile index 0738a276776c..0f79e76e9569 100644 --- a/graphics/libecwj2/Makefile +++ b/graphics/libecwj2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libecwj2 PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= glebius @@ -21,7 +22,7 @@ NO_PACKAGE= ${RESTRICTED} NO_CDROM= ${RESTRICTED} USE_ZIP= yes -USE_AUTOTOOLS= libtool:22 autoconf:262 +USE_AUTOTOOLS= libtool:22 autoconf:267 USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile index 9d2cdece01c0..12415afe61ee 100644 --- a/graphics/libexif-gtk/Makefile +++ b/graphics/libexif-gtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= libexif-gtk PORTVERSION= 0.3.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/libexif/${PORTNAME}/${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= GTK+ widgets to display/edit EXIF tags LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif USE_GNOME= gnomehack gnometarget gtk20 -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes diff --git a/graphics/libjpeg-turbo/Makefile b/graphics/libjpeg-turbo/Makefile index 2fd628025ad2..faba9a0c1e2e 100644 --- a/graphics/libjpeg-turbo/Makefile +++ b/graphics/libjpeg-turbo/Makefile @@ -8,6 +8,7 @@ PORTNAME= libjpeg-turbo PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://openmoko.spb.ru/repository/ \ SF/${PORTNAME}/${PORTVERSION} \ @@ -20,7 +21,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm CONFLICTS= jpeg-[0-9]* ONLY_FOR_ARCHS= amd64 i386 -USE_AUTOTOOLS= autoconf:262 autoheader:262 aclocal:110 automake:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 autoheader:267 aclocal:110 automake:110 libtool:22 ACLOCAL_ARGS= -I. USE_LDCONFIG= yes diff --git a/graphics/libpano12/Makefile b/graphics/libpano12/Makefile index 4c6c4895c29d..d65603d6044b 100644 --- a/graphics/libpano12/Makefile +++ b/graphics/libpano12/Makefile @@ -10,7 +10,7 @@ PORTNAME= libpano12 PORTVERSION= 2.8.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics java MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -23,7 +23,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ USE_GNOME= gtk20 glib20 pango atk -USE_AUTOTOOLS= autoconf:262:env autoheader:262:env aclocal:19:env \ +USE_AUTOTOOLS= autoconf:267:env autoheader:267:env aclocal:19:env \ automake:19:env libtool:22:env GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gtk-2.0 \ diff --git a/graphics/libpano13/Makefile b/graphics/libpano13/Makefile index ea761f89b5d7..5e206facf8a6 100644 --- a/graphics/libpano13/Makefile +++ b/graphics/libpano13/Makefile @@ -7,7 +7,7 @@ PORTNAME= libpano13 PORTVERSION= 2.9.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics java MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -20,7 +20,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ USE_GNOME= gtk20 glib20 pango atk -USE_AUTOTOOLS= autoconf:262:env autoheader:262:env aclocal:110:env \ +USE_AUTOTOOLS= autoconf:267:env autoheader:267:env aclocal:110:env \ automake:110:env libtool:22:env GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/gtk-2.0 \ diff --git a/graphics/lodju/Makefile b/graphics/lodju/Makefile index 187d80d28760..4b283bb6de26 100644 --- a/graphics/lodju/Makefile +++ b/graphics/lodju/Makefile @@ -7,7 +7,7 @@ PORTNAME= lodju PORTVERSION= 1.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES+= graphics MASTER_SITES= http://liw.iki.fi/liw/lodju/tarballs/ @@ -20,7 +20,7 @@ LIB_DEPENDS= glade-gnome:${PORTSDIR}/x11-toolkits/rep-gtk MAN1= lodju-create.1 lodju-gallery.1 lodju.1 MANCOMPRESSED= yes -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env HAS_CONFIGURE= yes USE_GETTEXT= yes USE_GNOME= gtk12 gdkpixbuf diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index 0ea7596b0629..37ce71fd46e3 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -8,7 +8,7 @@ PORTNAME= images PORTVERSION= 3.0.2 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/caml-light/bazar-ocaml/ \ @@ -22,7 +22,7 @@ COMMENT= Objective Caml image processing library BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ocaml.m4:${PORTSDIR}/lang/ocaml-autoconf -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing USE_OCAML= yes diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index c1c588a81a8c..1f4c5585570a 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -7,7 +7,7 @@ PORTNAME= ocropus PORTVERSION= 0.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -27,7 +27,7 @@ OPTIONS= SDL "Enable SDL for graphical debugging" off \ MAKE_JOBS_UNSAFE= yes USE_PYTHON_BUILD= yes -USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:267 USE_GMAKE= yes CONFIGURE_ARGS= --without-fst --without-tesseract --with-iulib=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib diff --git a/graphics/ocropus/files/patch-configure.ac b/graphics/ocropus/files/patch-configure.ac index 49821662f843..a0d4abb730db 100644 --- a/graphics/ocropus/files/patch-configure.ac +++ b/graphics/ocropus/files/patch-configure.ac @@ -1,27 +1,31 @@ --- ./configure.ac.orig 2009-06-01 05:18:41.000000000 +0900 -+++ ./configure.ac 2009-06-17 19:47:20.000000000 +0900 -@@ -114,11 +114,19 @@ - AC_MSG_ERROR([no TIFFOpen; please install libtiff4-dev or equivalent])) ++++ ./configure.ac 2010-02-02 21:28:54.000000000 +0900 +@@ -115,13 +115,20 @@ AC_LANG_CPLUSPLUS -+# should require CXXCPP before conditional AC_CHECK_HEADER -+AC_PROG_CXXCPP ++# Unconditional AC_CHECK_LIB should be done before conditional ones. ++# --- libpthread (needed by tesseract) --- ++AC_CHECK_LIB(pthread, pthread_create,,) ++ # --- iulib (required) --- # NB: we can only use functions with C linkage here AC_CHECK_LIB(iulib, exit,, - AC_MSG_ERROR([no iulib; please install iulib first (see INSTALL)])) -+ AC_CHECK_LIB(avcodec, avcodec_open, , -+ AC_MSG_ERROR([no iulib; please install iulib first (see INSTALL)])) -+ AC_CHECK_LIB(avformat, url_fopen, , -+ AC_MSG_ERROR([no iulib; please install iulib first (see INSTALL)])) -+ AC_CHECK_LIB(iulib, sleep, , -+ AC_MSG_ERROR([no iulib; please install iulib first (see INSTALL)])) +- +-# --- libpthread (needed by tesseract) --- +-AC_CHECK_LIB(pthread, pthread_create,,) ++ AC_CHECK_LIB([avcodec], [avcodec_open], , ++ [AC_MSG_ERROR([no iulib; please install iulib first (see INSTALL)])]) ++ AC_CHECK_LIB([avformat], [url_fopen], , ++ [AC_MSG_ERROR([no iulib; please install iulib first (see INSTALL)])]) ++ AC_CHECK_LIB([iulib], [sleep], , ++ [AC_MSG_ERROR([no iulib; please install iulib first (see INSTALL)])]) +) - # --- libpthread (needed by tesseract) --- - AC_CHECK_LIB(pthread, pthread_create,,) -@@ -176,14 +184,14 @@ + # --- libtesseract (ahouls become optional) --- + if test x$notesseract != x1; then +@@ -176,14 +183,14 @@ LDFLAGS="$LDFLAGS -L$leptheaders/../../lib" AC_CHECK_LIB(lept,pixCreate,,AC_MSG_ERROR([leptonica not found! Choose --without-leptonica if you don't want to use it.])) fi diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile index 8808ae60ca10..2b18946748f2 100644 --- a/graphics/povray/Makefile +++ b/graphics/povray/Makefile @@ -7,7 +7,7 @@ PORTNAME= povray PORTVERSION= 3.6.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.povray.org/pub/povray/%SUBDIR%/ \ @@ -29,7 +29,7 @@ USE_XORG= x11 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 LATEST_LINK= ${PORTNAME}36 .include <bsd.port.pre.mk> diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index 8808ae60ca10..2b18946748f2 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -7,7 +7,7 @@ PORTNAME= povray PORTVERSION= 3.6.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.povray.org/pub/povray/%SUBDIR%/ \ @@ -29,7 +29,7 @@ USE_XORG= x11 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 LATEST_LINK= ${PORTNAME}36 .include <bsd.port.pre.mk> diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 8808ae60ca10..2b18946748f2 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -7,7 +7,7 @@ PORTNAME= povray PORTVERSION= 3.6.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= ftp://ftp.povray.org/pub/povray/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.povray.org/pub/povray/%SUBDIR%/ \ @@ -29,7 +29,7 @@ USE_XORG= x11 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 LATEST_LINK= ${PORTNAME}36 .include <bsd.port.pre.mk> diff --git a/graphics/solang/Makefile b/graphics/solang/Makefile index 80ab981a6eeb..e826f0fd0911 100644 --- a/graphics/solang/Makefile +++ b/graphics/solang/Makefile @@ -7,7 +7,7 @@ PORTNAME= solang PORTVERSION= 0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://rishi.fedorapeople.org/solang/ @@ -29,7 +29,7 @@ LIB_DEPENDS= gegl-0.1:${PORTSDIR}/graphics/gegl \ gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_GMAKE= yes USE_GNOME= libgda4 intltool INSTALLS_ICONS= yes diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 9cdb2f7eb47c..394fc4f83a3d 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpdf PORTVERSION= 3.02 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_TEX_CTAN} @@ -27,7 +27,7 @@ LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n021003l.pfb:${PORTSDIR}/print/gsfonts USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-opi \ diff --git a/hebrew/kde3-i18n/Makefile b/hebrew/kde3-i18n/Makefile index 6e4d21c7f36f..f8969ddc35e5 100644 --- a/hebrew/kde3-i18n/Makefile +++ b/hebrew/kde3-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Hebrew messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/hebrew/koffice-i18n/Makefile b/hebrew/koffice-i18n/Makefile index 766a674bfb45..9216fa2cdd10 100644 --- a/hebrew/koffice-i18n/Makefile +++ b/hebrew/koffice-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Hebrew messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/hungarian/kde3-i18n/Makefile b/hungarian/kde3-i18n/Makefile index f644c779d5c7..145085bcef15 100644 --- a/hungarian/kde3-i18n/Makefile +++ b/hungarian/kde3-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Hungarian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/hungarian/koffice-i18n/Makefile b/hungarian/koffice-i18n/Makefile index 6863c60957cb..3f6efb374b1a 100644 --- a/hungarian/koffice-i18n/Makefile +++ b/hungarian/koffice-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Hungarian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/japanese/FreeWnn-lib/Makefile b/japanese/FreeWnn-lib/Makefile index 4beba7e92d17..f4230d32287b 100644 --- a/japanese/FreeWnn-lib/Makefile +++ b/japanese/FreeWnn-lib/Makefile @@ -7,7 +7,7 @@ PORTNAME= FreeWnn PORTVERSION= 1.1.1.a021 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES?= japanese MASTER_SITES= ftp://ftp.freewnn.org/pub/%SUBDIR%/ \ ${MASTER_SITE_SOURCEFORGE_JP} @@ -21,7 +21,7 @@ COMMENT?= A Japanese/Chinese/Korean input method (Japanese client libraries) USE_BZIP2= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_LDCONFIG= yes MAKE_ARGS= MANLANG="${MANLANG}" CDEBUGFLAGS="${CFLAGS}" \ LIBRARY_WNNMANDIR="3.libwnn" \ diff --git a/japanese/FreeWnn-server/Makefile b/japanese/FreeWnn-server/Makefile index 70431e035762..4c065f0d9792 100644 --- a/japanese/FreeWnn-server/Makefile +++ b/japanese/FreeWnn-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= FreeWnn PORTVERSION= 1.1.1.a021 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES?= japanese MASTER_SITES= ftp://ftp.freewnn.org/pub/%SUBDIR%/ \ ${MASTER_SITE_SOURCEFORGE_JP} @@ -21,7 +21,7 @@ COMMENT?= A Japanese/Chinese/Korean input method (Japanese server) USE_BZIP2= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_LDCONFIG= yes USE_RC_SUBR= # defined below MAKE_ARGS= MANLANG="${MANLANG}" CDEBUGFLAGS="${CFLAGS}" \ diff --git a/japanese/aterm/Makefile b/japanese/aterm/Makefile index c15f644d8133..dfbfedbe2029 100644 --- a/japanese/aterm/Makefile +++ b/japanese/aterm/Makefile @@ -7,7 +7,7 @@ PORTNAME= aterm PORTVERSION= 0.4.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES+= japanese x11 MASTER_SITES= SF @@ -24,7 +24,7 @@ COMMENT= A color vt102 terminal emulator with transparency support LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env USE_XORG= xpm xmu GNU_CONFIGURE= yes CONFIGURE_ARGS?= \ diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile index df6c7b4177ba..5537862a576f 100644 --- a/japanese/ebview/Makefile +++ b/japanese/ebview/Makefile @@ -7,7 +7,7 @@ PORTNAME= ebview PORTVERSION= 0.2.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= japanese MASTER_SITES= SF @@ -20,7 +20,7 @@ CONFLICTS= ja-ebview-gtk2-* USE_GNOME= imlib USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" diff --git a/japanese/iiimf-le-canna/Makefile b/japanese/iiimf-le-canna/Makefile index e2f645643f10..65e8260f0464 100644 --- a/japanese/iiimf-le-canna/Makefile +++ b/japanese/iiimf-le-canna/Makefile @@ -7,7 +7,7 @@ PORTNAME= le-canna PORTVERSION= 12.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= japanese textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -26,7 +26,7 @@ USE_BZIP2= yes USE_ICONV= yes USE_GMAKE= yes USE_GNOME= gtk20 -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/japanese/iiimf-le-canna/files/patch-Makefile b/japanese/iiimf-le-canna/files/patch-Makefile index 932eabe713a8..f1251610c789 100644 --- a/japanese/iiimf-le-canna/files/patch-Makefile +++ b/japanese/iiimf-le-canna/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.62 -+AUTOCONF = autoconf-2.62 ++AUTOHEADER = autoheader-2.67 ++AUTOCONF = autoconf-2.67 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.62 ++AUTORECONF = autoreconf-2.67 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/japanese/iiimf-le-freewnn/Makefile b/japanese/iiimf-le-freewnn/Makefile index 1d2664847d98..5c540ddd2cc3 100644 --- a/japanese/iiimf-le-freewnn/Makefile +++ b/japanese/iiimf-le-freewnn/Makefile @@ -7,7 +7,7 @@ PORTNAME= le-freewnn PORTVERSION= 12.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -26,7 +26,7 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_ICONV= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/japanese/iiimf-le-freewnn/files/patch-Makefile b/japanese/iiimf-le-freewnn/files/patch-Makefile index 932eabe713a8..f1251610c789 100644 --- a/japanese/iiimf-le-freewnn/files/patch-Makefile +++ b/japanese/iiimf-le-freewnn/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.62 -+AUTOCONF = autoconf-2.62 ++AUTOHEADER = autoheader-2.67 ++AUTOCONF = autoconf-2.67 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.62 ++AUTORECONF = autoreconf-2.67 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/japanese/jd/Makefile b/japanese/jd/Makefile index 5e14df00f582..24acec0233cb 100644 --- a/japanese/jd/Makefile +++ b/japanese/jd/Makefile @@ -7,6 +7,7 @@ PORTNAME= jd PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= japanese www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= jd4linux/48699 @@ -19,7 +20,7 @@ COMMENT= A 2ch browser MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 automake:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 automake:110 libtool:22 LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls \ gtkmm:${PORTSDIR}/x11-toolkits/gtkmm24 diff --git a/japanese/kde3-i18n/Makefile b/japanese/kde3-i18n/Makefile index 60a28b44a3df..3611eb7883ec 100644 --- a/japanese/kde3-i18n/Makefile +++ b/japanese/kde3-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Japanese messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/japanese/koffice-i18n/Makefile b/japanese/koffice-i18n/Makefile index 9b5432db7344..0f14c80e8d60 100644 --- a/japanese/koffice-i18n/Makefile +++ b/japanese/koffice-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Japanese messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/japanese/mell/Makefile b/japanese/mell/Makefile index d164f98ea314..1e983588a277 100644 --- a/japanese/mell/Makefile +++ b/japanese/mell/Makefile @@ -7,7 +7,7 @@ PORTNAME= mell PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= http://taiyaki.org/elisp/mell/src/ @@ -15,7 +15,7 @@ MAINTAINER= otsuji@users.sourceforge.jp COMMENT= Emacs Lisp for taiyaki-elisp, especially for the prime GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 AUTOMAKE_ARGS= -af pre-configure: diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile index a870e250f8c2..b4950de94c3c 100644 --- a/japanese/mutt-devel/Makefile +++ b/japanese/mutt-devel/Makefile @@ -9,7 +9,7 @@ PORTNAME= mutt-devel PORTVERSION= ${VERSION}.j${JP_VERSION} -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= japanese mail MASTER_SITES= http://www.emaillab.org/mutt/${VERSION}/ \ http://www.emaillab.org/mutt/1.5/doc/:ja_doc \ @@ -70,7 +70,7 @@ FETCH_BEFORE_ARGS= -A # ha4.seikyou.ne.jp is running broken httpd NO_LATEST_LINK= yes USE_GMAKE= yes USE_ICONV= yes -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 USE_OPENSSL= yes WRKSRC= ${WRKDIR}/mutt-${VERSION} LDFLAGS+= -L${LOCALBASE}/lib diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile index 8f9170b69141..867d9828bace 100644 --- a/japanese/mutt/Makefile +++ b/japanese/mutt/Makefile @@ -6,7 +6,7 @@ PORTNAME= mutt PORTVERSION= ${VERSION}.j${JP_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= japanese mail MASTER_SITES= http://www.emaillab.org/mutt/1.4/ \ http://my.reset.jp/~iwashita/mutt/distfiles/ \ @@ -34,7 +34,7 @@ FETCH_BEFORE_ARGS= -A # ha4.seikyou.ne.jp is running broken httpd USE_GMAKE= yes USE_ICONV= yes -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 USE_OPENSSL= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION} LDFLAGS+= -L${LOCALBASE}/lib diff --git a/japanese/prime-dict/Makefile b/japanese/prime-dict/Makefile index 19e3212603fa..e93f4a190dbc 100644 --- a/japanese/prime-dict/Makefile +++ b/japanese/prime-dict/Makefile @@ -7,7 +7,7 @@ PORTNAME= prime PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= http://prime.sourceforge.jp/src/ PKGNAMESUFFIX= -dict @@ -20,7 +20,7 @@ USE_RUBY= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR} -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) diff --git a/japanese/prime-el/Makefile b/japanese/prime-el/Makefile index 1773bd6d1a85..7ade0694ab82 100644 --- a/japanese/prime-el/Makefile +++ b/japanese/prime-el/Makefile @@ -7,7 +7,7 @@ PORTNAME= prime PORTVERSION= 1.5.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese MASTER_SITES= http://prime.sourceforge.jp/src/ PKGNAMESUFFIX= -el @@ -21,7 +21,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/emacs/site-lisp/init-mell.el:${PORTSDIR}/japane prime:${PORTSDIR}/japanese/prime GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) diff --git a/japanese/prime/Makefile b/japanese/prime/Makefile index 008ecc6c199e..5e4fd6258bf4 100644 --- a/japanese/prime/Makefile +++ b/japanese/prime/Makefile @@ -7,7 +7,7 @@ PORTNAME= prime DISTVERSION= 1.0.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese MASTER_SITES= http://prime.sourceforge.jp/src/ @@ -26,7 +26,7 @@ RUBY_WITH_PTHREAD= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR} -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 MAKE_JOBS_UNSAFE= yes PLIST_SUB= LOCALBASE=${LOCALBASE} diff --git a/japanese/suikyo/Makefile b/japanese/suikyo/Makefile index f10b9dbde46b..4babdb2270a0 100644 --- a/japanese/suikyo/Makefile +++ b/japanese/suikyo/Makefile @@ -7,7 +7,7 @@ PORTNAME= suikyo PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= http://prime.sourceforge.jp/src/ @@ -18,7 +18,7 @@ USE_RUBY= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR} -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) diff --git a/korean/iiimf-le-hangul/Makefile b/korean/iiimf-le-hangul/Makefile index 4b89a206900f..44c1c158fd4d 100644 --- a/korean/iiimf-le-hangul/Makefile +++ b/korean/iiimf-le-hangul/Makefile @@ -7,7 +7,7 @@ PORTNAME= le-hangul PORTVERSION= 12.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= korean textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= i386 USE_XORG= x11 USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/korean/iiimf-le-hangul/files/patch-Makefile b/korean/iiimf-le-hangul/files/patch-Makefile index 932eabe713a8..f1251610c789 100644 --- a/korean/iiimf-le-hangul/files/patch-Makefile +++ b/korean/iiimf-le-hangul/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.62 -+AUTOCONF = autoconf-2.62 ++AUTOHEADER = autoheader-2.67 ++AUTOCONF = autoconf-2.67 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.62 ++AUTORECONF = autoreconf-2.67 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/korean/kde3-i18n/Makefile b/korean/kde3-i18n/Makefile index 76e8d8185f47..4b65fc0b4595 100644 --- a/korean/kde3-i18n/Makefile +++ b/korean/kde3-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Korean messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/lang/expect-devel/Makefile b/lang/expect-devel/Makefile index 9ee9e68dbfa3..8057aa7e8187 100644 --- a/lang/expect-devel/Makefile +++ b/lang/expect-devel/Makefile @@ -6,6 +6,7 @@ PORTNAME= expect PORTVERSION= 5.44.1.15 +PORTREVISION= 1 CATEGORIES= lang tcl tk MASTER_SITES= SF/wintcltk/Sources/Package%20Sources DISTNAME= expect-cvs-20091231 @@ -16,7 +17,7 @@ COMMENT= A sophisticated scripter based on tcl/tk CONFLICTS= expect-5.43* LATEST_LINK= expect-devel -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 EXPECT_VER= ${PORTVERSION} diff --git a/lang/gambas2-base/Makefile b/lang/gambas2-base/Makefile index 38abf5207442..42663977714b 100644 --- a/lang/gambas2-base/Makefile +++ b/lang/gambas2-base/Makefile @@ -7,7 +7,7 @@ PORTNAME= gambas2 PORTVERSION= 2.15.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= lang kde MASTER_SITES= SF/${PORTNAME:S/2//g}/${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX?= -base @@ -19,7 +19,7 @@ COMMENT?= A basic language with object extensions BUILD_DEPENDS= xdg-mime:${PORTSDIR}/devel/xdg-utils LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi -USE_AUTOTOOLS= autoconf:262:env automake:19:env +USE_AUTOTOOLS= autoconf:267:env automake:19:env USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 0c424c224ea3..c2be1b189148 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -6,7 +6,7 @@ PORTNAME= ghc PORTVERSION= 6.10.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang haskell MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ ${MASTER_SITE_LOCAL:S/$/:boot/} \ @@ -29,7 +29,7 @@ BOOT_HADDOCK_VERSION= ${HADDOCK_VERSION} HSCOLOUR_VERSION= 1.15 GHCPATH_VERSION= 0.1.0.5 -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env USE_BZIP2= yes LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index b0708bcc9b84..c24e7615b3a6 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -8,10 +8,10 @@ PORTNAME= gnustep-base .if defined(WITH_GNUSTEP_DEVEL) PORTVERSION= 1.21.1 -PORTREVISION= 1 +PORTREVISION= 2 .else PORTVERSION= 1.19.3 -PORTREVISION= 3 +PORTREVISION= 4 .endif CATEGORIES= lang devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} @@ -31,7 +31,7 @@ BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config LICENSE_COMB= multi LICENSE= GPLv3 LGPL3 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-procfs --disable-openssl --enable-tls \ --with-tls-prefix=${LOCALBASE} TLS_CONFIG="pkg-config -gnutls" diff --git a/lang/gprolog/Makefile b/lang/gprolog/Makefile index 04129eba6cc6..6e78792ed96c 100644 --- a/lang/gprolog/Makefile +++ b/lang/gprolog/Makefile @@ -7,7 +7,7 @@ PORTNAME= gprolog PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.gprolog.org/ @@ -19,7 +19,7 @@ ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS= --with-c-flags="${CFLAGS}" CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL} diff --git a/lang/guile/Makefile b/lang/guile/Makefile index f6d7c47554f0..c4c314995d61 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -7,7 +7,7 @@ PORTNAME= guile PORTVERSION= 1.8.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= guile @@ -17,7 +17,7 @@ COMMENT= GNU Ubiquitous Intelligent Language for Extension LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp -USE_AUTOTOOLS= autoconf:262 libltdl:22 +USE_AUTOTOOLS= autoconf:267 libltdl:22 USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes @@ -46,6 +46,6 @@ post-extract: post-patch: @cd ${WRKSRC} ; \ ${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${REINPLACE_FILES} - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 .include <bsd.port.post.mk> diff --git a/lang/kroc/Makefile b/lang/kroc/Makefile index 82e2a7d2bb72..1dc9e6f98dfb 100644 --- a/lang/kroc/Makefile +++ b/lang/kroc/Makefile @@ -7,7 +7,7 @@ PORTNAME= kroc PORTVERSION= 1.5.r6372 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://ftp.i-scream.org/pub/kroc/ \ ftp://ftp.i-scream.org/pub/kroc/ @@ -29,7 +29,7 @@ USE_MYSQL= yes USE_PYTHON= yes USE_SDL= sdl sound USE_GNOME= libxslt -USE_AUTOTOOLS= autoconf:262:env automake:110:env +USE_AUTOTOOLS= autoconf:267:env automake:110:env USE_XORG= xmu xi GNU_CONFIGURE= yes diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index 8e30e08fcfd7..511edb2921b0 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -7,7 +7,7 @@ PORTNAME= otcl PORTVERSION= 1.13 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= src- CATEGORIES= lang tcl tk MASTER_SITES= SF/${PORTNAME}-tclcl/OTcl/${PORTVERSION} @@ -22,7 +22,7 @@ USE_TK_NO_THREADS= yes INVALID_TK_VER= 85 86 USE_XORG= xext -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_LDCONFIG= yes .if !defined(NOPORTDOCS) diff --git a/lang/php4/Makefile b/lang/php4/Makefile index ab42906778c5..d5360cf2737c 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -7,7 +7,7 @@ PORTNAME= php4 PORTVERSION= 4.4.9 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ http://downloads.php.net/ilia/:rc \ @@ -23,7 +23,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes .if !defined(PKGNAMESUFFIX) -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS= --enable-versioning \ --enable-memory-limit \ @@ -158,7 +158,11 @@ post-patch: @${TOUCH} ${WRKSRC}/ext/php_config.h @${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-* +# Work around issues with newer (>=2.64) autoconf pre-configure: + @${REINPLACE_CMD} -E 's:^((m4_)?divert)[(]([0-9]*)[)]:\1(600\3):' \ + ${WRKSRC}/configure.in `${FIND} ${WRKSRC} -name '*.m4'` + @${RM} ${WRKSRC}/configure @${CAT} ${WRKSRC}/acinclude.m4 ${WRKSRC}/build/libtool.m4 > ${WRKSRC}/aclocal.m4 post-build: diff --git a/lang/php4/files/patch-scripts::phpize.in b/lang/php4/files/patch-scripts::phpize.in index c3ebb0867fbe..504db64246c8 100644 --- a/lang/php4/files/patch-scripts::phpize.in +++ b/lang/php4/files/patch-scripts::phpize.in @@ -6,8 +6,8 @@ { - test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf - test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader -+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.62 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.62 ++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.67 ++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.67 if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 03aa163deecd..889a4bba2283 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.3.3 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions @@ -21,7 +21,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes MAKE_JOBS_SAFE= yes .if !defined(PKGNAMESUFFIX) -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre @@ -167,7 +167,11 @@ post-patch: ${WRKSRC}/sapi/fpm/php-fpm.conf.in .endif +# Work around issues with newer (>=2.64) autoconf pre-configure: + @${REINPLACE_CMD} -E 's:^((m4_)?divert)[(]([0-9]*)[)]:\1(600\3):' \ + ${WRKSRC}/configure.in `${FIND} ${WRKSRC} -name '*.m4'` + @${RM} ${WRKSRC}/configure @${CAT} ${WRKSRC}/acinclude.m4 ${WRKSRC}/build/libtool.m4 > ${WRKSRC}/aclocal.m4 post-build: diff --git a/lang/php5/files/patch-scripts::phpize.in b/lang/php5/files/patch-scripts::phpize.in index 8d3afdbecc08..bbac86ce30ef 100644 --- a/lang/php5/files/patch-scripts::phpize.in +++ b/lang/php5/files/patch-scripts::phpize.in @@ -6,8 +6,8 @@ { - test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf - test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader -+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.62 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.62 ++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.67 ++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.67 if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF diff --git a/lang/php52/Makefile b/lang/php52/Makefile index d26d65b89b2a..c8e651f6b948 100644 --- a/lang/php52/Makefile +++ b/lang/php52/Makefile @@ -7,6 +7,7 @@ PORTNAME= php52 PORTVERSION= 5.2.14 +PORTREVISION= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions @@ -20,7 +21,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes MAKE_JOBS_SAFE= yes .if !defined(PKGNAMESUFFIX) -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS= \ --with-layout=GNU \ @@ -189,7 +190,11 @@ post-patch: ${WRKSRC}/sapi/cgi/config9.m4 .endif +# Work around issues with newer (>=2.64) autoconf pre-configure: + @${REINPLACE_CMD} -E 's:^((m4_)?divert)[(]([0-9]*)[)]:\1(600\3):' \ + ${WRKSRC}/configure.in `${FIND} ${WRKSRC} -name '*.m4'` + @${RM} ${WRKSRC}/configure @${CAT} ${WRKSRC}/acinclude.m4 ${WRKSRC}/build/libtool.m4 > ${WRKSRC}/aclocal.m4 post-build: diff --git a/lang/php52/files/patch-scripts::phpize.in b/lang/php52/files/patch-scripts::phpize.in index 8d3afdbecc08..bbac86ce30ef 100644 --- a/lang/php52/files/patch-scripts::phpize.in +++ b/lang/php52/files/patch-scripts::phpize.in @@ -6,8 +6,8 @@ { - test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf - test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader -+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.62 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.62 ++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.67 ++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.67 if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 03aa163deecd..889a4bba2283 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -7,7 +7,7 @@ PORTNAME= php5 PORTVERSION= 5.3.3 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions @@ -21,7 +21,7 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes MAKE_JOBS_SAFE= yes .if !defined(PKGNAMESUFFIX) -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre @@ -167,7 +167,11 @@ post-patch: ${WRKSRC}/sapi/fpm/php-fpm.conf.in .endif +# Work around issues with newer (>=2.64) autoconf pre-configure: + @${REINPLACE_CMD} -E 's:^((m4_)?divert)[(]([0-9]*)[)]:\1(600\3):' \ + ${WRKSRC}/configure.in `${FIND} ${WRKSRC} -name '*.m4'` + @${RM} ${WRKSRC}/configure @${CAT} ${WRKSRC}/acinclude.m4 ${WRKSRC}/build/libtool.m4 > ${WRKSRC}/aclocal.m4 post-build: diff --git a/lang/php53/files/patch-scripts::phpize.in b/lang/php53/files/patch-scripts::phpize.in index 8d3afdbecc08..bbac86ce30ef 100644 --- a/lang/php53/files/patch-scripts::phpize.in +++ b/lang/php53/files/patch-scripts::phpize.in @@ -6,8 +6,8 @@ { - test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf - test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader -+ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.62 -+ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.62 ++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf-2.67 ++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader-2.67 if test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <<EOF diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 51d567f362d5..9c61d516e374 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ENV= CFLAGS="-I${OPENSSLINC} ${CFLAGS}" \ CPPFLAGS="-I${OPENSSLINC} ${CPPFLAGS}" USE_OPENSSL= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 autoconf:267 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing diff --git a/lang/sdcc-devel/Makefile b/lang/sdcc-devel/Makefile index 0fcac53be4fd..94fc1e951c59 100644 --- a/lang/sdcc-devel/Makefile +++ b/lang/sdcc-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdcc PORTVERSION= 2.9.7.2010.09.04 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/sdcc/snapshot_builds/sdcc-src/ \ http://tijl.fastmail.fm/mirror/ @@ -48,7 +49,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} \ CONFIGURE_ARGS+= --disable-51 PLIST_SUB+= MCS51DS390="@comment " .else -USE_AUTOTOOLS+= autoconf:262 +USE_AUTOTOOLS+= autoconf:267 PLIST_SUB+= MCS51DS390="" .endif diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile index 237981b8aac1..c80564d192fa 100644 --- a/lang/sdcc/Makefile +++ b/lang/sdcc/Makefile @@ -7,6 +7,7 @@ PORTNAME= sdcc PORTVERSION= 2.9.0 +PORTREVISION= 1 DISTVERSIONPREFIX= src- CATEGORIES= lang MASTER_SITES= SF @@ -50,7 +51,7 @@ BROKEN= Does not compile on sparc64 CONFIGURE_ARGS+= --disable-51 PLIST_SUB+= MCS51DS390="@comment " .else -USE_AUTOTOOLS+= autoconf:262 +USE_AUTOTOOLS+= autoconf:267 PLIST_SUB+= MCS51DS390="" .endif diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 5961214c6293..e05670a4fdcc 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= bogofilter PORTVERSION= 1.2.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= mail MASTER_SITES= SF/bogofilter/bogofilter-current/bogofilter-${PORTVERSION} @@ -28,7 +28,7 @@ USE_BZIP2= yes USE_PERL5_RUN= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes -USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 autoheader:262 +USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:267 autoheader:267 ACLOCAL_ARGS= -Im4 .include <bsd.port.pre.mk> diff --git a/mail/claws-mail-archiver/Makefile b/mail/claws-mail-archiver/Makefile index 2504e26e7a07..9a1a4f9ef3db 100644 --- a/mail/claws-mail-archiver/Makefile +++ b/mail/claws-mail-archiver/Makefile @@ -7,6 +7,7 @@ PORTNAME= archiver PORTVERSION= 0.6.7 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -19,6 +20,6 @@ BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 .include <bsd.port.mk> diff --git a/mail/claws-mail-att_remover/Makefile b/mail/claws-mail-att_remover/Makefile index bc84d0768f1a..acec8f289b59 100644 --- a/mail/claws-mail-att_remover/Makefile +++ b/mail/claws-mail-att_remover/Makefile @@ -7,6 +7,7 @@ PORTNAME= att_remover PORTVERSION= 1.0.12 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -18,7 +19,7 @@ BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 PLIST_FILES= lib/claws-mail/plugins/att_remover.a \ lib/claws-mail/plugins/att_remover.la \ diff --git a/mail/claws-mail-attach_warner/Makefile b/mail/claws-mail-attach_warner/Makefile index 7d10cfacee54..73dd25781d88 100644 --- a/mail/claws-mail-attach_warner/Makefile +++ b/mail/claws-mail-attach_warner/Makefile @@ -7,7 +7,7 @@ PORTNAME= attach_warner PORTVERSION= 0.2.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -21,7 +21,7 @@ RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_ICONV= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/claws-mail-bsfilter/Makefile b/mail/claws-mail-bsfilter/Makefile index b076939ed203..5a7fd0864912 100644 --- a/mail/claws-mail-bsfilter/Makefile +++ b/mail/claws-mail-bsfilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= bsfilter PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -21,7 +21,7 @@ RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XORG= x11 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/claws-mail-cachesaver/Makefile b/mail/claws-mail-cachesaver/Makefile index 2f7ceb629b1a..4b67022ea4be 100644 --- a/mail/claws-mail-cachesaver/Makefile +++ b/mail/claws-mail-cachesaver/Makefile @@ -7,7 +7,7 @@ PORTNAME= cachesaver PORTVERSION= 0.10.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -19,7 +19,7 @@ BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 PLIST_FILES= lib/claws-mail/plugins/cachesaver.a \ lib/claws-mail/plugins/cachesaver.la \ diff --git a/mail/claws-mail-fancy/Makefile b/mail/claws-mail-fancy/Makefile index 21eaaf752f72..b3d85d12650d 100644 --- a/mail/claws-mail-fancy/Makefile +++ b/mail/claws-mail-fancy/Makefile @@ -7,7 +7,7 @@ PORTNAME= fancy PORTVERSION= 0.9.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -21,7 +21,7 @@ BUILD_DEPENDS= claws-mail>=3.7.5:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.7.5:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_ICONV= yes USE_GNOME= gtk20 diff --git a/mail/claws-mail-fetchinfo/Makefile b/mail/claws-mail-fetchinfo/Makefile index 1b95dfac1894..70a2b643c6ce 100644 --- a/mail/claws-mail-fetchinfo/Makefile +++ b/mail/claws-mail-fetchinfo/Makefile @@ -7,7 +7,7 @@ PORTNAME= fetchinfo PORTVERSION= 0.4.24 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -20,7 +20,7 @@ BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 PLIST_FILES= lib/claws-mail/plugins/fetchinfo_plugin.a \ lib/claws-mail/plugins/fetchinfo_plugin.la \ diff --git a/mail/claws-mail-gtkhtml2_viewer/Makefile b/mail/claws-mail-gtkhtml2_viewer/Makefile index f1f5de373b3b..7467a74ecb05 100644 --- a/mail/claws-mail-gtkhtml2_viewer/Makefile +++ b/mail/claws-mail-gtkhtml2_viewer/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkhtml2_viewer PORTVERSION= 0.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -20,7 +20,7 @@ BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_GNOME= gtk20 USE_ICONV= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/mail/claws-mail-mailmbox/Makefile b/mail/claws-mail-mailmbox/Makefile index 770d0584a3f5..f441b05c8955 100644 --- a/mail/claws-mail-mailmbox/Makefile +++ b/mail/claws-mail-mailmbox/Makefile @@ -7,6 +7,7 @@ PORTNAME= mailmbox PORTVERSION= 1.14.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -18,7 +19,7 @@ BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 PLIST_FILES= lib/claws-mail/plugins/mailmbox.a \ lib/claws-mail/plugins/mailmbox.la \ diff --git a/mail/claws-mail-newmail/Makefile b/mail/claws-mail-newmail/Makefile index 9a858603f818..e95c34605641 100644 --- a/mail/claws-mail-newmail/Makefile +++ b/mail/claws-mail-newmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= newmail PORTVERSION= 0.0.15 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -19,7 +19,7 @@ BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 PLIST_FILES= lib/claws-mail/plugins/newmail.a \ lib/claws-mail/plugins/newmail.la \ diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index af2b5301d952..e8d8c39a3f3a 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -7,7 +7,7 @@ PORTNAME= notification PORTVERSION= 0.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -21,7 +21,7 @@ BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/claws-mail-perl/Makefile b/mail/claws-mail-perl/Makefile index a7cb07fe5d56..23b86f9241c6 100644 --- a/mail/claws-mail-perl/Makefile +++ b/mail/claws-mail-perl/Makefile @@ -7,6 +7,7 @@ PORTNAME= perl PORTVERSION= 0.9.18 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -19,7 +20,7 @@ BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_PERL5= yes PLIST_FILES= lib/claws-mail/plugins/perl_plugin.a \ diff --git a/mail/claws-mail-python/Makefile b/mail/claws-mail-python/Makefile index c4d37a9a7951..87308d2b2792 100644 --- a/mail/claws-mail-python/Makefile +++ b/mail/claws-mail-python/Makefile @@ -7,7 +7,7 @@ PORTNAME= python PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -22,7 +22,7 @@ RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GNOME= pygtk2 USE_GMAKE= yes USE_XORG= x11 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/claws-mail-rssyl/Makefile b/mail/claws-mail-rssyl/Makefile index 846b9a38dd02..d33b594ad585 100644 --- a/mail/claws-mail-rssyl/Makefile +++ b/mail/claws-mail-rssyl/Makefile @@ -7,7 +7,7 @@ PORTNAME= rssyl PORTVERSION= 0.27 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ @@ -20,7 +20,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_ICONV= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/claws-mail-spamreport/Makefile b/mail/claws-mail-spamreport/Makefile index 4910ca58bfa4..2dbdd327fe30 100644 --- a/mail/claws-mail-spamreport/Makefile +++ b/mail/claws-mail-spamreport/Makefile @@ -7,7 +7,7 @@ PORTNAME= spamreport PORTVERSION= 0.3.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -22,7 +22,7 @@ RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XORG= x11 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/claws-mail-synce/Makefile b/mail/claws-mail-synce/Makefile index d2859b6aa418..7176a9001ab6 100644 --- a/mail/claws-mail-synce/Makefile +++ b/mail/claws-mail-synce/Makefile @@ -7,7 +7,7 @@ PORTNAME= synce PORTVERSION= 0.7.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -21,7 +21,7 @@ BUILD_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS= --with-libsynce=${LOCALBASE} \ --with-librapi2=${LOCALBASE} @@ -31,6 +31,6 @@ PLIST_FILES= lib/claws-mail/plugins/synce_plugin.a \ lib/claws-mail/plugins/synce_plugin.so post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 .include <bsd.port.mk> diff --git a/mail/claws-mail-tnef/Makefile b/mail/claws-mail-tnef/Makefile index 15cdb2b1fd0f..921ae679ed0a 100644 --- a/mail/claws-mail-tnef/Makefile +++ b/mail/claws-mail-tnef/Makefile @@ -7,7 +7,7 @@ PORTNAME= tnef PORTVERSION= 0.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -22,7 +22,7 @@ LIB_DEPENDS= ytnef.0:${PORTSDIR}/devel/libytnef USE_GMAKE= yes USE_XORG= x11 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/claws-mail-vcalendar/Makefile b/mail/claws-mail-vcalendar/Makefile index f2c311bad074..c4ceb7f04c88 100644 --- a/mail/claws-mail-vcalendar/Makefile +++ b/mail/claws-mail-vcalendar/Makefile @@ -7,7 +7,7 @@ PORTNAME= vcalendar PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ \ ${MASTER_SITE_LOCAL} @@ -23,7 +23,7 @@ RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_ICONV= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 8324b46fc9c6..888961a8e2f2 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.2.13p1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ http://www.transit.hanse.de/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -99,7 +99,7 @@ EXTRA_PATCHES+= ${FILESDIR}/drac_auth.patch EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cmulocal::berkdb.m4 \ ${FILESDIR}/extra-patch-cmulocal::ucdsnmp.m4 \ ${FILESDIR}/extra-patch-configure.in -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 CONFIGURE_ARGS+=--with-drac=${LOCALBASE} BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 3a70cfef1884..c632f79012e2 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.3.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus/ \ http://ftp.andrew.cmu.edu/pub/cyrus/ \ @@ -125,7 +125,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure.in \ .if ${OSVERSION} >= 800037 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cmulocal::sasl2.m4 .endif -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 CONFIGURE_ARGS+=--with-drac=${LOCALBASE} BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 3a70cfef1884..c632f79012e2 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.3.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus/ \ http://ftp.andrew.cmu.edu/pub/cyrus/ \ @@ -125,7 +125,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure.in \ .if ${OSVERSION} >= 800037 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cmulocal::sasl2.m4 .endif -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 CONFIGURE_ARGS+=--with-drac=${LOCALBASE} BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile index 9a71694fd987..bc4fcc9fe354 100644 --- a/mail/dspam-devel/Makefile +++ b/mail/dspam-devel/Makefile @@ -13,7 +13,7 @@ PORTNAME= dspam-devel PORTVERSION= ${PORTVER_MAJ}${SNAP_DATE} -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= # set later @@ -98,7 +98,7 @@ OPTIONS+= LIGHTTPD "RUN_DEPEND on LightHTTPD, not Apache" off USE_PERL5= yes USE_AUTOTOOLS= libtool:22 .ifdef(SNAP_DATE) -USE_AUTOTOOLS+= autoconf:262:env automake:19 +USE_AUTOTOOLS+= autoconf:267:env automake:19 .endif USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/mail/kshowmail/Makefile b/mail/kshowmail/Makefile index c2678cd4ad50..f96d13da8b48 100644 --- a/mail/kshowmail/Makefile +++ b/mail/kshowmail/Makefile @@ -6,7 +6,7 @@ PORTNAME= kshowmail PORTVERSION= 3.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20for%20KDE3/${PORTVERSION} @@ -18,7 +18,7 @@ LIB_DEPENDS= mimelib.1:${PORTSDIR}/deskutils/kdepim3 USE_KDELIBS_VER= 3 USE_GETTEXT= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:22:env +USE_AUTOTOOLS= autoconf:267:env automake:19:env libtool:22:env GNU_CONFIGURE= yes .include <bsd.port.pre.mk> diff --git a/mail/kshowmail/files/patch-admin-configure.in.min b/mail/kshowmail/files/patch-admin-configure.in.min new file mode 100644 index 000000000000..fd843e623356 --- /dev/null +++ b/mail/kshowmail/files/patch-admin-configure.in.min @@ -0,0 +1,7 @@ +--- admin/configure.in.min.orig 2007-03-12 10:34:22.000000000 -0500 ++++ admin/configure.in.min 2010-09-05 15:17:20.000000000 -0500 +@@ -46,2 +46,4 @@ + dnl Checks for programs. ++AC_PROG_CC ++AC_PROG_CXX + AC_CHECK_COMPILERS diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile index 169078df43ac..479b8a108e75 100644 --- a/mail/libetpan/Makefile +++ b/mail/libetpan/Makefile @@ -8,6 +8,7 @@ PORTNAME= libetpan PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -19,7 +20,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ sasl2.2:${PORTSDIR}/security/cyrus-sasl2 USE_ICONV= yes -USE_AUTOTOOLS= libtool:22 autoconf:262 +USE_AUTOTOOLS= libtool:22 autoconf:267 USE_LDCONFIG= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes @@ -47,6 +48,6 @@ CONFIGURE_ARGS+= --enable-ipv6 .endif post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 .include <bsd.port.mk> diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index f369392f5510..d8325ea8c0af 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -118,7 +118,7 @@ PORTNAME= mutt-devel PORTVERSION= 1.5.20 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES+= mail ipv6 .if defined(WITH_MUTT_NNTP) CATEGORIES+= news @@ -167,7 +167,7 @@ CONFIGURE_ARGS= --disable-fcntl --with-ssl=${OPENSSLBASE} \ CONFIGURE_ARGS+= ${MUTT_CONFIGURE_ARGS} .endif -USE_AUTOTOOLS= automake:110 autoconf:262 +USE_AUTOTOOLS= automake:110 autoconf:267 USE_OPENSSL= yes PLIST= ${WRKDIR}/PLIST diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 23fce9e3972b..44231bdc8c88 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -8,7 +8,7 @@ PORTNAME= mutt PORTVERSION= 1.4.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ @@ -93,7 +93,7 @@ RUN_DEPENDS+= slrnface:${PORTSDIR}/news/slrnface DIST_SUBDIR= mutt WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-pop --enable-imap --disable-fcntl \ diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 23fce9e3972b..44231bdc8c88 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -8,7 +8,7 @@ PORTNAME= mutt PORTVERSION= 1.4.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ @@ -93,7 +93,7 @@ RUN_DEPENDS+= slrnface:${PORTSDIR}/news/slrnface DIST_SUBDIR= mutt WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-pop --enable-imap --disable-fcntl \ diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index c7367384fabc..c74d209b0994 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -53,7 +53,7 @@ PORTNAME= nmh PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= nmh @@ -63,7 +63,7 @@ COMMENT= A cleaned up MH mailer suite USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \ --sysconfdir=${PREFIX}/etc/nmh .ifdef NMH_EDITOR diff --git a/mail/postfix-gps/Makefile b/mail/postfix-gps/Makefile index 264bae373ec2..ff9a8dcc11b6 100644 --- a/mail/postfix-gps/Makefile +++ b/mail/postfix-gps/Makefile @@ -7,7 +7,7 @@ PORTNAME= gps PORTVERSION= 1.005 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail security MASTER_SITES= SF/greylist/greylist/${PORTVERSION}-bugfix PKGNAMEPREFIX= postfix- @@ -26,7 +26,7 @@ SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/release-${PORTVERSION} -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= --bindir=${PREFIX}/libexec --includedir=${PREFIX}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index ee7ddc1fc474..18869d1f7081 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -7,7 +7,7 @@ PORTNAME= qpopper PORTVERSION= 4.0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ \ http://core.ring.gr.jp/archives/net/mail/qpopper/ @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= bc979@lafn.org COMMENT= Berkeley POP 3 server (now maintained by Qualcomm) -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_OPENSSL= yes CONFIGURE_ENV= LIBS="-lcrypt -lmd -lutil -L${LOCALBASE}/lib" \ OS_DEFS="-DSETPROCTITLE ${OS_DEFS}" diff --git a/mail/quickml/Makefile b/mail/quickml/Makefile index 68a3a5b1bfb0..582b8e4f8f4a 100644 --- a/mail/quickml/Makefile +++ b/mail/quickml/Makefile @@ -7,7 +7,7 @@ PORTNAME= quickml PORTVERSION= 0.7 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail MASTER_SITES= http://0xcc.net/quickml/ @@ -22,7 +22,7 @@ GROUPS= quickml LICENSE= GPLv2 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes USE_RUBY= yes diff --git a/mail/sccmilter/Makefile b/mail/sccmilter/Makefile index 640aa6dfe2ba..126e54ba5271 100644 --- a/mail/sccmilter/Makefile +++ b/mail/sccmilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= sccmilter PORTVERSION= 0.95.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail sysutils MASTER_SITES= http://openoffice.mirahost.ru/fileZ/ports/ \ http://citycat4.land.ru/ @@ -21,7 +21,7 @@ IGNORE= requires Sendmail 8.12; upgrade the base system USE_BZIP2= yes USE_RC_SUBR= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=/var diff --git a/mail/sccmilter/files/patch-localtypes.h b/mail/sccmilter/files/patch-localtypes.h new file mode 100644 index 000000000000..a8a11e56c04b --- /dev/null +++ b/mail/sccmilter/files/patch-localtypes.h @@ -0,0 +1,7 @@ +--- localtypes.h.orig 2005-10-04 07:11:54.000000000 -0500 ++++ localtypes.h 2010-09-05 13:23:54.000000000 -0500 +@@ -46,2 +46,4 @@ + ++#include <netinet/in.h> ++ + // Mode byte for processing modes as bit field structure diff --git a/mail/smtp-gated/Makefile b/mail/smtp-gated/Makefile index 9d78762cc38c..e3335379f33c 100644 --- a/mail/smtp-gated/Makefile +++ b/mail/smtp-gated/Makefile @@ -7,6 +7,7 @@ PORTNAME= smtp-gated PORTVERSION= 1.4.16.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://software.klolik.org/smtp-gated/files/ @@ -14,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= This software block SMTP sessions used by e-mail worms and viruses HAS_CONFIGURE= yes -USE_AUTOTOOLS= autoheader:262 +USE_AUTOTOOLS= autoheader:267 OPTIONS= NAT "NAT transparent proxy code" On \ CHUNKING "Enable support for SMTP CHUNKING extension" Off \ diff --git a/mail/up-imapproxy/Makefile b/mail/up-imapproxy/Makefile index 1a2bdb19a038..f0565ff13e1b 100644 --- a/mail/up-imapproxy/Makefile +++ b/mail/up-imapproxy/Makefile @@ -7,6 +7,7 @@ PORTNAME= imapproxy PORTVERSION= 1.2.7 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.univie.ac.at/applications/www.imapproxy.org/downloads/ PKGNAMEPREFIX= up- @@ -15,7 +16,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= mbr@FreeBSD.org COMMENT= A caching IMAP proxy server -USE_AUTOTOOLS= autoheader:262 +USE_AUTOTOOLS= autoheader:267 USE_RC_SUBR= imapproxyd.sh DOCS= COPYING ChangeLog README README.debian \ diff --git a/mail/up-imapproxy/files/patch-configure.in b/mail/up-imapproxy/files/patch-configure.in index cc7878a43142..7b04b589be61 100644 --- a/mail/up-imapproxy/files/patch-configure.in +++ b/mail/up-imapproxy/files/patch-configure.in @@ -1,12 +1,18 @@ ---- configure.in.orig 2009-03-26 15:13:59.000000000 +0100 -+++ configure.in 2009-03-26 15:14:54.000000000 +0100 -@@ -129,7 +129,8 @@ - LIBS="$save_LIBS" - AC_SUBST(LIB_CURSES) +--- configure.in.orig 2008-01-28 13:15:08.000000000 +0000 ++++ configure.in 2010-06-14 10:07:34.000000000 +0000 +@@ -16,8 +16,3 @@ + dnl Check for BSD sockets +-AC_CHECK_FUNC(connect, , +- AC_CHECK_LIB(nsl, gethostbyname, ,) +- AC_CHECK_LIB(socket, connect, , +- AC_ERROR([Can't compile without BSD sockets!!!]) +- ) +-) ++AC_CHECK_FUNC([socket], , [AC_CHECK_LIB(socket, socket, , exit)]) + +@@ -131,3 +126,4 @@ - +eval expanded_sysconfdir="\"$sysconfdir\"" +AC_DEFINE_UNQUOTED(DEFAULT_CONFIG_FILE, "$expanded_sysconfdir/imapproxyd.conf", [default location of config file]) AC_CONFIG_HEADER(config.h) - - diff --git a/mail/vmailmgr/Makefile b/mail/vmailmgr/Makefile index edc578013a8c..1e3bd3a66190 100644 --- a/mail/vmailmgr/Makefile +++ b/mail/vmailmgr/Makefile @@ -7,7 +7,7 @@ PORTNAME= vmailmgr PORTVERSION= 0.97 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.vmailmgr.org/current/ \ http://mirrors.dataloss.nl/vmailmgr.org/current/ @@ -25,11 +25,11 @@ MAN8= vmailmgrd.8 # get python paths (PYTHON_SITELIBDIR) in case we install the python API USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 autoheader:262 automake:110 aclocal:110 +USE_AUTOTOOLS= autoconf:267 autoheader:267 automake:110 aclocal:110 USE_PYTHON= yes USE_PERL5_BUILD= yes AUTOMAKE_ARGS+= --add-missing -Wno-portability -USE_AUTOTOOLS= aclocal:110 autoconf:262 automake:110 +USE_AUTOTOOLS= aclocal:110 autoconf:267 automake:110 MAKE_JOBS_SAFE= yes OPTIONS= PYTHONLIB "Install the Python API" Off diff --git a/math/algae/Makefile b/math/algae/Makefile index bed07f7d4479..7b66ee6d0cff 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -7,7 +7,7 @@ PORTNAME= algae PORTVERSION= 4.3.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A programming language for numerical analysis GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 ALGAE_VERSION= ${PORTVERSION} PLIST_SUB= ALGAE_VERSION=${ALGAE_VERSION} diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile index 3364718f462c..4f2224f4cb4b 100644 --- a/math/asir2000/Makefile +++ b/math/asir2000/Makefile @@ -7,7 +7,7 @@ PORTNAME= asir PORTVERSION= 20070806 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= ftp://ftp.jssac.org/pub/distfiles/asir/ \ ftp://ftp.asir.org/pub/asir/src/ \ @@ -22,7 +22,7 @@ LIB_DEPENDS= pari-gmp.2:${PORTSDIR}/math/pari USE_XORG= x11 xaw xext xt GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:15 autoconf:262 +USE_AUTOTOOLS= automake:15 autoconf:267 CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari ASIR_SRC_VERSION= ${PORTVERSION} ASIR_DOC_VERSION= 20070718 diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile index f925d8a5d905..15bcb1917556 100644 --- a/math/dieharder/Makefile +++ b/math/dieharder/Makefile @@ -7,7 +7,7 @@ PORTNAME= dieharder DISTVERSION= 3.29.4beta -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ EXTRACT_SUFX= .tgz @@ -20,7 +20,7 @@ LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl MAKE_JOBS_UNSAFE= yes USE_DOS2UNIX= yes -USE_AUTOTOOLS= aclocal:110 autoheader:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 libtool:22 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/math/geg/Makefile b/math/geg/Makefile index 2630e15895ab..003ce9428f91 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -7,7 +7,7 @@ PORTNAME= geg PORTVERSION= 1.0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.infolaunch.com/~daveb/ @@ -17,7 +17,7 @@ MAINTAINER= domi@saargate.de COMMENT= Visualise multiple 2D-functions of one variable USE_GNOME= gtk12 -USE_AUTOTOOLS= automake:15 autoconf:262 +USE_AUTOTOOLS= automake:15 autoconf:267 AUTOMAKE_ARGS= -a -i CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/math/liblbfgs/Makefile b/math/liblbfgs/Makefile index 71fda7b42fca..2d0231c504ea 100644 --- a/math/liblbfgs/Makefile +++ b/math/liblbfgs/Makefile @@ -7,6 +7,7 @@ PORTNAME= liblbfgs PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.chokkan.org/software/dist/ @@ -14,7 +15,7 @@ MAINTAINER= gaod@hychen.org COMMENT= A library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:en OPTIONS= OPTIMIZED "Enable SSE2 optimization routines" Off diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 38702dd07aff..d3c822617813 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -7,6 +7,7 @@ PORTNAME= maxima PORTVERSION= 5.22.1 +PORTREVISION= 1 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source @@ -23,7 +24,7 @@ LICENSE= GPLv2 USE_TK = 84+ USE_GMAKE= yes USE_PERL5_BUILD= yes -USE_AUTOTOOLS= aclocal:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 autoconf:267 CONFIGURE_ARGS+= --prefix=${PREFIX} \ --with-posix-shell=${LOCALBASE}/bin/bash \ --with-wish=${WISH} \ diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 237f46f30436..a0f0e62d6e78 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.3.50 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/\ @@ -35,7 +35,7 @@ USE_BZIP2= yes USE_PERL5_BUILD=yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 INFO= liboctave MAN1= octave.1 octave-bug.1 mkoctfile.1 octave-config.1 diff --git a/math/octave/Makefile b/math/octave/Makefile index 9d377842618e..f7b216863b8d 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -37,7 +37,7 @@ USE_BZIP2= yes USE_PERL5_BUILD=yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 INFO= octave liboctave MAN1= octave.1 octave-bug.1 mkoctfile.1 octave-config.1 diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index aac49e02ed5a..ff8543765fe4 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= amanda PORTVERSION= 2.5.1p3 -PORTREVISION?= 5 +PORTREVISION?= 6 PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda25-client LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_GMAKE= yes USE_OPENSSL= yes PATCH_STRIP= diff --git a/misc/gwenview-i18n/Makefile b/misc/gwenview-i18n/Makefile index 7567f99069c9..e717cc8483f1 100644 --- a/misc/gwenview-i18n/Makefile +++ b/misc/gwenview-i18n/Makefile @@ -14,13 +14,12 @@ MASTER_SITES= SF/gwenview/gwenview/${PORTVERSION} MAINTAINER= markus@FreeBSD.org COMMENT= Localized messages and documentation for Gwenview -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - CONFLICTS= gwenview-0.[0-9]* gwenview-1.[0-3]* USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/misc/k3b-i18n/Makefile b/misc/k3b-i18n/Makefile index d19e426af2c1..9302007bd0b3 100644 --- a/misc/k3b-i18n/Makefile +++ b/misc/k3b-i18n/Makefile @@ -14,11 +14,10 @@ MASTER_SITES= SF/k3b/${PORTNAME}/${PORTVERSION} MAINTAINER= markus@FreeBSD.org COMMENT= Localized messages and documentation for K3b -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/misc/kde3-i18n-af/Makefile b/misc/kde3-i18n-af/Makefile index 8906be8e2d13..0ea9c209a4f8 100644 --- a/misc/kde3-i18n-af/Makefile +++ b/misc/kde3-i18n-af/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Afrikaans localized messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-az/Makefile b/misc/kde3-i18n-az/Makefile index c46efa2d10ff..503b30df8110 100644 --- a/misc/kde3-i18n-az/Makefile +++ b/misc/kde3-i18n-az/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Azerbaijani messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-be/Makefile b/misc/kde3-i18n-be/Makefile index 08251925d199..41c19a3af01e 100644 --- a/misc/kde3-i18n-be/Makefile +++ b/misc/kde3-i18n-be/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Belarusian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-bg/Makefile b/misc/kde3-i18n-bg/Makefile index 8cf1f4ea0f0f..ce887ddb5038 100644 --- a/misc/kde3-i18n-bg/Makefile +++ b/misc/kde3-i18n-bg/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Bulgarian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-bn/Makefile b/misc/kde3-i18n-bn/Makefile index cfe0c56958f8..498875da87de 100644 --- a/misc/kde3-i18n-bn/Makefile +++ b/misc/kde3-i18n-bn/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Bengali messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-br/Makefile b/misc/kde3-i18n-br/Makefile index 7cdd91d0560d..970108522919 100644 --- a/misc/kde3-i18n-br/Makefile +++ b/misc/kde3-i18n-br/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Breton messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-bs/Makefile b/misc/kde3-i18n-bs/Makefile index 3f873a2d6daf..f310a53ec257 100644 --- a/misc/kde3-i18n-bs/Makefile +++ b/misc/kde3-i18n-bs/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Bosnian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-ca/Makefile b/misc/kde3-i18n-ca/Makefile index 07f3b7e49d74..cb216d21ee92 100644 --- a/misc/kde3-i18n-ca/Makefile +++ b/misc/kde3-i18n-ca/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Catalan messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-cs/Makefile b/misc/kde3-i18n-cs/Makefile index 4a1dbbc28332..799283fdb3a0 100644 --- a/misc/kde3-i18n-cs/Makefile +++ b/misc/kde3-i18n-cs/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Czech messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-csb/Makefile b/misc/kde3-i18n-csb/Makefile index a7ca3e7da25b..bd9fdefef8ec 100644 --- a/misc/kde3-i18n-csb/Makefile +++ b/misc/kde3-i18n-csb/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Cassubian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-cy/Makefile b/misc/kde3-i18n-cy/Makefile index 8c41ac89f380..cd9a90eedd15 100644 --- a/misc/kde3-i18n-cy/Makefile +++ b/misc/kde3-i18n-cy/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Welsh messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-da/Makefile b/misc/kde3-i18n-da/Makefile index 851cacb831aa..c0069811aeb7 100644 --- a/misc/kde3-i18n-da/Makefile +++ b/misc/kde3-i18n-da/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Danish messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-el/Makefile b/misc/kde3-i18n-el/Makefile index e3331d1a42dc..363ad4a6a75c 100644 --- a/misc/kde3-i18n-el/Makefile +++ b/misc/kde3-i18n-el/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Modern Greek messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-en_GB/Makefile b/misc/kde3-i18n-en_GB/Makefile index 01183e7216cb..e95432d2f7d4 100644 --- a/misc/kde3-i18n-en_GB/Makefile +++ b/misc/kde3-i18n-en_GB/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= British messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-eo/Makefile b/misc/kde3-i18n-eo/Makefile index 0ea186fee5f9..0212f67e2bce 100644 --- a/misc/kde3-i18n-eo/Makefile +++ b/misc/kde3-i18n-eo/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Esperanto messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-es/Makefile b/misc/kde3-i18n-es/Makefile index d66ffde2786f..7012a691b061 100644 --- a/misc/kde3-i18n-es/Makefile +++ b/misc/kde3-i18n-es/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Spanish messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-et/Makefile b/misc/kde3-i18n-et/Makefile index a96f3ed4e4f6..65b87a168589 100644 --- a/misc/kde3-i18n-et/Makefile +++ b/misc/kde3-i18n-et/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Estonian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-eu/Makefile b/misc/kde3-i18n-eu/Makefile index 24ba7677995e..071bed3f5ede 100644 --- a/misc/kde3-i18n-eu/Makefile +++ b/misc/kde3-i18n-eu/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Basque messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-fa/Makefile b/misc/kde3-i18n-fa/Makefile index f87c4c29172a..eab447f4ab5b 100644 --- a/misc/kde3-i18n-fa/Makefile +++ b/misc/kde3-i18n-fa/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Persian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-fi/Makefile b/misc/kde3-i18n-fi/Makefile index 47f1729af82a..89e96e7c58d1 100644 --- a/misc/kde3-i18n-fi/Makefile +++ b/misc/kde3-i18n-fi/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Finnish messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-fy/Makefile b/misc/kde3-i18n-fy/Makefile index 0f2e051a6c9d..3463ff6aebf4 100644 --- a/misc/kde3-i18n-fy/Makefile +++ b/misc/kde3-i18n-fy/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Frisian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-ga/Makefile b/misc/kde3-i18n-ga/Makefile index 52fc82e7e689..135f71266ccb 100644 --- a/misc/kde3-i18n-ga/Makefile +++ b/misc/kde3-i18n-ga/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Irish messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-gl/Makefile b/misc/kde3-i18n-gl/Makefile index 1c6f9b63e88e..bea4c11a722f 100644 --- a/misc/kde3-i18n-gl/Makefile +++ b/misc/kde3-i18n-gl/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Gallegan messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-hi/Makefile b/misc/kde3-i18n-hi/Makefile index 1ae77ffb54d0..a0449d8736ee 100644 --- a/misc/kde3-i18n-hi/Makefile +++ b/misc/kde3-i18n-hi/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Hindi messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-hr/Makefile b/misc/kde3-i18n-hr/Makefile index 77f6e75341be..f32232d009a4 100644 --- a/misc/kde3-i18n-hr/Makefile +++ b/misc/kde3-i18n-hr/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Croatian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-hsb/Makefile b/misc/kde3-i18n-hsb/Makefile index 077551e799b5..5ccc6d6a2153 100644 --- a/misc/kde3-i18n-hsb/Makefile +++ b/misc/kde3-i18n-hsb/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Upper Sorbian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-is/Makefile b/misc/kde3-i18n-is/Makefile index 95b9953efa96..f7b4617b1355 100644 --- a/misc/kde3-i18n-is/Makefile +++ b/misc/kde3-i18n-is/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Icelandic messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-it/Makefile b/misc/kde3-i18n-it/Makefile index 4fb81010ec75..07fafad94126 100644 --- a/misc/kde3-i18n-it/Makefile +++ b/misc/kde3-i18n-it/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Italian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-kk/Makefile b/misc/kde3-i18n-kk/Makefile index 347899c6dc96..e233b8c5752e 100644 --- a/misc/kde3-i18n-kk/Makefile +++ b/misc/kde3-i18n-kk/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Kazakh messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-km/Makefile b/misc/kde3-i18n-km/Makefile index f2e4524ef154..d34c63c35b34 100644 --- a/misc/kde3-i18n-km/Makefile +++ b/misc/kde3-i18n-km/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Khmer messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-lt/Makefile b/misc/kde3-i18n-lt/Makefile index 8a5d18f703c8..74353ef1f812 100644 --- a/misc/kde3-i18n-lt/Makefile +++ b/misc/kde3-i18n-lt/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Lithuanian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-lv/Makefile b/misc/kde3-i18n-lv/Makefile index b6881e679a69..982984121748 100644 --- a/misc/kde3-i18n-lv/Makefile +++ b/misc/kde3-i18n-lv/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Latvian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-mk/Makefile b/misc/kde3-i18n-mk/Makefile index caafcb035591..544656fba435 100644 --- a/misc/kde3-i18n-mk/Makefile +++ b/misc/kde3-i18n-mk/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Macedonian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-mn/Makefile b/misc/kde3-i18n-mn/Makefile index cb9496522ae6..708f926687df 100644 --- a/misc/kde3-i18n-mn/Makefile +++ b/misc/kde3-i18n-mn/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Mongolian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-ms/Makefile b/misc/kde3-i18n-ms/Makefile index 13999b34938e..7b26bb54312e 100644 --- a/misc/kde3-i18n-ms/Makefile +++ b/misc/kde3-i18n-ms/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Malay messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-mt/Makefile b/misc/kde3-i18n-mt/Makefile index 4ece876edc8f..656d20851aad 100644 --- a/misc/kde3-i18n-mt/Makefile +++ b/misc/kde3-i18n-mt/Makefile @@ -18,11 +18,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Maltese messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-nb/Makefile b/misc/kde3-i18n-nb/Makefile index 8151ae37cad3..c335e2f3fd70 100644 --- a/misc/kde3-i18n-nb/Makefile +++ b/misc/kde3-i18n-nb/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Norwegian Bokmaal messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-nds/Makefile b/misc/kde3-i18n-nds/Makefile index 5527d01bac4b..8c1e67626830 100644 --- a/misc/kde3-i18n-nds/Makefile +++ b/misc/kde3-i18n-nds/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Low German localized messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-nl/Makefile b/misc/kde3-i18n-nl/Makefile index 89c1b215d532..ff97516dac9e 100644 --- a/misc/kde3-i18n-nl/Makefile +++ b/misc/kde3-i18n-nl/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Dutch messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-nn/Makefile b/misc/kde3-i18n-nn/Makefile index 7e23b84716be..a7273bbb97a8 100644 --- a/misc/kde3-i18n-nn/Makefile +++ b/misc/kde3-i18n-nn/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Norwegian Nynorsk messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-nso/Makefile b/misc/kde3-i18n-nso/Makefile index 13f5a27593ce..7d4d30743cf8 100644 --- a/misc/kde3-i18n-nso/Makefile +++ b/misc/kde3-i18n-nso/Makefile @@ -18,11 +18,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Northern Sotho messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-pa/Makefile b/misc/kde3-i18n-pa/Makefile index 1dab6f7e108d..65a4006ebfe2 100644 --- a/misc/kde3-i18n-pa/Makefile +++ b/misc/kde3-i18n-pa/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Panjabi messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-ro/Makefile b/misc/kde3-i18n-ro/Makefile index 854ff2a2597c..36c2ca6077f1 100644 --- a/misc/kde3-i18n-ro/Makefile +++ b/misc/kde3-i18n-ro/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Romanian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-rw/Makefile b/misc/kde3-i18n-rw/Makefile index 32a77a2cf65a..06f4759fd425 100644 --- a/misc/kde3-i18n-rw/Makefile +++ b/misc/kde3-i18n-rw/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Kinyarwanda messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-se/Makefile b/misc/kde3-i18n-se/Makefile index ce2fe5f6b139..0800a1707e17 100644 --- a/misc/kde3-i18n-se/Makefile +++ b/misc/kde3-i18n-se/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Northern Sami messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-sk/Makefile b/misc/kde3-i18n-sk/Makefile index 107babdec390..7eb228961713 100644 --- a/misc/kde3-i18n-sk/Makefile +++ b/misc/kde3-i18n-sk/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Slovak messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-sl/Makefile b/misc/kde3-i18n-sl/Makefile index 6dbbf1c6fe78..6b76173ffa99 100644 --- a/misc/kde3-i18n-sl/Makefile +++ b/misc/kde3-i18n-sl/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Slovenian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-sr/Makefile b/misc/kde3-i18n-sr/Makefile index 3b10f3e1ab2f..ca0cc74e2a25 100644 --- a/misc/kde3-i18n-sr/Makefile +++ b/misc/kde3-i18n-sr/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Serbian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-sr_Latn/Makefile b/misc/kde3-i18n-sr_Latn/Makefile index 9abb8203ebd7..6ca6716fe4a0 100644 --- a/misc/kde3-i18n-sr_Latn/Makefile +++ b/misc/kde3-i18n-sr_Latn/Makefile @@ -18,11 +18,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Serbian (latin alphabet) messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-ss/Makefile b/misc/kde3-i18n-ss/Makefile index 0242cc3725cc..756802ea1012 100644 --- a/misc/kde3-i18n-ss/Makefile +++ b/misc/kde3-i18n-ss/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Swati messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-sv/Makefile b/misc/kde3-i18n-sv/Makefile index f5fec947e80b..6d376b1257bc 100644 --- a/misc/kde3-i18n-sv/Makefile +++ b/misc/kde3-i18n-sv/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Swedish messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-ta/Makefile b/misc/kde3-i18n-ta/Makefile index 6735fcb50e28..af14f9dab4cd 100644 --- a/misc/kde3-i18n-ta/Makefile +++ b/misc/kde3-i18n-ta/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Tamil messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-te/Makefile b/misc/kde3-i18n-te/Makefile index 888fec742a81..68d396789f72 100644 --- a/misc/kde3-i18n-te/Makefile +++ b/misc/kde3-i18n-te/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Telugu messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-tg/Makefile b/misc/kde3-i18n-tg/Makefile index 82b4cf56fae6..7e8bf30f8085 100644 --- a/misc/kde3-i18n-tg/Makefile +++ b/misc/kde3-i18n-tg/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Tajik messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-th/Makefile b/misc/kde3-i18n-th/Makefile index dbe15441b3ec..43ffcac71d99 100644 --- a/misc/kde3-i18n-th/Makefile +++ b/misc/kde3-i18n-th/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Thai messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-tr/Makefile b/misc/kde3-i18n-tr/Makefile index 9ddb71d6e71e..be6ccc0178c8 100644 --- a/misc/kde3-i18n-tr/Makefile +++ b/misc/kde3-i18n-tr/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Turkish messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-uz/Makefile b/misc/kde3-i18n-uz/Makefile index 0ab8cd9c8002..face96002318 100644 --- a/misc/kde3-i18n-uz/Makefile +++ b/misc/kde3-i18n-uz/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Uzbek messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-ven/Makefile b/misc/kde3-i18n-ven/Makefile index 10b6491b7cde..4754d8a81452 100644 --- a/misc/kde3-i18n-ven/Makefile +++ b/misc/kde3-i18n-ven/Makefile @@ -18,11 +18,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Venda messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-wa/Makefile b/misc/kde3-i18n-wa/Makefile index cd2d3b1d212d..4ebf66ac3edc 100644 --- a/misc/kde3-i18n-wa/Makefile +++ b/misc/kde3-i18n-wa/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Walloon messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-xh/Makefile b/misc/kde3-i18n-xh/Makefile index c7dd4029654e..98ca048a2006 100644 --- a/misc/kde3-i18n-xh/Makefile +++ b/misc/kde3-i18n-xh/Makefile @@ -18,11 +18,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Xhosa messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/kde3-i18n-zu/Makefile b/misc/kde3-i18n-zu/Makefile index 91c0c3417568..e3015c47bbc1 100644 --- a/misc/kde3-i18n-zu/Makefile +++ b/misc/kde3-i18n-zu/Makefile @@ -18,11 +18,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Zulu messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile index f4e0b6f37a2a..d78ce9bca508 100644 --- a/misc/skyutils/Makefile +++ b/misc/skyutils/Makefile @@ -7,7 +7,7 @@ PORTNAME= skyutils PORTVERSION= 2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= laszlof @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A library required by smssend (same author) GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/misc/sword/Makefile b/misc/sword/Makefile index e55e8ca275cf..0755e1af891a 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -7,7 +7,7 @@ PORTNAME= sword PORTVERSION= 1.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.6/ \ http://crosswire.org/ftpmirror/pub/sword/source/v1.6/ \ @@ -24,7 +24,7 @@ MAKE_JOBS_SAFE= yes USE_GNOME= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:110 autoconf:262 +USE_AUTOTOOLS= automake:110 autoconf:267 CONFIGURE_ARGS+= --without-conf --without-clucene --with-zlib --without-icu USE_LDCONFIG= yes SUB_FILES= pkg-message @@ -43,6 +43,7 @@ pre-everything:: .endif post-patch: + @${REINPLACE_CMD} -e 's|2.63|2.67|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|:=|=|' ${WRKSRC}/Makefile.am \ diff --git a/multimedia/camserv/Makefile b/multimedia/camserv/Makefile index a0942eaaf491..d16f2adf8142 100644 --- a/multimedia/camserv/Makefile +++ b/multimedia/camserv/Makefile @@ -7,7 +7,7 @@ PORTNAME= camserv PORTVERSION= 0.5.1 -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 1 CATEGORIES= multimedia MASTER_SITES= SF/cserv/${PORTNAME}/${PORTVERSION} @@ -21,7 +21,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ ONLY_FOR_ARCHS= i386 alpha -USE_AUTOTOOLS= autoconf:262 libtool:22 libltdl:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 libltdl:22 USE_EFL= imlib2 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include \ diff --git a/multimedia/dvts/Makefile b/multimedia/dvts/Makefile index c08c6f4d2b9f..a1ea724f3cd1 100644 --- a/multimedia/dvts/Makefile +++ b/multimedia/dvts/Makefile @@ -7,7 +7,7 @@ PORTNAME= dvts PORTVERSION= 1.0a -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= http://www.sfc.wide.ad.jp/DVTS/software/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -21,7 +21,7 @@ COMMENT= An implementation of Digital Video Transport System CONFLICTS= gdvrecv-[0-9]* -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 MAN1= dvts.1 dvsend.1 dvrecv.1 diff --git a/multimedia/kino/Makefile b/multimedia/kino/Makefile index 037e0d02f59d..12f2a62a8188 100644 --- a/multimedia/kino/Makefile +++ b/multimedia/kino/Makefile @@ -7,7 +7,7 @@ PORTNAME= kino PORTVERSION= 1.3.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia MASTER_SITES= SF @@ -24,7 +24,7 @@ OPTIONS= QUICKTIME "With Quicktime support" off \ FFMPEG_KINO "With ffmpeg-kino" off USE_XORG= x11 xv ice -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libglade2 libxml2 diff --git a/multimedia/kplayer/Makefile b/multimedia/kplayer/Makefile index a2e78119fc05..afddb049bb60 100644 --- a/multimedia/kplayer/Makefile +++ b/multimedia/kplayer/Makefile @@ -7,7 +7,7 @@ PORTNAME= kplayer PORTVERSION= 0.6.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia kde MASTER_SITES= SF @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_KDELIBS_VER=3 USE_GETTEXT= yes USE_PERL5_BUILD=yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22 +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22 pre-configure: @(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist) diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile index 884dface4344..4d8a425b348f 100644 --- a/multimedia/libquicktime/Makefile +++ b/multimedia/libquicktime/Makefile @@ -7,7 +7,7 @@ PORTNAME= libquicktime PORTVERSION= 1.1.5 -PORTREVISION?= 7 +PORTREVISION?= 8 CATEGORIES= multimedia MASTER_SITES= SF @@ -23,7 +23,7 @@ USE_GNOME= gnometarget gnomehack pkgconfig USE_GMAKE= yes USE_GETTEXT= yes MAKE_JOBS_SAFE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl" @@ -153,7 +153,7 @@ CONFIGURE_ARGS+= --without-schroedinger .endif post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ ${WRKSRC}/plugins/audiocodec/* \ ${WRKSRC}/plugins/videocodec/* diff --git a/multimedia/mediainfo/Makefile b/multimedia/mediainfo/Makefile index 3819274d9441..2cbf113b28d0 100644 --- a/multimedia/mediainfo/Makefile +++ b/multimedia/mediainfo/Makefile @@ -7,6 +7,7 @@ PORTNAME= mediainfo PORTVERSION= 0.7.33 +PORTREVISION= 1 DISTVERSIONSUFFIX= _AllInclusive CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/source/${PORTNAME}/${PORTVERSION} @@ -23,7 +24,7 @@ PLIST_FILES= bin/mediainfo EXTRACT_CMD= 7z EXTRACT_BEFORE_ARGS= x -o${WRKSRC} EXTRACT_AFTER_ARGS= >/dev/null -USE_AUTOTOOLS= aclocal:110:env automake:110:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= aclocal:110:env automake:110:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/MediaInfo${DISTVERSIONSUFFIX} diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index f05796125f69..06a80b85214a 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -7,7 +7,7 @@ PORTNAME= motion PORTVERSION= 3.2.11.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20-%203.2/${PORTVERSION} @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS= i386 amd64 MAN1= motion.1 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes USE_GMAKE= yes MANCOMPRESSED= no diff --git a/multimedia/okle/Makefile b/multimedia/okle/Makefile index bc336aa8e6e6..c2647307e078 100644 --- a/multimedia/okle/Makefile +++ b/multimedia/okle/Makefile @@ -7,7 +7,7 @@ PORTNAME= okle PORTVERSION= 0.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia kde MASTER_SITES= http://okle.sourceforge.net/ @@ -17,7 +17,7 @@ COMMENT= A KDE frontend to the Ogle DVD player BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.11:${PORTSDIR}/multimedia/ogle RUN_DEPENDS= ogle:${PORTSDIR}/multimedia/ogle -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_KDELIBS_VER=3 CONFIGURE_ARGS= --with-ogle-dir=${LOCALBASE}/bin \ --with-ogle-includes=${LOCALBASE}/include \ diff --git a/multimedia/spook/Makefile b/multimedia/spook/Makefile index f9f105b1b4d4..c505bf8862bb 100644 --- a/multimedia/spook/Makefile +++ b/multimedia/spook/Makefile @@ -7,7 +7,7 @@ PORTNAME= spook PORTVERSION= 20050207 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://www.litech.org/spook/dist/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -27,7 +27,7 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 aclocal:18 automake:18 +USE_AUTOTOOLS= autoconf:267 aclocal:18 automake:18 NOMAN= defined diff --git a/multimedia/xdvshow/Makefile b/multimedia/xdvshow/Makefile index ae454e834af9..5495faea74cc 100644 --- a/multimedia/xdvshow/Makefile +++ b/multimedia/xdvshow/Makefile @@ -7,7 +7,7 @@ PORTNAME= xdvshow PORTVERSION= 00.2003.09.03 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia MASTER_SITES= http://www.sfc.wide.ad.jp/DVTS/software/xdvshow/ DISTNAME= ${PORTNAME} @@ -19,7 +19,7 @@ LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv PLIST_FILES= bin/xdvshow GNU_CONFIGURE= YES -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_SDL= sdl post-patch: diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile index 796f4ee30f3d..95921c57947b 100644 --- a/multimedia/xmms/Makefile +++ b/multimedia/xmms/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms PORTVERSION= 1.2.11 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES+= multimedia audio ipv6 MASTER_SITES= http://www.xmms.org/files/1.2.x/ \ LOCAL/beech @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_ICONV= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= automake:19 autoconf:262 libtool:22 +USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ diff --git a/net-im/ari-yahoo/Makefile b/net-im/ari-yahoo/Makefile index bd1c95a76f34..fc5221ce14f1 100644 --- a/net-im/ari-yahoo/Makefile +++ b/net-im/ari-yahoo/Makefile @@ -7,7 +7,7 @@ PORTNAME= ari-yahoo PORTVERSION= 1.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= SF @@ -16,12 +16,14 @@ COMMENT= A console Yahoo! messenger client PLIST_FILES= bin/ari-yahoo USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 pre-configure: + @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in @(cd ${WRKSRC}/libyahoo && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF} \ ${AUTOCONFARGS}) + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ari-yahoo ${PREFIX}/bin diff --git a/net-im/ari-yahoo/files/patch-configure.in b/net-im/ari-yahoo/files/patch-configure.in new file mode 100644 index 000000000000..fb68dc79d435 --- /dev/null +++ b/net-im/ari-yahoo/files/patch-configure.in @@ -0,0 +1,13 @@ +--- configure.in.orig 2010-02-01 12:40:34.000000000 -0200 ++++ configure.in 2010-02-01 12:42:55.000000000 -0200 +@@ -16,8 +16,8 @@ + AC_CHECK_HEADER(curses.h, , use_curses_default=no) + + dnl Checks for library functions. +-AC_CHECK_FUNC(socket, , AC_CHECK_LIB(socket, socket, , exit)) +-AC_CHECK_FUNC(gethostbyname, , AC_CHECK_LIB(nsl, gethostbyname, , exit)) ++AC_CHECK_FUNC([socket], , [AC_CHECK_LIB(socket, socket, , exit)]) ++AC_CHECK_FUNC([gethostbyname], , [AC_CHECK_LIB(nsl, gethostbyname, , exit)]) + AC_CHECK_FUNCS(malloc free select htons fcntl atoi getpass, , exit) + + dnl Checks for library files. diff --git a/net-im/eva/Makefile b/net-im/eva/Makefile index 1b5f1c313480..301d8a2db1c3 100644 --- a/net-im/eva/Makefile +++ b/net-im/eva/Makefile @@ -7,7 +7,7 @@ PORTNAME= eva PORTVERSION= 0.4.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-im kde MASTER_SITES= SF/${PORTNAME}q/${PORTNAME}-0.4/Eva%20${PORTVERSION} @@ -19,7 +19,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= QQ IM Client for KDE3 USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:22 autoconf:262 +USE_AUTOTOOLS= libtool:22 autoconf:267 USE_GMAKE= yes USE_BZIP2= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/net-mgmt/nagios-check_memcached_paranoid/Makefile b/net-mgmt/nagios-check_memcached_paranoid/Makefile index ffb10dffab49..f51c97c5e57b 100644 --- a/net-mgmt/nagios-check_memcached_paranoid/Makefile +++ b/net-mgmt/nagios-check_memcached_paranoid/Makefile @@ -7,6 +7,7 @@ PORTNAME= check_memcached_paranoid PORTVERSION= 0.20091016 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= # none DISTFILES= # none @@ -26,7 +27,7 @@ PLUGINS= ${PORTSDIR}/net-mgmt/nagios-plugins NDIR_CMD= cd ${PLUGINS} && ${MAKE} -VWRKSRC # Needed for build target on net-mgmt/nagios-plugins EXTRA_DEPENDS= automake>0:${PORTSDIR}/devel/automake19 \ - autoconf>0:${PORTSDIR}/devel/autoconf262 \ + autoconf>0:${PORTSDIR}/devel/autoconf267 \ libtool>0:${PORTSDIR}/devel/libtool22 \ gmake:${PORTSDIR}/devel/gmake diff --git a/net-mgmt/nagios-devel/Makefile b/net-mgmt/nagios-devel/Makefile index 2b9d01638444..2d585693d6b9 100644 --- a/net-mgmt/nagios-devel/Makefile +++ b/net-mgmt/nagios-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= nagios PORTVERSION= 3.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3.x/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= -devel @@ -23,7 +23,7 @@ LATEST_LINK= nagios-devel USE_ICONV= yes USE_PERL5_BUILD= yes USE_PHP= yes -USE_AUTOTOOLS= autoconf:262 libltdl:22 +USE_AUTOTOOLS= autoconf:267 libltdl:22 USE_RC_SUBR= nagios.sh CONFLICTS= nagios-[123].* diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 9073b9f0e61e..565dd82844ed 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= nagios-plugins PORTVERSION= 1.4.15 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/nagiosplug/nagiosplug/${PORTVERSION} @@ -17,7 +18,7 @@ COMMENT= Plugins for Nagios USE_SUBMAKE= yes USE_GMAKE= yes USE_PERL5= yes -USE_AUTOTOOLS= libtool:22 aclocal:19 autoconf:262 automake:19 +USE_AUTOTOOLS= libtool:22 aclocal:19 autoconf:267 automake:19 ACLOCAL_ARGS= -I m4 -I gl/m4 OPTIONS= QSTAT "Game server query support (check_game)" OFF \ diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile index 0fe754950924..eaa0f2ff5c9d 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= nagios-snmp-plugins PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://www.softwareforge.de/releases/${PORTNAME}/ @@ -17,7 +17,7 @@ COMMENT= Additional SNMP plugins for Nagios LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:14 autoheader:262 autoconf:262 +USE_AUTOTOOLS= automake:14 autoheader:267 autoconf:267 USE_GMAKE= yes USE_PERL5= yes diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index 8754e9abfd3c..e94ae12e2e4b 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/Makefile @@ -7,6 +7,7 @@ PORTNAME= nagios PORTVERSION= 3.2.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3.x/${PORTNAME}-${PORTVERSION} @@ -18,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagio USE_ICONV= yes USE_PERL5_BUILD= yes -USE_AUTOTOOLS= autoconf:262 libltdl:22 +USE_AUTOTOOLS= autoconf:267 libltdl:22 USE_RC_SUBR= nagios CONFLICTS= nagios-[12].* nagios-devel-* diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile index d6307bcc4f49..bbdf8f823f2f 100644 --- a/net-mgmt/nagios2/Makefile +++ b/net-mgmt/nagios2/Makefile @@ -7,7 +7,7 @@ PORTNAME= nagios PORTVERSION= 2.12 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagio USE_ICONV= yes USE_PERL5_BUILD= yes -USE_AUTOTOOLS= autoconf:262 libltdl:22 +USE_AUTOTOOLS= autoconf:267 libltdl:22 USE_RC_SUBR= nagios CONFLICTS= nagios-[13].* nagios-devel-* diff --git a/net-mgmt/nagiosgrapher/Makefile b/net-mgmt/nagiosgrapher/Makefile index 5fcf5f64e063..604790eed36a 100644 --- a/net-mgmt/nagiosgrapher/Makefile +++ b/net-mgmt/nagiosgrapher/Makefile @@ -7,7 +7,7 @@ PORTNAME= nagiosgrapher PORTVERSION= 1.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NagiosGrapher-${PORTVERSION}/ \ https://www.nagiosforge.org/gf/download/frsrelease/135/285/ @@ -31,7 +31,7 @@ USE_RC_SUBR= ${PORTNAME} SUB_LIST= NAME=${PORTNAME} -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 PERL_MODULES= ${SITE_PERL} diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile index ba16eb3df18b..b733d3978a99 100644 --- a/net-mgmt/pixilate/Makefile +++ b/net-mgmt/pixilate/Makefile @@ -6,6 +6,7 @@ PORTNAME= pixilate PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/winfingerprint/${PORTNAME}/${PORTVERSION} @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet WRKSRC= ${WRKDIR}/pixilate -USE_AUTOTOOLS= aclocal:110 autoconf:262 automake:110 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoconf:267 automake:110 libtool:22 AUTOMAKE_ARGS= --add-missing MAN1= pixilate.1 diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile index 8280f2f2f0a6..fce4cf0f22d7 100644 --- a/net-p2p/btpd/Makefile +++ b/net-p2p/btpd/Makefile @@ -7,6 +7,7 @@ PORTNAME= btpd PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://cloud.github.com/downloads/btpd/btpd/ @@ -16,7 +17,7 @@ COMMENT= Bittorrent client consisting of a daemon and client commands LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USE_AUTOTOOLS= autoconf:262 aclocal:110 +USE_AUTOTOOLS= autoconf:267 aclocal:110 GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile index 8b330943fef2..07e1e23695a6 100644 --- a/net-p2p/gtk-gnutella/Makefile +++ b/net-p2p/gtk-gnutella/Makefile @@ -116,7 +116,7 @@ CONFIGURE_ARGS+= -U d_gnutls CONFIGURE_ARGS+= -U d_nls .else CONFIGURE_ARGS+= -D d_nls -LIB_DEPENDS+= intl:${PORTSDIR}/devel/gettext +USE_GETTEXT= yes PLIST_FILES= share/locale/de/LC_MESSAGES/gtk-gnutella.mo \ share/locale/el/LC_MESSAGES/gtk-gnutella.mo \ share/locale/es/LC_MESSAGES/gtk-gnutella.mo \ diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index 91d312048c8a..f24ff5b630c9 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtorrent-rasterbar PORTVERSION= 0.14.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= libtorrent @@ -24,7 +24,7 @@ CONFLICTS= libtorrent-rasterbar-0.15.* USE_GNOME= gnomehack USE_OPENSSL= yes -USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I m4 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-debug \ diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 77d06f239cb2..e3deab6c230f 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -7,6 +7,7 @@ PORTNAME= mldonkey PORTVERSION= 3.0.4 +PORTREVISION= 1 CATEGORIES+= net-p2p MASTER_SITES= SF @@ -23,7 +24,7 @@ CONFLICTS= mldonkey{-{core,gui},}-devel-[0-9]* USE_BZIP2= yes USE_ICONV= yes -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= opt diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile index 2cb16dd858af..2e5de5809137 100644 --- a/net/6tunnel/Makefile +++ b/net/6tunnel/Makefile @@ -7,7 +7,7 @@ PORTNAME= 6tunnel DISTVERSION= 0.11rc2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://toxygen.net/6tunnel/ @@ -17,7 +17,7 @@ COMMENT= TCP proxy for applications that don't speak IPv6 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}rc2 GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 ALL_TARGET= default MAN1= 6tunnel.1 diff --git a/net/beacon/Makefile b/net/beacon/Makefile index 318785fae0a4..bc5b7f51a10e 100644 --- a/net/beacon/Makefile +++ b/net/beacon/Makefile @@ -7,7 +7,7 @@ PORTNAME= beacon PORTVERSION= 1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net perl5 mbone ipv6 MASTER_SITES= http://dast.nlanr.net/Projects/Beacon/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -21,7 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} WWW_DIR?= ${PREFIX}/www/ PLIST_SUB+= VERSION=${PORTVERSION} USE_PERL5= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_RC_SUBR= beacon .ifdef(WITHOUT_IPV6) diff --git a/net/blam/Makefile b/net/blam/Makefile index 5317cfc98c7f..9d465c017c30 100644 --- a/net/blam/Makefile +++ b/net/blam/Makefile @@ -16,9 +16,8 @@ MASTER_SITES= http://www.cmartin.tk/${PORTNAME}/ \ MAINTAINER= mono@FreeBSD.org COMMENT= A simple feed reader for GNOME -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext \ - ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/webkit-sharp-1.0.pc:${PORTSDIR}/www/webkit-sharp +RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/dosdetector/Makefile b/net/dosdetector/Makefile index addd982eaf79..30f4a36b6f91 100644 --- a/net/dosdetector/Makefile +++ b/net/dosdetector/Makefile @@ -9,7 +9,7 @@ PORTNAME= dosdetector PORTVERSION= 20060621 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://darkzone.ma.cx/resources/unix/dosdetector/ @@ -17,7 +17,7 @@ MAINTAINER= msciciel@dark-zone.eu COMMENT= Detect suspicious network traffic HAS_CONFIGURE= yes -USE_AUTOTOOLS= autoheader:262 +USE_AUTOTOOLS= autoheader:267 PLIST_FILES= bin/dosdetector MAN1= dosdetector.1 diff --git a/net/dosdetector/files/patch-configure.in b/net/dosdetector/files/patch-configure.in new file mode 100644 index 000000000000..69a122279615 --- /dev/null +++ b/net/dosdetector/files/patch-configure.in @@ -0,0 +1,12 @@ +--- configure.in.orig 2005-05-14 18:34:06.000000000 +0000 ++++ configure.in 2010-06-14 12:52:12.000000000 +0000 +@@ -25,4 +25,7 @@ + [AC_MSG_ERROR([Require in.h header !])]) +-AC_CHECK_HEADER(netinet/ip.h,, +- [AC_MSG_ERROR([Require ip.h header !])]) ++dnl XXX: autoconf-2.64 is a bit more stringent in its checks requiring ++dnl XXX: hacks for headers that require other header to function ++dnl XXX: so disable this for now ++dnl AC_CHECK_HEADER(netinet/ip.h,, ++dnl [AC_MSG_ERROR([Require ip.h header !])]) + AC_CHECK_HEADER(sys/socket.h,, diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index a646a12d435c..840e3c71d558 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -7,6 +7,7 @@ PORTNAME= freeradius PORTVERSION?= 1.1.8 +PORTREVISION?= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ @@ -38,7 +39,7 @@ CONFLICTS+= freeradius-mysql-[0-9].* freeradius-[02-9].* NO_LATEST_LINK= yes USE_RC_SUBR= radiusd.sh -USE_AUTOTOOLS= libltdl:22 libtool:22 autoconf:262 +USE_AUTOTOOLS= libltdl:22 libtool:22 autoconf:267 USE_GMAKE= yes USE_OPENSSL= yes MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" @@ -235,7 +236,7 @@ pre-configure: ${REINPLACE_CMD} -e "s:-pthread:${PTHREAD_LIBS}:g" {} \; # Force the rebuild of some configures from configure.in, as we're patching # the configure.in -# NOTE: ${WRKSRC}/configure is rebuilt automatically once autoconf:262 is +# NOTE: ${WRKSRC}/configure is rebuilt automatically once autoconf:267 is # added to USE_AUTOTOOLS @cd ${WRKSRC}/src/modules/rlm_ldap && ${AUTOCONF} -I ${WRKSRC} @cd ${WRKSRC}/src/modules/rlm_sql/drivers/rlm_sql_mysql \ diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index 1b0572d6f55b..3918c5588d95 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -9,6 +9,7 @@ PORTNAME= freeradius DISTVERSION= 2.1.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ @@ -33,7 +34,7 @@ CONFLICTS= gnu-radius-[0-9].* openradius-[0-9].* radiusd-cistron-[0-9].* \ freeradius-mysql-[0-9].* freeradius-[013-9].* USE_RC_SUBR= radiusd.sh -USE_AUTOTOOLS= libltdl:22 libtool:22 autoconf:262 +USE_AUTOTOOLS= libltdl:22 libtool:22 autoconf:267 USE_GMAKE= yes USE_OPENSSL= yes MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" @@ -349,7 +350,7 @@ pre-configure: ${REINPLACE_CMD} -e "s:-pthread:${PTHREAD_LIBS}:g" {} \; # Force the rebuild of some configures from configure.in, as we're patching # the configure.in -# NOTE: ${WRKSRC}/configure is rebuilt automatically once autoconf:262 is +# NOTE: ${WRKSRC}/configure is rebuilt automatically once autoconf:267 is # added to USE_AUTOTOOLS @cd ${WRKSRC}/src/modules/rlm_ldap && ${AUTOCONF} -I ${WRKSRC} @cd ${WRKSRC}/src/modules/rlm_sql/drivers/rlm_sql_mysql \ diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile index 7ee54753adce..1db232076503 100644 --- a/net/freeswitch-core/Makefile +++ b/net/freeswitch-core/Makefile @@ -7,7 +7,7 @@ PORTNAME= freeswitch-core PORTVERSION= 1.0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://files.freeswitch.org/:1 \ http://files.freeswitch.org/downloads/libs/:2 @@ -38,7 +38,7 @@ WRKSRC= ${WRKDIR}/${BASE_PORTNAME}-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 -USE_AUTOTOOLS= autoconf:262:env automake:110:env libtool:22:env +USE_AUTOTOOLS= autoconf:267:env automake:110:env libtool:22:env USE_PERL5_BUILD=yes diff --git a/net/gatekeeper/Makefile b/net/gatekeeper/Makefile index 4b4f2a5aa2ca..e2736c569e42 100644 --- a/net/gatekeeper/Makefile +++ b/net/gatekeeper/Makefile @@ -8,7 +8,7 @@ PORTNAME= gatekeeper #PORTVERSION= 2.2.4 DISTVERSION= 2.2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF/openh323gk/Sources/${PORTVERSION} DISTNAME= gnugk-${DISTVERSION} @@ -22,7 +22,7 @@ LIB_DEPENDS= h323_r.1:${PORTSDIR}/net/openh323 USE_RC_SUBR= gnugk.sh -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS+= --disable-firebird USE_GMAKE= yes diff --git a/net/gsambad/Makefile b/net/gsambad/Makefile index 009a7719534e..7114c761958e 100644 --- a/net/gsambad/Makefile +++ b/net/gsambad/Makefile @@ -7,7 +7,7 @@ PORTNAME= gsambad PORTVERSION= 0.1.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= http://mange.dynalias.org/linux/${PORTNAME}/ @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/${SAMBA_PORT} SAMBA_PORT?= net/samba34 USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes USE_GNOME= gtk20 pkgconfig @@ -29,7 +29,7 @@ post-extract: @${CP} ${FILESDIR}/crypt.h ${WRKSRC}/src/ post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 post-configure: @${REINPLACE_CMD} -e "s:\<crypt.h\>:\"crypt.h\":" ${WRKSRC}/src/functions.c diff --git a/net/isc-dhcp41-server/Makefile b/net/isc-dhcp41-server/Makefile index c4173177fadc..3c3d5538cae5 100644 --- a/net/isc-dhcp41-server/Makefile +++ b/net/isc-dhcp41-server/Makefile @@ -20,9 +20,9 @@ MAINTAINER= wxs@FreeBSD.org COMMENT?= The ISC Dynamic Host Configuration Protocol server PATCHLEVEL= P1 -PORTREVISION_SERVER= 2 -PORTREVISION_CLIENT= 0 -PORTREVISION_RELAY= 0 +PORTREVISION_SERVER= 3 +PORTREVISION_CLIENT= 1 +PORTREVISION_RELAY= 1 SUBSYS?= server @@ -106,7 +106,7 @@ LDAP_SCRIPT= ${WRKDIR}/${LDAPPATCHDIST}/dhcpd-conf-to-ldap LDAP_SCHEMA= ${WRKDIR}/${LDAPPATCHDIST}/dhcp.schema USE_PERL5_RUN= yes USE_OPENLDAP= yes -USE_AUTOTOOLS= aclocal:110 libtoolize:226 autoconf:262 autoheader:262 automake:110 +USE_AUTOTOOLS= aclocal:110 libtoolize:226 autoconf:267 autoheader:267 automake:110 LIBTOOLIZE_ARG= --copy --force AUTOMAKE_ARGS= --foreign --add-missing --copy CFLAGS+= -I${PREFIX}/include -L${PREFIX}/lib diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile index 8bdc9ee631be..3dbac472da20 100644 --- a/net/libnet10/Makefile +++ b/net/libnet10/Makefile @@ -7,7 +7,7 @@ PORTNAME= libnet PORTVERSION= 1.0.2a -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://www.packetfactory.net/libnet/dist/deprecated/ \ @@ -20,7 +20,7 @@ COMMENT= A C library for creating IP packets CFLAGS+= -fPIC -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 WRKSRC= ${WRKDIR}/Libnet-${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} MAN3= libnet${PKGNAMESUFFIX}.3 diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile index a51e9e32b0fb..28a494e4acbd 100644 --- a/net/libsocket++/Makefile +++ b/net/libsocket++/Makefile @@ -8,7 +8,7 @@ PORTNAME= libsocket++ PORTVERSION= 1.12.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://src.linuxhacker.at/socket++/ DISTNAME= socket++-${PORTVERSION} @@ -20,7 +20,7 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= automake:19 autoconf:262 libtool:22 +USE_AUTOTOOLS= automake:19 autoconf:267 libtool:22 SCRIPTS_ENV+= ACLOCAL_FLAGS="-I ${LOCALBASE}/share/aclocal/" INFO= socket++ diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile index aafa13297cd4..e7430f73f5ee 100644 --- a/net/nss_ldap/Makefile +++ b/net/nss_ldap/Makefile @@ -7,7 +7,7 @@ PORTNAME= nss_ldap PORTVERSION= 1.${NSS_LDAP_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://www.padl.com/download/ DISTNAME= ${PORTNAME}-${NSS_LDAP_VERSION} @@ -21,7 +21,7 @@ NSS_LDAP_VERSION=265 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:262 autoheader:262 +USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:267 autoheader:267 USE_LDCONFIG= yes USE_OPENLDAP= yes @@ -54,6 +54,14 @@ CFLAGS+="-DHAVE_LOGIN_CLASSES" post-extract: ${CP} ${FILESDIR}/bsdnss.c ${WRKSRC} +# XXX: newer autoconf's rely on the compiler result, not the preprocessor +# for checking headers, so the configure.in needs to be fixed upstream +# to properly include dependencies +post-configure: + @${ECHO} "#define HAVE_NETINET_IF_ETHER_H 1" >> ${WRKSRC}/config.h + @${ECHO} "#define HAVE_NET_ROUTE_H 1" >> ${WRKSRC}/config.h + @${ECHO} "#define HAVE_RESOLV_H 1" >> ${WRKSRC}/config.h + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nss_ldap.so ${PREFIX}/lib/nss_ldap.so.1 ${INSTALL_DATA} ${WRKSRC}/ldap.conf ${PREFIX}/etc/nss_ldap.conf.sample diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 2992a6344181..ea916534efc0 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -7,7 +7,7 @@ PORTNAME= ntop PORTVERSION= 3.3.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= http://www.ntop.org/trac/export/4103/trunk/ntop/3rd_party/ \ SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -32,7 +32,7 @@ RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ DBDIR?= /var/db MAKE_JOBS_SAFE= yes -USE_AUTOTOOLS= libtool:22 automake:19 autoconf:262 +USE_AUTOTOOLS= libtool:22 automake:19 autoconf:267 USE_GNOME= libxml2 USE_LUA= 5.1 USE_GMAKE= yes diff --git a/net/opal/Makefile b/net/opal/Makefile index 667f4051e564..3cd9c3d85554 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -7,7 +7,7 @@ PORTNAME= opal PORTVERSION= 2.2.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= GNOME @@ -24,7 +24,7 @@ CONFLICTS= opal-3.* # In opal's Makefile the default make's target is optshared ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` optshared USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_GNOME= gnometarget GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 034ca6fe5201..4e8b18a52e59 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -7,7 +7,7 @@ PORTNAME= openh323 PORTVERSION= 1.19.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} USE_BISON= build USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index 467745adcb82..908cc0c953e6 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -7,7 +7,7 @@ PORTNAME= proxy-suite PORTVERSION= 1.9.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \ ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/projects/proxy-suite/src/ \ @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \ MAINTAINER= thomas@cuivre.fr.eu.org COMMENT= The SuSE Proxy-Suite, a set of programs to enhance firewall security -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_GMAKE= yes USE_BZIP2= yes @@ -61,6 +61,15 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> +# XXX: newer autoconf's rely on the compiler result, not the preprocessor +# for checking headers, so the configure.in needs to be fixed upstream +# to properly include dependencies +post-configure: + @${ECHO} "#define HAVE_NET_IF_H 1" >> ${WRKSRC}/config.h + @${ECHO} "#define HAVE_NETINET_IP_H 1" >> ${WRKSRC}/config.h + @${ECHO} "#define HAVE_NETINET_IP_FIL_H 1" >> ${WRKSRC}/config.h + @${ECHO} "#define HAVE_NETINET_IP_NAT_H 1" >> ${WRKSRC}/config.h + pre-install: @${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 9db789fa9ccc..a43ba262e889 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -7,6 +7,7 @@ PORTNAME= quagga PORTVERSION= 0.99.17 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://quagga.net/download/ \ http://www.ru.quagga.net/download/ \ @@ -22,7 +23,7 @@ COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software CONFLICTS= openbgpd-[0-9]* zebra-0* -USE_AUTOTOOLS= libtool:22 autoheader:262 +USE_AUTOTOOLS= libtool:22 autoheader:267 USE_GMAKE= yes USE_LDCONFIG= yes USE_PERL5_BUILD= yes diff --git a/net/rabbitmq-c-devel/Makefile b/net/rabbitmq-c-devel/Makefile index a0b2f749dd4a..fbfe0dc6129d 100644 --- a/net/rabbitmq-c-devel/Makefile +++ b/net/rabbitmq-c-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= rabbitmq-c PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://hg.rabbitmq.com/rabbitmq-c/archive/:c \ http://hg.rabbitmq.com/rabbitmq-codegen/archive/:codegen @@ -28,7 +29,7 @@ USE_GMAKE= YES USE_PYTHON= YES USE_LDCONFIG= YES GNU_CONFIGURE= YES -USE_AUTOTOOLS= aclocal:110 autoconf:262 automake:110 autoheader:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoconf:267 automake:110 autoheader:267 libtool:22 AUTOMAKE_ARGS= -i --add-missing ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal diff --git a/net/rabbitmq-c/Makefile b/net/rabbitmq-c/Makefile index 6d4a8b5a4ada..0184145ec171 100644 --- a/net/rabbitmq-c/Makefile +++ b/net/rabbitmq-c/Makefile @@ -7,6 +7,7 @@ PORTNAME= rabbitmq-c PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://hg.rabbitmq.com/rabbitmq-c/archive/:c \ http://hg.rabbitmq.com/rabbitmq-codegen/archive/:codegen @@ -27,7 +28,7 @@ USE_GMAKE= YES USE_PYTHON= YES USE_LDCONFIG= YES GNU_CONFIGURE= YES -USE_AUTOTOOLS= aclocal:110 autoconf:262 automake:110 autoheader:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoconf:267 automake:110 autoheader:267 libtool:22 AUTOMAKE_ARGS= -i --add-missing ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal diff --git a/net/samba-pdbsql/Makefile b/net/samba-pdbsql/Makefile index 619326d2d6a4..18a1d9dd33d2 100644 --- a/net/samba-pdbsql/Makefile +++ b/net/samba-pdbsql/Makefile @@ -7,7 +7,7 @@ PORTNAME= pdbsql PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF PKGNAMEPREFIX= samba- @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes # Add a build dependency for Samba port -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 WRKSRC= ${WRKDIR}/${DISTNAME}-samba SAMBA_PORT= net/samba3 diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 5742f384fc31..fcfab4eb60f5 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba PORTVERSION?= 3.0.37 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH?= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} @@ -26,7 +26,7 @@ EXTRA_PATCHES= ${PATCHDIR}/CVE-2010-2063_samba-3.0.patch USE_ICONV= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 AUTOHEADER_ARGS= -I${WRKSRC} -I${WRKSRC}/lib/replace AUTOCONF_ARGS= -I${WRKSRC} -I${WRKSRC}/lib/replace diff --git a/net/samba32/Makefile b/net/samba32/Makefile index 4e41eaeee9a3..fe9b92b1d46d 100644 --- a/net/samba32/Makefile +++ b/net/samba32/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba PORTVERSION?= 3.2.15 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= . old-versions rc pre @@ -26,7 +26,7 @@ EXTRA_PATCHES= ${PATCHDIR}/CVE-2010-2063_samba-3.3.patch USE_GMAKE= yes USE_ICONV= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 AUTOHEADER_ARGS= -I${WRKSRC}/m4 -I${WRKSRC}/lib/replace AUTOCONF_ARGS= -I${WRKSRC}/m4 -I${WRKSRC}/lib/replace diff --git a/net/samba33/Makefile b/net/samba33/Makefile index d68b16b724f4..6ff041c8beb9 100644 --- a/net/samba33/Makefile +++ b/net/samba33/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba PORTVERSION?= 3.3.13 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= . old-versions rc pre @@ -24,7 +24,7 @@ DEPRECATED= Unsupported by the upstream. Please, consider to upgrade. USE_GMAKE= yes USE_ICONV= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 AUTOHEADER_ARGS= -I${WRKSRC}/m4 -I${WRKSRC}/lib/replace AUTOCONF_ARGS= -I${WRKSRC}/m4 -I${WRKSRC}/lib/replace diff --git a/net/samba34/Makefile b/net/samba34/Makefile index b6f123a9b18f..b7a498b0e624 100644 --- a/net/samba34/Makefile +++ b/net/samba34/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba34 PORTVERSION= 3.4.8 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= . old-versions rc pre @@ -32,7 +32,7 @@ AUTOCONF_ARGS= ${IPATHS} USE_GMAKE= yes USE_ICONV= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 # directories VARDIR?= /var SAMBA_SPOOL?= ${VARDIR}/spool/${PORTNAME} diff --git a/net/samba4-devel/Makefile b/net/samba4-devel/Makefile index 61f3fa53e892..2393b15712df 100644 --- a/net/samba4-devel/Makefile +++ b/net/samba4-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= ${SAMBA_PORTNAME} PORTVERSION?= ${SAMBA_VERSION} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= samba4 @@ -39,7 +39,7 @@ USE_ICONV= yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig USE_LDCONFIG= ${SAMBA_LIBDIR} -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 # Flags CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net/samba4wins/Makefile b/net/samba4wins/Makefile index 98802d520ee4..9f94ee54d745 100644 --- a/net/samba4wins/Makefile +++ b/net/samba4wins/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba4wins PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://ftp.sernet.de/pub/samba4WINS/debian/pool/ DISTNAME= ${PORTNAME}_${PORTVERSION}-2 @@ -20,7 +20,7 @@ CONFLICTS= ja-samba-2.* ja-samba-4.* samba-2.* samba-4.* sharity-light-1.* USE_ICONV= yes USE_PERL5= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267:env autoheader:267:env WRKSRC= ${WRKDIR}/${PORTNAME}/source diff --git a/net/scribe/Makefile b/net/scribe/Makefile index 154073c7e8df..3c0f09a4120a 100644 --- a/net/scribe/Makefile +++ b/net/scribe/Makefile @@ -6,6 +6,7 @@ PORTNAME= scribe PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://cloud.github.com/downloads/facebook/scribe/ @@ -26,7 +27,7 @@ CONFIGURE_ARGS= --with-boost-filesystem=boost_filesystem \ PY_PREFIX="${PREFIX}" PLIST_SUB+= PYTHON_VERSION_SHORTNAME="${PYTHON_VERSION_SHORTNAME}" PYTHON_VERSION_SHORTNAME= ${PYTHON_VERSION:S/thon//} -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 +USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267 USE_GMAKE= yes USE_PYTHON= yes USE_RC_SUBR= ${PORTNAME} diff --git a/net/torsocks/Makefile b/net/torsocks/Makefile index 3c0a4f02f7f7..5f5b5f8e1b27 100644 --- a/net/torsocks/Makefile +++ b/net/torsocks/Makefile @@ -6,7 +6,7 @@ PORTNAME= torsocks PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net security MASTER_SITES= GOOGLE_CODE \ http://tor.reactor-xg.kiev.ua/files/ @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-epsilon MAINTAINER= andy.lavr@gmail.com COMMENT= Most SOCKS-friendly applications way with Tor -USE_AUTOTOOLS= libtool:22 aclocal:110 autoconf:262 +USE_AUTOTOOLS= libtool:22 aclocal:110 autoconf:267 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal USE_GMAKE= yes diff --git a/net/tramp/Makefile b/net/tramp/Makefile index 98ec0632647b..03de02d8dfb6 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -7,6 +7,7 @@ PORTNAME= tramp PORTVERSION= 2.1.19 +PORTREVISION= 1 CATEGORIES= net elisp MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +19,7 @@ COMMENT= Transparent remote file access tool for emacsen USE_EMACS= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 TRAMP_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} PLIST_SUB+= TRAMP_LISPDIR=${TRAMP_LISPDIR} diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 6fa5b9282bed..da3b8ff3411a 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -7,13 +7,14 @@ PORTNAME= unfs3 PORTVERSION= 0.9.22 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF MAINTAINER= wxs@FreeBSD.org COMMENT= A user-space implementation of the NFSv3 server specification -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_BISON= build MAN7= tags.7 diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile index 6794e79c6168..4bae2fe21631 100644 --- a/net/xrdp/Makefile +++ b/net/xrdp/Makefile @@ -7,13 +7,14 @@ PORTNAME= xrdp PORTVERSION= 0.5.0.20090811cvs +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= LOCAL/pav MAINTAINER= ports@FreeBSD.org COMMENT= An open source Remote Desktop Protocol (RDP) server -USE_AUTOTOOLS= autoconf:262:env automake:110:env libtool:22 +USE_AUTOTOOLS= autoconf:267:env automake:110:env libtool:22 GNU_CONFIGURE= yes USE_RC_SUBR= xrdp diff --git a/news/newscache/Makefile b/news/newscache/Makefile index f8036f07f077..79a8712b7f67 100644 --- a/news/newscache/Makefile +++ b/news/newscache/Makefile @@ -7,7 +7,7 @@ PORTNAME= newscache PORTVERSION= 1.2.r.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= news MASTER_SITES= http://src.linuxhacker.at/NewsCache/ DISTNAME= NewsCache-${PORTVERSION:S/.r./rc/} @@ -17,7 +17,7 @@ COMMENT= NewsCache is a free cache server for USENET News LIB_DEPENDS= socket[+][+].1:${PORTSDIR}/net/libsocket++ -USE_AUTOTOOLS= automake:19 autoheader:262 autoconf:262 +USE_AUTOTOOLS= automake:19 autoheader:267 autoconf:267 AUTOMAKE_ARGS= --add-missing CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile index 9a43edeeb5d3..089a5987d5d1 100644 --- a/news/newsstar/Makefile +++ b/news/newsstar/Makefile @@ -7,6 +7,7 @@ PORTNAME= newsstar PORTVERSION= 1.5.3 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF @@ -22,7 +23,7 @@ BROKEN= does not build USE_PERL5= yes HAS_CONFIGURE= yes USE_ICONV= yes -USE_AUTOTOOLS= automake:110 autoconf:262 aclocal:110 +USE_AUTOTOOLS= automake:110 autoconf:267 aclocal:110 CONFIGURE_ARGS+=--prefix=${PREFIX} \ --with-conf-dir=${PREFIX}/etc/newsstar \ diff --git a/news/nget/Makefile b/news/nget/Makefile index d693562b014c..eedb58b441ca 100644 --- a/news/nget/Makefile +++ b/news/nget/Makefile @@ -7,7 +7,7 @@ PORTNAME= nget PORTVERSION= 0.27.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news MASTER_SITES= SF DISTNAME= nget-${PORTVERSION}+uulib diff --git a/polish/kde3-i18n/Makefile b/polish/kde3-i18n/Makefile index e341c7be163c..0212fdaeb039 100644 --- a/polish/kde3-i18n/Makefile +++ b/polish/kde3-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Polish messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/polish/koffice-i18n/Makefile b/polish/koffice-i18n/Makefile index 225a34df76c1..0622212efc11 100644 --- a/polish/koffice-i18n/Makefile +++ b/polish/koffice-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Polish messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/portuguese/kde3-i18n-pt_BR/Makefile b/portuguese/kde3-i18n-pt_BR/Makefile index 7cb83cbff0fe..74ee6baf901b 100644 --- a/portuguese/kde3-i18n-pt_BR/Makefile +++ b/portuguese/kde3-i18n-pt_BR/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Brazilian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/portuguese/kde3-i18n/Makefile b/portuguese/kde3-i18n/Makefile index 29e71bb61a26..f44f938beab4 100644 --- a/portuguese/kde3-i18n/Makefile +++ b/portuguese/kde3-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Portuguese messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/portuguese/koffice-i18n-pt_BR/Makefile b/portuguese/koffice-i18n-pt_BR/Makefile index cebe73b0d5c6..3330ffa739b0 100644 --- a/portuguese/koffice-i18n-pt_BR/Makefile +++ b/portuguese/koffice-i18n-pt_BR/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Brazilian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/portuguese/koffice-i18n/Makefile b/portuguese/koffice-i18n/Makefile index 1047bc9b1b7a..0c5885de676b 100644 --- a/portuguese/koffice-i18n/Makefile +++ b/portuguese/koffice-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Portuguese messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/print/cups-magicolor/Makefile b/print/cups-magicolor/Makefile index 9f83e9df156a..c683fb8a78e0 100644 --- a/print/cups-magicolor/Makefile +++ b/print/cups-magicolor/Makefile @@ -7,7 +7,7 @@ PORTNAME= cups-magicolor PORTVERSION= 1.5.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print MASTER_SITES= http://printer.konicaminolta.net/drivers/linux/ DISTNAME= 2430DL_sc_linux @@ -23,7 +23,7 @@ RUN_DEPENDS= espgs:${PORTSDIR}/print/cups-pstoraster WRKSRC= ${WRKDIR}/magicolor2430DL-${PORTVERSION} -USE_AUTOTOOLS= automake:19:env autoconf:262 +USE_AUTOTOOLS= automake:19:env autoconf:267 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index ac7518bcf9ef..f4de9b626a3d 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -7,7 +7,7 @@ PORTNAME= db PORTVERSION= 20090530 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_LOCAL:S,$,acm/foomatic/,} \ ${MASTER_SITE_GOOGLE_CODE} @@ -24,7 +24,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ PROJECTHOST= bsdistfiles USE_GMAKE= yes USE_PERL5= yes -USE_AUTOTOOLS= automake:15:env autoconf:262 +USE_AUTOTOOLS= automake:15:env autoconf:267 GNU_CONFIGURE= yes diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile index c7a77922e34e..de5e4c139bb3 100644 --- a/print/foomatic-filters/Makefile +++ b/print/foomatic-filters/Makefile @@ -7,7 +7,7 @@ PORTNAME= foomatic-filters PORTVERSION= 4.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= http://www.linuxprinting.org/download/foomatic/ \ http://www.openprinting.org/download/foomatic/ @@ -15,7 +15,7 @@ MASTER_SITES= http://www.linuxprinting.org/download/foomatic/ \ MAINTAINER= acm@FreeBSD.org COMMENT= Foomatic wrapper scripts -USE_AUTOTOOLS= autoheader:262 +USE_AUTOTOOLS= autoheader:267 USE_PERL5= yes USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index c76914ff70de..f5515c3f2764 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -7,7 +7,7 @@ PORTNAME= ghostscript8 PORTVERSION= 8.71 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= http://ghostscript.com/releases/:gs_srcs \ SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ @@ -37,7 +37,7 @@ USE_XZ= yes USE_GMAKE= yes WANT_GNOME= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes diff --git a/print/gnome-specimen/Makefile b/print/gnome-specimen/Makefile index 46ef238f441a..46c335ea46ec 100644 --- a/print/gnome-specimen/Makefile +++ b/print/gnome-specimen/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome-specimen PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://uwstopia.nl/geek/projects/gnome-specimen/releases/ @@ -19,7 +20,7 @@ GCONF_SCHEMAS= gnome-specimen.schemas USE_GMAKE= yes USE_PYTHON= yes USE_GETTEXT= yes -USE_AUTOTOOLS= automake:110:env autoconf:262:env +USE_AUTOTOOLS= automake:110:env autoconf:267:env INSTALLS_ICONS= yes diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 3b1fba49ac25..2c75856bde26 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -9,6 +9,7 @@ PORTNAME= lilypond PORTVERSION= 2.13.30 +PORTREVISION= 1 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v2.13/:src \ ${MASTER_SITE_LOCAL}/gahr/:fonts \ @@ -47,7 +48,7 @@ INFO= lilypond-changes lilypond-contributor lilypond-essay \ lilypond-notation lilypond-usage lilypond-web \ music-glossary -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_BISON= build USE_GETTEXT= yes USE_GMAKE= yes diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile index c03f2eca0ca6..1397b37560b8 100644 --- a/print/openprinting/Makefile +++ b/print/openprinting/Makefile @@ -7,7 +7,7 @@ PORTNAME= openprinting PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=\ @@ -30,7 +30,7 @@ USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/libexec GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes -USE_AUTOTOOLS= aclocal:19 autoconf:262 autoheader:262 automake:19 libtool:22 +USE_AUTOTOOLS= aclocal:19 autoconf:267 autoheader:267 automake:19 libtool:22 ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS+= -a -c diff --git a/print/pips800/Makefile b/print/pips800/Makefile index 21b765564cf2..5d35c25d6079 100644 --- a/print/pips800/Makefile +++ b/print/pips800/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 7 +PORTREVISION= 8 MASTERDIR= ${.CURDIR}/../pips800 COMMENT= Photo Image Print System for Linux --- EPSON PM-800C diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips index 2e2f322491df..780f09aa652f 100644 --- a/print/pips800/Makefile.pips +++ b/print/pips800/Makefile.pips @@ -7,7 +7,7 @@ PORTNAME= pips${PRTYPE} PORTVERSION?= 1.3.2 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= print MASTER_SITES= http://lx2.avasys.jp/pips/%SUBDIR%/ @@ -122,7 +122,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-2.6.2-common \ ${PRTYPE} != -spr800 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-2.6.2-ekpstm::main.c .endif -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf-2.62:${PORTSDIR}/devel/autoconf262 +USE_AUTOTOOLS= autoconf:267 LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base USE_ICONV= yes .endif @@ -274,7 +274,7 @@ post-patch: pre-configure: .if ${PIPS_LEVEL} >= 206 && ${DIST_TYPE} != lpr && ${DIST_TYPE} != cups - cd ${WRKSRC}/libltdl && ${LOCALBASE}/bin/autoconf-2.62 + cd ${WRKSRC}/libltdl && ${LOCALBASE}/bin/autoconf-2.65 .endif post-configure: diff --git a/russian/kde3-i18n/Makefile b/russian/kde3-i18n/Makefile index d9f0be79911f..cc4656524ea3 100644 --- a/russian/kde3-i18n/Makefile +++ b/russian/kde3-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Russian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/russian/koffice-i18n/Makefile b/russian/koffice-i18n/Makefile index 77a2fe32f7fa..adb512487756 100644 --- a/russian/koffice-i18n/Makefile +++ b/russian/koffice-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Russian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 321b114d1551..c5f2c31d80f0 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -7,7 +7,7 @@ PORTNAME= abinit PORTVERSION= 5.7.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ @@ -22,7 +22,7 @@ USE_FORTRAN= yes USE_GMAKE= yes USE_PYTHON= yes USE_PERL5_BUILD=yes -USE_AUTOTOOLS= autoconf:262 automake:110 +USE_AUTOTOOLS= autoconf:267 automake:110 CONFIGURE_ENV= WGET=${TRUE} CONFIGURE_ARGS= --disable-wannier90 --disable-bigdft --disable-etsf-io \ --with-plugins-tardir=/dev/null \ diff --git a/science/elmer-fem/Makefile b/science/elmer-fem/Makefile index 571047a7b2bc..493360a45f10 100644 --- a/science/elmer-fem/Makefile +++ b/science/elmer-fem/Makefile @@ -7,7 +7,7 @@ PORTNAME= fem PORTVERSION= 5.4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science tk MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/ PKGNAMEPREFIX= elmer- @@ -30,7 +30,7 @@ USE_FORTRAN= yes FCFLAGS+= -O3 -ffast-math .endif -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= diff --git a/science/elmer-hutiter/Makefile b/science/elmer-hutiter/Makefile index 28e7fafdb3f2..8b86fcd81fd5 100644 --- a/science/elmer-hutiter/Makefile +++ b/science/elmer-hutiter/Makefile @@ -7,7 +7,7 @@ PORTNAME= hutiter PORTVERSION= 5.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/ PKGNAMEPREFIX= elmer- @@ -39,7 +39,7 @@ post-patch: @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|' -e 's|%%FC%%|${FC}|' ${WRKSRC}/configure.in GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 ALL_TARGET= PLIST_FILES= include/huti_defs.h include/huti_fdefs.h lib/libhuti.a diff --git a/science/gsmc/Makefile b/science/gsmc/Makefile index cf9eac12635f..c29304d30f30 100644 --- a/science/gsmc/Makefile +++ b/science/gsmc/Makefile @@ -7,7 +7,7 @@ PORTNAME= gsmc PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science hamradio MASTER_SITES= http://www.qsl.net/ik5nax/ @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 +USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267 AUTOMAKE_ARGS= -i --add-missing --foreign --copy MAN1= gsmc.1 diff --git a/science/kst/Makefile b/science/kst/Makefile index c5fde544975d..a1b3d0f21487 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -6,7 +6,7 @@ PORTNAME= kst PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/apps/KDE3.x/scientific @@ -20,7 +20,7 @@ LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ USE_KDELIBS_VER=3 USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22 +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22 USE_LDCONFIG= yes USE_GETTEXT= yes MAKE_JOBS_SAFE= yes diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index 461544576f7a..3cca0cad36c4 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -6,6 +6,7 @@ PORTNAME= libghemical PORTVERSION= 2.99.1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.uku.fi/~thassine/projects/download/release20090911/ \ http://bioinformatics.org/ghemical/download/ @@ -30,12 +31,16 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_FORTRAN= yes -USE_AUTOTOOLS= autoconf:262 libtool:22 automake:110 +USE_AUTOTOOLS= autoconf:267 libtool:22 automake:110 CONFIGURE_ARGS+= --enable-mpqc PLIST_SUB= LIBGHEMICAL_VERSION="${PORTVERSION}" .include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e 's|2.53|2.67|g; s|1.10.1|1.10.3|g' \ + ${WRKSRC}/aclocal.m4 + pre-build: ${RM} -f ${WRKSRC}/libtool ${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index dcb0061a67ca..70eccea4ae00 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpqc PORTVERSION= 2.3.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= science parallel MASTER_SITES= SF @@ -46,7 +46,7 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen .endif GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_FORTRAN= yes diff --git a/security/aide/Makefile b/security/aide/Makefile index 1e7261d7a7b4..ab028f2ddd69 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -7,7 +7,7 @@ PORTNAME= aide PORTVERSION= 0.13.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= SF \ http://www.cs.tut.fi/~rammer/ @@ -22,7 +22,7 @@ LIB_DEPENDS= mhash.2:${PORTSDIR}/security/mhash USE_GMAKE= yes USE_BISON= build -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ --with-zlib \ diff --git a/security/barnyard/Makefile b/security/barnyard/Makefile index 7caf4c6e56a3..41c1db22edb4 100644 --- a/security/barnyard/Makefile +++ b/security/barnyard/Makefile @@ -7,7 +7,7 @@ PORTNAME= barnyard PORTVERSION= 0.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= SF/barnyard/barnyard-0.2/${PORTVERSION} @@ -22,7 +22,7 @@ OPTIONS= MYSQL "Enable MySQL support" on \ DEPRECATED= Use security/barnyard2 instead EXPIRATION= 2010-12-31 -USE_AUTOTOOLS= autoheader:262 aclocal:19 +USE_AUTOTOOLS= autoheader:267 aclocal:19 USE_RC_SUBR= barnyard.sh GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile index 893296a8a6a7..28a8a112a97c 100644 --- a/security/fwbuilder-devel/Makefile +++ b/security/fwbuilder-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= fwbuilder DISTVERSION= 4.0.1 PORTVERSION= ${DISTVERSION} +PORTREVISION= 1 BUILD= 2929 CATEGORIES= security .if defined(BUILD) @@ -47,7 +48,7 @@ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 aclocal:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 aclocal:110 libtool:22 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index de3a9a6ecf2b..0ae52ca0b728 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -8,6 +8,7 @@ PORTNAME= fwbuilder DISTVERSION= 4.1.1 PORTVERSION= ${DISTVERSION} +PORTREVISION= 1 CATEGORIES= security .if defined(BUILD) MASTER_SITES= http://www.fwbuilder.org/nightly_builds/fwbuilder-4.0/build-${BUILD}/ @@ -46,7 +47,7 @@ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 aclocal:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 aclocal:110 libtool:22 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index dc766c581f85..3dee6b7cdce6 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpgme PORTVERSION= 0.3.16 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -20,7 +20,7 @@ LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth LATEST_LINK= gpgme03 -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/security/gtkpasman/Makefile b/security/gtkpasman/Makefile index 7d038c190e7b..71d150ec36e2 100644 --- a/security/gtkpasman/Makefile +++ b/security/gtkpasman/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkpasman PORTVERSION= 0.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTVERSION} @@ -19,7 +19,7 @@ RUN_DEPENDS+= gpgv:${PORTSDIR}/security/gnupg1 USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:15 aclocal:15 autoconf:262 +USE_AUTOTOOLS= automake:15 aclocal:15 autoconf:267 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/security/kovpn/Makefile b/security/kovpn/Makefile index dbab4032041f..d8079a331a42 100644 --- a/security/kovpn/Makefile +++ b/security/kovpn/Makefile @@ -7,7 +7,7 @@ PORTNAME= kovpn PORTVERSION= 0.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security kde MASTER_SITES= https://projects.fslab.de/projects/kovpn/chrome/site/ DISTNAME= ${PORTNAME}-${PORTVERSION}.pre7 @@ -27,7 +27,7 @@ INSTALLS_ICONS= yes USE_GMAKE= yes USE_XORG= xpm GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:22 +USE_AUTOTOOLS= autoconf:267:env automake:19:env libtool:22 .include <bsd.port.pre.mk> diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index 81eedd7834a2..f2818a646bc1 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= libfwbuilder DISTVERSION= 4.0.1 PORTVERSION= ${DISTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 BUILD= 2929 CATEGORIES= security @@ -50,7 +50,7 @@ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 aclocal:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 aclocal:110 libtool:22 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index 3370040f3472..a1988a022ed1 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -7,6 +7,7 @@ PORTNAME= libfwbuilder DISTVERSION= 4.1.1 PORTVERSION= ${DISTVERSION} +PORTREVISION= 1 CATEGORIES= security .if defined(BUILD) MASTER_SITES= http://www.fwbuilder.org/nightly_builds/fwbuilder-4.0/build-${BUILD}/ \ @@ -46,7 +47,7 @@ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 aclocal:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 aclocal:110 libtool:22 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/security/libotr/Makefile b/security/libotr/Makefile index c611a315bff0..78f7485372df 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -8,7 +8,7 @@ PORTNAME= libotr PORTVERSION= 3.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.cypherpunks.ca/otr/ \ http://dougbarton.us/Downloads/ @@ -24,7 +24,7 @@ LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \ MAKE_JOBS_SAFE= yes USE_GNOME= pkgconfig -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_LDCONFIG= yes MAN1= otr_toolkit.1 diff --git a/security/ncrypt/Makefile b/security/ncrypt/Makefile index c2bd9663a9e9..e6f49b8598ee 100644 --- a/security/ncrypt/Makefile +++ b/security/ncrypt/Makefile @@ -7,7 +7,7 @@ PORTNAME= ncrypt PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-0.7/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index 91e3d17b3b9f..66ad84c20a5e 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -7,6 +7,7 @@ PORTNAME= pam_mysql PORTVERSION= 0.7.r1 +PORTREVISION= 1 CATEGORIES= security databases MASTER_SITES= SF/pam-mysql/pam-mysql/0.7RC1 DISTNAME= ${PORTNAME}-0.7RC1${DISTVERSIONSUFFIX} @@ -16,7 +17,7 @@ COMMENT= A pam module for authenticating with MySQL USE_MYSQL= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal:14 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:14 autoconf:267 libtool:22 ACLOCAL_ARGS= -I ${PREFIX}/share/aclocal CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --with-pam-mods-dir=${PREFIX}/lib --with-pam=/usr diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index 131afc6d6fa6..8ebfc33c2485 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -6,7 +6,7 @@ PORTNAME= prelude-manager PORTVERSION= 0.9.14.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old @@ -19,7 +19,7 @@ LIB_DEPENDS+= prelude.20:${PORTSDIR}/security/libprelude \ USE_GMAKE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_RC_SUBR= prelude-manager.sh CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --localstatedir=/var diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index 0b2a92cf5566..6ba001f688e9 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -7,6 +7,7 @@ PORTNAME= racoon2 PORTVERSION= 20100526a +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/ EXTRACT_SUFX= .tgz @@ -17,7 +18,7 @@ COMMENT= Racoon2 IPsec daemon USE_RC_SUBR= YES USE_OPENSSL= YES -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/racoon2 diff --git a/security/samba-vscan/Makefile b/security/samba-vscan/Makefile index b6fbb168e01d..a760fb152edb 100644 --- a/security/samba-vscan/Makefile +++ b/security/samba-vscan/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba-vscan PORTVERSION= 0.3.6c -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.openantivirus.org/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-beta5 @@ -31,7 +31,7 @@ OPTIONS= VSCAN_ANTIVIR "for use with AntiVir" off \ PORTDOCS= AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 VSCAN_SAMBA_PORT?= samba3 SAMBA_WRKSRC!= cd ${.CURDIR}/../../net/${VSCAN_SAMBA_PORT}; ${MAKE} -V WRKSRC HAS_CONFIGURE= yes diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index 1ead5859fc14..2360257cb236 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -7,6 +7,7 @@ PORTNAME= shibboleth-sp PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://shibboleth.internet2.edu/downloads/shibboleth/cppsp/${PORTVERSION}/ @@ -22,7 +23,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_RC_SUBR= shibboleth-sp -USE_AUTOTOOLS= autoconf:262 automake:110:env libtool:22:env +USE_AUTOTOOLS= autoconf:267 automake:110:env libtool:22:env WRKSRC= ${WRKDIR}/shibboleth-${PORTVERSION} LATEST_LINK= shibboleth2-sp diff --git a/security/snort/Makefile b/security/snort/Makefile index 2821e5c097f8..8be53cd3fc6d 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -126,7 +126,7 @@ CONFIGURE_ARGS+= --enable-perfprofiling .endif .if defined(WITH_SNORTSAM) -BUILD_DEPENDS+= automake>=1.10.1:${PORTSDIR}/devel/automake110 +BUILD_DEPENDS+= automake>=1.10.3:${PORTSDIR}/devel/automake110 PATCH_SITES+=http://www.snortsam.net/files/snort-plugin/:snortsam PATCHFILES+=snortsam-2.8.6.diff.gz:snortsam .endif diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile index 2b7fd90ba7ad..f460867c85d9 100644 --- a/security/sudosh3/Makefile +++ b/security/sudosh3/Makefile @@ -7,6 +7,7 @@ PORTNAME= sudosh3 PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 9fbbf70e1722..c29114780ac1 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -7,6 +7,7 @@ PORTNAME= suricata PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://openinfosecfoundation.org/download/ \ http://www6.freebsdbrasil.com.br/~eksffa/l/dev/suricata/ @@ -21,7 +22,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ BUILD_DEPENDS+= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet \ pkg-config:${PORTSDIR}/devel/pkg-config -USE_AUTOTOOLS= automake110 autoconf:262 libtool:22 +USE_AUTOTOOLS= automake110 autoconf:267 libtool:22 USE_RC_SUBR= suricata diff --git a/shells/fish/Makefile b/shells/fish/Makefile index f638c45648ac..97148721dd25 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -7,14 +7,14 @@ PORTNAME= fish PORTVERSION= 1.23.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= shells MASTER_SITES= SF MAINTAINER= rfarmer@predatorlabs.net COMMENT= A user friendly command line shell -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index d61e3cffee9f..5365a8070d1e 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -7,7 +7,7 @@ PORTNAME= zsh PORTVERSION= 4.3.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION}:src \ SF/${PORTNAME}/${PORTNAME}-doc-dev/${PORTVERSION}:doc @@ -24,7 +24,7 @@ ZSH_VER= ${PORTVERSION} USE_BZIP2= yes USE_ICONV= yes -USE_AUTOTOOLS= autoconf:262 autoheader:262 +USE_AUTOTOOLS= autoconf:267 autoheader:267 GNU_CONFIGURE= yes .if !defined(WITH_ZSH_STATIC) USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} diff --git a/sysutils/afflib/Makefile b/sysutils/afflib/Makefile index 37a650ede85e..f0d4f4bd72d4 100644 --- a/sysutils/afflib/Makefile +++ b/sysutils/afflib/Makefile @@ -8,7 +8,7 @@ PORTNAME= afflib PORTVERSION= 3.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.afflib.org/downloads/ @@ -25,7 +25,7 @@ USE_ICONV = yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS= --enable-s3=yes --libdir=${PREFIX} CONFIGURE_ENV= CPPFLAGS='-DFUSE_USE_VERSION=26' \ LDFLAGS='${PTHREAD_LIBS}' @@ -34,7 +34,7 @@ CFLAGS+= ${PTHREAD_LIBS} MAN1= afcat.1 post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|(libdir)|(libdir)/lib|' \ ${WRKSRC}/lib/Makefile.in @${REINPLACE_CMD} -e 's|(libdir)|(libdir)/libdata|' \ diff --git a/sysutils/aimage/Makefile b/sysutils/aimage/Makefile index d3c042f647c0..ce9909b9d8c6 100644 --- a/sysutils/aimage/Makefile +++ b/sysutils/aimage/Makefile @@ -7,6 +7,7 @@ PORTNAME= aimage PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.afflib.org/downloads/ @@ -18,11 +19,11 @@ LIB_DEPENDS= afflib:${PORTSDIR}/sysutils/afflib USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 PLIST_FILES= bin/aimage post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 .include <bsd.port.mk> diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index 9405fcacd3c7..746370b7a1cf 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -7,7 +7,7 @@ PORTNAME= apachetop PORTVERSION= 0.12.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.webta.org/apachetop/ diff --git a/sysutils/boxbackup-devel/Makefile b/sysutils/boxbackup-devel/Makefile index 6d00ff746a46..320d5c288b38 100644 --- a/sysutils/boxbackup-devel/Makefile +++ b/sysutils/boxbackup-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= boxbackup PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -18,7 +18,7 @@ COMMENT= An open source, completely automatic on-line backup system for UNIX USE_OPENSSL= yes GNU_CONFIGURE= yes USE_PERL5= yes -USE_AUTOTOOLS= autoconf:262 aclocal:19 autoheader:262 +USE_AUTOTOOLS= autoconf:267 aclocal:19 autoheader:267 ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4 PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile index 6d00ff746a46..320d5c288b38 100644 --- a/sysutils/boxbackup/Makefile +++ b/sysutils/boxbackup/Makefile @@ -7,7 +7,7 @@ PORTNAME= boxbackup PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -18,7 +18,7 @@ COMMENT= An open source, completely automatic on-line backup system for UNIX USE_OPENSSL= yes GNU_CONFIGURE= yes USE_PERL5= yes -USE_AUTOTOOLS= autoconf:262 aclocal:19 autoheader:262 +USE_AUTOTOOLS= autoconf:267 aclocal:19 autoheader:267 ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4 PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index bebf3f1750ab..15b2397ed8d1 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -7,6 +7,7 @@ PORTNAME= condor PORTVERSION= 7.0.0 +PORTREVISION= 1 CATEGORIES= sysutils parallel MASTER_SITES= http://www.cs.wisc.edu/condor/cgi-bin/downloads/sendfile.pl/freebsd-${OSREL}/v7.0/ DISTNAME= condor_src-${PORTVERSION}-all-all @@ -21,7 +22,7 @@ WRKSRC= ${WRKDIR}/condor_src-${PORTVERSION}/src/ OPTIONS= SUBMIT_NODE "Configure system to be able to submit jobs" On \ EXECUTE_NODE "Configure system to execute jobs in pool" On \ MANAGER_NODE "Configure system as central manager node" On -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env USE_BISON= build USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile index 27e6bc61d16b..656a197791e2 100644 --- a/sysutils/cronolog/Makefile +++ b/sysutils/cronolog/Makefile @@ -7,7 +7,7 @@ PORTNAME= cronolog PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://cronolog.org/download/ diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile index 421ce473b46f..5e11db382fca 100644 --- a/sysutils/ftwin/Makefile +++ b/sysutils/ftwin/Makefile @@ -7,7 +7,7 @@ PORTNAME= ftwin PORTVERSION= 0.8.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://download.meroware.org/ftwin/ @@ -20,7 +20,7 @@ LIB_DEPENDS= puzzle.1:${PORTSDIR}/graphics/libpuzzle \ USE_BZIP2= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 aclocal:110 automake:110 autoheader:262 +USE_AUTOTOOLS= autoconf:267 aclocal:110 automake:110 autoheader:267 CONFIGURE_ARGS+= --with-puzzle=${LOCALBASE} PLIST_FILES= bin/ftwin diff --git a/sysutils/gpkgdep/Makefile b/sysutils/gpkgdep/Makefile index a8ac80bf469f..6bee436c3a2e 100644 --- a/sysutils/gpkgdep/Makefile +++ b/sysutils/gpkgdep/Makefile @@ -6,6 +6,7 @@ PORTNAME= gpkgdep PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/ @@ -14,7 +15,7 @@ COMMENT= Shows package dependencies in tree views USE_BZIP2= yes USE_GNOME= gtk20 -USE_AUTOTOOLS= automake:15 autoconf:262 +USE_AUTOTOOLS= automake:15 autoconf:267 AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes PLIST_FILES= bin/gpkgdep diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index ef430aa1b66f..b42f315f8a20 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -7,14 +7,14 @@ PORTNAME= grub PORTVERSION= 0.97 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ MAINTAINER= sem@FreeBSD.org COMMENT= GRand Unified Bootloader -USE_AUTOTOOLS= automake:19 autoconf:262 +USE_AUTOTOOLS= automake:19 autoconf:267 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-freebsd-freebsd${OSREL} diff --git a/sysutils/hdup/Makefile b/sysutils/hdup/Makefile index 34b2df106ea8..7873716fbf43 100644 --- a/sysutils/hdup/Makefile +++ b/sysutils/hdup/Makefile @@ -7,7 +7,7 @@ PORTNAME= hdup PORTVERSION= 2.0.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://www.miek.nl/projects/hdup2/ \ http://www.miek.nl/projects/hdup2/previous/ @@ -28,7 +28,7 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= glib20 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 MAN1= hdup.1 MAN5= hdup.conf.5 diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index f46ec9463529..34a7a29fe0aa 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -7,7 +7,7 @@ PORTNAME= heartbeat PORTVERSION= 2.1.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils #MASTER_SITES= http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2 MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -24,7 +24,7 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ xml2:${PORTSDIR}/textproc/libxml2 PATCH_DEPENDS= ${LOCALBASE}/bin/libtoolize:${PORTSDIR}/devel/libtool22 -USE_AUTOTOOLS= autoconf:262 autoheader:262 automake:110 aclocal:110 \ +USE_AUTOTOOLS= autoconf:267 autoheader:267 automake:110 aclocal:110 \ libtool:22 libltdl:22 AUTOMAKE_ARGS+= --add-missing --include-deps --copy ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 45fe9fd68a5b..5cffe3ab6097 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -7,7 +7,7 @@ PORTNAME= htop PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF @@ -20,7 +20,7 @@ NOT_FOR_ARCHS= sparc64 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-proc=/compat/linux/proc --enable-unicode -USE_AUTOTOOLS= autoconf:262 aclocal:19 automake:19 libtool:22 +USE_AUTOTOOLS= autoconf:267 aclocal:19 automake:19 libtool:22 ACLOCAL_ARGS= -I ${ACLOCAL_DIR} USE_PYTHON_BUILD= yes diff --git a/sysutils/jfbterm/Makefile b/sysutils/jfbterm/Makefile index a5c006197de9..bbf9d1d2dbd1 100644 --- a/sysutils/jfbterm/Makefile +++ b/sysutils/jfbterm/Makefile @@ -6,6 +6,7 @@ PORTNAME= jfbterm PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.ac.auone-net.jp/~baba/jfbterm/ \ http://chirashi-no-ura.net/files/ @@ -23,7 +24,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 automake:14 +USE_AUTOTOOLS= autoconf:267 automake:14 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ --mandir="${LOCALBASE}/man" diff --git a/sysutils/lcdproc/Makefile b/sysutils/lcdproc/Makefile index f227150074ac..583c0cb8dc09 100644 --- a/sysutils/lcdproc/Makefile +++ b/sysutils/lcdproc/Makefile @@ -7,6 +7,7 @@ PORTNAME= lcdproc PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF @@ -15,7 +16,7 @@ COMMENT= A client/server suite for LCD devices ONLY_FOR_ARCHS= i386 amd64 -USE_AUTOTOOLS= autoconf:262 automake:19 aclocal:19 +USE_AUTOTOOLS= autoconf:267 automake:19 aclocal:19 GNU_CONFIGURE= yes USE_GNOME= pkgconfig USE_RC_SUBR= LCDd lcdproc lcdexec diff --git a/sysutils/nctop/Makefile b/sysutils/nctop/Makefile index 1c56d86998d4..adb6932c7ab9 100644 --- a/sysutils/nctop/Makefile +++ b/sysutils/nctop/Makefile @@ -7,7 +7,7 @@ PORTNAME= nctop PORTVERSION= 0.23.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.rz.uni-karlsruhe.de/~hj28/download.php?file=/ diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 3edfcbdc19a2..d2613a2c699e 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -7,7 +7,7 @@ PORTNAME= nut PORTVERSION= 2.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Network UPS Tools -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile index 6847bc01c581..d0a4cc66800f 100644 --- a/sysutils/nut22/Makefile +++ b/sysutils/nut22/Makefile @@ -7,7 +7,7 @@ PORTNAME= nut PORTVERSION= 2.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Network UPS Tools -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/sysutils/openipmi/Makefile b/sysutils/openipmi/Makefile index 342acbbc73a2..999dcbf2218f 100644 --- a/sysutils/openipmi/Makefile +++ b/sysutils/openipmi/Makefile @@ -7,7 +7,7 @@ PORTNAME= openipmi PORTVERSION= 2.0.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/OpenIPMI%202.0%20Library/${PORTVERSION} DISTNAME= OpenIPMI-${PORTVERSION} @@ -21,7 +21,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= pkgconfig -USE_AUTOTOOLS= autoconf:262 autoheader:262 automake:110 aclocal:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 autoheader:267 automake:110 aclocal:110 libtool:22 AUTOMAKE_ARGS+= --add-missing --copy --foreign ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal diff --git a/sysutils/rdup/Makefile b/sysutils/rdup/Makefile index 56545b598da6..68ded993cf6e 100644 --- a/sysutils/rdup/Makefile +++ b/sysutils/rdup/Makefile @@ -8,6 +8,7 @@ PORTNAME= rdup PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://miek.nl/projects/rdup/ @@ -21,7 +22,7 @@ LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20 \ USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" diff --git a/sysutils/wmupmon/Makefile b/sysutils/wmupmon/Makefile index df3fb30390fe..2252f1241f93 100644 --- a/sysutils/wmupmon/Makefile +++ b/sysutils/wmupmon/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmupmon PORTVERSION= 0.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils windowmaker MASTER_SITES= http://j-z-s.com/projects/downloads/ @@ -16,7 +16,7 @@ COMMENT= An uptime showing dockapp with a similar look to wmcpuload USE_BZIP2= yes USE_XORG= xpm -USE_AUTOTOOLS= automake:15 autoheader:262 +USE_AUTOTOOLS= automake:15 autoheader:267 CONFIGURE_ARGS= --program-prefix="" MAN1= wmupmon.1 diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile index 5dc984f3b7cd..94a083f7fc7c 100644 --- a/sysutils/xfsprogs/Makefile +++ b/sysutils/xfsprogs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfsprogs PORTVERSION= 2.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ftp://oss.sgi.com/projects/xfs/cmd_tars/ \ ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/ @@ -19,7 +19,7 @@ COMMENT= A set of utilities and library to manipulate an xfs filesystem USE_GMAKE= yes USE_GETTEXT= yes -USE_AUTOTOOLS= autoconf:262 libtool:22:env +USE_AUTOTOOLS= autoconf:267 libtool:22:env GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL="${INSTALL} ${_BINOWNGRP}" \ CFLAGS="${CFLAGS}" \ diff --git a/sysutils/zetaback/Makefile b/sysutils/zetaback/Makefile index e195ce3938bc..0dbc951fe27f 100644 --- a/sysutils/zetaback/Makefile +++ b/sysutils/zetaback/Makefile @@ -7,6 +7,7 @@ PORTNAME= zetaback PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://labs.omniti.com/zetaback/tags/1.0/ @@ -15,7 +16,7 @@ COMMENT= Zetaback ZFS backup and recovery management system USE_PERL5_RUN= YES GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 MAN1= zetaback.1 zetaback_agent.1 diff --git a/sysutils/zisofs-tools/Makefile b/sysutils/zisofs-tools/Makefile index 00ed9710cdf1..0a2820c8552f 100644 --- a/sysutils/zisofs-tools/Makefile +++ b/sysutils/zisofs-tools/Makefile @@ -7,6 +7,7 @@ PORTNAME= zisofs-tools PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} MASTER_SITE_SUBDIR= linux/utils/fs/zisofs @@ -16,7 +17,7 @@ COMMENT= User utilities for zisofs PORTDOCS= CHANGES COPYING INSTALL MRULES README -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/textproc/augeas/Makefile b/textproc/augeas/Makefile index f414384ba68f..e4072c9f0d0e 100644 --- a/textproc/augeas/Makefile +++ b/textproc/augeas/Makefile @@ -8,7 +8,7 @@ PORTNAME= augeas PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://augeas.net/download/ @@ -17,7 +17,7 @@ COMMENT= A configuration editing tool USE_GETTEXT= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 aclocal:110 autoheader:262 automake:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 aclocal:110 autoheader:267 automake:110 libtool:22 ACLOCAL_ARGS= -I . -I gnulib/m4 -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes diff --git a/textproc/iiimf-client-lib/Makefile b/textproc/iiimf-client-lib/Makefile index 00558dfaaa51..c6ccb4e5bcc5 100644 --- a/textproc/iiimf-client-lib/Makefile +++ b/textproc/iiimf-client-lib/Makefile @@ -7,7 +7,7 @@ PORTNAME= client-lib PORTVERSION= 12.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -24,7 +24,7 @@ ONLY_FOR_ARCHS= i386 USE_LDCONFIG= yes USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/lib/iiimcf diff --git a/textproc/iiimf-client-lib/files/patch-Makefile b/textproc/iiimf-client-lib/files/patch-Makefile index f89c8b0750cf..df78cedf4624 100644 --- a/textproc/iiimf-client-lib/files/patch-Makefile +++ b/textproc/iiimf-client-lib/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.62 -+AUTOCONF = autoconf-2.62 ++AUTOHEADER = autoheader-2.67 ++AUTOCONF = autoconf-2.67 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.62 ++AUTORECONF = autoreconf-2.67 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/textproc/iiimf-csconv/Makefile b/textproc/iiimf-csconv/Makefile index 26fc86e1206c..66582218fc97 100644 --- a/textproc/iiimf-csconv/Makefile +++ b/textproc/iiimf-csconv/Makefile @@ -7,7 +7,7 @@ PORTNAME= csconv PORTVERSION= 12.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_ICONV= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/lib/CSConv diff --git a/textproc/iiimf-csconv/files/patch-Makefile b/textproc/iiimf-csconv/files/patch-Makefile index 36162e720cad..5b829ed4d387 100644 --- a/textproc/iiimf-csconv/files/patch-Makefile +++ b/textproc/iiimf-csconv/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.62 -+AUTOCONF = autoconf-2.62 ++AUTOHEADER = autoheader-2.67 ++AUTOCONF = autoconf-2.67 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.62 ++AUTORECONF = autoreconf-2.67 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/textproc/iiimf-le-unit/Makefile b/textproc/iiimf-le-unit/Makefile index 424efaacc09c..da135d7632e1 100644 --- a/textproc/iiimf-le-unit/Makefile +++ b/textproc/iiimf-le-unit/Makefile @@ -7,7 +7,7 @@ PORTNAME= le-unit PORTVERSION= 12.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -27,7 +27,7 @@ USE_ICONV= yes USE_GMAKE= yes USE_GNOME= libxml2 USE_XORG= x11 -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/textproc/iiimf-le-unit/files/patch-Makefile b/textproc/iiimf-le-unit/files/patch-Makefile index bf06af25cea2..7db3edd23da2 100644 --- a/textproc/iiimf-le-unit/files/patch-Makefile +++ b/textproc/iiimf-le-unit/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.62 -+AUTOCONF = autoconf-2.62 ++AUTOHEADER = autoheader-2.67 ++AUTOCONF = autoconf-2.67 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.62 ++AUTORECONF = autoreconf-2.67 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/textproc/iiimf-protocol-lib/Makefile b/textproc/iiimf-protocol-lib/Makefile index 6f17ed4d6bb2..f8f34fa58f36 100644 --- a/textproc/iiimf-protocol-lib/Makefile +++ b/textproc/iiimf-protocol-lib/Makefile @@ -7,7 +7,7 @@ PORTNAME= protocol-lib PORTVERSION= 12.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= i386 USE_LDCONFIG= yes USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/lib/iiimp diff --git a/textproc/iiimf-protocol-lib/files/patch-Makefile b/textproc/iiimf-protocol-lib/files/patch-Makefile index d5fd1652a168..fea16b218127 100644 --- a/textproc/iiimf-protocol-lib/files/patch-Makefile +++ b/textproc/iiimf-protocol-lib/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.62 -+AUTOCONF = autoconf-2.62 ++AUTOHEADER = autoheader-2.67 ++AUTOCONF = autoconf-2.67 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.62 ++AUTORECONF = autoreconf-2.67 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/textproc/iiimf-server/Makefile b/textproc/iiimf-server/Makefile index a7de387298d6..ba656b65db4d 100644 --- a/textproc/iiimf-server/Makefile +++ b/textproc/iiimf-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= server PORTVERSION= 12.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -26,7 +26,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= pkgconfig libxml2 USE_OPENSSL= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/iiimsf diff --git a/textproc/iiimf-server/files/patch-Makefile b/textproc/iiimf-server/files/patch-Makefile index f2ed2f4b9666..8c7de3468087 100644 --- a/textproc/iiimf-server/files/patch-Makefile +++ b/textproc/iiimf-server/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.62 -+AUTOCONF = autoconf-2.62 ++AUTOHEADER = autoheader-2.67 ++AUTOCONF = autoconf-2.67 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.62 ++AUTORECONF = autoreconf-2.67 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/textproc/iiimf-x-lib/Makefile b/textproc/iiimf-x-lib/Makefile index 5774950607dc..f7b3c5182072 100644 --- a/textproc/iiimf-x-lib/Makefile +++ b/textproc/iiimf-x-lib/Makefile @@ -7,7 +7,7 @@ PORTNAME= x-lib PORTVERSION= 12.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -27,7 +27,7 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_MOTIF= yes USE_OPENSSL= yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/iiimxcf/xiiimp.so diff --git a/textproc/iiimf-x-lib/files/patch-Makefile b/textproc/iiimf-x-lib/files/patch-Makefile index a1a2017ac4bf..fde056fb6489 100644 --- a/textproc/iiimf-x-lib/files/patch-Makefile +++ b/textproc/iiimf-x-lib/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.62 -+AUTOCONF = autoconf-2.62 ++AUTOHEADER = autoheader-2.67 ++AUTOCONF = autoconf-2.67 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.62 ++AUTORECONF = autoreconf-2.67 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile index 69ab6966988e..116a1ab398bd 100644 --- a/textproc/iiimf-x/Makefile +++ b/textproc/iiimf-x/Makefile @@ -7,7 +7,7 @@ PORTNAME= x PORTVERSION= 12.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_GMAKE= yes USE_XORG= x11 ice xt -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/iiimxcf/htt_xbe diff --git a/textproc/iiimf-x/files/patch-Makefile b/textproc/iiimf-x/files/patch-Makefile index fac1f8943c21..05a2f9ee72ef 100644 --- a/textproc/iiimf-x/files/patch-Makefile +++ b/textproc/iiimf-x/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.62 -+AUTOCONF = autoconf-2.62 ++AUTOHEADER = autoheader-2.67 ++AUTOCONF = autoconf-2.67 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.62 ++AUTORECONF = autoreconf-2.67 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index f3e471542418..b47e54d03851 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -7,7 +7,7 @@ PORTNAME= iksemel PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -16,7 +16,7 @@ COMMENT= XML parser library mainly designed for Jabber applications LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ diff --git a/textproc/libmrss/Makefile b/textproc/libmrss/Makefile index a99a5f935fe3..05cf5292e9ea 100644 --- a/textproc/libmrss/Makefile +++ b/textproc/libmrss/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmrss PORTVERSION= 0.19.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.autistici.org/bakunin/libmrss/ @@ -36,7 +36,7 @@ pre-patch: .if defined(WITH_PHPMRSS) USE_PHP= yes USE_PHP_BUILD= yes -USE_AUTOTOOLS+= autoconf:262:env +USE_AUTOTOOLS+= autoconf:267:env post-install: @(cd ${WRKSRC}/phpmrss; ${SETENV} ${SCRIPTS_ENV} ${LOCALBASE}/bin/phpize) @(cd ${WRKSRC}/phpmrss; ./configure; ${MAKE} install) diff --git a/textproc/xaira/Makefile b/textproc/xaira/Makefile index d97dc62e9884..2951cd30d2e5 100644 --- a/textproc/xaira/Makefile +++ b/textproc/xaira/Makefile @@ -7,7 +7,7 @@ PORTNAME= xaira PORTVERSION= 1.23 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -18,7 +18,7 @@ LIB_DEPENDS= xerces-c:${PORTSDIR}/textproc/xerces-c2 \ icuio:${PORTSDIR}/devel/icu GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal:19 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:19 autoconf:267 libtool:22 ACLOCAL_ARGS= -I ${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal -I . USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/textproc/xlhtml/Makefile b/textproc/xlhtml/Makefile index 25f8978f60dc..0c3b6ac763c2 100644 --- a/textproc/xlhtml/Makefile +++ b/textproc/xlhtml/Makefile @@ -7,7 +7,7 @@ PORTNAME= xlhtml PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SF/chicago/${PORTNAME}/backend @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Convert Excel and PowerPoint files to HTML and text USE_GMAKE= yes -USE_AUTOTOOLS= automake:14 autoconf:262 +USE_AUTOTOOLS= automake:14 autoconf:267 CONFIGURE_ARGS= --mandir=${PREFIX}/man MAN1= ppthtml.1 xlhtml.1 diff --git a/ukrainian/kde3-i18n/Makefile b/ukrainian/kde3-i18n/Makefile index 89dd5588fb2f..ca8133fa0ada 100644 --- a/ukrainian/kde3-i18n/Makefile +++ b/ukrainian/kde3-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Ukrainian messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/ukrainian/koffice-i18n/Makefile b/ukrainian/koffice-i18n/Makefile index 848734f19bf0..d4d691dce095 100644 --- a/ukrainian/koffice-i18n/Makefile +++ b/ukrainian/koffice-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Ukrainian messages and documentation for koffice -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/vietnamese/kde3-i18n/Makefile b/vietnamese/kde3-i18n/Makefile index a9cf44a37f74..1b56c246e0e0 100644 --- a/vietnamese/kde3-i18n/Makefile +++ b/vietnamese/kde3-i18n/Makefile @@ -17,11 +17,10 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Vietnamese messages and documentation for KDE3 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 76a6eec7db95..d9a990323b70 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -9,7 +9,7 @@ PORTNAME= apache PORTVERSION= 2.0.63 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITE_LOCAL:S/$/:powerlogo/} @@ -52,7 +52,7 @@ CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* # THREADS "Enable threads in apr" Off USE_ICONV= yes -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_PERL5= yes USE_RC_SUBR= apache2 USE_APACHE= common20 diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 478daa564033..066d1dc524db 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -9,6 +9,7 @@ PORTNAME= apache PORTVERSION= 2.2.16 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} @@ -36,7 +37,7 @@ CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* USE_APACHE= common22 USE_BZIP2= yes USE_ICONV= yes -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 USE_PERL5= yes USE_RC_SUBR= apache22 htcacheclean LIBTOOLFILES= configure diff --git a/www/asterisk-gui/Makefile b/www/asterisk-gui/Makefile index 25b6a1e3169c..29b35bbf384e 100644 --- a/www/asterisk-gui/Makefile +++ b/www/asterisk-gui/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk-gui PORTVERSION= 2.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk-gui/releases/ @@ -18,7 +18,7 @@ RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk \ wget:${PORTSDIR}/ftp/wget PROJECTHOST= asterisk-bsd -USE_AUTOTOOLS= autoconf:262 automake:19 +USE_AUTOTOOLS= autoconf:267 automake:19 USE_GMAKE= yes SUB_FILES= pkg-message diff --git a/www/asterisk-gui/files/patch-bootstrap.sh b/www/asterisk-gui/files/patch-bootstrap.sh index 554cf1620080..55d76d3563ff 100644 --- a/www/asterisk-gui/files/patch-bootstrap.sh +++ b/www/asterisk-gui/files/patch-bootstrap.sh @@ -6,7 +6,7 @@ if [ $? = 0 ] ; then # FreeBSD case - MY_AC_VER=259 - MY_AM_VER=19 -+ MY_AC_VER=-2.62 ++ MY_AC_VER=-2.67 + MY_AM_VER=-1.9 else # linux case MY_AC_VER= diff --git a/www/bookmarkbridge/Makefile b/www/bookmarkbridge/Makefile index a51807091b88..c15f44138b02 100644 --- a/www/bookmarkbridge/Makefile +++ b/www/bookmarkbridge/Makefile @@ -7,7 +7,7 @@ PORTNAME= bookmarkbridge PORTVERSION= 0.76 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF @@ -22,7 +22,7 @@ USE_QT_VER= 4 QT_COMPONENTS= corelib gui moc_build rcc_build uic_build qt3support USE_GNOME= gnometarget libxml2 USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 +USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:267 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal .include <bsd.port.pre.mk> diff --git a/www/fcgiwrap/Makefile b/www/fcgiwrap/Makefile index d934fd6585e0..8721621c9414 100644 --- a/www/fcgiwrap/Makefile +++ b/www/fcgiwrap/Makefile @@ -7,7 +7,7 @@ PORTNAME= fcgiwrap PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://cloud.github.com/downloads/gnosek/fcgiwrap/ @@ -21,7 +21,7 @@ LICENSE= MIT USE_RC_SUBR= fcgiwrap -USE_AUTOTOOLS= autoconf:262:env autoheader:262 +USE_AUTOTOOLS= autoconf:267:env autoheader:267 CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib GNU_CONFIGURE= yes diff --git a/www/flood/Makefile b/www/flood/Makefile index 1b00a6afcdf2..582ffc78fb73 100644 --- a/www/flood/Makefile +++ b/www/flood/Makefile @@ -7,7 +7,7 @@ PORTNAME= flood PORTVERSION= 0.20041105 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://dist.bsdlab.org/ DISTNAME= httpd-test_20041105052051 @@ -19,7 +19,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ apr-1:${PORTSDIR}/devel/apr1 WRKSRC= ${WRKDIR}/httpd-test/flood -USE_AUTOTOOLS= autoconf:262 libtool:22:env +USE_AUTOTOOLS= autoconf:267 libtool:22:env CONFIGURE_ARGS= --disable-shared \ --with-apr=${LOCALBASE}/bin/apr-1-config \ --with-apr-util=${LOCALBASE}/bin/apu-1-config diff --git a/www/gforge/Makefile b/www/gforge/Makefile index 596a9680e459..772adae7ba57 100644 --- a/www/gforge/Makefile +++ b/www/gforge/Makefile @@ -7,6 +7,7 @@ PORTNAME= gforge PORTVERSION= 4.5.19 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= http://gforge.org/gf/download/frsrelease/150/245/ @@ -19,7 +20,7 @@ USE_BZIP2= YES USE_PERL5= YES HAS_CONFIGURE= YES USE_APACHE= 13 -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 NO_BUILD= YES USE_PHP= pgsql session pcre WANT_PHP_CLI= YES diff --git a/www/kdewebdev/Makefile b/www/kdewebdev/Makefile index d07bad69c9c6..46ec19428ce3 100644 --- a/www/kdewebdev/Makefile +++ b/www/kdewebdev/Makefile @@ -17,8 +17,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Comprehensive html/website development environment -BUILD_DEPENDS= cvsservice:${PORTSDIR}/devel/kdesdk3 \ - xgettext:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= cvsservice:${PORTSDIR}/devel/kdesdk3 RUN_DEPENDS= cvsservice:${PORTSDIR}/devel/kdesdk3 \ tidy:${PORTSDIR}/www/tidy-lib @@ -28,6 +27,7 @@ PREFIX= ${KDE_PREFIX} USE_BZIP2= yes USE_XORG= xpm USE_GMAKE= yes +USE_GETTEXT= build USE_AUTOTOOLS= libtool:22 .include <${.CURDIR}/../../x11/kde3/Makefile.kde> diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile index d20273670f7b..a236ef64d068 100644 --- a/www/libapreq2/Makefile +++ b/www/libapreq2/Makefile @@ -7,7 +7,7 @@ PORTNAME= libapreq2 PORTVERSION= 2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} MASTER_SITE_SUBDIR=libapreq @@ -18,7 +18,7 @@ COMMENT= Generic Apache2 Request Library USE_APACHE= 2.0+ USE_GMAKE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:262 libtool:22 +USE_AUTOTOOLS= autoconf:267 libtool:22 CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE} MAKE_ENV+= MAKE=${GMAKE} ## MakeMaker blows it without this diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 6999872abe80..aae10fdfe42b 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -7,7 +7,7 @@ PORTNAME?= lighttpd PORTVERSION= 1.4.28 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ @@ -20,7 +20,7 @@ LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= lthack -USE_AUTOTOOLS= autoconf:262 autoheader:262 aclocal:110 automake:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 autoheader:267 aclocal:110 automake:110 libtool:22 ACLOCAL_ARGS= -I m4 CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd --enable-static diff --git a/www/links/Makefile b/www/links/Makefile index 3ddd89e011c9..2aacc87fb0e9 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -7,7 +7,7 @@ PORTNAME= links DISTVERSION= 2.2 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES?= www MASTER_SITES= http://links.twibright.com/download/ @@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --without-directfb .endif .if defined(WITH_IPV6) -USE_AUTOTOOLS+= autoconf:262 +USE_AUTOTOOLS+= autoconf:267 PATCH_SITES+= http://xpisar.wz.cz/links-ipv6/:ipv6 PATCHFILES+= links-2.2-ipv6-2.diff:ipv6 .endif diff --git a/www/mod_cplusplus/Makefile b/www/mod_cplusplus/Makefile index b38cc1b1ab03..d02d3510d10a 100644 --- a/www/mod_cplusplus/Makefile +++ b/www/mod_cplusplus/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_cplusplus PORTVERSION= 1.5.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/modcplusplus/modcplusplus/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ COMMENT= Apache module for loading C++ objects as handlers MAKE_JOBS_SAFE= yes USE_APACHE= 2.0+ -USE_AUTOTOOLS= autoconf:262 autoheader:262 libtool:22 automake:19 aclocal:19 +USE_AUTOTOOLS= autoconf:267 autoheader:267 libtool:22 automake:19 aclocal:19 CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes diff --git a/www/mod_rivet/Makefile b/www/mod_rivet/Makefile index 5e02eeeb2168..fc1a745220e5 100644 --- a/www/mod_rivet/Makefile +++ b/www/mod_rivet/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_rivet PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= www tcl MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tcl/rivet @@ -20,7 +21,7 @@ WRKSRC= ${WRKDIR}/rivet-${PORTVERSION} MAKE_JOBS_SAFE= yes USE_APACHE= 2.0+ -USE_AUTOTOOLS= automake:110 autoconf:262 +USE_AUTOTOOLS= automake:110 autoconf:267 USE_TCL= 84+ GMAKE= yes diff --git a/www/moonshine/Makefile b/www/moonshine/Makefile index 96d174e64a9c..5494e711932f 100644 --- a/www/moonshine/Makefile +++ b/www/moonshine/Makefile @@ -7,7 +7,7 @@ PORTNAME= moonshine PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www multimedia MASTER_SITES= http://romain.blogreen.org/distfiles/ DISTNAME= abock-${PORTNAME}-${GITCOMMIT} @@ -20,7 +20,7 @@ GITCOMMIT= 35085a4 USE_GMAKE= yes USE_GECKO= libxul -USE_AUTOTOOLS= libtool:22 libtoolize aclocal:110 autoconf:262 autoheader:262 automake:110 +USE_AUTOTOOLS= libtool:22 libtoolize aclocal:110 autoconf:267 autoheader:267 automake:110 LIBTOOLIZE_ARGS= --force --copy --automake AUTOMAKE_ARGS= --gnu --add-missing --force --copy -Wno-portability ACLOCAL_ARGS= diff --git a/www/oops/Makefile b/www/oops/Makefile index 09b5d9cc7129..07cc46c9e30f 100644 --- a/www/oops/Makefile +++ b/www/oops/Makefile @@ -7,7 +7,7 @@ PORTNAME= oops PORTVERSION= ${OOPSVERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://oops-cache.org/ \ ftp://kucha.ru/pub/misc/oops/ @@ -21,7 +21,7 @@ BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk OOPSVERSION= 1.5.24 USE_SUBMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ARGS?=--sbindir=${PREFIX}/sbin \ --sysconfdir=${PREFIX}/etc/oops \ --localstatedir=${OOPSVAR} \ diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 9ff829926c41..151a4a2b008b 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -7,7 +7,7 @@ PORTNAME= privoxy PORTVERSION= 3.0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 DISTNAME= privoxy-${PORTVERSION}-stable-src @@ -20,7 +20,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre WRKSRC= ${WRKDIR}/privoxy-${PORTVERSION}-stable USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_RC_SUBR= privoxy SUB_FILES= pkg-message diff --git a/www/rt38/Makefile b/www/rt38/Makefile index bf2974ea4425..1e9563a2ed57 100644 --- a/www/rt38/Makefile +++ b/www/rt38/Makefile @@ -13,6 +13,7 @@ PORTNAME= rt PORTVERSION= 3.8.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ @@ -53,7 +54,7 @@ BUILD_DEPENDS+= ${CORE_DEPS} \ RUN_DEPENDS+= ${BUILD_DEPENDS} USE_PERL5= 5.8.3+ -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 .include <bsd.port.pre.mk> .if defined(WITH_DEV) diff --git a/www/rt40/Makefile b/www/rt40/Makefile index bf2974ea4425..1e9563a2ed57 100644 --- a/www/rt40/Makefile +++ b/www/rt40/Makefile @@ -13,6 +13,7 @@ PORTNAME= rt PORTVERSION= 3.8.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ @@ -53,7 +54,7 @@ BUILD_DEPENDS+= ${CORE_DEPS} \ RUN_DEPENDS+= ${BUILD_DEPENDS} USE_PERL5= 5.8.3+ -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 .include <bsd.port.pre.mk> .if defined(WITH_DEV) diff --git a/www/suphp/Makefile b/www/suphp/Makefile index 8d44936c9d8b..de3dc96912e3 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -7,7 +7,7 @@ PORTNAME= suphp PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.suphp.org/download/ \ ${MASTER_SITE_LOCAL:S|%SUBDIR%|koitsu|} @@ -16,7 +16,7 @@ MAINTAINER= yzlin@FreeBSD.org COMMENT= Securely execute PHP scripts under Apache GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal:110:env automake:110:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= aclocal:110:env automake:110:env autoconf:267:env libtool:22:env # Maintainer has not tested suPHP 0.6.x on Apache 1.3. USE_APACHE= 2.0+ @@ -40,7 +40,8 @@ CONFIGURE_ARGS+= --with-setid-mode=${WITH_SETID_MODE} CONFIGURE_ARGS+= --with-apr=${LOCALBASE} post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|1.10.1|1.10.3|g' ${WRKSRC}/aclocal.m4 @${CHMOD} 755 ${WRKSRC}/config/install-sh post-install: diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile index d4fe6bb2b56d..c0fc7235d221 100644 --- a/www/tidy-devel/Makefile +++ b/www/tidy-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME?= tidy DISTVERSION= 090315-cvs +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} #MASTER_SITES= http://tidy.sourceforge.net/src/%SUBDIR%/ \ @@ -31,7 +32,7 @@ USE_GMAKE= yes PLIST_SUB= SHLIB="@comment " NSHLIB="" CONFLICTS= tidy-20000804* tidy-lib-[0-9]* .else -USE_AUTOTOOLS= automake:15 autoconf:262 libtool:22 +USE_AUTOTOOLS= automake:15 autoconf:267 libtool:22 AUTOMAKE_ARGS+= -a -c --foreign USE_LDCONFIG= yes PLIST_SUB= SHLIB="" NSHLIB="@comment " diff --git a/www/trafficserver/Makefile b/www/trafficserver/Makefile index c2db8b9e5233..3693916c1b78 100644 --- a/www/trafficserver/Makefile +++ b/www/trafficserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= trafficserver PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= trafficserver @@ -21,7 +21,7 @@ BUILD_DEPENDS= expat>0:${PORTSDIR}/textproc/expat2 \ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_AUTOTOOLS= autoconf:262 automake:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 automake:110 libtool:22 USE_BZIP2= yes USE_ICONV= yes USE_OPENSSL= yes diff --git a/www/websh/Makefile b/www/websh/Makefile index e076868d22a1..e0dad85be6c7 100644 --- a/www/websh/Makefile +++ b/www/websh/Makefile @@ -7,6 +7,7 @@ PORTNAME= websh PORTVERSION= 3.6.0b5 +PORTREVISION= 1 CATEGORIES= www tcl MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR=tcl/${PORTNAME}/source @@ -20,7 +21,7 @@ MAKE_JOBS_UNSAFE= yes TCL_DVER= ${TCL_VER:S/.//} USE_TCL= 84+ -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/unix CONFIGURE_ARGS+=--with-tclinclude=${TCL_INCLUDEDIR} \ --with-tcl=${TCL_LIBDIR} diff --git a/x11-drivers/xf86-video-radeonhd-devel/Makefile b/x11-drivers/xf86-video-radeonhd-devel/Makefile index 14c24ef77a51..c453e633a3c5 100644 --- a/x11-drivers/xf86-video-radeonhd-devel/Makefile +++ b/x11-drivers/xf86-video-radeonhd-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= xf86-video-radeonhd PORTVERSION= 1.3.0.20091101 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-drivers MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork @@ -22,7 +22,7 @@ LIB_DEPENDS= pciaccess.0:${PORTSDIR}/devel/libpciaccess XORG_CAT= driver USE_XORG= damageproto glproto videoproto xextproto xf86driproto -USE_AUTOTOOLS= aclocal:19 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:19 autoconf:267 libtool:22 CONFLICTS= xf86-video-radeonhd-[0-9]* diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index d943eaebafd5..5086bfeef4d9 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome-commander PORTVERSION= 1.2.8.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME @@ -27,7 +28,7 @@ USE_BZIP2= yes USE_GNOME= gnomedocutils gnomehack gnomeprefix gnometarget intlhack libgnomeui USE_GMAKE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 autoconf:262:env aclocal:19:env automake:19:env +USE_AUTOTOOLS= libtool:22 autoconf:267:env aclocal:19:env automake:19:env GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-servers/driglide/Makefile b/x11-servers/driglide/Makefile index 556143a06409..4f3534c5c305 100644 --- a/x11-servers/driglide/Makefile +++ b/x11-servers/driglide/Makefile @@ -7,7 +7,7 @@ PORTNAME= driglide PORTVERSION= 0.9.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= anholt/driglide/ @@ -18,7 +18,7 @@ COMMENT= Libraries to support 3dfx Voodoo3/4/5/Banshee with the DRI USE_XORG= xxf86vm xxf86dga USE_BZIP2= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= automake:14 autoconf:262 libtool:22 +USE_AUTOTOOLS= automake:14 autoconf:267 libtool:22 AUTOMAKE_ARGS= -a USE_GMAKE= yes MAKE_ARGS= PREPROCESSOR=/usr/bin/cpp diff --git a/x11-themes/kdmtheme/Makefile b/x11-themes/kdmtheme/Makefile index 360254580d4e..cf24dfcdb49c 100644 --- a/x11-themes/kdmtheme/Makefile +++ b/x11-themes/kdmtheme/Makefile @@ -7,7 +7,7 @@ PORTNAME= kdmtheme PORTVERSION= 1.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes MASTER_SITES= http://beta.smileaf.org/files/kdmtheme/ \ ${MASTER_SITE_GENTOO:S/%SUBDIR%/distfiles/} @@ -18,7 +18,7 @@ COMMENT= KDM Theme Manager USE_KDEBASE_VER=3 USE_BZIP2= yes USE_PERL5_BUILD=yes -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22 +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22 autoheader:267:env USE_GMAKE= yes pre-configure: diff --git a/x11-themes/kdmtheme/files/patch-admin__detect-autoconf.sh b/x11-themes/kdmtheme/files/patch-admin__detect-autoconf.sh index 8f48b6a81a11..ff6bf4b82b82 100644 --- a/x11-themes/kdmtheme/files/patch-admin__detect-autoconf.sh +++ b/x11-themes/kdmtheme/files/patch-admin__detect-autoconf.sh @@ -5,7 +5,7 @@ # needed to compile KDE. Do not forget to include the name/version # # separator if one is present, e.g. -1.2 where - is the separator. -KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x" -+KDE_AUTOCONF_VERS="-2.62 -2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x" ++KDE_AUTOCONF_VERS="-2.67 -2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x" KDE_AUTOMAKE_VERS="-1.7 17 -1.6" # We don't use variable here for remembering the type ... strings. Local diff --git a/x11-themes/polymer/Makefile b/x11-themes/polymer/Makefile index 0d36edcb3a62..329ff9499197 100644 --- a/x11-themes/polymer/Makefile +++ b/x11-themes/polymer/Makefile @@ -7,7 +7,7 @@ PORTNAME= polymer PORTVERSION= 0.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-themes MASTER_SITES= http://static.int.pl/~mig21/dev/releases/polymer/ \ ${MASTER_SITE_LOCAL} @@ -19,7 +19,7 @@ COMMENT= Qt port of Plastik KDE theme BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake USE_BZIP2= yes -USE_AUTOTOOLS= autoheader:262 +USE_AUTOTOOLS= autoheader:267 USE_QT_VER= 3 USE_LDCONFIG= yes diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 04601b80c83b..35b21cde6078 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -7,7 +7,7 @@ PORTNAME= lesstif PORTVERSION= 0.95.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= x11-toolkits MASTER_SITES= SF @@ -20,7 +20,7 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ CONFLICTS?= open-motif-* USE_BZIP2= yes -USE_AUTOTOOLS= automake:19:env autoconf:262 libtool:22 +USE_AUTOTOOLS= automake:19:env autoconf:267 libtool:22 USE_XORG= sm ice xt xp xext x11 xextproto xrender xft USE_LDCONFIG= yes LIBTOOLFILES= aclocal.m4 test/aclocal.m4 diff --git a/x11-toolkits/libgtkeditor/Makefile b/x11-toolkits/libgtkeditor/Makefile index 1e939b340b4f..fbc05419aca4 100644 --- a/x11-toolkits/libgtkeditor/Makefile +++ b/x11-toolkits/libgtkeditor/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgtkeditor PORTVERSION= 0.1.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits editors MASTER_SITES= SF/gtkeditor/gtkeditor/${PORTVERSION} DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= A source code editor widget for GTK+ LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode -USE_AUTOTOOLS= automake:15:env autoconf:262:env libtool:22 +USE_AUTOTOOLS= automake:15:env autoconf:267:env libtool:22 USE_GNOME= gtk12 USE_GMAKE= yes USE_PERL5_BUILD=yes diff --git a/x11-toolkits/php-gtk/Makefile b/x11-toolkits/php-gtk/Makefile index b382363b7051..aa44968fe125 100644 --- a/x11-toolkits/php-gtk/Makefile +++ b/x11-toolkits/php-gtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= php-gtk PORTVERSION= 1.0.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11-toolkits MASTER_SITES= http://gtk.php.net/distributions/ \ http://document-root.de/mirror/php-gtk/ @@ -15,7 +15,7 @@ MASTER_SITES= http://gtk.php.net/distributions/ \ MAINTAINER= ports@FreeBSD.org COMMENT= An extension to use gtk in PHP-applications -USE_AUTOTOOLS= automake:19:env autoconf:262 libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267 libtool:22:env GNU_CONFIGURE= yes USE_PHP= pcre USE_PHP_BUILD= yes diff --git a/x11-toolkits/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile index 974fa1fde663..b74cc91d9580 100644 --- a/x11-toolkits/php-gtk2/Makefile +++ b/x11-toolkits/php-gtk2/Makefile @@ -7,7 +7,7 @@ PORTNAME= php-gtk2 PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://gtk.php.net/distributions/ \ http://document-root.de/mirror/php-gtk/ @@ -18,7 +18,7 @@ COMMENT= An extension to use gtk2 in PHP-applications BROKEN= does not compile -USE_AUTOTOOLS= automake:19:env autoconf:262 libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267 libtool:22:env USE_PHP= pcre USE_PHP_BUILD= yes WANT_PHP_CLI= yes diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile index eaf16ba10854..09d402b5f62b 100644 --- a/x11-toolkits/rep-gtk2/Makefile +++ b/x11-toolkits/rep-gtk2/Makefile @@ -7,7 +7,7 @@ PORTNAME= rep-gtk2 PORTVERSION= 0.90.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11-toolkits MASTER_SITES= SF/rep-gtk/rep-gtk/${PORTVERSION} @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262:env automake:110:env libtool:22:env +USE_AUTOTOOLS= autoconf:267:env automake:110:env libtool:22:env CONFIGURE_SCRIPT= autogen.sh CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/x11-toolkits/tile/Makefile b/x11-toolkits/tile/Makefile index 38d34ce5fc34..ea6c3306a791 100644 --- a/x11-toolkits/tile/Makefile +++ b/x11-toolkits/tile/Makefile @@ -7,7 +7,7 @@ PORTNAME= tile PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits tk MASTER_SITES= SF/tktable/${PORTNAME}/${PORTNAME}-0-8-2 @@ -16,7 +16,7 @@ COMMENT= Themed widget set for Tk USE_TK= 84+ -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 GNU_CONFIGURE= yes TKPKG= ${PORTNAME}${PORTVERSION} diff --git a/x11-toolkits/viewkit/Makefile b/x11-toolkits/viewkit/Makefile index c94e6f137e32..f12fd6fcba5e 100644 --- a/x11-toolkits/viewkit/Makefile +++ b/x11-toolkits/viewkit/Makefile @@ -7,7 +7,7 @@ PORTNAME= viewkit PORTVERSION= 0.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/viewkit/ \ ${MASTER_SITE_LOCAL} @@ -17,7 +17,7 @@ DISTNAME= libvk-Apr19-2243 MAINTAINER= ports@FreeBSD.org COMMENT= ViewKit workalike from Hungry Programmers -USE_AUTOTOOLS= autoconf:262:env +USE_AUTOTOOLS= autoconf:267:env MOTIFPACKAGE?= open-motif USE_MOTIF= yes GNU_CONFIGURE= yes diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index dfa3bd1368ce..9cb8fbc45c83 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -7,6 +7,7 @@ PORTNAME= epplets PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION} @@ -22,7 +23,7 @@ USE_XORG= xext USE_GNOME= esound gnometarget USE_GL= glut USE_GMAKE= yes -USE_AUTOTOOLS= libtool:22 autoconf:262 +USE_AUTOTOOLS= libtool:22 autoconf:267 USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -31,7 +32,7 @@ CONFIGURE_ARGS= --disable-auto-respawn .include <bsd.port.pre.mk> post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|<machine/soundcard\.h>|<sys/soundcard.h>|g' \ ${WRKSRC}/epplets/Emix.c @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \ diff --git a/x11/gnome-launch-box/Makefile b/x11/gnome-launch-box/Makefile index 72d4cf887b91..0de6af063ef7 100644 --- a/x11/gnome-launch-box/Makefile +++ b/x11/gnome-launch-box/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-launch-box PORTVERSION= 20060112 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jylefort @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= libgnomeui evolutiondataserver gnomemenus gnomedesktop -USE_AUTOTOOLS= autoconf:262 autoheader:262 automake:19 aclocal:19 libtool:22 +USE_AUTOTOOLS= autoconf:267 autoheader:267 automake:19 aclocal:19 libtool:22 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -a LIBTOOLFILES= diff --git a/x11/idesk/Makefile b/x11/idesk/Makefile index f0f0075e573d..68752872813e 100644 --- a/x11/idesk/Makefile +++ b/x11/idesk/Makefile @@ -7,7 +7,7 @@ PORTNAME= idesk PORTVERSION= 0.7.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_EFL= imlib2 GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CXXFLAGS+= `imlib2-config --cflags` `freetype-config --cflags` diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 91596503a767..69f84e53c911 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -7,7 +7,7 @@ PORTNAME= libSM PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11 @@ -16,7 +16,7 @@ COMMENT= Session Management library for X11 BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing XORG_CAT= lib diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index fcd11438971f..27c487136246 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -7,6 +7,7 @@ PORTNAME= libX11 PORTVERSION= 1.3.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 @@ -20,7 +21,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb XORG_CAT= lib USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \ kbproto:both inputproto xf86bigfontproto xproto:both -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 libtool:22 ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ diff --git a/x11/powershell/Makefile b/x11/powershell/Makefile index 7d57e5ea90fe..cf9f93a48e51 100644 --- a/x11/powershell/Makefile +++ b/x11/powershell/Makefile @@ -7,7 +7,7 @@ PORTNAME= powershell PORTVERSION= 0.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11 gnome MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A terminal emulator for the X11 USE_GNOME= gnomelibs gnomehier -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${IMLIB_CONFIG} --cflags`" \ LDFLAGS="-L${LOCALBASE}/lib `${IMLIB_CONFIG} --libs`" ALL_TARGET= ${PORTNAME} diff --git a/x11/sessreg/Makefile b/x11/sessreg/Makefile index b7f12836029b..e95d8272f407 100644 --- a/x11/sessreg/Makefile +++ b/x11/sessreg/Makefile @@ -7,6 +7,7 @@ PORTNAME= sessreg PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -17,7 +18,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg XORG_CAT= app USE_XORG= x11 -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 +USE_AUTOTOOLS= aclocal:110 autoheader:267 automake:110 autoconf:267 ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal PLIST_FILES= bin/sessreg diff --git a/x11/vdesk/Makefile b/x11/vdesk/Makefile index 929c6985f4b9..2a2d9b874b9d 100644 --- a/x11/vdesk/Makefile +++ b/x11/vdesk/Makefile @@ -7,7 +7,7 @@ PORTNAME= vdesk PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://offog.org/files/ @@ -22,7 +22,7 @@ PLIST_FILES= bin/vdesk PLIST_FILES+= share/doc/vdesk/${ii} .endfor .endif -USE_AUTOTOOLS= autoconf:262 +USE_AUTOTOOLS= autoconf:267 USE_XORG= x11 post-extract: diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile index 03f8e4c77d8c..68f3bf33140e 100644 --- a/x11/xclip/Makefile +++ b/x11/xclip/Makefile @@ -8,13 +8,14 @@ PORTNAME= xclip PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF MAINTAINER= ports@eitanadler.com COMMENT= An interface to X selections ("the clipboard") from the command line -USE_AUTOTOOLS= autoconf:262:env aclocal:19:env automake:19:env +USE_AUTOTOOLS= autoconf:267:env aclocal:19:env automake:19:env USE_XORG= x11 xmu USE_GMAKE= yes GNU_CONFIGURE= yes |