svn commit: r563492 - head/dns/dnscrypt-wrapper

Luca Pizzamiglio pizzamig at FreeBSD.org
Sun Jan 31 15:02:51 UTC 2021


Author: pizzamig
Date: Sun Jan 31 15:02:50 2021
New Revision: 563492
URL: https://svnweb.freebsd.org/changeset/ports/563492

Log:
  dns/dnscrypt-wrapper: enable xchacha20 detection
  
  Detect and enable xchacha20 via autoconf.
  
  PR:		249506
  Submitted by:	Felix Hanley <felix at userspace.com.au>
  Approved by:	Will <freebsd at toyingwithfate.com> (maintainer)

Modified:
  head/dns/dnscrypt-wrapper/Makefile

Modified: head/dns/dnscrypt-wrapper/Makefile
==============================================================================
--- head/dns/dnscrypt-wrapper/Makefile	Sun Jan 31 14:33:08 2021	(r563491)
+++ head/dns/dnscrypt-wrapper/Makefile	Sun Jan 31 15:02:50 2021	(r563492)
@@ -3,7 +3,7 @@
 PORTNAME=	dnscrypt-wrapper
 PORTVERSION=	0.4.2
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	dns
 
 MAINTAINER=	freebsd at toyingwithfate.com
@@ -23,7 +23,8 @@ ETCDNSCRYPTWRAPPER=	${PREFIX}/etc/${PORTNAME}
 SUB_LIST+=	ETCDNSCRYPTWRAPPER="${ETCDNSCRYPTWRAPPER}" USERS="${USERS}"
 USE_RC_SUBR=	${PORTNAME}
 
-USES=		gmake localbase:ldflags
+USES=		gmake localbase:ldflags autoreconf
+GNU_CONFIGURE=	yes
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/*


More information about the svn-ports-head mailing list