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

(-)Makefile (-2 / +2 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	dnsutl
8
PORTNAME=	dnsutl
9
PORTVERSION=	1.6
9
PORTVERSION=	1.7
10
CATEGORIES=	dns
10
CATEGORIES=	dns
11
MASTER_SITES=	http://www.canb.auug.org.au/~millerp/dnsutl/ \
11
MASTER_SITES=	http://www.canb.auug.org.au/~millerp/dnsutl/ \
12
		http://www.tip.net.au/~millerp/dnsutl/  \
12
		http://www.tip.net.au/~millerp/dnsutl/  \
13
		http://gd.tuwien.ac.at/softeng/Aegis/dnsutl/
13
		http://gd.tuwien.ac.at/softeng/Aegis/dnsutl/
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	sylvioc@gmail.com
16
COMMENT=	Programs to make using DNS easier
16
COMMENT=	Programs to make using DNS easier
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (dnsutl-1.6.tar.gz) = 4cb1882c19c31de7a2e56d449b66bf97
1
MD5 (dnsutl-1.7.tar.gz) = 0c0e2d1c5bfb7e558a9d81f080940ea7
2
SIZE (dnsutl-1.6.tar.gz) = 160350
2
SIZE (dnsutl-1.7.tar.gz) = 181289
(-)files/patch-Makefile.in (+113 lines)
Added Link Here
1
--- Makefile.in.orig	Mon Jul  5 15:54:45 1999
2
+++ Makefile.in	Sun Dec 26 14:40:21 1999
3
@@ -124,6 +124,11 @@
4
 LIBEXT = a
5
 
6
 #
7
+#
8
+#
9
+SOELIM = @SOELIM@
10
+
11
+#
12
 # You should not need to alter anything below this point.
13
 #------------------------------------------------------------
14
 
15
@@ -644,7 +649,7 @@
16
 	awk -f etc/txt2c.awk man1/dns-boot-check.1 > $@
17
 
18
 $(mandir)/man1/dns-boot-check.1: man1/dns-boot-check.1 man1/.mandir
19
-	$(SOELIM) -Iman1 man1/dns-boot-check.1 > tmp
20
+	(cd man1; $(SOELIM) dns-boot-check.1) > tmp
21
 	$(INSTALL_DATA) tmp $@
22
 	@rm tmp
23
 
24
@@ -652,7 +657,7 @@
25
 	awk -f etc/txt2c.awk man1/dns-bootp.1 > $@
26
 
27
 $(mandir)/man1/dns-bootp.1: man1/dns-bootp.1 man1/.mandir
28
-	$(SOELIM) -Iman1 man1/dns-bootp.1 > tmp
29
+	(cd man1; $(SOELIM) dns-bootp.1) > tmp
30
 	$(INSTALL_DATA) tmp $@
31
 	@rm tmp
32
 
33
@@ -660,7 +665,7 @@
34
 	awk -f etc/txt2c.awk man1/dns-bootparams.1 > $@
35
 
36
 $(mandir)/man1/dns-bootparams.1: man1/dns-bootparams.1 man1/.mandir
37
-	$(SOELIM) -Iman1 man1/dns-bootparams.1 > tmp
38
+	(cd man1; $(SOELIM) dns-bootparams.1) > tmp
39
 	$(INSTALL_DATA) tmp $@
40
 	@rm tmp
41
 
42
@@ -669,7 +674,7 @@
43
 
44
 $(mandir)/man1/dns-ethers-import.1: man1/dns-ethers-import.1 \
45
 		man1/.mandir 
46
-	$(SOELIM) -Iman1 man1/dns-ethers-import.1 > tmp
47
+	(cd man1; $(SOELIM) dns-ethers-import.1) > tmp
48
 	$(INSTALL_DATA) tmp $@
49
 	@rm tmp
50
 
51
@@ -677,7 +682,7 @@
52
 	awk -f etc/txt2c.awk man1/dns-ethers.1 > $@
53
 
54
 $(mandir)/man1/dns-ethers.1: man1/dns-ethers.1 man1/.mandir
55
-	$(SOELIM) -Iman1 man1/dns-ethers.1 > tmp
56
+	(cd man1; $(SOELIM) dns-ethers.1) > tmp
57
 	$(INSTALL_DATA) tmp $@
58
 	@rm tmp
59
 
60
@@ -685,7 +690,7 @@
61
 	awk -f etc/txt2c.awk man1/dns-filter.1 > $@
62
 
63
 $(mandir)/man1/dns-filter.1: man1/dns-filter.1 man1/.mandir
64
-	$(SOELIM) -Iman1 man1/dns-filter.1 > tmp
65
+	(cd man1; $(SOELIM) dns-filter.1) > tmp
66
 	$(INSTALL_DATA) tmp $@
67
 	@rm tmp
68
 
69
@@ -693,7 +698,7 @@
70
 	awk -f etc/txt2c.awk man1/dns-hosts-import.1 > $@
71
 
72
 $(mandir)/man1/dns-hosts-import.1: man1/dns-hosts-import.1 man1/.mandir
73
-	$(SOELIM) -Iman1 man1/dns-hosts-import.1 > tmp
74
+	(cd man1; $(SOELIM) dns-hosts-import.1) > tmp
75
 	$(INSTALL_DATA) tmp $@
76
 	@rm tmp
77
 
78
@@ -701,7 +706,7 @@
79
 	awk -f etc/txt2c.awk man1/dns-hosts.1 > $@
80
 
81
 $(mandir)/man1/dns-hosts.1: man1/dns-hosts.1 man1/.mandir
82
-	$(SOELIM) -Iman1 man1/dns-hosts.1 > tmp
83
+	(cd man1; $(SOELIM) dns-hosts.1) > tmp
84
 	$(INSTALL_DATA) tmp $@
85
 	@rm tmp
86
 
87
@@ -709,7 +714,7 @@
88
 	awk -f etc/txt2c.awk man1/dns-license.1 > $@
89
 
90
 $(mandir)/man1/dns-license.1: man1/dns-license.1 man1/.mandir
91
-	$(SOELIM) -Iman1 man1/dns-license.1 > tmp
92
+	(cd man1; $(SOELIM) dns-license.1) > tmp
93
 	$(INSTALL_DATA) tmp $@
94
 	@rm tmp
95
 
96
@@ -717,7 +722,7 @@
97
 	awk -f etc/txt2c.awk man1/dns-ng.1 > $@
98
 
99
 $(mandir)/man1/dns-ng.1: man1/dns-ng.1 man1/.mandir
100
-	$(SOELIM) -Iman1 man1/dns-ng.1 > tmp
101
+	(cd man1; $(SOELIM) dns-ng.1) > tmp
102
 	$(INSTALL_DATA) tmp $@
103
 	@rm tmp
104
 
105
@@ -725,7 +730,7 @@
106
 	awk -f etc/txt2c.awk man1/dns-rev.1 > $@
107
 
108
 $(mandir)/man1/dns-rev.1: man1/dns-rev.1 man1/.mandir
109
-	$(SOELIM) -Iman1 man1/dns-rev.1 > tmp
110
+	(cd man1; $(SOELIM) dns-rev.1) > tmp
111
 	$(INSTALL_DATA) tmp $@
112
 	@rm tmp
113
 
(-)files/patch-aa (-113 lines)
Removed Link Here
1
--- Makefile.in.orig	Mon Jul  5 15:54:45 1999
2
+++ Makefile.in	Sun Dec 26 14:40:21 1999
3
@@ -124,6 +124,11 @@
4
 LIBEXT = a
5
 
6
 #
7
+#
8
+#
9
+SOELIM = @SOELIM@
10
+
11
+#
12
 # You should not need to alter anything below this point.
13
 #------------------------------------------------------------
14
 
15
@@ -644,7 +649,7 @@
16
 	awk -f etc/txt2c.awk man1/dns-boot-check.1 > $@
17
 
18
 $(mandir)/man1/dns-boot-check.1: man1/dns-boot-check.1 man1/.mandir
19
-	$(SOELIM) -Iman1 man1/dns-boot-check.1 > tmp
20
+	(cd man1; $(SOELIM) dns-boot-check.1) > tmp
21
 	$(INSTALL_DATA) tmp $@
22
 	@rm tmp
23
 
24
@@ -652,7 +657,7 @@
25
 	awk -f etc/txt2c.awk man1/dns-bootp.1 > $@
26
 
27
 $(mandir)/man1/dns-bootp.1: man1/dns-bootp.1 man1/.mandir
28
-	$(SOELIM) -Iman1 man1/dns-bootp.1 > tmp
29
+	(cd man1; $(SOELIM) dns-bootp.1) > tmp
30
 	$(INSTALL_DATA) tmp $@
31
 	@rm tmp
32
 
33
@@ -660,7 +665,7 @@
34
 	awk -f etc/txt2c.awk man1/dns-bootparams.1 > $@
35
 
36
 $(mandir)/man1/dns-bootparams.1: man1/dns-bootparams.1 man1/.mandir
37
-	$(SOELIM) -Iman1 man1/dns-bootparams.1 > tmp
38
+	(cd man1; $(SOELIM) dns-bootparams.1) > tmp
39
 	$(INSTALL_DATA) tmp $@
40
 	@rm tmp
41
 
42
@@ -669,7 +674,7 @@
43
 
44
 $(mandir)/man1/dns-ethers-import.1: man1/dns-ethers-import.1 \
45
 		man1/.mandir 
46
-	$(SOELIM) -Iman1 man1/dns-ethers-import.1 > tmp
47
+	(cd man1; $(SOELIM) dns-ethers-import.1) > tmp
48
 	$(INSTALL_DATA) tmp $@
49
 	@rm tmp
50
 
51
@@ -677,7 +682,7 @@
52
 	awk -f etc/txt2c.awk man1/dns-ethers.1 > $@
53
 
54
 $(mandir)/man1/dns-ethers.1: man1/dns-ethers.1 man1/.mandir
55
-	$(SOELIM) -Iman1 man1/dns-ethers.1 > tmp
56
+	(cd man1; $(SOELIM) dns-ethers.1) > tmp
57
 	$(INSTALL_DATA) tmp $@
58
 	@rm tmp
59
 
60
@@ -685,7 +690,7 @@
61
 	awk -f etc/txt2c.awk man1/dns-filter.1 > $@
62
 
63
 $(mandir)/man1/dns-filter.1: man1/dns-filter.1 man1/.mandir
64
-	$(SOELIM) -Iman1 man1/dns-filter.1 > tmp
65
+	(cd man1; $(SOELIM) dns-filter.1) > tmp
66
 	$(INSTALL_DATA) tmp $@
67
 	@rm tmp
68
 
69
@@ -693,7 +698,7 @@
70
 	awk -f etc/txt2c.awk man1/dns-hosts-import.1 > $@
71
 
72
 $(mandir)/man1/dns-hosts-import.1: man1/dns-hosts-import.1 man1/.mandir
73
-	$(SOELIM) -Iman1 man1/dns-hosts-import.1 > tmp
74
+	(cd man1; $(SOELIM) dns-hosts-import.1) > tmp
75
 	$(INSTALL_DATA) tmp $@
76
 	@rm tmp
77
 
78
@@ -701,7 +706,7 @@
79
 	awk -f etc/txt2c.awk man1/dns-hosts.1 > $@
80
 
81
 $(mandir)/man1/dns-hosts.1: man1/dns-hosts.1 man1/.mandir
82
-	$(SOELIM) -Iman1 man1/dns-hosts.1 > tmp
83
+	(cd man1; $(SOELIM) dns-hosts.1) > tmp
84
 	$(INSTALL_DATA) tmp $@
85
 	@rm tmp
86
 
87
@@ -709,7 +714,7 @@
88
 	awk -f etc/txt2c.awk man1/dns-license.1 > $@
89
 
90
 $(mandir)/man1/dns-license.1: man1/dns-license.1 man1/.mandir
91
-	$(SOELIM) -Iman1 man1/dns-license.1 > tmp
92
+	(cd man1; $(SOELIM) dns-license.1) > tmp
93
 	$(INSTALL_DATA) tmp $@
94
 	@rm tmp
95
 
96
@@ -717,7 +722,7 @@
97
 	awk -f etc/txt2c.awk man1/dns-ng.1 > $@
98
 
99
 $(mandir)/man1/dns-ng.1: man1/dns-ng.1 man1/.mandir
100
-	$(SOELIM) -Iman1 man1/dns-ng.1 > tmp
101
+	(cd man1; $(SOELIM) dns-ng.1) > tmp
102
 	$(INSTALL_DATA) tmp $@
103
 	@rm tmp
104
 
105
@@ -725,7 +730,7 @@
106
 	awk -f etc/txt2c.awk man1/dns-rev.1 > $@
107
 
108
 $(mandir)/man1/dns-rev.1: man1/dns-rev.1 man1/.mandir
109
-	$(SOELIM) -Iman1 man1/dns-rev.1 > tmp
110
+	(cd man1; $(SOELIM) dns-rev.1) > tmp
111
 	$(INSTALL_DATA) tmp $@
112
 	@rm tmp
113
 
(-)files/patch-bootp.c (-29 lines)
Removed Link Here
1
--- common/srrf/bootp.c.orig	Wed Oct 22 01:53:06 2003
2
+++ common/srrf/bootp.c	Wed Oct 22 01:53:44 2003
3
@@ -81,7 +81,7 @@
4
 	check_list_of_one_or_more_machines(rp);
5
 	srrf_lex_error
6
 	(
7
-"you may not specify ``bootp ds'' explicitly,
8
+"you may not specify ``bootp ds'' explicitly, \
9
 it is generated from the ``in ns'' fields"
10
 	);
11
 }
12
@@ -99,7 +99,7 @@
13
 	check_list_of_one_or_more_machines(rp);
14
 	srrf_lex_error
15
 	(
16
-"you may not specify ``bootp ha'' explicitly,
17
+"you may not specify ``bootp ha'' explicitly, \
18
 it is generated from the ``ether a'' fields"
19
 	);
20
 }
21
@@ -397,7 +397,7 @@
22
 	check_list_of_one_or_more_machines(rp);
23
 	srrf_lex_error
24
 	(
25
-"you may not specify \"ip\" explicitly,
26
+"you may not specify \"ip\" explicitly, \
27
 it is generated from the ``in a'' fields"
28
 	);
29
 }

Return to bug 83332