diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-16 01:17:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-16 01:17:17 +0800 |
commit | ececb738ae88bce448bbc6270ac57fdf82edbdad (patch) | |
tree | f8104dac1d6954ea52ade87b093bb01599afe740 | |
parent | e5a19dd9ef39804297b4e1f88278c5d08be47e9b (diff) | |
download | freebsd-ports-gnome-ececb738ae88bce448bbc6270ac57fdf82edbdad.tar.gz freebsd-ports-gnome-ececb738ae88bce448bbc6270ac57fdf82edbdad.tar.zst freebsd-ports-gnome-ececb738ae88bce448bbc6270ac57fdf82edbdad.zip |
Add libdecaf support
- Chase shlib change of security/botan2
- Bump PORTREVISION for dependency change
PR: 225176
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
-rw-r--r-- | dns/powerdns/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 1b2cf4192271..0256f0a34c5d 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -2,7 +2,7 @@ PORTNAME= powerdns DISTVERSION= 4.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} @@ -79,8 +79,10 @@ OPENLDAP_USE= OPENLDAP=YES OPENLDAP_VARS= MODULES+=ldap OPTALGO_CONFIGURE_ON= --enable-botan \ + --enable-libdecaf \ --enable-libsodium OPTALGO_LIB_DEPENDS= libbotan-2.so:security/botan2 \ + libdecaf.so:security/libdecaf \ libsodium.so:security/libsodium PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} @@ -116,7 +118,7 @@ MYDNS_DESC= MyDNS backend MYSQL_DESC= MySQL backend OPENDBX_DESC= OpenDBX backend OPENLDAP_DESC= OpenLDAP backend -OPTALGO_DESC= Enable optional algorithms (12 & 15) +OPTALGO_DESC= Enable optional algorithms (12, 15 & 16) PGSQL_DESC= PostgreSQL backend PROTOBUF_DESC= Protobuf support REMOTE_DESC= Remote backend |