pkgsrc-Bugs archive

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

Re: pkg/47882 ("gtk2+" package doesn't build under NetBSD 6.1)



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

From: Matthias Scheler <tron%zhadum.org.uk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: wiz%NetBSD.org@localhost
Subject: Re: pkg/47882 ("gtk2+" package doesn't build under NetBSD 6.1)
Date: Mon, 3 Jun 2013 18:01:46 +0100

 On Mon, Jun 03, 2013 at 05:09:11PM +0100, Matthias Scheler wrote:
 > On Mon, Jun 03, 2013 at 10:05:49AM +0000, Thomas Klausner wrote:
 > > Synopsis: "gtk2+" package doesn't build under NetBSD 6.1
 > > 
 > > State-Changed-From-To: open->closed
 > > State-Changed-By: wiz%NetBSD.org@localhost
 > > State-Changed-When: Mon, 03 Jun 2013 10:05:49 +0000
 > > State-Changed-Why:
 > > Done as suggested.
 > 
 > The change was not sufficient. Only the ABI version was bumped which
 > only controls which version of the package is required. I've also
 > bumped the API version which controls the builtin versions that
 > will be accepted.
 > 
 > The following three commits ...
 > 
 > http://mail-index.netbsd.org/pkgsrc-changes/2013/06/03/msg090158.html
 > http://mail-index.netbsd.org/pkgsrc-changes/2013/06/03/msg090160.html
 > http://mail-index.netbsd.org/pkgsrc-changes/2013/06/03/msg090161.html
 > 
 > ... ensure the correct behaviour under Mac OS X:
 > 
 > tron@excalibur:~>otool -L /usr/pkg/bin/xchat | grep freetype 
 >      /usr/pkg/lib/libfreetype.6.dylib (compatibility version 17.0.0, current 
 > version 17.0.0)
 > tron@excalibur:~>otool -L /usr/pkg/bin/xchat | grep fontconfig
 >      /usr/pkg/lib/libfontconfig.1.dylib (compatibility version 9.0.0, 
 > current version 9.0.0)
 > 
 > My NetBSD build hasn't progressed far enough to tell whether the
 > fix works there as well.
 
 I'm happy to report that NetBSD builds work fine now as well:
 
 tron@colwyn:/usr/pkgsrc/chat/xchat-perl#ldd /usr/pkg/bin/xchat|grep freetype
         -lfreetype.6 => /usr/pkg/lib/libfreetype.so.6
 tron@colwyn:/usr/pkgsrc/chat/xchat-perl#ldd /usr/pkg/bin/xchat|grep fontconfig
         -lfontconfig.1 => /usr/pkg/lib/libfontconfig.so.1
 
        Kind regards
 
 -- 
 Matthias Scheler                                  http://zhadum.org.uk/
 


Home | Main Index | Thread Index | Old Index