svn commit: r566005 - head/security/libscep

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 18 22:43:14 UTC 2021


Author: amdmi3
Date: Thu Feb 18 22:43:14 2021
New Revision: 566005
URL: https://svnweb.freebsd.org/changeset/ports/566005

Log:
  security/libscep: allow build with clang, pet portlint
  
  PR:		252444
  Submitted by:	svysh.fbsd at gmail.com (maintainer)

Modified:
  head/security/libscep/Makefile

Modified: head/security/libscep/Makefile
==============================================================================
--- head/security/libscep/Makefile	Thu Feb 18 22:42:16 2021	(r566004)
+++ head/security/libscep/Makefile	Thu Feb 18 22:43:14 2021	(r566005)
@@ -4,6 +4,7 @@
 PORTNAME=	libscep
 PORTVERSION=	0.08
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	svysh.fbsd at gmail.com
@@ -21,13 +22,12 @@ RUN_DEPENDS=	check>=0.12.0:devel/check \
 		uriparser>=0.9.1:net/uriparser
 
 USES=		cmake:noninja gmake ssl pkgconfig libtool python:build,3.6+
-USE_LDCONFIG=	yes
-USE_GCC=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	openxpki
+USE_LDCONFIG=	yes
 
-CMAKE_OFF=	BUILD_CLI
 CMAKE_ARGS+=	-DCHECK_INSTALL_DIR=${PREFIX}
+CMAKE_OFF=	BUILD_CLI
 
 PLIST_FILES=	include/scep.h \
 		lib/libscep.so \


More information about the svn-ports-all mailing list