NetBSD-Bugs archive

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

Re: xsrc/47890: /usr/X11R7/lib/pkgconfig/fontconfig.pc has wrong version number



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

From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost, mrg%eterna.com.au@localhost
Cc: 
Subject: Re: xsrc/47890: /usr/X11R7/lib/pkgconfig/fontconfig.pc has wrong
 version number
Date: Wed, 05 Jun 2013 17:04:55 +0900 (JST)

 From: matthew green <mrg%eterna.com.au@localhost>, Date: Wed,  5 Jun 2013 
07:35:01 +0000 (UTC)
 
 > The following reply was made to PR xsrc/47890; it has been noted by GNATS.
 > 
 > From: matthew green <mrg%eterna.com.au@localhost>
 > To: gnats-bugs%NetBSD.org@localhost
 > Cc: xsrc-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
 >     netbsd-bugs%netbsd.org@localhost
 > Subject: re: xsrc/47890: /usr/X11R7/lib/pkgconfig/fontconfig.pc has wrong 
 > version number
 > Date: Wed, 05 Jun 2013 17:34:22 +1000
 > 
 >  did you perform an update build?  x11 .pc files don't get rebuilt
 >  properly.  please see the UPDATING entry for 20130530, which will
 >  apply for about 6 or 8 more updates.
 
 Hi,
 I did clean build, not update build.
 
 By the way, the following patch may solve the problem.
 
 Thanks for your update.
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/src/external/mit/xorg/lib/fontconfig/src/Makefile,v
 retrieving revision 1.12
 diff -u -r1.12 Makefile
 --- Makefile   3 Jun 2013 20:23:39 -0000       1.12
 +++ Makefile   5 Jun 2013 08:03:29 -0000
 @@ -122,7 +122,7 @@
  
  PKGCONFIG=    fontconfig
  # fontconfig uses VERSION and not PACKAGE_VERSION
 -PKGCONFIG_VERSION.fontconfig= 2.6.0
 +PKGCONFIG_VERSION.fontconfig= 2.10.93
  
  # XXX
  CPPFLAGS.fcxml.c=     -Wno-error
 
 --
 Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
 PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3
 


Home | Main Index | Thread Index | Old Index