Sat Feb 28 10:26:32 2015 UTC ()
Update to 1.5.0.
Despite the warning below, the server compiles fine and this version was used
to update NetBSD's xsrc.

As a reminder:

*IMPORTANT* This release works with fontsproto 2.1.3 or later and is for use
with xorg-server 1.16 and later.  It will *not* work with older versions of
fontsproto or xorg-server (prior to 1.15.99.901).

libXfont provides the core of the legacy X11 font system, handling the
index files (fonts.dir, fonts.alias, fonts.scale), the various font file
formats, and rasterizing them.   It is used by the X servers, the
X Font Server (xfs), and some font utilities (bdftopcf for instance),
but should not be used by normal X11 clients.  X11 clients access fonts
via either the new API's in libXft, or the legacy API's in libX11.

This release includes all the security & bug fixes from libXfont 1.4.8,
plus these additional significant changes:
  - Support for SNF font format (deprecated since X11R5 in 1991) is now
    disabled by default at build time.  For now, adding --enable-snfformat
    to configure flags may re-enable it, but support may be fully removed
    in future libXfont releases.
  - Many compiler warnings cleaned up, including some which required API
    changes around type declarations (const char *, Pointer, etc.).
  - README file expanded to explain all the different formats/options.


(wiz)
diff -r1.33 -r1.34 pkgsrc/x11/libXfont/Makefile
diff -r1.24 -r1.25 pkgsrc/x11/libXfont/distinfo
diff -r1.1 -r0 pkgsrc/x11/libXfont/patches/patch-configure
diff -r1.1 -r0 pkgsrc/x11/libXfont/patches/patch-src_util_patcache.c

cvs diff -r1.33 -r1.34 pkgsrc/x11/libXfont/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/libXfont/Makefile 2014/05/16 08:36:21 1.33
+++ pkgsrc/x11/libXfont/Makefile 2015/02/28 10:26:32 1.34
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.33 2014/05/16 08:36:21 wiz Exp $ 1# $NetBSD: Makefile,v 1.34 2015/02/28 10:26:32 wiz Exp $
2 2
3DISTNAME= libXfont-1.4.8 3DISTNAME= libXfont-1.5.0
4CATEGORIES= x11 devel fonts 4CATEGORIES= x11 devel fonts
5MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 5MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
10COMMENT= X font Library 10COMMENT= X font Library
11LICENSE= mit AND modified-bsd 11LICENSE= mit AND modified-bsd
12 12
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16 16

cvs diff -r1.24 -r1.25 pkgsrc/x11/libXfont/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/libXfont/distinfo 2014/05/16 08:36:21 1.24
+++ pkgsrc/x11/libXfont/distinfo 2015/02/28 10:26:32 1.25
@@ -1,7 +1,5 @@ @@ -1,7 +1,5 @@
1$NetBSD: distinfo,v 1.24 2014/05/16 08:36:21 wiz Exp $ 1$NetBSD: distinfo,v 1.25 2015/02/28 10:26:32 wiz Exp $
2 2
3SHA1 (libXfont-1.4.8.tar.bz2) = 687746ba7e6d6064cb2b930e2dfe744603a5f85b 3SHA1 (libXfont-1.5.0.tar.bz2) = 54d0d0814679901ebf6dd2dd656c8842a4a61b6c
4RMD160 (libXfont-1.4.8.tar.bz2) = 4ab6fff999c13163c30eb455329c1c37b6891e69 4RMD160 (libXfont-1.5.0.tar.bz2) = ab0ae026c9268a499131ee95f28c420710ef2f64
5Size (libXfont-1.4.8.tar.bz2) = 490641 bytes 5Size (libXfont-1.5.0.tar.bz2) = 491483 bytes
6SHA1 (patch-configure) = 2176c5f4154a332171857533d94730b0a31c5a7a 
7SHA1 (patch-src_util_patcache.c) = 4b21d5fddae374e43e5ec37efd3da98171f1625d 

File Deleted: pkgsrc/x11/libXfont/patches/Attic/patch-configure

File Deleted: pkgsrc/x11/libXfont/patches/Attic/patch-src_util_patcache.c