diff options
author | pav <pav@FreeBSD.org> | 2009-07-28 19:45:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-07-28 19:45:08 +0800 |
commit | 291da30e08e6256cb9c448d12d81e18bfcef7895 (patch) | |
tree | ed5f09afdd626c922e88015da3aeeb6ae1eff9bd /dns | |
parent | db5c7bc390ded3a323a9e1b04bb27d75d82b8182 (diff) | |
download | freebsd-ports-gnome-291da30e08e6256cb9c448d12d81e18bfcef7895.tar.gz freebsd-ports-gnome-291da30e08e6256cb9c448d12d81e18bfcef7895.tar.zst freebsd-ports-gnome-291da30e08e6256cb9c448d12d81e18bfcef7895.zip |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/powerdns-devel/Makefile | 3 | ||||
-rw-r--r-- | dns/powerdns-recursor/Makefile | 3 | ||||
-rw-r--r-- | dns/powerdns/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index 1ff06f3b3424..0c4b366b0c83 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/Makefile @@ -16,7 +16,8 @@ DISTNAME= pdns-${PORTVERSION:S/.${SNAPSHOT}//}-rc1.${SNAPSHOT}.${REVISION} MAINTAINER= tremere@cainites.net COMMENT= An advanced DNS server with multiple backends including SQL -BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost +BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ + ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs SNAPSHOT= 20081119 REVISION= 1305 diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index c9791dfba32b..3ad9c8e571b4 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -16,7 +16,8 @@ DISTNAME= pdns-recursor-${PORTVERSION} MAINTAINER= sten@blinkenlights.nl COMMENT= An advanced DNS recursor -BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost +BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ + ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes USE_GMAKE= yes diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 57b76e8758ec..7e59c5de5c1b 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -16,7 +16,8 @@ DISTNAME= pdns-${PORTVERSION} MAINTAINER= tremere@cainites.net COMMENT= An advanced DNS server with multiple backends including SQL -BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost +BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ + ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs CONFLICTS= powerdns-devel-[0-9]* |