Subject: Re: pkg/36135: mail/bulk_mailer does not build
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 04/11/2007 15:45:02
The following reply was made to PR pkg/36135; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/36135: mail/bulk_mailer does not build
Date: Wed, 11 Apr 2007 17:42:07 +0200

 On Wed, Apr 11, 2007 at 12:00:06PM +0000, Matthias Scheler wrote:
 >  It will however break NetBSD 3.x. This needs to be guarded by a
 >  check to figure out whether the OS provides strndup() or not.
 
 Conditionalizing it for now should be ok. strndup is a stupid idea, but
 that is a different question. Be more strict here is easer to catch
 fallout.
 
 Joerg