View | Details | Raw Unified | Return to bug 201080
Collapse All | Expand All

(-)Makefile (-5 / +2 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	powerdns
3
PORTNAME=	powerdns
4
PORTVERSION=	3.4.4
4
PORTVERSION=	3.4.5
5
PORTREVISION=	2
6
CATEGORIES=	dns ipv6
5
CATEGORIES=	dns ipv6
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
6
MASTER_SITES=	http://downloads.powerdns.com/releases/
8
DISTNAME=	pdns-${PORTVERSION}
7
DISTNAME=	pdns-${PORTVERSION}
Lines 14-22 Link Here
14
13
15
LIB_DEPENDS=	libboost_serialization.so:${PORTSDIR}/devel/boost-libs
14
LIB_DEPENDS=	libboost_serialization.so:${PORTSDIR}/devel/boost-libs
16
15
17
CONFLICTS=	powerdns-devel-[2-3].[0-9]*
16
USES=		cpe gmake libtool lua pkgconfig tar:bzip2
18
19
USES=		gmake libtool lua pkgconfig tar:bzip2
20
USE_LDCONFIG=	YES
17
USE_LDCONFIG=	YES
21
USE_SUBMAKE=	YES
18
USE_SUBMAKE=	YES
22
GNU_CONFIGURE=	YES
19
GNU_CONFIGURE=	YES
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pdns-3.4.4.tar.bz2) = ec49f5a0b55b69ba057bf9ce28ab81e5258fc60c8d4954d9100fe3bb3efd09c8
1
SHA256 (pdns-3.4.5.tar.bz2) = f3e1441532b0af05a6b5efe5346f02d0c55f252fbed62d5b4f2e4a80997c507d
2
SIZE (pdns-3.4.4.tar.bz2) = 1336624
2
SIZE (pdns-3.4.5.tar.bz2) = 1337222
(-)files/patch-pdns__Makefile.in (-20 lines)
Lines 1-20 Link Here
1
--- pdns/Makefile.in.orig	2014-09-30 09:23:53 UTC
2
+++ pdns/Makefile.in
3
@@ -70,7 +70,7 @@
4
 	notify$(EXEEXT) dnsbulktest$(EXEEXT) nsec3dig$(EXEEXT) \
5
 	saxfr$(EXEEXT)
6
 @BOTAN110_TRUE@am__append_5 = botan110signers.cc botansigners.cc
7
-@BOTAN110_TRUE@am__append_6 = $(BOTAN110_LIBS) -lgmp -lrt
8
+@BOTAN110_TRUE@am__append_6 = $(BOTAN110_LIBS)
9
 @BOTAN18_TRUE@am__append_7 = botan18signers.cc botansigners.cc
10
 @BOTAN18_TRUE@am__append_8 = $(BOTAN18_LIBS) -lgmp
11
 @CRYPTOPP_TRUE@am__append_9 = cryptoppsigners.cc
12
@@ -81,7 +81,7 @@
13
 @PKCS11_TRUE@am__append_14 = $(P11KIT1_LIBS)
14
 @LMDB_TRUE@am__append_15 = zone2lmdb
15
 @BOTAN110_TRUE@am__append_16 = botan110signers.cc botansigners.cc
16
-@BOTAN110_TRUE@am__append_17 = $(BOTAN110_LIBS) -lgmp -lrt
17
+@BOTAN110_TRUE@am__append_17 = $(BOTAN110_LIBS)
18
 @BOTAN18_TRUE@am__append_18 = botan18signers.cc botansigners.cc
19
 @BOTAN18_TRUE@am__append_19 = $(BOTAN18_LIBS) -lgmp
20
 @CRYPTOPP_TRUE@am__append_20 = cryptoppsigners.cc

Return to bug 201080