diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-07 22:01:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-07 22:01:10 +0000 |
commit | 032fe8bce18e2d68fff888c24d01bd4de021e459 (patch) | |
tree | d51e30469865ac77ad6e9b282b9ad2eceb0668b2 /x11/libXfont | |
parent | 9286049d2c31b64d04c93f3e20939f5c43edc109 (diff) | |
download | pkgsrc-032fe8bce18e2d68fff888c24d01bd4de021e459.tar.gz |
Update to 1.3.4:
Adam Jackson (2):
Nuke fontcache.
Retry font server connections faster.
Alan Coopersmith (8):
Add support for bzip2 bitmap font compression
Pad CreateAC packets with 0 auths to workaround xfs bug
Always scan catalogue dirs at startup, even if their mtime < 0
Use XORG_CWARNFLAGS & XORG_CHANGELOG macros from xorg-macros 1.2
Update COPYING file with additional copyrights/licenses
Add simple README with pointers to bugzilla/git/mailing list
miscutil.c:108: warning: old-style parameter declaration
Version bump: 1.3.4
Benjamin Close (1):
Make sure font names/font alias names are null terminated
Derek Wang (1):
Sun bug 4510977: dtremote fails to start session
Julien Cristau (1):
Don't clobber CFLAGS in configure
Peter Breitenlohner (1):
X.Org Bug 17945: avoid gcc warnings for libXfont
Diffstat (limited to 'x11/libXfont')
-rw-r--r-- | x11/libXfont/Makefile | 4 | ||||
-rw-r--r-- | x11/libXfont/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile index ca17db936b7..fba6f837ba4 100644 --- a/x11/libXfont/Makefile +++ b/x11/libXfont/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2008/07/17 00:56:45 bjs Exp $ +# $NetBSD: Makefile,v 1.13 2009/01/07 22:01:10 wiz Exp $ # -DISTNAME= libXfont-1.3.3 +DISTNAME= libXfont-1.3.4 CATEGORIES= x11 devel fonts MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXfont/distinfo b/x11/libXfont/distinfo index 9d2a708d3f8..4956f792a1c 100644 --- a/x11/libXfont/distinfo +++ b/x11/libXfont/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2008/07/17 00:56:45 bjs Exp $ +$NetBSD: distinfo,v 1.12 2009/01/07 22:01:10 wiz Exp $ -SHA1 (libXfont-1.3.3.tar.bz2) = bfbdd25239ef6cd515bb7afe888f0556454b34c7 -RMD160 (libXfont-1.3.3.tar.bz2) = f8fba81f41043c07ffa0e014ca8758fdcef7df06 -Size (libXfont-1.3.3.tar.bz2) = 591117 bytes +SHA1 (libXfont-1.3.4.tar.bz2) = d7782b506f82cfce928c8be35be859c18f1e852f +RMD160 (libXfont-1.3.4.tar.bz2) = 81d2be307219f6550793fb8c1661624e6bbbf55d +Size (libXfont-1.3.4.tar.bz2) = 571087 bytes SHA1 (patch-ac) = de3952fb43533b3f325096e330bd0bf996bb4a47 |