Autotools update. Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
This commit is contained in:
Ade Lovett 2010-09-15 18:35:24 +00:00
parent be8126109f
commit 8262a7b51d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261230
677 changed files with 5006 additions and 1462 deletions

View File

@ -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

1
MOVED
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -5,6 +5,18 @@ they are unavoidable.
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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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+

View File

@ -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" \

View File

@ -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

View File

@ -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}

View File

@ -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

View File

@ -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}" \

View File

@ -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

View File

@ -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

View File

@ -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" \

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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:

View File

@ -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 \

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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}

View File

@ -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>

View File

@ -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}"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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} \

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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.

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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=

View File

@ -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
)

View File

@ -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-*

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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} \

View File

@ -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}

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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}"

View File

@ -1,5 +1,6 @@
%%KDE%%bin/TaskJugglerUI
bin/taskjuggler
lib/libtaskjuggler.a
lib/libtaskjuggler.la
lib/libtaskjuggler.so
lib/libtaskjuggler.so.3

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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

Some files were not shown because too many files have changed in this diff Show More