diff options
author | recht <recht@pkgsrc.org> | 2004-08-05 22:17:52 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-05 22:17:52 +0000 |
commit | 632a9631a93bfa237be137014c71d388afae055d (patch) | |
tree | b6eb1621e8102790597510c32065a52d4b617049 /fonts/Xft2 | |
parent | 2376e160f7e970cc2f50c10817993a20a44f99f0 (diff) | |
download | pkgsrc-632a9631a93bfa237be137014c71d388afae055d.tar.gz |
Update to libXft-2.1.6.
changes:
Bug fixes and clean ups.
Diffstat (limited to 'fonts/Xft2')
-rw-r--r-- | fonts/Xft2/Makefile | 10 | ||||
-rw-r--r-- | fonts/Xft2/distinfo | 7 | ||||
-rw-r--r-- | fonts/Xft2/patches/patch-aa | 12 |
3 files changed, 8 insertions, 21 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index bc4a2cb0702..3e2c992e6fa 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2004/05/27 23:17:43 reed Exp $ +# $NetBSD: Makefile,v 1.31 2004/08/05 22:17:52 recht Exp $ -DISTNAME= xft-2.1.2 -PKGNAME= Xft2-2.1.2 -PKGREVISION= 2 +DISTNAME= libXft-2.1.6 +PKGNAME= Xft2-2.1.6 CATEGORIES= fonts x11 -MASTER_SITES= http://x2.freedesktop.org/Software/fontconfig/releases/ +MASTER_SITES= http://freedesktop.org/~xlibs/release/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://fontconfig.org/ diff --git a/fonts/Xft2/distinfo b/fonts/Xft2/distinfo index 35a8c0b5e20..f61fe1fcb98 100644 --- a/fonts/Xft2/distinfo +++ b/fonts/Xft2/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.8 2004/04/27 15:14:53 adam Exp $ +$NetBSD: distinfo,v 1.9 2004/08/05 22:17:52 recht Exp $ -SHA1 (xft-2.1.2.tar.gz) = 892d57cac909ef51c3c49b9a6aaf54e6b6ab6b92 -Size (xft-2.1.2.tar.gz) = 243680 bytes -SHA1 (patch-aa) = c778ef743e228035249ef8a128861c25eab06c4d +SHA1 (libXft-2.1.6.tar.bz2) = ce5fc2fd3661c483932aa891f8db67eb22af334a +Size (libXft-2.1.6.tar.bz2) = 234117 bytes diff --git a/fonts/Xft2/patches/patch-aa b/fonts/Xft2/patches/patch-aa deleted file mode 100644 index ba4a8d4851d..00000000000 --- a/fonts/Xft2/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2004/04/27 15:10:51 adam Exp $ - ---- Xft.h.orig 2004-04-26 12:00:26.000000000 +0000 -+++ Xft.h -@@ -38,6 +38,7 @@ - #define XftVersion XFT_VERSION - - #include <stdarg.h> -+#include <ft2build.h> - #include <freetype/freetype.h> - #include <fontconfig/fontconfig.h> - #include <X11/extensions/Xrender.h> |