diff options
author | rafan <rafan@FreeBSD.org> | 2008-08-21 14:18:49 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-08-21 14:18:49 +0800 |
commit | c8007265d81e778bec43e1f7b073b196887b3604 (patch) | |
tree | a30fd3dc7b50670b88ce6f8cf28e0ccf2b1e599a /devel | |
parent | 9f3176cd391ec72812d7f37e93b881faa3648b45 (diff) | |
download | freebsd-ports-gnome-c8007265d81e778bec43e1f7b073b196887b3604.tar.gz freebsd-ports-gnome-c8007265d81e778bec43e1f7b073b196887b3604.tar.zst freebsd-ports-gnome-c8007265d81e778bec43e1f7b073b196887b3604.zip |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Diffstat (limited to 'devel')
137 files changed, 8 insertions, 150 deletions
diff --git a/devel/argp-standalone/Makefile b/devel/argp-standalone/Makefile index 57cf33ed4e0d..ea726759486f 100644 --- a/devel/argp-standalone/Makefile +++ b/devel/argp-standalone/Makefile @@ -16,7 +16,6 @@ MAINTAINER= sem@FreeBSD.org COMMENT= Standalone version of arguments parsing functions from GLIBC GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= lib/libargp.a include/argp.h diff --git a/devel/arm-elf-binutils/Makefile b/devel/arm-elf-binutils/Makefile index 3afd728bc205..50928347e8c9 100644 --- a/devel/arm-elf-binutils/Makefile +++ b/devel/arm-elf-binutils/Makefile @@ -20,7 +20,7 @@ COMMENT= GNU binutils for vanilla ARM cross-development USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --target=${PKGNAMEPREFIX:S/-$//} +CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}as.1 \ ${PKGNAMEPREFIX}ar.1 ${PKGNAMEPREFIX}c++filt.1 \ diff --git a/devel/autoconf-archive/Makefile b/devel/autoconf-archive/Makefile index 96b9f808eb2c..e99867102894 100644 --- a/devel/autoconf-archive/Makefile +++ b/devel/autoconf-archive/Makefile @@ -19,7 +19,6 @@ DISTDATE= 2008-07-25 USE_BZIP2= yes USE_AUTOTOOLS= autoconf:262:env automake:110:env GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_SUB= MACRODIR=share/aclocal diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 4e4f6cadd722..95caf7838575 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -28,7 +28,6 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK} CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/autoconf INFO= autoconf-${BUILD_VERSION} diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile index 7212ec4aa6ce..a5aefa5a2db5 100644 --- a/devel/autoconf262/Makefile +++ b/devel/autoconf262/Makefile @@ -31,7 +31,6 @@ 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 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing GENERIC_LINKS= autoconf autoheader autom4te autoreconf autoscan autoupdate \ diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile index 7212ec4aa6ce..a5aefa5a2db5 100644 --- a/devel/autoconf267/Makefile +++ b/devel/autoconf267/Makefile @@ -31,7 +31,6 @@ 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 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing GENERIC_LINKS= autoconf autoheader autom4te autoreconf autoscan autoupdate \ diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile index 7212ec4aa6ce..a5aefa5a2db5 100644 --- a/devel/autoconf268/Makefile +++ b/devel/autoconf268/Makefile @@ -31,7 +31,6 @@ 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 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing GENERIC_LINKS= autoconf autoheader autom4te autoreconf autoscan autoupdate \ diff --git a/devel/autodist/Makefile b/devel/autodist/Makefile index 9c8bb13fa1fd..9a98845105fe 100644 --- a/devel/autodist/Makefile +++ b/devel/autodist/Makefile @@ -16,7 +16,6 @@ MAINTAINER= johnson.peter@gmail.com COMMENT= Distribution creation system GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes MAN1= autodist.1 diff --git a/devel/automake110/Makefile b/devel/automake110/Makefile index 812b59e6273e..9a63b8047fdc 100644 --- a/devel/automake110/Makefile +++ b/devel/automake110/Makefile @@ -26,7 +26,6 @@ USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" INFO= automake-${BUILD_VERSION} diff --git a/devel/automake14/Makefile b/devel/automake14/Makefile index 6d070ee5818d..42009e6de633 100644 --- a/devel/automake14/Makefile +++ b/devel/automake14/Makefile @@ -27,7 +27,6 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INFO= automake-${BUILD_VERSION} STRIP= # none diff --git a/devel/automake15/Makefile b/devel/automake15/Makefile index fd00ec85faac..0ee454b8cbe7 100644 --- a/devel/automake15/Makefile +++ b/devel/automake15/Makefile @@ -27,7 +27,6 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INFO= automake-${BUILD_VERSION} post-patch: diff --git a/devel/automake16/Makefile b/devel/automake16/Makefile index 0409432c8d8c..3c09eafa9419 100644 --- a/devel/automake16/Makefile +++ b/devel/automake16/Makefile @@ -27,7 +27,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INFO= automake-${BUILD_VERSION} post-patch: diff --git a/devel/automake17/Makefile b/devel/automake17/Makefile index 4bdc0997d60b..8fea4fe5bf36 100644 --- a/devel/automake17/Makefile +++ b/devel/automake17/Makefile @@ -27,7 +27,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INFO= automake-${BUILD_VERSION} post-patch: diff --git a/devel/automake18/Makefile b/devel/automake18/Makefile index 61be48cfabd8..7b57cc26d18f 100644 --- a/devel/automake18/Makefile +++ b/devel/automake18/Makefile @@ -27,7 +27,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INFO= automake-${BUILD_VERSION} post-patch: diff --git a/devel/automake19/Makefile b/devel/automake19/Makefile index 6a8d0c59a30f..1393777cba49 100644 --- a/devel/automake19/Makefile +++ b/devel/automake19/Makefile @@ -28,7 +28,6 @@ USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO"=makeinfo --no-split" CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INFO= automake-${BUILD_VERSION} post-patch: diff --git a/devel/bison/Makefile b/devel/bison/Makefile index ad3fdc74c5ea..95b6b9940a24 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 4fc273e6411a..4b22997ace94 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -27,7 +27,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ diff --git a/devel/bullet/Makefile b/devel/bullet/Makefile index 276614bc3025..36293ef77b1c 100644 --- a/devel/bullet/Makefile +++ b/devel/bullet/Makefile @@ -23,7 +23,6 @@ USE_ZIP= yes USE_GL= glu glut USE_XORG= x11 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include CONFIGURE_ENV= CPPFLAGS=${CPPFLAGS} LDFLAGS=${LDFLAGS} diff --git a/devel/c_c++_reference/Makefile b/devel/c_c++_reference/Makefile index 48b411f48a9f..48ceee29714b 100644 --- a/devel/c_c++_reference/Makefile +++ b/devel/c_c++_reference/Makefile @@ -21,8 +21,6 @@ USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 USE_KDELIBS_VER= 3 USE_GMAKE= yes -CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: ${REINPLACE_CMD} -e 's,-lqt,-lqt-mt -pthread,' ${WRKSRC}/configure diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index b9fef20116b1..946f08698dfd 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -15,7 +15,6 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= A tool to minimize the compile time of C/C++ programs GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= ccache.1 PLIST_FILES= bin/ccache diff --git a/devel/ccrtp/Makefile b/devel/ccrtp/Makefile index 9876d1069608..156d51f7ac09 100644 --- a/devel/ccrtp/Makefile +++ b/devel/ccrtp/Makefile @@ -20,7 +20,6 @@ USE_GMAKE= yes USE_GNOME= pkgconfig USE_LDCONFIG= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" INFO= ccrtp diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile index 489462ed5442..93cd16debee4 100644 --- a/devel/cdialog/Makefile +++ b/devel/cdialog/Makefile @@ -23,7 +23,6 @@ USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} --with-libtool -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKEFILE= makefile MAN1= cdialog.1 diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile index d611354dda89..208f2b6726e9 100644 --- a/devel/codeblocks/Makefile +++ b/devel/codeblocks/Makefile @@ -28,7 +28,6 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CONFIGURE_ARGS+= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=All -CONFIGURE_TARGET= MAN1= cb_console_runner.1 cb_share_config.1 codeblocks.1 .include <bsd.port.mk> diff --git a/devel/compiz-bcop/Makefile b/devel/compiz-bcop/Makefile index 656b9b37f1b4..27de3f8a45e9 100644 --- a/devel/compiz-bcop/Makefile +++ b/devel/compiz-bcop/Makefile @@ -24,8 +24,6 @@ GNU_CONFIGURE= yes USE_GNOME= pkgconfig libxslt -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} - post-patch: @${REINPLACE_CMD} \ -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 3f72c7a83805..3f279647895e 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -19,7 +19,6 @@ COMMENT= Like make(1), but more powerful and clean GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \ YACC=yacc -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= c_incl.1 cook.1 cook_bom.1 cook_lic.1 cook_rsh.1 cookfp.1 cooktime.1 \ find_libs.1 make2cook.1 roffpp.1 diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index f24675e5fa70..e7e47c046237 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -19,8 +19,6 @@ COMMENT= Generate C function prototypes and convert function definitions GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - MAN1= cproto.1 PLIST_FILES= bin/cproto diff --git a/devel/cross-binutils/Makefile b/devel/cross-binutils/Makefile index bb7863c9a3bc..29819b1f7d14 100644 --- a/devel/cross-binutils/Makefile +++ b/devel/cross-binutils/Makefile @@ -23,9 +23,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= all info -CONFIGURE_TARGET= --target=${OURTARGET} CONFIGURE_ARGS+= --disable-nls \ --with-system-zlib \ + --target=${OURTARGET} OURTARGET= ${TGTARCH}-${TGTABI} diff --git a/devel/cross-gdb/Makefile b/devel/cross-gdb/Makefile index 2891be9589da..74a21e81a7af 100644 --- a/devel/cross-gdb/Makefile +++ b/devel/cross-gdb/Makefile @@ -35,9 +35,9 @@ ALL_TARGET= all info DEPENDS_ARGS= TGTARCH="${TGTARCH}" TGTABI="${TGTABI}" -CONFIGURE_TARGET= --target=${OURTARGET} CONFIGURE_ARGS+= --disable-nls \ - --exec-prefix=${EPRFX}/ + --exec-prefix=${EPRFX}/ \ + --target=${OURTARGET} OURTARGET= ${TGTARCH}-${TGTABI} diff --git a/devel/cstringbuffer/Makefile b/devel/cstringbuffer/Makefile index a3989d3fdf2f..4738cbddd07e 100644 --- a/devel/cstringbuffer/Makefile +++ b/devel/cstringbuffer/Makefile @@ -19,9 +19,6 @@ USE_LDCONFIG= yes MAN3= csb.3 MANCOMPRESSED= no -CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - PLIST_FILES= include/csb.h lib/libcsb.a lib/libcsb.la lib/libcsb.so \ lib/libcsb.so.1 diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index 6d324a696de7..67c1f4e64e5d 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -18,7 +18,6 @@ COMMENT= An automated unit testing framework for C WRKSRC= ${WRKDIR}/${PORTNAME:S/^cu/CU/}-${DISTVERSION} DOCSDIR= ${PREFIX}/share/doc/CUnit GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_AUTOTOOLS= autoheader:262 USE_LDCONFIG= yes diff --git a/devel/cvsd/Makefile b/devel/cvsd/Makefile index 15205e45e6a7..3f4f1ea698a3 100644 --- a/devel/cvsd/Makefile +++ b/devel/cvsd/Makefile @@ -18,7 +18,6 @@ EXTRA_PATCHES= ${FILESDIR}/extra-cvsd-buildroot.in USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-libwrap MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/devel/cvsnt/Makefile b/devel/cvsnt/Makefile index 6c20652617ca..08618b85dd86 100644 --- a/devel/cvsnt/Makefile +++ b/devel/cvsnt/Makefile @@ -23,7 +23,6 @@ USE_RC_SUBR= cvslockd.sh CONFIGURE_ARGS= --enable-fork --enable-rcs \ --disable-odbc --disable-postgres\ --disable-mysql --disable-sqlite -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_ICONV= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include"\ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib"\ diff --git a/devel/darts/Makefile b/devel/darts/Makefile index 330c9bcc828b..fd5669b4cb03 100644 --- a/devel/darts/Makefile +++ b/devel/darts/Makefile @@ -14,7 +14,6 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= A C++ template library that implements Double-Array GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} EXAMPLES= darts.cpp mkdarts.cpp DOCS= AUTHORS ChangeLog README doc diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index c41b1495db5e..f24f656cc935 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -26,7 +26,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' \ LDFLAGS='${LDFLAGS}' -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-motif-libraries="${LIBXMDIR}" \ --with-readline-libraries=/usr/lib diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile index 2d439ee5203d..9b0d672cce99 100644 --- a/devel/directfb/Makefile +++ b/devel/directfb/Makefile @@ -18,7 +18,6 @@ COMMENT= Graphic development lightweight API LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" USE_AUTOTOOLS= libtool:15 USE_SDL= sdl diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index e405d0418779..b13c69ce153f 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -22,7 +22,6 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-rfc2553 WANT_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \ diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile index 47d3f7905327..a89fe0511fd9 100644 --- a/devel/dmalloc/Makefile +++ b/devel/dmalloc/Makefile @@ -15,7 +15,6 @@ MAINTAINER= pesho.petrov@gmail.com COMMENT= Portable debug memory allocation library GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-threads --enable-shlib CFLAGS+= -fPIC USE_LDCONFIG= yes diff --git a/devel/dmucs/Makefile b/devel/dmucs/Makefile index 8f222a3183bb..17a44d264f86 100644 --- a/devel/dmucs/Makefile +++ b/devel/dmucs/Makefile @@ -17,7 +17,6 @@ COMMENT= Distributed Multi-User Compilation System (for use with distcc) WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/dmucs bin/gethost bin/loadavg bin/monitor bin/remhost .include <bsd.port.mk> diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile index 3276723ec6e4..a4aa71551ec1 100644 --- a/devel/dotconf/Makefile +++ b/devel/dotconf/Makefile @@ -17,7 +17,6 @@ COMMENT= A simple, powerful configuration-file parser USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes pre-patch: diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 71bc28639913..9953b8cb285a 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -25,11 +25,11 @@ INFO= g-wrap USE_LDCONFIG= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_GNOME= glib20 gnomehack NOT_FOR_ARCHS= ia64 -CONFIGURE_TARGET= --build=${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" CONFIGURE_ARGS= --disable-Werror diff --git a/devel/gaul/Makefile b/devel/gaul/Makefile index 4cc7a2b43b97..0ac4a83d7562 100644 --- a/devel/gaul/Makefile +++ b/devel/gaul/Makefile @@ -23,7 +23,6 @@ USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -lcurses ${PTHREAD_LIBS}" USE_LDCONFIG= yes diff --git a/devel/gengetopt/Makefile b/devel/gengetopt/Makefile index baf3225f27a1..3957f195a5ff 100644 --- a/devel/gengetopt/Makefile +++ b/devel/gengetopt/Makefile @@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A tool for generating a C function which parses command line arguments GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes MAN1= gengetopt.1 diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 43133970d756..9e0c8e68dc9c 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -19,7 +19,6 @@ USE_ICONV= yes LIBTOOLFILES= autoconf-lib-link/configure gettext-runtime/configure \ gettext-runtime/libasprintf/configure gettext-tools/configure USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= ACLOCAL="${TRUE}" \ AUTOCONF="${TRUE}" \ AUTOMAKE="${TRUE}" \ diff --git a/devel/gindent/Makefile b/devel/gindent/Makefile index 78be0ef2e5b9..a677b6e4950c 100644 --- a/devel/gindent/Makefile +++ b/devel/gindent/Makefile @@ -18,7 +18,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNU indent GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DBERKELEY_DEFAULTS=1" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --program-prefix=g diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index d00336715074..6574cec52289 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -59,7 +59,6 @@ GLIB_ARCH= x86_64 .else GLIB_ARCH= ${ARCH} .endif -CONFIGURE_TARGET= --build=${GLIB_ARCH}-portbld-freebsd${OSREL} .if defined(WITH_COLLATION_FIX) LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu diff --git a/devel/global/Makefile b/devel/global/Makefile index 7809905ab335..080e069e3013 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -15,7 +15,6 @@ COMMENT= A source code tag system GNU_CONFIGURE= yes USE_PERL5= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= global.1 gozilla.1 gtags.1 gtags-cscope.1 gtags-parser.1 htags.1 INFO= global diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index b3b224be86f4..062923a53bfb 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -18,7 +18,6 @@ COMMENT= GNU version of 'make' utility USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+=--program-prefix=g .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff --git a/devel/gmake381/Makefile b/devel/gmake381/Makefile index b3b224be86f4..062923a53bfb 100644 --- a/devel/gmake381/Makefile +++ b/devel/gmake381/Makefile @@ -18,7 +18,6 @@ COMMENT= GNU version of 'make' utility USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+=--program-prefix=g .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff --git a/devel/gnulibiberty/Makefile b/devel/gnulibiberty/Makefile index 2636c8dda4b0..b7695f9ee14e 100644 --- a/devel/gnulibiberty/Makefile +++ b/devel/gnulibiberty/Makefile @@ -21,7 +21,6 @@ USE_BZIP2= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-install-libiberty GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFLICTS= freelibiberty-[0-9]* diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 50bbe8530a5b..9018fb6d1cf5 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -19,7 +19,6 @@ USE_GNUSTEP_PREFIX= yes RESTRICTED= GPL3 GNU_CONFIGURE= yes -CONFIGURE_TARGET= MAKE_FLAGS= OPTFLAG="${CFLAGS}" CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \ diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index 8ab2f0365d84..999908e9b2fc 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -16,7 +16,6 @@ MAINTAINER= yuri@tsoft.com COMMENT= Fast, multi-threaded malloc() and nifty performance analysis tools GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} diff --git a/devel/google-sparsehash/Makefile b/devel/google-sparsehash/Makefile index b6d922c60a77..03e1dc146e4e 100644 --- a/devel/google-sparsehash/Makefile +++ b/devel/google-sparsehash/Makefile @@ -17,7 +17,6 @@ MAINTAINER= vd@FreeBSD.org COMMENT= An extremely memory-efficient hash_map implementation GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.pre.mk> diff --git a/devel/gpsim/Makefile b/devel/gpsim/Makefile index 058f86d7a005..642e1d275a72 100644 --- a/devel/gpsim/Makefile +++ b/devel/gpsim/Makefile @@ -23,7 +23,6 @@ USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.pre.mk> diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile index 11a874d3655d..a8add5f54d5c 100644 --- a/devel/gwenhywfar/Makefile +++ b/devel/gwenhywfar/Makefile @@ -22,7 +22,6 @@ USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GETTEXT= yes USE_OPENSSL= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= ${PREFIX}/lib \ ${PREFIX}/lib/gwenhywfar/plugins/38/crypttoken \ ${PREFIX}/lib/gwenhywfar/plugins/38/dbio \ diff --git a/devel/id-utils/Makefile b/devel/id-utils/Makefile index cdf483113f1b..c5f71703b4cb 100644 --- a/devel/id-utils/Makefile +++ b/devel/id-utils/Makefile @@ -19,7 +19,6 @@ CONFLICTS= coreutils-[0-9]* linux-gid-[0-9]* sh-utils-[0-9]* USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INFO= id-utils diff --git a/devel/idutils/Makefile b/devel/idutils/Makefile index cdf483113f1b..c5f71703b4cb 100644 --- a/devel/idutils/Makefile +++ b/devel/idutils/Makefile @@ -19,7 +19,6 @@ CONFLICTS= coreutils-[0-9]* linux-gid-[0-9]* sh-utils-[0-9]* USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INFO= id-utils diff --git a/devel/jrtplib/Makefile b/devel/jrtplib/Makefile index 78d5ae94c66c..fad2fe6be335 100644 --- a/devel/jrtplib/Makefile +++ b/devel/jrtplib/Makefile @@ -17,7 +17,6 @@ USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-jthread post-patch: diff --git a/devel/kaptain/Makefile b/devel/kaptain/Makefile index 67c50723d2d7..f64a95d808e9 100644 --- a/devel/kaptain/Makefile +++ b/devel/kaptain/Makefile @@ -20,7 +20,6 @@ USE_XORG= x11 ice xext USE_QT_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-mt MAN1= kaptain.1 diff --git a/devel/kimwitu++/Makefile b/devel/kimwitu++/Makefile index 6a29f87995db..b13ea78aee8f 100644 --- a/devel/kimwitu++/Makefile +++ b/devel/kimwitu++/Makefile @@ -19,7 +19,6 @@ COMMENT= A tool for processing trees (i.e. terms) USE_BISON= build USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= kc++.1 PLIST_FILES= bin/kc++ diff --git a/devel/libafterbase/Makefile b/devel/libafterbase/Makefile index d4c351adb1ae..dac566c688c3 100644 --- a/devel/libafterbase/Makefile +++ b/devel/libafterbase/Makefile @@ -17,7 +17,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= AfterStep basic functionality library GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-staticlibs --enable-sharedlibs --with-x USE_LDCONFIG= yes PLIST_SUB= STATIC="@comment " diff --git a/devel/libchipcard-kde/Makefile b/devel/libchipcard-kde/Makefile index 13a234085410..5c7ced20a152 100644 --- a/devel/libchipcard-kde/Makefile +++ b/devel/libchipcard-kde/Makefile @@ -19,10 +19,8 @@ LIB_DEPENDS= chipcard.20:${PORTSDIR}/devel/libchipcard:install USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= CONFIGURE_ARGS+= --with-distri=freebsd --with-kde3-prefix=${LOCALBASE}\ - --with-applnk-dir=${PREFIX}/share/applnk/Utilities \ - --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + --with-applnk-dir=${PREFIX}/share/applnk/Utilities USE_KDELIBS_VER= 3 .include <bsd.port.pre.mk> diff --git a/devel/libchipcard/Makefile b/devel/libchipcard/Makefile index 22afa7b455f0..8d55d89db9cc 100644 --- a/devel/libchipcard/Makefile +++ b/devel/libchipcard/Makefile @@ -21,10 +21,8 @@ USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_TARGET= CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ - --with-distri=freebsd +CONFIGURE_ARGS+=--with-distri=freebsd MAN1= ctfstool.1 chipcardd.1 geldkarte.1 hbcicard.1 \ kvkd.1 memcard.1 libchipcard-config.1 readertest.1 diff --git a/devel/libepp-nicbr/Makefile b/devel/libepp-nicbr/Makefile index 225f4353e8ac..3156de154eae 100644 --- a/devel/libepp-nicbr/Makefile +++ b/devel/libepp-nicbr/Makefile @@ -16,7 +16,6 @@ COMMENT= Partial Extensible Provisioning Protocol to .br domains LIB_DEPENDS= xerces-c:${PORTSDIR}/textproc/xerces-c2 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PLIST_SUB= VER=${PORTVERSION} diff --git a/devel/libfs++/Makefile b/devel/libfs++/Makefile index 46286deb18d5..eb581fbacbfd 100644 --- a/devel/libfs++/Makefile +++ b/devel/libfs++/Makefile @@ -18,7 +18,6 @@ COMMENT= C++ library which provides a file_iterator class USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes post-patch: diff --git a/devel/libftdi/Makefile b/devel/libftdi/Makefile index 72faec0b1ed0..df4ec3ba5342 100644 --- a/devel/libftdi/Makefile +++ b/devel/libftdi/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes USE_GNOME= pkgconfig gnomehack diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index a9ba96ce46c2..e296a56ac566 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -26,7 +26,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A libg++ container classes for EGCS and later versions of GCC USE_GCC= 2.95 -CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} PLIST_SUB= GCC28SUBDIR=${GCC28DIR} pre-configure: diff --git a/devel/libgalago/Makefile b/devel/libgalago/Makefile index 2373f3de5acf..d135eb6915ec 100644 --- a/devel/libgalago/Makefile +++ b/devel/libgalago/Makefile @@ -26,8 +26,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tests CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} - post-configure: @${ECHO_CMD} "#define HAVE_STRCHR 1" >> ${WRKSRC}/config.h diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 8c9e00b5055d..492d203387f2 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -24,6 +24,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-bonobo --enable-gnomedb CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> diff --git a/devel/libgutenfetch/Makefile b/devel/libgutenfetch/Makefile index 2e2755dc8352..d8666bc19885 100644 --- a/devel/libgutenfetch/Makefile +++ b/devel/libgutenfetch/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" USE_GMAKE= yes diff --git a/devel/libiqxmlrpc/Makefile b/devel/libiqxmlrpc/Makefile index b8f427316d5b..ef8bdf7dc537 100644 --- a/devel/libiqxmlrpc/Makefile +++ b/devel/libiqxmlrpc/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost\ xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/devel/libisc/Makefile b/devel/libisc/Makefile index 17a35b7b62bd..b56aeedb9cb1 100644 --- a/devel/libisc/Makefile +++ b/devel/libisc/Makefile @@ -21,7 +21,6 @@ COMMENT= ISC's utility library ISCVERSION= 9.3.1 GNU_CONFIGURE= yes -#CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MANCOMPRESSED= yes BUILD_WRKSRC= ${WRKSRC}/lib/bind/freebsdportisc/ INSTALL_WRKSRC= ${BUILD_WRKSRC} diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile index 91f2fa061452..4cd8c653ad79 100644 --- a/devel/libmatheval/Makefile +++ b/devel/libmatheval/Makefile @@ -18,7 +18,6 @@ COMMENT= A library of procedures for evaluating mathematical functions LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes USE_GNOME= gnomehack diff --git a/devel/libole2/Makefile b/devel/libole2/Makefile index 27a82f059a7c..dc984cc4e1cb 100644 --- a/devel/libole2/Makefile +++ b/devel/libole2/Makefile @@ -20,6 +20,5 @@ USE_GMAKE= yes USE_GNOME= glib12 GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> diff --git a/devel/libpthread-stubs/Makefile b/devel/libpthread-stubs/Makefile index 31b6e26258c6..0cebe8a3daf2 100644 --- a/devel/libpthread-stubs/Makefile +++ b/devel/libpthread-stubs/Makefile @@ -19,6 +19,5 @@ USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> diff --git a/devel/libredblack/Makefile b/devel/libredblack/Makefile index a9a858cd134c..5f130617410f 100644 --- a/devel/libredblack/Makefile +++ b/devel/libredblack/Makefile @@ -17,7 +17,6 @@ COMMENT= Library that provides the red-black balanced tree algorithm USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes MAN1= rbgen.1 diff --git a/devel/libshbuf/Makefile b/devel/libshbuf/Makefile index 0753479cbc2a..e7b65f9787b7 100644 --- a/devel/libshbuf/Makefile +++ b/devel/libshbuf/Makefile @@ -18,7 +18,6 @@ COMMENT= Library for Shared Buffer IPC USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes post-patch: diff --git a/devel/libsigsegv/Makefile b/devel/libsigsegv/Makefile index 6924606740e2..518d948b54a6 100644 --- a/devel/libsigsegv/Makefile +++ b/devel/libsigsegv/Makefile @@ -16,7 +16,6 @@ COMMENT= Handling page faults in user mode USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.pre.mk> diff --git a/devel/libslang2/Makefile b/devel/libslang2/Makefile index 27f2b6709230..addf77f3b885 100644 --- a/devel/libslang2/Makefile +++ b/devel/libslang2/Makefile @@ -20,7 +20,6 @@ COMMENT= Routines for rapid alpha-numeric terminal applications development USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFLICTS= libslang-[0-9]* libslang-1.*.j[0-9] diff --git a/devel/libtar/Makefile b/devel/libtar/Makefile index c6abac957081..3a11110b9f0c 100644 --- a/devel/libtar/Makefile +++ b/devel/libtar/Makefile @@ -17,7 +17,6 @@ COMMENT= A library for manipulating POSIX and GNU tar files USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" post-install: diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile index ec76b14994f9..98537fd8f4c4 100644 --- a/devel/libtool15/Makefile +++ b/devel/libtool15/Makefile @@ -18,7 +18,6 @@ COMMENT?= Generic shared library support script GNU_CONFIGURE= yes CONFIGURE_ARGS?= --disable-ltdl-install CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INFO?= libtool .include <bsd.port.mk> diff --git a/devel/libytnef/Makefile b/devel/libytnef/Makefile index ac60f2c34b90..416e3bc41ade 100644 --- a/devel/libytnef/Makefile +++ b/devel/libytnef/Makefile @@ -19,8 +19,6 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - PORTDOCS= AUTHORS NEWS README post-install: diff --git a/devel/libzrtpcpp/Makefile b/devel/libzrtpcpp/Makefile index c64d5d274999..d8374377dd8e 100644 --- a/devel/libzrtpcpp/Makefile +++ b/devel/libzrtpcpp/Makefile @@ -24,7 +24,6 @@ WITH_OPENSSL_PORT=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes post-patch: diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile index 0c4e692d2c06..3f4aa60d4bbb 100644 --- a/devel/log4c/Makefile +++ b/devel/log4c/Makefile @@ -16,7 +16,6 @@ COMMENT= Logging for C Library USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/devel/log4cplus/Makefile b/devel/log4cplus/Makefile index 45cf39522eea..867abb404619 100644 --- a/devel/log4cplus/Makefile +++ b/devel/log4cplus/Makefile @@ -19,7 +19,6 @@ COMMENT= A logging library for C++ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" diff --git a/devel/log4cpp/Makefile b/devel/log4cpp/Makefile index 6e1094aa127d..475ed9531b41 100644 --- a/devel/log4cpp/Makefile +++ b/devel/log4cpp/Makefile @@ -17,7 +17,6 @@ COMMENT= A library of C++ classes for flexible logging USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-pthreads --disable-html-docs MAKE_ENV+= RM=${RM} diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index 3b1f7006ef03..9ee92f934b5b 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -36,7 +36,6 @@ LIBTOOL_VARS= --force --automake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -I${LOCALBASE}/lib -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}" USE_LDCONFIG= yes diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index e0d57c150597..caf61f237916 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -18,7 +18,6 @@ COMMENT= A userspace thread library USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes post-extract: diff --git a/devel/mcpp/Makefile b/devel/mcpp/Makefile index 48e942bd1fcd..8412934279b6 100644 --- a/devel/mcpp/Makefile +++ b/devel/mcpp/Makefile @@ -14,8 +14,7 @@ MAINTAINER= kmatsui@t3.rim.or.jp COMMENT= Alternative C/C++ preprocessor GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ - --enable-mcpplib +CONFIGURE_ARGS= --enable-mcpplib MAN1= mcpp.1 PLIST_FILES= bin/mcpp \ diff --git a/devel/mico/Makefile b/devel/mico/Makefile index ee00393b1c89..4ba807c2cffd 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -23,7 +23,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= autoconf:262 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= EGREP=`which egrep` OPTIONS= NOSERVICES "Without services, plain ORB" off \ diff --git a/devel/mm/Makefile b/devel/mm/Makefile index da819f9ea151..e31ba30502ba 100644 --- a/devel/mm/Makefile +++ b/devel/mm/Makefile @@ -16,7 +16,6 @@ COMMENT= Shared memory allocation library for pre-forked process models USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= mm-config.1 MAN3= mm.3 diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index 04e5af9d5f11..43e9f3099f3d 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -30,7 +30,6 @@ CONFIGURE_ARGS= --enable-static --enable-shared \ --disable-more-warnings CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= oafd.1 diff --git a/devel/ode/Makefile b/devel/ode/Makefile index 20d07722e719..08a3921bf60b 100644 --- a/devel/ode/Makefile +++ b/devel/ode/Makefile @@ -24,7 +24,6 @@ USE_GL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/omniNotify/Makefile b/devel/omniNotify/Makefile index 4b3a651f00a8..fc0bc24cf3a8 100644 --- a/devel/omniNotify/Makefile +++ b/devel/omniNotify/Makefile @@ -35,7 +35,6 @@ USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 CONFIGURE_SCRIPT= ../configure -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CC=${CC} CFLAGS="${CFLAGS}" CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \ CPP=${CPP} PYTHON=${PYTHON_CMD} CONFIGURE_ARGS= --with-omniorb=${LOCALBASE} diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile index 7c69bff1bf98..95a1f3d0c895 100644 --- a/devel/omniORB/Makefile +++ b/devel/omniORB/Makefile @@ -25,7 +25,6 @@ MAKEFILE= GNUmakefile BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} CONFIGURE_WRKSRC= ${WRKSRC}/build -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_SCRIPT= ../configure CONFIGURE_ENV+= CC=${CC} CFLAGS="${CFLAGS}" CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \ CPP=${CPP} PYTHON=${PYTHON_CMD} diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile index a89e5bf3275f..a05fe1977c68 100644 --- a/devel/ossp-al/Makefile +++ b/devel/ossp-al/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ex=${LOCALBASE} USE_LDCONFIG= yes diff --git a/devel/ossp-cfg/Makefile b/devel/ossp-cfg/Makefile index 96a7f737cf44..3607bc9ec5f2 100644 --- a/devel/ossp-cfg/Makefile +++ b/devel/ossp-cfg/Makefile @@ -18,7 +18,6 @@ COMMENT= A library for parsing arbitrary C/C++-style configuration files LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ex=${LOCALBASE} USE_LDCONFIG= yes diff --git a/devel/ossp-ex/Makefile b/devel/ossp-ex/Makefile index e382764031de..e703fe2a97f2 100644 --- a/devel/ossp-ex/Makefile +++ b/devel/ossp-ex/Makefile @@ -17,7 +17,6 @@ COMMENT= OSSP ex is a small exception handling library for use in C USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/devel/ossp-l2/Makefile b/devel/ossp-l2/Makefile index 930662564640..190aa43b093f 100644 --- a/devel/ossp-l2/Makefile +++ b/devel/ossp-l2/Makefile @@ -16,7 +16,6 @@ MAINTAINER= mnag@FreeBSD.org COMMENT= A C library for a flexible and sophisticated Unix logging facility GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes MAN1= l2-config.1 l2tool.1 diff --git a/devel/ossp-val/Makefile b/devel/ossp-val/Makefile index 0f7afcaab4dd..518883db2754 100644 --- a/devel/ossp-val/Makefile +++ b/devel/ossp-val/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= ex.10:${PORTSDIR}/devel/ossp-ex USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ex=${LOCALBASE} MAN1= val-config.1 diff --git a/devel/ossp-var/Makefile b/devel/ossp-var/Makefile index cb261a02e8a2..f80e59426901 100644 --- a/devel/ossp-var/Makefile +++ b/devel/ossp-var/Makefile @@ -17,7 +17,6 @@ COMMENT= A flexible, full-featured and fast variable expansion library USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/devel/ossp-xds/Makefile b/devel/ossp-xds/Makefile index 25e8f946dc83..92f9b06164cf 100644 --- a/devel/ossp-xds/Makefile +++ b/devel/ossp-xds/Makefile @@ -16,7 +16,6 @@ MAINTAINER= mnag@FreeBSD.org COMMENT= A generic and extensible framework for serialization GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes MAN1= xds-config.1 diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile index 3da2f58249ae..6f5e878e0d17 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -21,7 +21,6 @@ PCRE_CONFIG?= ${LOCALBASE}/bin/pcre-config USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="`${PCRE_CONFIG} --cflags`" \ LDFLAGS="`${PCRE_CONFIG} --libs`" USE_LDCONFIG= yes diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index dd3fc5890666..5067d3a91806 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -21,7 +21,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-utf8 --enable-unicode-properties -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if !defined(NOPORTDOCS) PORTDOCS= * diff --git a/devel/php-xdebug/Makefile b/devel/php-xdebug/Makefile index 50f463559611..676e1fdb5fad 100644 --- a/devel/php-xdebug/Makefile +++ b/devel/php-xdebug/Makefile @@ -18,7 +18,6 @@ COMMENT= Xdebug extension for PHP USE_PHP= yes USE_PHPIZE= yes CONFIGURE_ARGS= --enable-xdebug --with-php-config=${PREFIX}/bin/php-config -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SUB_LIST= PHP_EXT_DIR=${PHP_EXT_DIR} diff --git a/devel/phptags/Makefile b/devel/phptags/Makefile index 6e23cd4775d4..4cd74302b2f6 100644 --- a/devel/phptags/Makefile +++ b/devel/phptags/Makefile @@ -15,7 +15,6 @@ MAINTAINER= novel@FreeBSD.org COMMENT= Create a tags file from PHP sources GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= phptags.1 PLIST_FILES= bin/phptags \ diff --git a/devel/pikdev/Makefile b/devel/pikdev/Makefile index 94daeca75cad..110c13e15150 100644 --- a/devel/pikdev/Makefile +++ b/devel/pikdev/Makefile @@ -25,7 +25,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_ICONS= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" diff --git a/devel/popt/Makefile b/devel/popt/Makefile index fae8ad183d5a..43e38cb8058c 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -23,7 +23,6 @@ COMMENT= A getopt(3) like library with a number of enhancements, from Redhat GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --program-prefix="" -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/poslib/Makefile b/devel/poslib/Makefile index 4f16ae0953f7..8435d9515819 100644 --- a/devel/poslib/Makefile +++ b/devel/poslib/Makefile @@ -18,7 +18,6 @@ COMMENT= Posadis C++ DNS library USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" diff --git a/devel/preps-gui/Makefile b/devel/preps-gui/Makefile index 938d8f679574..c6c5a049b904 100644 --- a/devel/preps-gui/Makefile +++ b/devel/preps-gui/Makefile @@ -26,7 +26,6 @@ INSTALLS_OMF= yes GCONF_SCHEMAS= preps.schema GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-pgsqldir=${LOCALBASE} \ --with-plpgsqldir=${LOCALBASE} \ --with-libprepsdir=${LOCALBASE} \ diff --git a/devel/prepstools/Makefile b/devel/prepstools/Makefile index 83f6152979b7..3e019eee9234 100644 --- a/devel/prepstools/Makefile +++ b/devel/prepstools/Makefile @@ -22,7 +22,6 @@ USE_GMAKE= yes USE_GNOME= gtk20 gconf2 glib20 libgnomeui GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+=--with-pgsqldir=${LOCALBASE} --with-plpgsqldir=${LOCALBASE} USE_LDCONFIG= yes diff --git a/devel/privman/Makefile b/devel/privman/Makefile index c6b4928a80c7..0c725b5fd492 100644 --- a/devel/privman/Makefile +++ b/devel/privman/Makefile @@ -17,7 +17,6 @@ COMMENT= Library that makes it easy for programs to use privilege separation USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|$$(PACKAGE).d|$$(PACKAGE)|g' \ diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 64bc3f83f03b..a844734b6590 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -17,7 +17,6 @@ COMMENT= GNU Portable Threads USE_LDCONFIG= ${PREFIX}/lib/pth GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-optimize \ --enable-batch \ --includedir="${PREFIX}/include/pth" \ diff --git a/devel/py-omniorb/Makefile b/devel/py-omniorb/Makefile index e7366244e3fb..c38c3bd86884 100644 --- a/devel/py-omniorb/Makefile +++ b/devel/py-omniorb/Makefile @@ -39,7 +39,6 @@ MAKEFILE= GNUmakefile USE_LDCONFIG= yes CONFIGURE_SCRIPT= ../configure -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CC=${CC} CFLAGS="${CFLAGS}" CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \ CPP=${CPP} PYTHON=${PYTHON_CMD} CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} --with-omniorb=${LOCALBASE} diff --git a/devel/ragel/Makefile b/devel/ragel/Makefile index f4e4829df211..fb380c0eb604 100644 --- a/devel/ragel/Makefile +++ b/devel/ragel/Makefile @@ -21,7 +21,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf USE_BISON= build USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ENV= GPERF="${LOCALBASE}/bin/gperf" MAN1= ragel.1 rlgen-cd.1 rlgen-dot.1 rlgen-java.1 rlgen-ruby.1 diff --git a/devel/re2c/Makefile b/devel/re2c/Makefile index 64142023c763..d213a55cf058 100644 --- a/devel/re2c/Makefile +++ b/devel/re2c/Makefile @@ -14,7 +14,6 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Compile regular expression to C (much faster final code than flex) GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= re2c.1 diff --git a/devel/rlwrap/Makefile b/devel/rlwrap/Makefile index f2f4d4152809..9216faae1278 100644 --- a/devel/rlwrap/Makefile +++ b/devel/rlwrap/Makefile @@ -18,7 +18,6 @@ MAINTAINER= dryice@FreeBSD.org COMMENT= Readline wrapper GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= ptyttylib_cv_ptys=BSD LDFLAGS=-lutil MAN1= rlwrap.1 diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile index d617210ec492..66621ea90756 100644 --- a/devel/rpc2/Makefile +++ b/devel/rpc2/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp USE_GMAKE= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_PERL5= yes USE_LDCONFIG= yes diff --git a/devel/rvm/Makefile b/devel/rvm/Makefile index 0985b32ca210..62e107997271 100644 --- a/devel/rvm/Makefile +++ b/devel/rvm/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp USE_GMAKE= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/devel/sfslite/Makefile b/devel/sfslite/Makefile index 305b3fb26669..f0397a160a7d 100644 --- a/devel/sfslite/Makefile +++ b/devel/sfslite/Makefile @@ -47,7 +47,6 @@ CONFIGURE_ARGS += --enable-system-bin USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib/${PORTNAME}/${BUILD_MODE} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+=--with-mode=${BUILD_MODE} PLIST_SUB= VERSION=${SHORTVERSION} \ diff --git a/devel/shmap/Makefile b/devel/shmap/Makefile index bca35de32fa6..7d1b10d363cd 100644 --- a/devel/shmap/Makefile +++ b/devel/shmap/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= mm.14:${PORTSDIR}/devel/mm USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes diff --git a/devel/shtool/Makefile b/devel/shtool/Makefile index a64104e5be07..c1ee1e6af95b 100644 --- a/devel/shtool/Makefile +++ b/devel/shtool/Makefile @@ -17,7 +17,6 @@ COMMENT= The GNU Portable Shell Tool USE_PERL5_BUILD= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= shtool-arx.1 shtool-echo.1 shtool-fixperm.1 shtool-install.1 \ shtool-mdate.1 shtool-mkdir.1 shtool-mkln.1 shtool-mkshadow.1 \ diff --git a/devel/silc-toolkit/Makefile b/devel/silc-toolkit/Makefile index 521e56bbeca2..fe1d9afcb9d3 100644 --- a/devel/silc-toolkit/Makefile +++ b/devel/silc-toolkit/Makefile @@ -31,7 +31,6 @@ USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX} \ --with-simdir=${PREFIX}/lib/silcsim \ diff --git a/devel/simulavr/Makefile b/devel/simulavr/Makefile index 64dcbb9e4ce6..8dcded138f0b 100644 --- a/devel/simulavr/Makefile +++ b/devel/simulavr/Makefile @@ -26,7 +26,6 @@ BUILD_DEPENDS= ${LOCALBASE}/avr/include/avr/io.h:${PORTSDIR}/devel/avr-libc \ USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= CONFIGURE_ARGS= --disable-versioned-doc --enable-pdf MAN1= simulavr.1 simulavr-disp.1 diff --git a/devel/splint/Makefile b/devel/splint/Makefile index 732479ba3a1e..b665513382cc 100644 --- a/devel/splint/Makefile +++ b/devel/splint/Makefile @@ -16,7 +16,6 @@ COMMENT= A tool for statically checking sourcecode for security vulnerabilities USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= splint.1 diff --git a/devel/str/Makefile b/devel/str/Makefile index 3784bde130de..e861104812ec 100644 --- a/devel/str/Makefile +++ b/devel/str/Makefile @@ -15,7 +15,6 @@ MAINTAINER= vd@FreeBSD.org COMMENT= Generic String Library GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes MAN1= str-config.1 diff --git a/devel/strace/Makefile b/devel/strace/Makefile index 8bb684e40c3d..de4e74523cb6 100644 --- a/devel/strace/Makefile +++ b/devel/strace/Makefile @@ -17,7 +17,6 @@ USE_BZIP2= yes USE_PERL5= yes # for strace-graph GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/strace bin/strace-graph diff --git a/devel/subversion-devel/Makefile b/devel/subversion-devel/Makefile index df8a100365be..7689ec61ebf3 100644 --- a/devel/subversion-devel/Makefile +++ b/devel/subversion-devel/Makefile @@ -25,7 +25,6 @@ USE_LDCONFIG= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ssl WANT_PERL= yes diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common index 2cdf8d0c0b4d..33aba00d2fc5 100644 --- a/devel/subversion/Makefile.common +++ b/devel/subversion/Makefile.common @@ -16,7 +16,6 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ssl WANT_PERL= yes diff --git a/devel/subversion16/Makefile.common b/devel/subversion16/Makefile.common index 2cdf8d0c0b4d..33aba00d2fc5 100644 --- a/devel/subversion16/Makefile.common +++ b/devel/subversion16/Makefile.common @@ -16,7 +16,6 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-ssl WANT_PERL= yes diff --git a/devel/t1lib/Makefile b/devel/t1lib/Makefile index f23f5f90fac0..06aea59f3736 100644 --- a/devel/t1lib/Makefile +++ b/devel/t1lib/Makefile @@ -18,7 +18,6 @@ COMMENT= A Type 1 Rasterizer Library for UNIX/X11 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} ALL_TARGET= without_doc USE_LDCONFIG= yes diff --git a/devel/ta-lib/Makefile b/devel/ta-lib/Makefile index c797a7467c58..b1b74ad4f8f4 100644 --- a/devel/ta-lib/Makefile +++ b/devel/ta-lib/Makefile @@ -18,7 +18,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes post-patch: diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index 0e74989a2bfd..27e31430cab5 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -18,7 +18,6 @@ COMMENT= The Turbo Vision C++ CUI library for UNIX GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile index fba1e44e7bb1..a7192cc1cf67 100644 --- a/devel/valgrind-snapshot/Makefile +++ b/devel/valgrind-snapshot/Makefile @@ -26,7 +26,6 @@ USE_GNOME= pkgconfig USE_PERL5_BUILD=yes GNU_CONFIGURE= yes USE_AUTOTOOLS+= autoconf:262 aclocal:19 automake:19 -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GCC= 3.4 WRKSRC= ${WRKDIR}/${DISTNAME} diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index 5e4a4a5e44d0..2b8d1bbdf03b 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -22,7 +22,6 @@ USE_GMAKE= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS+= autoconf:262 aclocal:19 automake:19 -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+=--enable-maintainer-mode USE_PERL5_BUILD=yes USE_GCC= 3.4 diff --git a/devel/vstr/Makefile b/devel/vstr/Makefile index d9bda1b29ff0..d310700a5caa 100644 --- a/devel/vstr/Makefile +++ b/devel/vstr/Makefile @@ -18,7 +18,6 @@ COMMENT= General purpose string library for C USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig diff --git a/devel/xfc/Makefile b/devel/xfc/Makefile index 71bcce5753b7..f4582b0f2a9d 100644 --- a/devel/xfc/Makefile +++ b/devel/xfc/Makefile @@ -22,7 +22,6 @@ USE_GETTEXT= yes USE_GNOME= glib20 gtk20 atk pango pkgconfig libglade2 gnomehack GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ CPPFLAGS=-I${LOCALBASE}/include \ LIBS=-L${LOCALBASE}/lib diff --git a/devel/zziplib/Makefile b/devel/zziplib/Makefile index 6119250eb7fc..f476bb296014 100644 --- a/devel/zziplib/Makefile +++ b/devel/zziplib/Makefile @@ -17,7 +17,6 @@ COMMENT= A library to provide transparent read access to zipped files USE_BZIP2= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_PYTHON_BUILD= yes USE_LDCONFIG= yes |