mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update the j.root-servers.net IP address (yes, long overdue).
While I'm here, make the Makefile honor $STRIP instead of hardcoding an '-s' as a link parameter. Submitted by: Eivind Olsen <eivind@aminor.no> - the j.root-servers.net part
This commit is contained in:
parent
17c36ed0a4
commit
bf25e5914b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78692
4 changed files with 24 additions and 2 deletions
|
@ -78,7 +78,7 @@ pre-fetch:
|
|||
|
||||
post-patch:
|
||||
@echo "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
|
||||
@echo "${CC} -s" > ${WRKSRC}/conf-ld
|
||||
@echo "${CC} ${STRIP}" > ${WRKSRC}/conf-ld
|
||||
@echo "${PREFIX}" > ${WRKSRC}/conf-home
|
||||
|
||||
.if !defined(WITHOUT_MAN)
|
||||
|
|
11
dns/djbdns/files/patch-dnsroots.global
Normal file
11
dns/djbdns/files/patch-dnsroots.global
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- dnsroots.global.old Thu Apr 10 11:06:19 2003
|
||||
+++ dnsroots.global Thu Apr 10 11:06:55 2003
|
||||
@@ -7,7 +7,7 @@
|
||||
192.112.36.4
|
||||
128.63.2.53
|
||||
192.36.148.17
|
||||
-198.41.0.10
|
||||
+192.58.128.30
|
||||
193.0.14.129
|
||||
198.32.64.12
|
||||
202.12.27.33
|
|
@ -78,7 +78,7 @@ pre-fetch:
|
|||
|
||||
post-patch:
|
||||
@echo "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
|
||||
@echo "${CC} -s" > ${WRKSRC}/conf-ld
|
||||
@echo "${CC} ${STRIP}" > ${WRKSRC}/conf-ld
|
||||
@echo "${PREFIX}" > ${WRKSRC}/conf-home
|
||||
|
||||
.if !defined(WITHOUT_MAN)
|
||||
|
|
11
net/djbdns/files/patch-dnsroots.global
Normal file
11
net/djbdns/files/patch-dnsroots.global
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- dnsroots.global.old Thu Apr 10 11:06:19 2003
|
||||
+++ dnsroots.global Thu Apr 10 11:06:55 2003
|
||||
@@ -7,7 +7,7 @@
|
||||
192.112.36.4
|
||||
128.63.2.53
|
||||
192.36.148.17
|
||||
-198.41.0.10
|
||||
+192.58.128.30
|
||||
193.0.14.129
|
||||
198.32.64.12
|
||||
202.12.27.33
|
Loading…
Add table
Reference in a new issue