Subject: djbdns - tinydns64
To: None <tech-pkg@netbsd.org>
From: rudolf <netbsd@eq.cz>
List: tech-pkg
Date: 01/11/2006 14:22:32
This is a multi-part message in MIME format.
--------------050803000904010603000502
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 7bit

Hi,

I have some problems with the tinydns64 patch (package djbdns). It's 
suggested default option for amd64, but there is probably a mistake in 
options.mk ('amd64' vs. 'x86_64'; patch attached).

Moreover, I am not able to find the tinydns64.diff file on ftp servers 
and that's worse (automatic fetch from pkgsrc is failing). I'll be happy 
if someone could point me to the right mirror.

Thanks,

r.

--------------050803000904010603000502
Content-Type: text/plain;
 name="options.mk.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="options.mk.diff"

--- options.mk-orig	2006-01-11 14:55:15.000000000 +0100
+++ options.mk	2006-01-11 14:43:35.000000000 +0100
@@ -5,7 +5,7 @@
 
 .if ${MACHINE_ARCH} == "sparc64" || \
 	${MACHINE_ARCH} == "alpha" || \
-	${MACHINE_ARCH} == "amd64"
+	${MACHINE_ARCH} == "x86_64"
 PKG_SUGGESTED_OPTIONS+=   djbdns-tinydns64
 .endif
 

--------------050803000904010603000502--