svn commit: r363054 - head/net/openvswitch

John Marino marino at FreeBSD.org
Sun Jul 27 11:57:19 UTC 2014


Author: marino
Date: Sun Jul 27 11:57:18 2014
New Revision: 363054
URL: http://svnweb.freebsd.org/changeset/ports/363054
QAT: https://qat.redports.org/buildarchive/r363054/

Log:
  Stage net/openvswitch then pet portlint
  
  PR:		192103
  Submitted by:	Ed Maste

Modified:
  head/net/openvswitch/Makefile
  head/net/openvswitch/pkg-descr
  head/net/openvswitch/pkg-plist

Modified: head/net/openvswitch/Makefile
==============================================================================
--- head/net/openvswitch/Makefile	Sun Jul 27 11:48:40 2014	(r363053)
+++ head/net/openvswitch/Makefile	Sun Jul 27 11:57:18 2014	(r363054)
@@ -12,23 +12,16 @@ COMMENT=	Production quality, multilayer 
 LICENSE=	APACHE20
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	SSL_LIBS=-lssl SSL_CFLAGS=-I/usr/include/openssl
+CONFIGURE_ARGS=	PERL=${PREFIX}/bin/perl
+CONFIGURE_ARGS+=SSL_LIBS=-lssl SSL_CFLAGS=-I/usr/include/openssl
 USE_AUTOTOOLS=	autoconf automake
 USES=		gmake pkgconfig
 USE_PYTHON=	yes
 USE_RC_SUBR=	ovs-vswitchd ovsdb-server
-MAN1=		ovs-benchmark.1 ovs-pcap.1 ovs-tcpundump.1 ovsdb-client.1 \
-		ovsdb-server.1 ovsdb-tool.1
-MAN5=		ovs-vswitchd.conf.db.5
-MAN8=		ovs-appctl.8 ovs-brcompatd.8 ovs-bugtool.8 ovs-controller.8 \
-		ovs-ctl.8 ovs-dpctl.8 ovs-ofctl.8 ovs-parse-leaks.8 ovs-pki.8 \
-		ovs-test.8 ovs-vsctl.8 ovs-vswitchd.8 \
-		ovs-vlan-bug-workaround.8 ovs-vlan-test.8
 
 OPTIONS_DEFINE=	THREADED
 THREADED_DESC=	Experimental high-performance threading patch
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MTHREADED}
@@ -48,7 +41,7 @@ post-patch:
 .endif
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/vswitchd/vswitch.ovsschema ${PREFIX}/share/openvswitch/
+	${INSTALL_DATA} ${WRKSRC}/vswitchd/vswitch.ovsschema ${STAGEDIR}${PREFIX}/share/openvswitch/
 
 #regression-test: build
 #	@cd ${WRKSRC} && ${MAKE_CMD} check

Modified: head/net/openvswitch/pkg-descr
==============================================================================
--- head/net/openvswitch/pkg-descr	Sun Jul 27 11:48:40 2014	(r363053)
+++ head/net/openvswitch/pkg-descr	Sun Jul 27 11:57:18 2014	(r363054)
@@ -6,4 +6,4 @@ ERSPAN, CLI, LACP, 802.1ag). In addition
 distribution across multiple physical servers similar to VMware's vNetwork
 distributed vswitch or Cisco's Nexus 1000V.
 
-WWW:	http://openvswitch.org/
+WWW: http://openvswitch.org/

Modified: head/net/openvswitch/pkg-plist
==============================================================================
--- head/net/openvswitch/pkg-plist	Sun Jul 27 11:48:40 2014	(r363053)
+++ head/net/openvswitch/pkg-plist	Sun Jul 27 11:57:18 2014	(r363054)
@@ -12,6 +12,27 @@ bin/ovs-pcap
 bin/ovs-tcpundump
 bin/ovs-test
 bin/ovs-vlan-test
+man/man1/ovs-benchmark.1.gz
+man/man1/ovs-pcap.1.gz
+man/man1/ovs-tcpundump.1.gz
+man/man1/ovsdb-client.1.gz
+man/man1/ovsdb-server.1.gz
+man/man1/ovsdb-tool.1.gz
+man/man5/ovs-vswitchd.conf.db.5.gz
+man/man8/ovs-appctl.8.gz
+man/man8/ovs-brcompatd.8.gz
+man/man8/ovs-bugtool.8.gz
+man/man8/ovs-controller.8.gz
+man/man8/ovs-ctl.8.gz
+man/man8/ovs-dpctl.8.gz
+man/man8/ovs-ofctl.8.gz
+man/man8/ovs-parse-leaks.8.gz
+man/man8/ovs-pki.8.gz
+man/man8/ovs-test.8.gz
+man/man8/ovs-vlan-bug-workaround.8.gz
+man/man8/ovs-vlan-test.8.gz
+man/man8/ovs-vsctl.8.gz
+man/man8/ovs-vswitchd.8.gz
 sbin/ovs-vswitchd
 sbin/ovsdb-server
 sbin/ovs-bugtool
@@ -65,8 +86,13 @@ share/openvswitch/scripts/ovs-bugtool-vs
 share/openvswitch/scripts/ovs-bugtool-daemons-ver
 share/openvswitch/scripts/ovs-bugtool-bond-show
 @dirrmtry var/log/openvswitch
+ at dirrmtry var/log
 @dirrmtry var/lib/openvswitch/pki
 @dirrmtry var/lib/openvswitch
+ at dirrmtry var/lib
+ at dirrmtry var/run/openvswitch
+ at dirrmtry var/run
+ at dirrmtry var
 @dirrmtry share/openvswitch/scripts
 @dirrmtry share/openvswitch/python/ovstest
 @dirrmtry share/openvswitch/python/ovs/db


More information about the svn-ports-all mailing list