Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 4B99163B8DE for ; Fri, 19 Feb 2010 15:04:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id DF16063B21E; Fri, 19 Feb 2010 15:04:52 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 03F4763B19E for ; Fri, 19 Feb 2010 15:04:51 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E58D9175DF; Fri, 19 Feb 2010 15:04:51 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 19 Feb 2010 15:04:51 +0000 From: Havard Eidnes Subject: CVS commit: pkgsrc/devel/libdaemon To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20100219150451.E58D9175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: he Date: Fri Feb 19 15:04:51 UTC 2010 Modified Files: pkgsrc/devel/libdaemon: Makefile Log Message: Update from version 0.14 to 0.14nb1. Pkgsrc changes: o On NetBSD 4.*, avoid the use of -Wl,--no-undefined. It doesn't work there, because the shared lib is not linked with libc.so (which is possibly a bug). Thanks to joerg@ for hints for how to work around this. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libdaemon/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.