Subject: Re: CVS commit: pkgsrc/devel/rudiments
To: None <pkgsrc-changes@NetBSD.org>
From: None <joerg@britannica.bec.de>
List: pkgsrc-changes
Date: 06/13/2006 21:19:20
On Tue, Jun 13, 2006 at 03:00:53PM -0400, D'Arcy J.M. Cain wrote:
> On Tue, 13 Jun 2006 20:41:39 +0200
> joerg@britannica.bec.de wrote:
> > > I did not add or remove any actual files.  The install complained that
> > > these files were installed but not listed in PLIST.  All I did was add
> > > the filenames to PLIST so that it installed cleanly.  Naturally if I had
> > > actually added or removed files I'd have bumped PKGREVISION for sure.
> > 
> > Well, the diff removed shmfile.h from the PLIST, which is what I am
> > wondering about.
> 
> Ah.  I didn't realize that I was reverting your previous change.  So I
> guess we need system specific PLIST files.  OK, here is the config.log:

I'll commit a better fix in a moment.

> http://www.druid.net/darcy/rudiments_config_log.txt

shm_open is missing on NetBSD.

> I assume that my change was correct for the general case and leave you
> to create the system specific file for Dragonfly.

I'll do it the other way around, since this is a POSIX interface
supposedly available on many platforms.

> I still don't know if I was supposed to bump PKGREVISION.

I'd normally say yes.

Joerg