Subject: Re: pkg/36680 (sysutils/lsof: fails to build with sys/mount.h,v 1.162)
To: None <gnats-bugs@NetBSD.org>
From: Yakovetsky Vladimir <yx@x.ua>
List: pkgsrc-bugs
Date: 08/16/2007 22:21:51
On Tue, Aug 14, 2007 at 08:01:44PM +0000, veego@NetBSD.org wrote:
> Synopsis: sysutils/lsof: fails to build with sys/mount.h,v 1.162
>
> Responsible-Changed-From-To: atatat->veego
> Responsible-Changed-By: veego@netbsd.org
> Responsible-Changed-When: Tue, 14 Aug 2007 20:01:42 +0000
> Responsible-Changed-Why:
> I commited a fix.
>
>
> State-Changed-From-To: open->feedback
> State-Changed-By: veego@netbsd.org
> State-Changed-When: Tue, 14 Aug 2007 20:01:42 +0000
> State-Changed-Why:
> Does the package update works for you?
>
Yes, thanks. Your updatings have much exceeded
initialed "fails to build" in this PR.
Note: here remains a some small issue -
build with system sources and without is not identical.
For example, current version of lsof with system sources
has bufq/ptyfs/tmpfs support, without - has not.
IMHO, it would be quite good to reflect this difference
in the package name, something like (`sys' suffix):
.sinclude <bsd.kernobj.mk>
.if exists(${KERNSRCDIR})
PKGNAME= ${DISTNAME:S/_/-/}.${OS_VERSION}sys
.endif
--
Yakovetsky Vladimir