pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/49915: Unbreak Python builds on no-yp/nis platforms
The following reply was made to PR pkg/49915; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/49915: Unbreak Python builds on no-yp/nis platforms
Date: Wed, 27 May 2015 14:58:36 +0000
On Thu, May 21, 2015 at 09:05:01AM +0000, Aleksej Saushev wrote:
> > # neither nis nor no-nis
> > -. elif ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)
> > +. elif exists(/usr/bin/ypcat)
> > PLIST.nis= yes
> > . else
> > PLIST.no-nis= yes
>
> This ought to be proper option rather than hidden dependency on
> file system state at build time.
That's well and good, but the package itself detects and decides
whether to build the extra files, based on ... who knows what but
probably something derived from file system state at build time.
You're welcome to fiddle with Python config if you want, but in the
meantime making the plist match is a good start.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index