Index: head/net/openvswitch/Makefile =================================================================== --- head/net/openvswitch/Makefile (revision 474440) +++ head/net/openvswitch/Makefile (revision 474441) @@ -1,40 +1,41 @@ # Created by: Edward Tomasz Napierala # $FreeBSD$ PORTNAME= openvswitch PORTVERSION= 2.9.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://openvswitch.org/releases/ MAINTAINER= koue@chaosophia.net COMMENT= Production quality, multilayer virtual switch LICENSE= APACHE20 BROKEN_mips64= fails to compile: ofp-actions.h:486: flexible array member in otherwise empty struct BROKEN_powerpc64= fails to compile: bfd.c: internal compiler error: in extract_insn, at recog.c BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= compiler:c++14-lang cpe gmake libtool perl5 pkgconfig python:2.7 shebangfix ssl SHEBANG_FILES= ovn/utilities/ovndb-servers.ocf \ utilities/bugtool/ovs-bugtool-ovs-ofctl-loop-over-bridges \ utilities/ovs-docker \ utilities/ovs-appctl-bashcomp.bash \ vtep/ovs-vtep.in USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --localstatedir=/var \ --with-dbdir=/var/db/${PORTNAME} \ --with-openssl=${OPENSSLBASE} USE_RC_SUBR= ovs-vswitchd ovsdb-server LDFLAGS+= -lpthread INSTALL_TARGET=install-strip post-install: @${MKDIR} ${STAGEDIR}/var/run/openvswitch @${MKDIR} ${STAGEDIR}/var/log/openvswitch ${INSTALL_DATA} ${WRKSRC}/vswitchd/vswitch.ovsschema ${STAGEDIR}${PREFIX}/share/openvswitch/ .include Index: head/net/openvswitch/files/patch-lib_netdev-bsd.c =================================================================== --- head/net/openvswitch/files/patch-lib_netdev-bsd.c (nonexistent) +++ head/net/openvswitch/files/patch-lib_netdev-bsd.c (revision 474441) @@ -0,0 +1,19 @@ +--- lib/netdev-bsd.c.orig 2018-07-11 07:15:18 UTC ++++ lib/netdev-bsd.c +@@ -65,7 +65,6 @@ + + VLOG_DEFINE_THIS_MODULE(netdev_bsd); + +- + struct netdev_rxq_bsd { + struct netdev_rxq up; + +@@ -1511,7 +1510,7 @@ netdev_bsd_update_flags(struct netdev *netdev_, enum n + NULL, /* get_carrier_resets */ \ + NULL, /* set_miimon_interval */ \ + netdev_bsd_get_stats, \ +- \ ++ NULL, /* get_custom_stats */ \ + GET_FEATURES, \ + NULL, /* set_advertisement */ \ + NULL, /* get_pt_mode */ \ Property changes on: head/net/openvswitch/files/patch-lib_netdev-bsd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property