Index: head/net/openvswitch/Makefile =================================================================== --- head/net/openvswitch/Makefile (revision 515817) +++ head/net/openvswitch/Makefile (revision 515818) @@ -1,42 +1,43 @@ # Created by: Edward Tomasz Napierala # $FreeBSD$ PORTNAME= openvswitch DISTVERSION= 2.12.0 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 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= cpe gmake libtool perl5 pkgconfig python:2.7 shebangfix ssl +USES= compiler:c11 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 --disable-static --localstatedir=/var \ --with-dbdir=/var/db/${PORTNAME} \ --with-openssl=${OPENSSLBASE} USE_RC_SUBR= ovs-vswitchd ovsdb-server LDFLAGS+= -lpthread INSTALL_TARGET=install-strip SHLIB_VER= ${DISTVERSION:C/\.[0-9]*$//} PLIST_SUB= SHLIB_VER=${SHLIB_VER} 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_dns-resolve.c =================================================================== --- head/net/openvswitch/files/patch-lib_dns-resolve.c (nonexistent) +++ head/net/openvswitch/files/patch-lib_dns-resolve.c (revision 515818) @@ -0,0 +1,10 @@ +--- lib/dns-resolve.c.orig 2019-10-18 14:20:09 UTC ++++ lib/dns-resolve.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + #include + #include + #include "hash.h" Property changes on: head/net/openvswitch/files/patch-lib_dns-resolve.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property