View | Details | Raw Unified | Return to bug 239525 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ldns
4
PORTNAME=	ldns
5
PORTVERSION=	1.7.0
5
PORTVERSION=	1.7.1
6
PORTREVISION=	1
7
CATEGORIES=	dns
6
CATEGORIES=	dns
8
MASTER_SITES=	https://www.nlnetlabs.nl/downloads/ldns/ \
7
MASTER_SITES=	https://www.nlnetlabs.nl/downloads/ldns/ \
9
		LOCAL/ehaupt
8
		LOCAL/ehaupt
Lines 123-129 Link Here
123
		${STAGEDIR}${PREFIX}/man/man1
122
		${STAGEDIR}${PREFIX}/man/man1
124
	${INSTALL_MAN} ${WRKSRC}/doc/man/man3/ldns_*.3 \
123
	${INSTALL_MAN} ${WRKSRC}/doc/man/man3/ldns_*.3 \
125
		${STAGEDIR}${PREFIX}/man/man3
124
		${STAGEDIR}${PREFIX}/man/man3
126
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.2
125
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.3
127
.if ${PORT_OPTIONS:MDRILL}
126
.if ${PORT_OPTIONS:MDRILL}
128
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/drill
127
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/drill
129
.endif
128
.endif
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1488235641
1
TIMESTAMP = 1564159123
2
SHA256 (ldns-1.7.0.tar.gz) = c19f5b1b4fb374cfe34f4845ea11b1e0551ddc67803bd6ddd5d2a20f0997a6cc
2
SHA256 (ldns-1.7.1.tar.gz) = 8ac84c16bdca60e710eea75782356f3ac3b55680d40e1530d7cea474ac208229
3
SIZE (ldns-1.7.0.tar.gz) = 1304424
3
SIZE (ldns-1.7.1.tar.gz) = 1244394
(-)files/patch-drill_Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- drill/Makefile.in.orig	2014-01-10 21:04:41 UTC
2
+++ drill/Makefile.in
3
@@ -98,7 +98,7 @@ doc:	
4
 
5
 install: all
6
 	$(INSTALL) -d $(DESTDIR)$(bindir)
7
-	$(INSTALL) drill $(DESTDIR)$(bindir)/drill
8
+	$(INSTALL) -s drill $(DESTDIR)$(bindir)/drill
9
 	$(INSTALL) -m 644 drill.1 $(DESTDIR)$(mandir)/man1/drill.1
10
 
11
 uninstall:
(-)files/patch-examples_Makefile.in (-28 lines)
Lines 1-28 Link Here
1
--- examples/Makefile.in.orig	2014-01-10 21:04:41 UTC
2
+++ examples/Makefile.in
3
@@ -169,7 +169,7 @@ install:	$(PROGRAMS) $(SSL_PROGRAMS)
4
 		$(INSTALL) -d -m 755 $(DESTDIR)$(mandir)
5
 		$(INSTALL) -d -m 755 $(DESTDIR)$(mandir)/man1
6
 		for i in $(PROGRAMS) $(SSL_PROGRAMS); do \
7
-			$(libtool) --tag=CC --mode=install ${INSTALL} -c $$i $(DESTDIR)$(bindir) ; \
8
+			$(libtool) --tag=CC --mode=install ${INSTALL} -s -c $$i $(DESTDIR)$(bindir) ; \
9
 			if test -f $$i.1 ; \
10
 			then $(INSTALL) -c -m 644 $$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \
11
 			else $(INSTALL) -c -m 644 $(srcdir)/$$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \
12
@@ -182,14 +182,14 @@ install-static:	all-static
13
 		$(INSTALL) -d -m 755 $(DESTDIR)$(mandir)
14
 		$(INSTALL) -d -m 755 $(DESTDIR)$(mandir)/man1
15
 		for i in $(PROGRAMS); do \
16
-			$(libtool) --tag=CC --mode=install ${INSTALL} -c $$i.stc $(DESTDIR)$(bindir) ; \
17
+			$(libtool) --tag=CC --mode=install ${INSTALL} -s -c $$i.stc $(DESTDIR)$(bindir) ; \
18
 			if test -f $$i.1 ; \
19
 			then $(INSTALL) -c -m 644 $$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \
20
 			else $(INSTALL) -c -m 644 $(srcdir)/$$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \
21
 			fi ; \
22
 			done
23
 		for i in $(SSL_PROGRAMS); do \
24
-			$(libtool) --tag=CC --mode=install ${INSTALL} -c $$i.stc-ssl $(DESTDIR)$(bindir) ; \
25
+			$(libtool) --tag=CC --mode=install ${INSTALL} -s -c $$i.stc-ssl $(DESTDIR)$(bindir) ; \
26
 			if test -f $$i.1 ; \
27
 			then $(INSTALL) -c -m 644 $$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \
28
 			else $(INSTALL) -c -m 644 $(srcdir)/$$i.1 $(DESTDIR)$(mandir)/man1/$$i.1 ; \
(-)files/patch-examples_configure.ac (-11 lines)
Lines 1-11 Link Here
1
--- examples/configure.ac.orig	2014-01-10 21:04:41 UTC
2
+++ examples/configure.ac
3
@@ -207,6 +207,8 @@ case "$enable_dane" in
4
       ;;
5
 esac
6
 
7
+AC_CHECK_FUNCS(ENGINE_load_cryptodev)
8
+
9
 LDFLAGS="$tmp_LDFLAGS"
10
 LIBS="$tmp_LIBS"
11
 
(-)files/patch-examples_ldns-signzone.c (-18 lines)
Lines 1-18 Link Here
1
--- examples/ldns-signzone.c.orig	2014-01-10 21:04:41 UTC
2
+++ examples/ldns-signzone.c
3
@@ -470,6 +470,7 @@ main(int argc, char *argv[])
4
 		case 'A':
5
 			signflags |= LDNS_SIGN_DNSKEY_WITH_ZSK;
6
 			break;
7
+#ifdef HAVE_ENGINE_LOAD_CRYPTODEV
8
 		case 'E':
9
 			ENGINE_load_builtin_engines();
10
 			ENGINE_load_dynamic();
11
@@ -494,6 +495,7 @@ main(int argc, char *argv[])
12
 				ENGINE_set_default(engine, 0);
13
 			}
14
 			break;
15
+#endif
16
 		case 'k':
17
 			eng_key_l = strchr(optarg, ',');
18
 			if (eng_key_l && strlen(eng_key_l) > 1) {
(-)pkg-plist (-2 / +2 lines)
Lines 59-66 Link Here
59
include/ldns/zone.h
59
include/ldns/zone.h
60
lib/libldns.a
60
lib/libldns.a
61
lib/libldns.so
61
lib/libldns.so
62
lib/libldns.so.2
62
lib/libldns.so.3
63
lib/libldns.so.2.0.0
63
lib/libldns.so.3.0.0
64
libdata/pkgconfig/libldns.pc
64
libdata/pkgconfig/libldns.pc
65
%%DRILL%%man/man1/drill.1.gz
65
%%DRILL%%man/man1/drill.1.gz
66
%%EXAMPLES%%man/man1/ldns-chaos.1.gz
66
%%EXAMPLES%%man/man1/ldns-chaos.1.gz

Return to bug 239525