Index: Makefile =================================================================== --- Makefile (revision 483821) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= vde2 PORTVERSION= 2.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/vde/${PORTNAME}/${PORTVERSION} @@ -15,9 +15,11 @@ CONFLICTS= vde-[0-9]* +LIB_DEPENDS= libpcap.so:net/libpcap + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool pathfix shebangfix +USES= gmake libtool pathfix shebangfix ssl SHEBANG_FILES= src/lib/python/VdePlug.py USE_LDCONFIG= yes MAKE_ENV= V=1 @@ -28,7 +30,7 @@ OPTIONS_SUB= yes PYTHON_CONFIGURE_OFF= --disable-python -PYTHON_USES= python +PYTHON_USES= python gettext-runtime PYTHON_CPPFLAGS= -I${LOCALBASE}/include PYTHON_LDFLAGS= -L${LOCALBASE}/lib Index: files/patch-src_vde2_pcapplug.c =================================================================== --- files/patch-src_vde2_pcapplug.c (nonexistent) +++ files/patch-src_vde2_pcapplug.c (working copy) @@ -0,0 +1,10 @@ +--- src/vde_pcapplug.c.orig 2018-11-02 16:11:40 UTC ++++ src/vde_pcapplug.c +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + #include + #include + #include Property changes on: files/patch-src_vde2_pcapplug.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