Subject: libXfont upgrade to 1.3.0
To: None <pkgsrc-users@netbsd.org>
From: Rumko <rumcic@gmail.com>
List: pkgsrc-users
Date: 07/07/2007 15:29:45
--nextPart1837715.l83zh6DPFb
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8Bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Since I couldn't compile bdftopcf (compile died
with: "/usr/obj/pkgsrc/fonts/bdftopcf/work.rumko/.buildlink/lib/libXfont.so:
undefined reference to `ft_isdigit'") I researched about it on google and
found a solution for this problem. Updating to 1.3.0 is supposed to fix it, so
I updated libXfont (patch is attached), tested and found it really works. Can
someone test it and commit it?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (DragonFly)

iD8DBQFGj5VJxV3ce2RZW70RAg6OAJ9oIN03S2P1aoMfoc8nh9qeASGZKwCbBU2O
3JujZea53j953w/kNcIh2Zc=
=Kqq9
-----END PGP SIGNATURE-----

--nextPart1837715.l83zh6DPFb
Content-Type: text/x-diff; name="patch"
Content-Transfer-Encoding: 8Bit
Content-Disposition: attachment; filename="patch"

--- Makefile.orig       2007-04-17 00:08:57.000000000 +0200
+++ Makefile
@@ -2,5 +2,5 @@
 #

-DISTNAME=              libXfont-1.2.8
+DISTNAME=              libXfont-1.3.0
 CATEGORIES=            x11 devel fonts
 MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/lib/
--- distinfo.orig       2007-07-07 15:21:07.000000000 +0200
+++ distinfo
@@ -2,4 +2,4 @@ $NetBSD: distinfo,v 1.4 2007/04/10 17:43

-SHA1 (libXfont-1.3.0.tar.bz2) = 3440ff0bd9b364991da2f0b5d38c1c87d8a4c032
-RMD160 (libXfont-1.3.0.tar.bz2) = 115b73f66cc8024cf2cffe5e83d6516f187d1f4d
-Size (libXfont-1.3.0.tar.bz2) = 582389 bytes
+SHA1 (libXfont-1.2.8.tar.bz2) = 4d8801450d2a9282a84f55ea78a7d184bc8a6411
+RMD160 (libXfont-1.2.8.tar.bz2) = da08bf640890b630072fba768a8a64fc2ae94d0b
+Size (libXfont-1.2.8.tar.bz2) = 583236 bytes


--nextPart1837715.l83zh6DPFb--