pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/34591: Patch file that fixed DNS lookup problems in www/dillo was mistakenly removed in CVS



The following reply was made to PR pkg/34591; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/34591: Patch file that fixed DNS lookup problems in www/dillo
    was mistakenly removed in CVS
Date: Sat, 23 Sep 2006 14:23:48 +0200

 On Sat, Sep 23, 2006 at 04:35:00AM +0000, dhgutteridge%sympatico.ca@localhost 
wrote:
 > --- Makefile~        2006-09-22 22:43:11.000000000 -0400
 > +++ Makefile 2006-09-23 00:17:02.000000000 -0400
 > @@ -21,6 +21,11 @@
 >  
 >  .include "options.mk"
 >  
 > +# NetBSD < 3.0 does not have reentrant resolver functions
 > +.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M[1-2].*)
 > +CONFIGURE_ARGS+=    --disable-threaded-dns
 > +.endif
 
 This would also apply to DragonFly, FreeBSD 4 and most likely OpenBSD.
 Not sure about the later though.
 
 Joerg
 



Home | Main Index | Thread Index | Old Index