pkgsrc-Bugs archive

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

Re: pkg/48657: fontconfig can't find -lpng16 on multiple platforms for X11_TYPE=modular



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

From: David Shao <davshao%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/48657: fontconfig can't find -lpng16 on multiple platforms
 for X11_TYPE=modular
Date: Fri, 14 Mar 2014 09:59:29 -0700

 On Fri, Mar 14, 2014 at 9:25 AM, Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost> 
wrote:
 > The following reply was made to PR pkg/48657; it has been noted by GNATS.
 >
 > From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
 > To: gnats-bugs%NetBSD.org@localhost, davshao%gmail.com@localhost
 > Cc:
 > Subject: Re: pkg/48657: fontconfig can't find -lpng16 on multiple platforms
 >  for X11_TYPE=modular
 > Date: Sat, 15 Mar 2014 01:24:30 +0900 (JST)
 >
 >  Hi,
 >
 >  This problem is in freetype2/buildlink3.mk.
 >  Please update freetype2/buildlink3.mk to rev. 1.42.
 >  The problem should be fixed.
 
 As mentioned in the topic of the original PR, I am using
 X11_TYPE=modular, so I assume I have to set in mk.conf
 
 PKG_OPTIONS.freetype2 = png
 
 (On a side note, when I rebuild packages such as freetype2 on NetBSD
 6.99.36 I get a huge spew of messages:
 
 tar: File extended headers posix ustar archive. Extracting as plain
 files. Following files might be in the wrong directory or have wrong
 attributes.
 ).
 
 The supported build options for freetype2 are:
 
     png subpixel
 
 The currently selected options are:
 
     png
 ...
 => Applying pkgsrc patches for freetype2-2.5.3
 ===> Creating toolchain wrappers for freetype2-2.5.3
 ===> Configuring for freetype2-2.5.3
 => Modifying GNU configure scripts to avoid --recheck
 => Replacing config-guess with pkgsrc versions
 => Replacing config-sub with pkgsrc versions
 => Replacing install-sh with pkgsrc version
 => Adding run-time search paths to pkg-config files.
 configure: WARNING: unrecognized options: --enable-png
 ...
 configure:
 
 Library configuration:
   external zlib: yes (autoconf test)
   bzip2:         yes (autoconf test)
   libpng:        yes (libpng-config)
   harfbuzz:      no
 ...
 
 In any case, still with latest cvs pkgsrc, either with option png set
 or not for graphics/freetype2,
 
 make clean && make replace package clean
 
 for graphics/freetype2 does not result in an ability to rebuild
 packages such as harfbuzz.
 


Home | Main Index | Thread Index | Old Index