diff options
author | roam <roam@FreeBSD.org> | 2003-04-10 16:17:24 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-04-10 16:17:24 +0800 |
commit | e9add17d5c5bd512f224c3bd5a84aff74106b391 (patch) | |
tree | 02164acdc838a6d5c3cf3046f57a511df657a111 /net | |
parent | 1d95903a58b2bae2104083e980ac4a10d46a2cf3 (diff) | |
download | freebsd-ports-gnome-e9add17d5c5bd512f224c3bd5a84aff74106b391.tar.gz freebsd-ports-gnome-e9add17d5c5bd512f224c3bd5a84aff74106b391.tar.zst freebsd-ports-gnome-e9add17d5c5bd512f224c3bd5a84aff74106b391.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/djbdns/Makefile | 2 | ||||
-rw-r--r-- | net/djbdns/files/patch-dnsroots.global | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index e508ceb667db..a69791753dba 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -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) diff --git a/net/djbdns/files/patch-dnsroots.global b/net/djbdns/files/patch-dnsroots.global new file mode 100644 index 000000000000..1ca81e7bf0c5 --- /dev/null +++ b/net/djbdns/files/patch-dnsroots.global @@ -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 |