Subject: Re: CVS commit: pkgsrc
To: None <mcmahill@mtl.mit.edu>
From: Alistair Crooks <agc@pkgsrc.org>
List: pkgsrc-changes
Date: 05/09/2001 08:33:36
On Tue, May 08, 2001 at 03:39:22PM -0400, mcmahill@mtl.mit.edu wrote:
> On Tue, 8 May 2001, Nick Hudson wrote:
>
> > Dan McMahill wrote:
> > >
> > > Module Name: pkgsrc
> > > Committed By: dmcmahill
> > > Date: Tue May 8 15:58:06 UTC 2001
> > >
> > > Modified Files:
> > > pkgsrc/x11/kdebase2/pkg: PLIST
> > >
> > > Log Message:
> > > add missing PLIST entries
> > >
> > > To generate a diff of this commit:
> > > cvs rdiff -r1.4 -r1.5 pkgsrc/x11/kdebase2/pkg/PLIST
> >
> > This is... err, not correct.
> >
> > I think the reason is that different versions of X may come with shared
> > libary versions of Xdpms. The two dynamic objects that you have add will
> > only get built when a shared version exists.
> >
> > My stock XFree 3.3.6 system doesn't have a shared Xdpms.
>
> yikes! My alpha which has a totally vanilla NetBSD-1.5 install produced
> those files....
>
> So whats the right fix here?
>
> -Dan
>
>
Use PLIST_SRC, and add the dynamic objects where necessary.
Regards,
Alistair