svn commit: r481041 - head/net/libyang

Olivier Cochard olivier at FreeBSD.org
Mon Oct 1 16:02:03 UTC 2018


Author: olivier
Date: Mon Oct  1 16:02:02 2018
New Revision: 481041
URL: https://svnweb.freebsd.org/changeset/ports/481041

Log:
  Enable an option by default (mandatory to net/frr7)
  
  Sponsored by:	Orange

Modified:
  head/net/libyang/Makefile

Modified: head/net/libyang/Makefile
==============================================================================
--- head/net/libyang/Makefile	Mon Oct  1 14:53:24 2018	(r481040)
+++ head/net/libyang/Makefile	Mon Oct  1 16:02:02 2018	(r481041)
@@ -4,6 +4,7 @@ PORTNAME=	libyang
 PORTVERSION=	0.16
 DISTVERSIONPREFIX=	v
 DISTVERSIONSUFFIX=	-r1
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	olivier at FreeBSD.org
@@ -19,5 +20,7 @@ USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	CESNET
+
+CMAKE_ARGS+=	-DENABLE_LYD_PRIV=ON
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list