47fa20e742
Improvements - Fix warnings reported by gcc 8.1.0. - Make the gmysql backend future-proof. - Initialize some missed qtypes. Bug Fixes - Avoid concurrent records/comments iteration from running out of sync. - Fix a crash in the API when adding records. - pdns_control notify: handle slave without renotify properly. - Reset the TSIG state between queries. - Remove SOA-check backoff on incoming notify and fix lock handling. - Fix an issue where updating a record via DNS-UPDATE in a child zone that also exists in the parent zone, we would incorrectly apply the update to the parent zone. - Geoipbackend: check geoip_id_by_addr_gl and geoip_id_by_addr_v6_gl return value.
26 lines
783 B
Text
26 lines
783 B
Text
# $NetBSD: Makefile.common,v 1.24 2018/09/04 10:16:32 fhajny Exp $
|
|
|
|
PDNS_VERSION= 4.1.4
|
|
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
|
|
|
|
BUILD_DEPENDS+= ragel-[0-9]*:../../devel/ragel
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= bison flex gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-headers}
|
|
CONFIGURE_ARGS+= --without-lua
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|