diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:18:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:18:49 +0000 |
commit | 741aa714833b9bb1e9afaaf5124d3f5c60b5e49c (patch) | |
tree | e9b79b363f2fc4a63535a25c71491fa49a79b556 /databases | |
parent | e6b2e4b3537ce43e377d2f4fe0ac46b6ab8c4395 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=218938
Diffstat (limited to 'databases')
44 files changed, 0 insertions, 45 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile index f78ef79aefcd..66ffc336406d 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -34,7 +34,6 @@ CONFIGURE_ARGS= --enable-compat185 \ --enable-dynamic \ --prefix=${PREFIX} \ --includedir=${PREFIX}/include/db3 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALL_TARGET= install_include install_lib install_utilities .if !defined(NOPORTDOCS) INSTALL_TARGET+= install_docs docdir=${DOCSDIR} diff --git a/databases/db4/Makefile b/databases/db4/Makefile index a2645ba4b7a3..f7c3449d4813 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -23,7 +23,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \ --enable-cxx --enable-dynamic \ --includedir=${PREFIX}/include/db4 diff --git a/databases/db41/Makefile b/databases/db41/Makefile index d1ac0e42d41b..22771c94363e 100644 --- a/databases/db41/Makefile +++ b/databases/db41/Makefile @@ -27,7 +27,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \ --enable-cxx --enable-dynamic \ --includedir=${PREFIX}/include/db41 diff --git a/databases/db42/Makefile.db b/databases/db42/Makefile.db index 7a41c6279714..3edd9e5ad53a 100644 --- a/databases/db42/Makefile.db +++ b/databases/db42/Makefile.db @@ -13,7 +13,6 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_SCRIPT= ../dist/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} -CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} BDBVER= ${PORTVERSION:R} BDBMINOR= ${BDBVER:E:S/^\.//} BDBDIR= BerkeleyDB.${BDBVER} diff --git a/databases/db43/Makefile b/databases/db43/Makefile index 1d83d33ebe6a..d60761275062 100644 --- a/databases/db43/Makefile +++ b/databases/db43/Makefile @@ -28,7 +28,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} -CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} BDBVER= ${PORTVERSION:R} BDBMINOR= ${BDBVER:E:S/^\.//} BDBDIR= BerkeleyDB.${BDBVER} diff --git a/databases/dbconnect/Makefile b/databases/dbconnect/Makefile index deb551cc6f0d..1339e0725ec1 100644 --- a/databases/dbconnect/Makefile +++ b/databases/dbconnect/Makefile @@ -19,7 +19,6 @@ COMMENT= Use C++ object API to allow applications to connect to databases GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= autoconf:262 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes CXXFLAGS+= ${PTHREAD_CFLAGS} -fPIC -DFREEBSD diff --git a/databases/flamerobin/Makefile b/databases/flamerobin/Makefile index ed1c47cd2c2c..2ee3a21d0c56 100644 --- a/databases/flamerobin/Makefile +++ b/databases/flamerobin/Makefile @@ -22,7 +22,6 @@ WX_PREMK= yes WX_UNICODE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" OPTIONS= FIREBIRD "Use firebird1 instead of firebird2" off diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index f382bc653c2b..f919f6040fdd 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -18,7 +18,6 @@ COMMENT= The GNU database manager USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes .if defined(WITH_COMPAT) diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile index f5a4dd027068..06e5645db19c 100644 --- a/databases/gnome-db/Makefile +++ b/databases/gnome-db/Makefile @@ -27,7 +27,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lintl" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION=${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/gnomedb diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index 927fc0a85ade..a6ffca8413b1 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -26,7 +26,6 @@ CXXFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -largp -lintl USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV+= PYTHON_VERSION=${PYTHON_VERSION:S/python//} LDFLAGS="${LDFLAGS}" -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+=--with-python-libdir=${PYTHON_LIBDIR} \ --with-python-incdir=${PYTHON_INCLUDEDIR} \ --with-fontconfig-incdir=${LOCALBASE}/include/fontconfig \ diff --git a/databases/kmysqladmin/Makefile b/databases/kmysqladmin/Makefile index 8cef6fcbf624..d5cf081b004a 100644 --- a/databases/kmysqladmin/Makefile +++ b/databases/kmysqladmin/Makefile @@ -21,6 +21,4 @@ USE_KDELIBS_VER=3 USE_GETTEXT= yes INSTALLS_ICONS= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - .include <bsd.port.mk> diff --git a/databases/knoda/Makefile b/databases/knoda/Makefile index 11db45b77811..2c193acb96ff 100644 --- a/databases/knoda/Makefile +++ b/databases/knoda/Makefile @@ -23,7 +23,6 @@ USE_PYTHON= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-hk_classes-dir=${LOCALBASE}/lib/hk_classes \ --with-hk_classes-incdir=${LOCALBASE}/include/hk_classes diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index 5de4bc08d616..87eef0e8414a 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -32,7 +32,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION=${PORTVERSION} .include <bsd.port.mk> diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile index 83716f372cf7..950ca7c81673 100644 --- a/databases/libodbc++/Makefile +++ b/databases/libodbc++/Makefile @@ -19,7 +19,6 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= pkgconfig USE_LDCONFIG= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-isqlxx CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" CXXFLAGS+= ${PTHREAD_CFLAGS} diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index bed3b6763584..97d33015b065 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent USE_RC_SUBR= memcached GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-libevent=${LOCALBASE} --program-prefix= -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} OPTIONS= REPCACHED "Enable data replication feature" off diff --git a/databases/mysql++/Makefile b/databases/mysql++/Makefile index ddad5075764e..1710fa1e0160 100644 --- a/databases/mysql++/Makefile +++ b/databases/mysql++/Makefile @@ -17,7 +17,6 @@ COMMENT= Complex C++ API for MySQL${MYSQL_VER} USE_MYSQL= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --disable-examples -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes USE_GMAKE= yes diff --git a/databases/mysql++1/Makefile b/databases/mysql++1/Makefile index 0fc7c2ae73d9..66a2f6178e39 100644 --- a/databases/mysql++1/Makefile +++ b/databases/mysql++1/Makefile @@ -20,7 +20,6 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \ --includedir=${PREFIX}/include/mysql++ \ --disable-examples -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes CONFLICTS= ${PORTNAME}*-2.* diff --git a/databases/mysql++3/Makefile b/databases/mysql++3/Makefile index 214d2ef681d1..a274fd544c19 100644 --- a/databases/mysql++3/Makefile +++ b/databases/mysql++3/Makefile @@ -18,7 +18,6 @@ COMMENT= Complex C++ API for MySQL${MYSQL_VER} USE_MYSQL= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --enable-thread-check -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes USE_GMAKE= yes diff --git a/databases/mysql-navigator/Makefile b/databases/mysql-navigator/Makefile index 4c55b3f40fe0..fecc2fd4b3b8 100644 --- a/databases/mysql-navigator/Makefile +++ b/databases/mysql-navigator/Makefile @@ -24,7 +24,6 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS+=--with-mysql-includes=${LOCALBASE}/include/mysql \ --with-mysql-libraries=${LOCALBASE}/lib/mysql -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ENV+= MOC="${MOC}" QTDIR="${QT_PREFIX}" post-patch: diff --git a/databases/mysql2odbc/Makefile b/databases/mysql2odbc/Makefile index a6dd41f08328..b78afab92c71 100644 --- a/databases/mysql2odbc/Makefile +++ b/databases/mysql2odbc/Makefile @@ -38,7 +38,6 @@ CONFIGURE_ARGS= --with-iodbc .endif CONFIGURE_ARGS+=--libdir=${PREFIX}/mysql2odbc -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" USE_AUTOTOOLS= libtool:15 diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile index 28745252d469..d963ad2d316c 100644 --- a/databases/mysql323-server/Makefile +++ b/databases/mysql323-server/Makefile @@ -19,7 +19,6 @@ COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql323-client USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile index cc484fcb8206..a924a95f15ae 100644 --- a/databases/mysql40-server/Makefile +++ b/databases/mysql40-server/Makefile @@ -19,7 +19,6 @@ COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql40-client USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile index 9007861ae8a1..33d1252a04c3 100644 --- a/databases/mysql41-server/Makefile +++ b/databases/mysql41-server/Makefile @@ -19,7 +19,6 @@ COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql41-client USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ diff --git a/databases/mysql50-server/Makefile b/databases/mysql50-server/Makefile index d9f0b9779285..c09569c79f92 100644 --- a/databases/mysql50-server/Makefile +++ b/databases/mysql50-server/Makefile @@ -19,7 +19,6 @@ COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql50-client databases/mysql50-scripts USE_AUTOTOOLS= libtool:15 -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile index 92e5ce4d0121..13cad4a0a693 100644 --- a/databases/mysql51-server/Makefile +++ b/databases/mysql51-server/Makefile @@ -21,7 +21,6 @@ SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile index 92e5ce4d0121..13cad4a0a693 100644 --- a/databases/mysql54-server/Makefile +++ b/databases/mysql54-server/Makefile @@ -21,7 +21,6 @@ SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile index 92e5ce4d0121..13cad4a0a693 100644 --- a/databases/mysql55-server/Makefile +++ b/databases/mysql55-server/Makefile @@ -21,7 +21,6 @@ SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ diff --git a/databases/mysql60-server/Makefile b/databases/mysql60-server/Makefile index 2a957d6df8b8..44e745ddbd82 100644 --- a/databases/mysql60-server/Makefile +++ b/databases/mysql60-server/Makefile @@ -21,7 +21,6 @@ SLAVEDIRS= databases/mysql60-client databases/mysql60-scripts USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ diff --git a/databases/mysqlard/Makefile b/databases/mysqlard/Makefile index 4b8fe2976433..6d2e3c5df591 100644 --- a/databases/mysqlard/Makefile +++ b/databases/mysqlard/Makefile @@ -28,7 +28,6 @@ MAN1= mysqlar_graph.1 MAN8= mysqlard.8 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-rrd="${LOCALBASE}" --datadir="${PREFIX}/www" \ --sysconfdir="${PREFIX}/etc" diff --git a/databases/opendbx/Makefile b/databases/opendbx/Makefile index 1379f4471d45..62d27b26c91d 100644 --- a/databases/opendbx/Makefile +++ b/databases/opendbx/Makefile @@ -20,7 +20,6 @@ USE_AUTOTOOLS= libtool:15 CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -L../lib -L${LOCALBASE}/lib -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-backends="${CONFIGURE_MODULES}" CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/databases/oracle_odbc_driver/Makefile b/databases/oracle_odbc_driver/Makefile index 308bea51c205..05aceb48eb21 100644 --- a/databases/oracle_odbc_driver/Makefile +++ b/databases/oracle_odbc_driver/Makefile @@ -27,7 +27,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ORACLE_HOME="${ORACLE_HOME}" \ LIBS="`${CAT} ${ORACLE_HOME}/lib/sysliblist`"\ AUTOHEADER=true -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile index 92e5ce4d0121..13cad4a0a693 100644 --- a/databases/percona55-server/Makefile +++ b/databases/percona55-server/Makefile @@ -21,7 +21,6 @@ SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --without-debug \ --without-readline \ diff --git a/databases/pgadmin3-12/Makefile b/databases/pgadmin3-12/Makefile index daff7d41b380..a18e70d4c07c 100644 --- a/databases/pgadmin3-12/Makefile +++ b/databases/pgadmin3-12/Makefile @@ -20,7 +20,6 @@ USE_WX= 2.6 WX_COMPS= contrib WX_CONF_ARGS= relative GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LIBS="${PTHREAD_LIBS}" CONFLICTS= pgadmin3-1.[456789]* NO_LATEST_LINK= yes diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index 62a8ddc7aab5..9c616b2684bf 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -18,7 +18,6 @@ USE_GETTEXT= yes USE_PGSQL= yes IGNORE_WITH_PGSQL= 73 74 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-wx-version=${USE_WX} CONFLICTS= pgadmin3-1.[12]* diff --git a/databases/ptop/Makefile b/databases/ptop/Makefile index c796d4c2e374..99303e1fa1f0 100644 --- a/databases/ptop/Makefile +++ b/databases/ptop/Makefile @@ -19,7 +19,6 @@ MAN1= pg_top.1 USE_GMAKE= yes USE_PGSQL= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/pg_top diff --git a/databases/pxlib/Makefile b/databases/pxlib/Makefile index 7dfb24bf70b0..60bf7551b178 100644 --- a/databases/pxlib/Makefile +++ b/databases/pxlib/Makefile @@ -23,7 +23,6 @@ USE_GETTEXT= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index b471f0c28993..ab7aba5d5c9e 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -64,7 +64,6 @@ CONFIGURE_ARGS+= --disable-perl PLIST_SUB+= WITH_PERL="@comment " .endif -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 LDFLAGS+= -L${LOCALBASE}/lib CFLAGS:= ${CFLAGS:N-ffast-math} diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile index 4c1c4cd8b0cb..8b1f80de5607 100644 --- a/databases/rrdtool10/Makefile +++ b/databases/rrdtool10/Makefile @@ -25,7 +25,6 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-shared --enable-local-zlib \ --program-transform-name='' CONFIGURE_ENV= PERL=${PERL} PERL_MAKE_OPTIONS="PREFIX=${PREFIX}" -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC LDFLAGS+= -L${LOCALBASE}/lib CFLAGS:= ${CFLAGS:N-ffast-math} diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile index 97b9da428035..d3e6bb436839 100644 --- a/databases/sqlite2/Makefile +++ b/databases/sqlite2/Makefile @@ -21,7 +21,6 @@ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= YES CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} DOCSDIR= ${PREFIX}/share/doc/sqlite2 EXAMPLESDIR= ${PREFIX}/share/examples/sqlite2 diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 535b4b3eb8f6..7b9d3e83cf8b 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -23,7 +23,6 @@ USE_DOS2UNIX= *.pc.in USE_LDCONFIG= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} OPTIONS= DEBUG "Enable debugging & verbose explain" off \ FTS3 "Enable FTS3 (Full Text Search) module" off \ diff --git a/databases/sqlite34/Makefile b/databases/sqlite34/Makefile index 8b908665f8e6..abe1a8f1eecb 100644 --- a/databases/sqlite34/Makefile +++ b/databases/sqlite34/Makefile @@ -24,7 +24,6 @@ USE_DOS2UNIX= *.pc.in USE_LDCONFIG= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} OPTIONS= DEBUG "Enable debugging & verbose explain" off \ DOCS "Building docs (depends on TCL)" on \ diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index a2574fe91e46..0e07fd313685 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -29,7 +29,6 @@ CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \ --disable-python \ --disable-ruby \ --disable-zope -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes PORTDOCS= * diff --git a/databases/tora/Makefile b/databases/tora/Makefile index 72c49f5dd763..7454d2749562 100644 --- a/databases/tora/Makefile +++ b/databases/tora/Makefile @@ -40,7 +40,6 @@ USE_QT_VER= 3 USE_PERL5_BUILD=yes USE_GMAKE= yes CONFIGURE_ARGS= --with-oracle=${ORACLE_HOME} --with-oci-version=${ORACLE_VER:U} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes .if defined(WITHOUT_KDE) diff --git a/databases/xbsql/Makefile b/databases/xbsql/Makefile index b7b5af81e885..28527fe952b4 100644 --- a/databases/xbsql/Makefile +++ b/databases/xbsql/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= xbase-2.0.0:${PORTSDIR}/databases/xbase USE_AUTOTOOLS= libtool:15 USE_BISON= build GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes LB2FIX= Makefile.in test/Makefile.in xbsql/Makefile.in |