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: Aleksej Saushev <asau%inbox.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/49915: Unbreak Python builds on no-yp/nis platforms
Date: Thu, 21 May 2015 11:44:34 +0300

 >  # 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.
 


Home | Main Index | Thread Index | Old Index