Thursday, March 29, 2018

FIX net/ocserv build error

naddy@ found that net/ocserv failed to build during his latest amd64
package bulk build. Specifically, configure appears to pick up GeoIP if
installed, but there is no dependency on net/GeoIP.

Diff below fixes the issue.

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/ocserv/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile 3 Mar 2018 22:11:38 -0000 1.29
+++ Makefile 30 Mar 2018 03:36:15 -0000
@@ -3,6 +3,7 @@
COMMENT= server implementing the AnyConnect SSL VPN protocol

DISTNAME= ocserv-0.11.11
+REVISON= 0
EXTRACT_SUFX= .tar.xz

CATEGORIES= net
@@ -36,6 +37,7 @@ USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --enable-local-libopts \
--without-docker-tests \
+ --without-geoip \
--without-http-parser \
--without-pcl-lib

No comments:

Post a Comment