svn commit: r561364 - branches/2021Q1/dns/yadifa

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jan 12 17:59:47 UTC 2021


Author: pkubaj
Date: Tue Jan 12 17:59:46 2021
New Revision: 561364
URL: https://svnweb.freebsd.org/changeset/ports/561364

Log:
  MFH: r561363
  
  dns/yadifa: fix build on GCC architectures
  
  In file included from /usr/include/openssl/bn.h:20,
                   from /usr/include/openssl/engine.h:18,
                   from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/digest.h:53,
                   from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/dnskey.h:50,
                   from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/tsig.h:48,
                   from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/message.h:64,
                   from src/acl.c:57:
  /usr/include/openssl/crypto.h:322: error: expected ')' before '__attribute__'
  /usr/include/openssl/crypto.h:322: error: expected identifier or '(' before ')' token

Modified:
  branches/2021Q1/dns/yadifa/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/dns/yadifa/Makefile
==============================================================================
--- branches/2021Q1/dns/yadifa/Makefile	Tue Jan 12 17:58:41 2021	(r561363)
+++ branches/2021Q1/dns/yadifa/Makefile	Tue Jan 12 17:59:46 2021	(r561364)
@@ -13,7 +13,7 @@ COMMENT=	Authoritative nameserver with DNSSEC capabili
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool ssl
+USES=		compiler:c11 libtool ssl
 USE_RC_SUBR=	${PORTNAME}d
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-branches mailing list