pkgsrc-Bugs archive

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

Re: pkg/49090: Unbreak devel/pango on OS X Tiger



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

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/49090: Unbreak devel/pango on OS X Tiger
Date: Fri, 8 Aug 2014 05:19:43 +0000

 On Fri, Aug 08, 2014 at 04:00:00AM +0000, venture37%geeklan.co.uk@localhost 
wrote:
  > +.if !empty(MACHINE_PLATFORM:MDarwin-[9-?].*-*)
 
 That pattern won't work... would be nice if we had matching logic like
 that, but we don't.
 
 I think this conditional wants to be
 
    .if empty(MACHINE_PLATFORM:MDarwin-[1-8].*-*)
 
 instead. That way the glob will match the versions where it's not
 there.
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index