pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/49982: graphics/py-cairo does not compile on Solaris



The following reply was made to PR pkg/49982; it has been noted by GNATS.

From: Jonathan Perkin <jperkin%pkgsrc.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/49982: graphics/py-cairo does not compile on Solaris
Date: Thu, 18 Jun 2015 20:27:40 +0100

 * On 2015-06-18 at 20:25 BST, Thomas Klausner wrote:
 
 > The following reply was made to PR pkg/49982; it has been noted by GNATS.
 > 
 > From: Thomas Klausner <wiz%NetBSD.org@localhost>
 > To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
 > Cc: 
 > Subject: Re: pkg/49982: graphics/py-cairo does not compile on Solaris
 > Date: Thu, 18 Jun 2015 21:22:21 +0200
 > 
 >  On Thu, Jun 18, 2015 at 07:10:07PM +0000, David Holland wrote:
 >  >  Well... shouldn't we have a mechanism to make sure that pkgsrc
 >  >  pkg-config gets installed when it's needed? Not sure how that would
 >  >  work offhand.
 >  
 >  USE_TOOLS for this package does include pkg-config.
 >  Why isn't it installed and used?
 
 mk/tools/tools.SunOS.mk:
 
   .if ${OS_VERSION} == "5.11" && exists(/usr/bin/pkg-config)
   TOOLS_PLATFORM.pkg-config?=     /usr/bin/pkg-config
   .endif
 
 Cygwin is the only other platform to define TOOLS_PLATFORM for pkg-config,
 and I'm not sure we should be doing it for SunOS.
 
 We do not ship /usr/bin/pkg-config on SmartOS, which is likely why our
 bulk builds do not show these failures.
 
 I'm +1 for ripping it out so that USE_TOOLS+=pkg-config DTRT.
 
 -- 
 Jonathan Perkin       www.perkin.org.uk
 github.com/jperkin  twitter.com/jperkin
 


Home | Main Index | Thread Index | Old Index