Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2018 04:45:20 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483447 - head/net/ocserv
Message-ID:  <201810300445.w9U4jKFf082153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Oct 30 04:45:20 2018
New Revision: 483447
URL: https://svnweb.freebsd.org/changeset/ports/483447

Log:
  net/ocserv: Use devel/libpcl as a dependency
  
  PR:		232771
  Approved by:	Carlos J. Puga Medina <cpm@freebsd.org> (maintainer)

Modified:
  head/net/ocserv/Makefile

Modified: head/net/ocserv/Makefile
==============================================================================
--- head/net/ocserv/Makefile	Tue Oct 30 04:38:26 2018	(r483446)
+++ head/net/ocserv/Makefile	Tue Oct 30 04:45:20 2018	(r483447)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ocserv
 PORTVERSION=	0.12.1
+PORTREVISION=	1
 CATEGORIES=	net security
 MASTER_SITES=	ftp://ftp.infradead.org/pub/ocserv/ \
 		LOCAL/cpm
@@ -23,7 +24,8 @@ LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
 		libgnutls.so:security/gnutls \
 		libtasn1.so:security/libtasn1 \
 		libnettle.so:security/nettle \
-		liboath.so:security/oath-toolkit
+		liboath.so:security/oath-toolkit \
+		libpcl.so:devel/libpcl
 
 USES=		autoreconf cpe gperf libtool localbase ncurses \
 		pathfix pkgconfig readline tar:xz
@@ -31,8 +33,7 @@ CPE_VENDOR=	infradead
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--without-geoip \
-		--without-http-parser \
-		--without-pcl-lib
+		--without-http-parser
 
 USERS=		_ocserv
 GROUPS=		_ocserv



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810300445.w9U4jKFf082153>