06671e1672
pkgsrc changes: - SQLite 2.x support no longer exists - SQLite 3.x support cannot be compiled outside the main package because of how symbols are distributed, so making it a compile time option for net/powerdns now. Too many changes since 2.9.22.5 (over 2 years ago), see the full changelog: http://doc.powerdns.com/md/changelog/ Upgrade notes: - PowerDNS 3.4 comes with a mandatory database schema upgrade coming from any previous 3.x release. - PowerDNS 3.1 introduces native SQLite3 support for storing key material for DNSSEC in the bindbackend. With this change, support for bind+gsql-setups ('hybrid mode') has been dropped. - PowerDNS 3.0 introduces full DNSSEC support which requires changes to database schemas. By default, old non-DNSSEC schema is assumed. Please see the docs on upgrading for particular steps that need to be taken: http://doc.powerdns.com/md/authoritative/upgrading/
31 lines
861 B
Text
31 lines
861 B
Text
# $NetBSD: Makefile.common,v 1.10 2014/12/10 14:50:08 fhajny Exp $
|
|
|
|
PDNS_VERSION= 3.4.1
|
|
DISTNAME= pdns-${PDNS_VERSION}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://downloads.powerdns.com/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.powerdns.com/
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
GNU_CONFIGURE_LIBSUBDIR=pdns
|
|
|
|
CONFIGURE_ARGS+= --enable-pdns_server
|
|
CONFIGURE_ARGS+= --with-system-polarssl
|
|
CONFIGURE_ARGS+= --without-lua
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-fstack-protector
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../security/polarssl/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|