[Midnightbsd-cvs] mports [17933] trunk: USES
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Dec 24 21:02:13 EST 2014
Revision: 17933
http://svnweb.midnightbsd.org/mports/?rev=17933
Author: laffer1
Date: 2014-12-24 21:02:13 -0500 (Wed, 24 Dec 2014)
Log Message:
-----------
USES
Modified Paths:
--------------
trunk/astro/boinc-setiathome-enhanced/Makefile
trunk/databases/evolution-data-server/Makefile
trunk/databases/freetds/Makefile
trunk/databases/libiodbc/Makefile
trunk/databases/mysql51-server/Makefile
trunk/databases/postgresql84-server/Makefile
trunk/databases/postgresql90-server/Makefile
trunk/databases/postgresql92-server/Makefile
trunk/editors/xemacs/Makefile
trunk/emulators/bochs/Makefile
trunk/emulators/yabause/Makefile
Modified: trunk/astro/boinc-setiathome-enhanced/Makefile
===================================================================
--- trunk/astro/boinc-setiathome-enhanced/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
+++ trunk/astro/boinc-setiathome-enhanced/Makefile 2014-12-25 02:02:13 UTC (rev 17933)
@@ -19,7 +19,7 @@
LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float
USES= gmake pkgconfig tar:bzip2
-USE_AUTOTOOLS= autoconf:env automake:env
+USES= autoconf:env automake:env
GNU_CONFIGURE= yes
CFLAGS+= -O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include -L${LOCALBASE}/lib
Modified: trunk/databases/evolution-data-server/Makefile
===================================================================
--- trunk/databases/evolution-data-server/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
+++ trunk/databases/evolution-data-server/Makefile 2014-12-25 02:02:13 UTC (rev 17933)
@@ -25,7 +25,7 @@
USE_GNOME= gnomeprefix gnomehack intlhack ltverhack ltasneededhack gconf2 \
libxml2
USE_OPENLDAP= yes
-USE_AUTOTOOLS= libtool
+USES= libtool
USE_BDB= 41+
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-static \
Modified: trunk/databases/freetds/Makefile
===================================================================
--- trunk/databases/freetds/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
+++ trunk/databases/freetds/Makefile 2014-12-25 02:02:13 UTC (rev 17933)
@@ -18,7 +18,7 @@
USES= iconv gmake pkgconfig libtool:keepla
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:env
+USES= autoconf:env
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LIBS+= -lgcrypt
Modified: trunk/databases/libiodbc/Makefile
===================================================================
--- trunk/databases/libiodbc/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
+++ trunk/databases/libiodbc/Makefile 2014-12-25 02:02:13 UTC (rev 17933)
@@ -24,7 +24,7 @@
MAKE_JOBS_SAFE= yes
USE_GNOME= gnomehack pkgconfig
USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
+USES= libtool
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-iodbc-inidir=${ETCDIR}
USE_LDCONFIG= yes
Modified: trunk/databases/mysql51-server/Makefile
===================================================================
--- trunk/databases/mysql51-server/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
+++ trunk/databases/mysql51-server/Makefile 2014-12-25 02:02:13 UTC (rev 17933)
@@ -14,7 +14,7 @@
LICENSE= gpl2
SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts
-USE_AUTOTOOLS= libtool
+USES= libtool
USE_GMAKE= yes
CONFIGURE_TARGET=${MACHINE_ARCH}-portbld-freebsd9.1
CONFIGURE_ARGS= --localstatedir=/var/db/mysql \
Modified: trunk/databases/postgresql84-server/Makefile
===================================================================
--- trunk/databases/postgresql84-server/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
+++ trunk/databases/postgresql84-server/Makefile 2014-12-25 02:02:13 UTC (rev 17933)
@@ -107,7 +107,7 @@
. endif
. if (defined(SERVER_ONLY) && (defined(WITH_ICU) || defined(WITH_ICU4))) || make(makesum)
-USE_AUTOTOOLS= autoconf
+USES= autoconf
CONFIGURE_ARGS+=--with-icu
PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu
PATCHFILES+= pg-840-icu-2009-09-15.diff.gz:icu
Modified: trunk/databases/postgresql90-server/Makefile
===================================================================
--- trunk/databases/postgresql90-server/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
+++ trunk/databases/postgresql90-server/Makefile 2014-12-25 02:02:13 UTC (rev 17933)
@@ -106,7 +106,7 @@
.if !defined(SLAVE_ONLY)
. if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum)
-USE_AUTOTOOLS= autoconf
+USES= autoconf
CONFIGURE_ARGS+=--with-icu
PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu
PATCHFILES+= pg-900-icu-2010-09-19.diff.gz:icu
Modified: trunk/databases/postgresql92-server/Makefile
===================================================================
--- trunk/databases/postgresql92-server/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
+++ trunk/databases/postgresql92-server/Makefile 2014-12-25 02:02:13 UTC (rev 17933)
@@ -118,7 +118,7 @@
.if !defined(SLAVE_ONLY)
. if ( defined(SERVER_ONLY) && ${PORT_OPTIONS:MICU} ) || make(makesum)
-USE_AUTOTOOLS= autoconf
+USES= autoconf
CONFIGURE_ARGS+=--with-icu
PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu
PATCHFILES+= ${ICU_PATCHFILE}:icu
Modified: trunk/editors/xemacs/Makefile
===================================================================
--- trunk/editors/xemacs/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
+++ trunk/editors/xemacs/Makefile 2014-12-25 02:02:13 UTC (rev 17933)
@@ -26,7 +26,7 @@
USE_CSTD= gnu89
WANT_GNOME= yes
STRIP=
-USE_AUTOTOOLS= autoconf213
+USES= autoconf213
CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd
CONFIGURE_ARGS?=--with-clash-detection \
Modified: trunk/emulators/bochs/Makefile
===================================================================
--- trunk/emulators/bochs/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
+++ trunk/emulators/bochs/Makefile 2014-12-25 02:02:13 UTC (rev 17933)
@@ -73,7 +73,7 @@
X86_64_DESC= Enable x86-64 instructions support
USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
+USES= libtool
CONFIGURE_ENV= ac_cv_header_alsa_asoundlib_h=no
CONFIGURE_ARGS= --disable-docbook --disable-instrumentation
MAKE_JOBS_SAFE= yes
Modified: trunk/emulators/yabause/Makefile
===================================================================
--- trunk/emulators/yabause/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
+++ trunk/emulators/yabause/Makefile 2014-12-25 02:02:13 UTC (rev 17933)
@@ -12,7 +12,7 @@
LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
-USE_AUTOTOOLS= automake:env autoconf:env aclocal:env
+USES= automake:env autoconf:env aclocal:env
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GL= gl glu glut
More information about the Midnightbsd-cvs
mailing list