- Backport: forbid label compression in alias wire format - Include unistd.h for chroot(2) et al. - Auth: fix out of bounds exception in caa processing - Add the missing include to mplexer.hh for struct timeval - Auth: init openssl and libsodium before chrooting in pdnsutil - Auth: always bind the results array after executing a mysql statement - Ldap: fix getdomaininfo() to set this as di.backend - Ldapbackend: fix listing zones incl. axfr - Ixfr: correct behavior of dealing with dns name with multiple records
27 lines
792 B
Text
27 lines
792 B
Text
# $NetBSD: Makefile.common,v 1.21 2018/02/19 12:59:40 fhajny Exp $
|
|
|
|
PDNS_VERSION= 4.1.1
|
|
DISTNAME= pdns-${PDNS_VERSION}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://downloads.powerdns.com/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.powerdns.com/
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= bison flex gmake pkg-config
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
BUILD_DEPENDS+= ragel-[0-9]*:../../devel/ragel
|
|
|
|
CONFIGURE_ARGS+= --without-lua
|
|
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-headers}
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|