Date: Thu, 18 Feb 2021 22:43:14 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566005 - head/security/libscep Message-ID: <202102182243.11IMhEb6076432@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102182243.11IMhEb6076432>