mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stage net/openvswitch then pet portlint
PR: 192103 Submitted by: Ed Maste
This commit is contained in:
parent
db5e6c2005
commit
e42841c8a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363054
@ -12,23 +12,16 @@ COMMENT= Production quality, multilayer virtual switch
|
||||
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
|
||||
|
@ -6,4 +6,4 @@ ERSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support
|
||||
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/
|
||||
|
@ -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-vsctl-show
|
||||
share/openvswitch/scripts/ovs-bugtool-daemons-ver
|
||||
share/openvswitch/scripts/ovs-bugtool-bond-show
|
||||
@dirrmtry var/log/openvswitch
|
||||
@dirrmtry var/log
|
||||
@dirrmtry var/lib/openvswitch/pki
|
||||
@dirrmtry var/lib/openvswitch
|
||||
@dirrmtry var/lib
|
||||
@dirrmtry var/run/openvswitch
|
||||
@dirrmtry var/run
|
||||
@dirrmtry var
|
||||
@dirrmtry share/openvswitch/scripts
|
||||
@dirrmtry share/openvswitch/python/ovstest
|
||||
@dirrmtry share/openvswitch/python/ovs/db
|
||||
|
Loading…
Reference in New Issue
Block a user