svn commit: r561363 - head/dns/yadifa

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jan 12 17:58:41 UTC 2021


Author: pkubaj
Date: Tue Jan 12 17:58:41 2021
New Revision: 561363
URL: https://svnweb.freebsd.org/changeset/ports/561363

Log:
  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
  
  MFH:		2021Q1

Modified:
  head/dns/yadifa/Makefile

Modified: head/dns/yadifa/Makefile
==============================================================================
--- head/dns/yadifa/Makefile	Tue Jan 12 17:51:25 2021	(r561362)
+++ head/dns/yadifa/Makefile	Tue Jan 12 17:58:41 2021	(r561363)
@@ -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-head mailing list