Index: branches/2020Q4/security/tpm2-tools/Makefile =================================================================== --- branches/2020Q4/security/tpm2-tools/Makefile (revision 552074) +++ branches/2020Q4/security/tpm2-tools/Makefile (revision 552075) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= tpm2-tools DISTVERSION= 4.2.1 CATEGORIES= security MASTER_SITES= https://github.com/tpm2-software/tpm2-tools/releases/download/${DISTVERSION}/ MAINTAINER= tstruk@gmail.com COMMENT= TPM2 tools LICENSE= BSD2CLAUSE LIB_DEPENDS= libtss2-esys.so:security/tpm2-tss \ libcurl.so:ftp/curl \ libuuid.so:misc/e2fsprogs-libuuid -USES= gmake libtool pkgconfig ssl +USES= compiler:c11 gmake libtool pkgconfig ssl GNU_CONFIGURE= yes CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" CONFIGURE_ARGS= --disable-hardening --disable-fapi BROKEN_SSL= openssl .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 BROKEN_SSL+= base .endif .include Index: branches/2020Q4 =================================================================== --- branches/2020Q4 (revision 552074) +++ branches/2020Q4 (revision 552075) Property changes on: branches/2020Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r551632