[Midnightbsd-cvs] mports [17932] trunk/net: USES
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Dec 24 21:00:02 EST 2014
Revision: 17932
http://svnweb.midnightbsd.org/mports/?rev=17932
Author: laffer1
Date: 2014-12-24 21:00:01 -0500 (Wed, 24 Dec 2014)
Log Message:
-----------
USES
Modified Paths:
--------------
trunk/net/GeoIP/Makefile
trunk/net/daq/Makefile
trunk/net/gnet2/Makefile
trunk/net/ilbc/Makefile
trunk/net/libgweather/Makefile
trunk/net/libnet10/Makefile
trunk/net/libpcapnav/Makefile
trunk/net/liferea/Makefile
trunk/net/linc/Makefile
trunk/net/netatalk/Makefile
trunk/net/openldap23-server/Makefile
trunk/net/openldap24-server/Makefile
trunk/net/openslp/Makefile
trunk/net/samba-pdbsql/Makefile
trunk/net/samba34/Makefile
trunk/net/samba36/Makefile
trunk/net/samba4wins/Makefile
trunk/net/sdl_net/Makefile
trunk/net/xmlrpc-epi/Makefile
Modified: trunk/net/GeoIP/Makefile
===================================================================
--- trunk/net/GeoIP/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/GeoIP/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -18,7 +18,7 @@
LICENSE_COMB= multi
USES= libtool pathfix
-USE_AUTOTOOLS= aclocal automake libtoolize autoconf
+USES= aclocal automake libtoolize autoconf
AUTOMAKE_ARGS= --add-missing
PATHFIX_MAKEFILEIN= Makefile.am
Modified: trunk/net/daq/Makefile
===================================================================
--- trunk/net/daq/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/daq/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -19,7 +19,7 @@
USE_GMAKE= yes
USE_LDCONFIG= yes
USES= bison
-USE_AUTOTOOLS= libtool
+USES= libtool
MAKE_JOBS_UNSAFE= yes
CFLAGS+= -I${LOCALBASE}/include
Modified: trunk/net/gnet2/Makefile
===================================================================
--- trunk/net/gnet2/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/gnet2/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -13,7 +13,7 @@
LICENSE= lgpl
USES= pkgconfig
-USE_AUTOTOOLS= libtool
+USES= libtool
USE_GNOME= gnomehack glib20
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Modified: trunk/net/ilbc/Makefile
===================================================================
--- trunk/net/ilbc/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/ilbc/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -12,7 +12,7 @@
CONFLICTS= libilbc-[0-9]*
-USE_AUTOTOOLS= libtool
+USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Modified: trunk/net/libgweather/Makefile
===================================================================
--- trunk/net/libgweather/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/libgweather/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -18,7 +18,7 @@
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
+USES= libtool
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
Modified: trunk/net/libnet10/Makefile
===================================================================
--- trunk/net/libnet10/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/libnet10/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -19,7 +19,7 @@
LICENSE= agg
CFLAGS+= -fPIC
-USE_AUTOTOOLS= autoconf:261
+USES= autoconf:261
WRKSRC= ${WRKDIR}/Libnet-${PORTVERSION}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
MAN3= libnet${PKGNAMESUFFIX}.3
Modified: trunk/net/libpcapnav/Makefile
===================================================================
--- trunk/net/libpcapnav/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/libpcapnav/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -10,7 +10,7 @@
COMMENT= A libpcap wrapper library
LICENSE= mit
-USE_AUTOTOOLS= libtool
+USES= libtool
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR}
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
Modified: trunk/net/liferea/Makefile
===================================================================
--- trunk/net/liferea/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/liferea/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -15,7 +15,7 @@
USE_GNOME= gnomeprefix gnomehack libglade2 gconf2
USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
+USES= libtool
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
Modified: trunk/net/linc/Makefile
===================================================================
--- trunk/net/linc/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/linc/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -19,7 +19,7 @@
USE_GMAKE= yes
USE_GNOME= gnomehack glib20
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
+USES= libtool
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
Modified: trunk/net/netatalk/Makefile
===================================================================
--- trunk/net/netatalk/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/netatalk/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -12,7 +12,7 @@
LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt
-USE_AUTOTOOLS= libtool
+USES= libtool
USE_BDB= 46+
USE_BZIP2= yes
USES= iconv
Modified: trunk/net/openldap23-server/Makefile
===================================================================
--- trunk/net/openldap23-server/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/openldap23-server/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -116,7 +116,7 @@
.endif
-USE_AUTOTOOLS= libtool
+USES= libtool
DESCR= ${PKGDIR}/pkg-descr${OPENLDAP_PKGFILESUFX}
PLIST= ${PKGDIR}/pkg-plist${OPENLDAP_PKGFILESUFX}
Modified: trunk/net/openldap24-server/Makefile
===================================================================
--- trunk/net/openldap24-server/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/openldap24-server/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -41,7 +41,7 @@
LATEST_LINK?= ${PKGNAMEPREFIX}openldap24${PKGNAMESUFFIX}
USE_OPENSSL= yes
USES= libtool:keepla
-USE_AUTOTOOLS= libtool
+USES= libtool
.if !defined(CLIENT_ONLY)
USERS= ldap
GROUPS= ldap
Modified: trunk/net/openslp/Makefile
===================================================================
--- trunk/net/openslp/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/openslp/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -10,7 +10,7 @@
COMMENT= Open-source implementation of the Service Location Protocol
LICENSE= bsd3
-USE_AUTOTOOLS= libtool
+USES= libtool
GNU_CONFIGURE= yes
USE_OPENSSL= yes
USE_LDCONFIG= yes
Modified: trunk/net/samba-pdbsql/Makefile
===================================================================
--- trunk/net/samba-pdbsql/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/samba-pdbsql/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -19,7 +19,7 @@
USE_GMAKE= yes
GNU_CONFIGURE= yes
# Add a build dependency for Samba port
-USE_AUTOTOOLS= autoconf autoheader
+USES= autoconf autoheader
SAMBA_PORT= net/samba34
Modified: trunk/net/samba34/Makefile
===================================================================
--- trunk/net/samba34/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/samba34/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -28,7 +28,7 @@
USE_GMAKE= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf autoheader
+USES= autoconf autoheader
# directories
VARDIR?= /var
SAMBA_SPOOL?= ${VARDIR}/spool/${PORTNAME}
Modified: trunk/net/samba36/Makefile
===================================================================
--- trunk/net/samba36/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/samba36/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -30,7 +30,7 @@
GNU_CONFIGURE= yes
USES= gmake pkgconfig iconv
-USE_AUTOTOOLS= autoconf autoheader
+USES= autoconf autoheader
USE_LDCONFIG= ${SAMBA_LIBDIR}
# pkg-config is used to find talloc
PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig
Modified: trunk/net/samba4wins/Makefile
===================================================================
--- trunk/net/samba4wins/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/samba4wins/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -17,7 +17,7 @@
USES= iconv
USE_PERL5= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf autoheader
+USES= autoconf autoheader
WRKSRC= ${WRKDIR}/${PORTNAME}/source
Modified: trunk/net/sdl_net/Makefile
===================================================================
--- trunk/net/sdl_net/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/sdl_net/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -16,7 +16,7 @@
COMMENT= A small sample cross-platform networking library
LICENSE= lgpl
-USE_AUTOTOOLS= libtool
+USES= libtool
USE_SDL= sdl
USE_GMAKE= yes
GNU_CONFIGURE= yes
Modified: trunk/net/xmlrpc-epi/Makefile
===================================================================
--- trunk/net/xmlrpc-epi/Makefile 2014-12-25 01:36:51 UTC (rev 17931)
+++ trunk/net/xmlrpc-epi/Makefile 2014-12-25 02:00:01 UTC (rev 17932)
@@ -19,7 +19,7 @@
USE_GMAKE= yes
USE_ICONV= yes
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
+USES= libtool
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv"
CONFIGURE_ARGS= --program-transform="s|^|xre-|" \
More information about the Midnightbsd-cvs
mailing list