summaryrefslogtreecommitdiff
path: root/x11/libXft
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-03 17:43:11 +0000
committerwiz <wiz@pkgsrc.org>2012-06-03 17:43:11 +0000
commit2da08cd601f1f9e2483eb6ec04af5c1e97ea2360 (patch)
tree0e1c1d84cceee796f26a5d68ba4e78cee8862a45 /x11/libXft
parent26bf4ad1c856001192cfb572e10ca3ef442b95de (diff)
downloadpkgsrc-2da08cd601f1f9e2483eb6ec04af5c1e97ea2360.tar.gz
Update to 2.3.1:
2.3.1: This bug fix release corrects a regression in font emboldening introduced in 2.3.0. Another bug against font appearance in 2.3.0 has been reported but not yet resolved - since no progress was being made on it, I decided to stop holding back the release of the fix we have. 2.3.0: Notable changes in this release include: - Subpixel LCD text rendering improvements - Dropped support for building against versions of freetype2, fontconfig & libXrender that pre-dated pkgconfig support. - Raised minimum required versions to freetype2 2.1.6 & fontconfig 2.5.92. plus of course assorted bug fixes and build configuration improvements. 2.2.0: This release removes the deprecated xft-config script now that pkg-config is well-established as it's replacement. It also updates the xft pkg-config file to reduce unnecessary linking in users of libXft, but may cause issues if used with versions of pkg-config older than the pkg-config 0.22 release from 2007. It also includes the usual recent set of build configuration improvements and janitorial cleanups.
Diffstat (limited to 'x11/libXft')
-rw-r--r--x11/libXft/Makefile7
-rw-r--r--x11/libXft/PLIST4
-rw-r--r--x11/libXft/distinfo8
3 files changed, 8 insertions, 11 deletions
diff --git a/x11/libXft/Makefile b/x11/libXft/Makefile
index c78bfd9feb4..a84322a14b6 100644
--- a/x11/libXft/Makefile
+++ b/x11/libXft/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2011/11/01 06:03:02 sbd Exp $
+# $NetBSD: Makefile,v 1.10 2012/06/03 17:43:11 wiz Exp $
-DISTNAME= libXft-2.1.14
-PKGREVISION= 1
+DISTNAME= libXft-2.3.1
CATEGORIES= fonts x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
@@ -21,7 +20,7 @@ USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE= xft.pc.in
.include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.2
+BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.6
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
diff --git a/x11/libXft/PLIST b/x11/libXft/PLIST
index bb05e58b887..98ff8bc6d38 100644
--- a/x11/libXft/PLIST
+++ b/x11/libXft/PLIST
@@ -1,8 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:24:58 joerg Exp $
-bin/xft-config
+@comment $NetBSD: PLIST,v 1.3 2012/06/03 17:43:11 wiz Exp $
include/X11/Xft/Xft.h
include/X11/Xft/XftCompat.h
lib/libXft.la
lib/pkgconfig/xft.pc
-man/man1/xft-config.1
man/man3/Xft.3
diff --git a/x11/libXft/distinfo b/x11/libXft/distinfo
index eed7e77b360..bb3939a6d93 100644
--- a/x11/libXft/distinfo
+++ b/x11/libXft/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2010/01/17 02:02:55 dsainty Exp $
+$NetBSD: distinfo,v 1.8 2012/06/03 17:43:11 wiz Exp $
-SHA1 (libXft-2.1.14.tar.bz2) = e08ae6b1f56e160179b9f141b4ab799333ec725e
-RMD160 (libXft-2.1.14.tar.bz2) = d167f657ad1d574496c757fb24f9f361c7f405a9
-Size (libXft-2.1.14.tar.bz2) = 289068 bytes
+SHA1 (libXft-2.3.1.tar.bz2) = c7ec1361e3d4f095910f8c58988ab42e32f314d9
+RMD160 (libXft-2.3.1.tar.bz2) = 81a29298af843dff03234a6f0068ae052e698380
+Size (libXft-2.3.1.tar.bz2) = 311556 bytes