svn commit: r370087 - head/net/openvswitch
Tijl Coosemans
tijl at FreeBSD.org
Sun Oct 5 14:32:23 UTC 2014
Author: tijl
Date: Sun Oct 5 14:32:22 2014
New Revision: 370087
URL: https://svnweb.freebsd.org/changeset/ports/370087
QAT: https://qat.redports.org/buildarchive/r370087/
Log:
Convert to USES=autoreconf and USES=python
Modified:
head/net/openvswitch/Makefile
Modified: head/net/openvswitch/Makefile
==============================================================================
--- head/net/openvswitch/Makefile Sun Oct 5 14:31:29 2014 (r370086)
+++ head/net/openvswitch/Makefile Sun Oct 5 14:32:22 2014 (r370087)
@@ -15,10 +15,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= PERL=${PREFIX}/bin/perl \
SSL_CFLAGS="-I${OPENSSLINC}" \
SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
-USES= gmake pkgconfig
-USE_AUTOTOOLS= autoconf automake
+USES= autoreconf gmake pkgconfig python
USE_OPENSSL= yes
-USE_PYTHON= yes
USE_RC_SUBR= ovs-vswitchd ovsdb-server
OPTIONS_DEFINE= THREADED
@@ -30,12 +28,7 @@ THREADED_DESC= Experimental high-perform
CONFIGURE_ARGS+=--enable-threaded=yes
.endif
-AUTOTOOLSFILES= aclocal.m4
-
post-patch:
- @${REINPLACE_CMD} -e 's|1.11.3|%%AUTOMAKE_APIVER%%|g' \
- -e 's|2.68|%%AUTOCONF_VERSION%%|g' \
- ${WRKSRC}/aclocal.m4
.if ${PORT_OPTIONS:MTHREADED}
@# We can't use EXTRA_PATCHES, since we need to apply this one
@# after files/patch-bsd-netdef.diff, not before.
More information about the svn-ports-all
mailing list