From owner-svn-ports-head@FreeBSD.ORG Sun Jul 27 11:57:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F1FA40A; Sun, 27 Jul 2014 11:57:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C01D2497; Sun, 27 Jul 2014 11:57:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6RBvILX064989; Sun, 27 Jul 2014 11:57:18 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6RBvIbO064986; Sun, 27 Jul 2014 11:57:18 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407271157.s6RBvIbO064986@svn.freebsd.org> From: John Marino Date: Sun, 27 Jul 2014 11:57:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363054 - head/net/openvswitch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2014 11:57:19 -0000 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 .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 +@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