diff options
Diffstat (limited to 'net/bind8/patches/patch-af')
-rw-r--r-- | net/bind8/patches/patch-af | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/net/bind8/patches/patch-af b/net/bind8/patches/patch-af index a06e0eec6d1..5936c687c61 100644 --- a/net/bind8/patches/patch-af +++ b/net/bind8/patches/patch-af @@ -1,13 +1,24 @@ -$NetBSD: patch-af,v 1.1 2002/05/08 16:20:57 taca Exp $ +$NetBSD: patch-af,v 1.2 2002/12/07 21:34:05 cjep Exp $ ---- lib/irs/getaddrinfo.c.orig Fri Nov 30 09:36:54 2001 -+++ lib/irs/getaddrinfo.c -@@ -602,7 +602,7 @@ - char tmp[NS_MAXDNAME]; - const char *cp; - -- result = NULL; -+ *res = NULL; - - /* - * if the servname does not match socktype/protocol, ignore it. +--- port/linux/Makefile.set.orig Mon Jun 24 00:32:57 2002 ++++ port/linux/Makefile.set +@@ -1,11 +1,13 @@ + 'CC=gcc -D_GNU_SOURCE' + 'CDEBUG=-O -g' +-'DESTBIN=/usr/bin' +-'DESTSBIN=/usr/sbin' +-'DESTEXEC=/usr/sbin' +-'DESTMAN=/usr/man' +-'DESTHELP=/usr/lib' +-'DESTETC=/etc' ++'DESTBIN=${PREFIX}/bin' ++'DESTLIB=${PREFIX}/lib' ++'DESTINC=${PREFIX}/include/bind' ++'DESTSBIN=${PREFIX}/sbin' ++'DESTEXEC=${PREFIX}/libexec' ++'DESTMAN=${PREFIX}/share/man' ++'DESTHELP=${PREFIX}/share/doc/bind8' ++'DESTETC=${PREFIX}/etc' + 'DESTRUN=/var/run' + 'LEX=flex -8 -I' + 'YACC=yacc -d' |