Wed Aug 31 20:28:28 2016 UTC ()
Updated libXfont to 1.5.2.

Maintenance branch release, primarily for bdftopcf's benefit as it's
the only thing that really needs the Xfont1 API. (xfs uses it too, I
believe, but could be ported to Xfont2). If someone wanted to step up
and merge Xfont1 into bdtopcf directly, that'd be great.

Adam Jackson (1):
      libXfont 1.5.2

Alan Coopersmith (1):
      doc: add a couple olinks to fsproto & xfs-design docs

Benjamin Tissoires (1):
      bdfReadCharacters: Allow negative DWIDTH values

Jeremy Huddleston Sequoia (6):
      stubs: Add missing externs for declarations in the NO_WEAK_SYMBOLS && PIC stubs resolution
      Use NO_WEAK_SYMBOLS instead of -flat_namespace
      FreeType: Correct an allocation size
      bitmap: Bail out on invalid input to FontFileMakeDir instead of calling calloc for 0 bytes
      fserve: Silence a -Wformat warning
      fserve: Fix a buffer read overrun in _fs_client_access

Keith Packard (1):
      Fix warnings

Thomas Klausner (1):
      Fix is*() usage.


(wiz)
diff -r1.35 -r1.36 pkgsrc/x11/libXfont/Makefile
diff -r1.27 -r1.28 pkgsrc/x11/libXfont/distinfo

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

--- pkgsrc/x11/libXfont/Makefile 2015/03/17 17:40:00 1.35
+++ pkgsrc/x11/libXfont/Makefile 2016/08/31 20:28:28 1.36
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.35 2015/03/17 17:40:00 tnn Exp $ 1# $NetBSD: Makefile,v 1.36 2016/08/31 20:28:28 wiz Exp $
2 2
3DISTNAME= libXfont-1.5.1 3DISTNAME= libXfont-1.5.2
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.27 -r1.28 pkgsrc/x11/libXfont/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/libXfont/distinfo 2015/11/04 03:28:45 1.27
+++ pkgsrc/x11/libXfont/distinfo 2016/08/31 20:28:28 1.28
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.27 2015/11/04 03:28:45 agc Exp $ 1$NetBSD: distinfo,v 1.28 2016/08/31 20:28:28 wiz Exp $
2 2
3SHA1 (libXfont-1.5.1.tar.bz2) = e63a354de5dc2d8cba08d50add1519471412a618 3SHA1 (libXfont-1.5.2.tar.bz2) = a9470774f271622c1b425826d1c8836ed96e4a96
4RMD160 (libXfont-1.5.1.tar.bz2) = f597f5f5d5da639fa4ba8364c26af5793537de3e 4RMD160 (libXfont-1.5.2.tar.bz2) = 959e3f80160e22111505146ea8f2554a76034095
5SHA512 (libXfont-1.5.1.tar.bz2) = 3ca8f7c1c642072c9bf9a755b45857f77753111ce6f1f99bd804e0f1b90cf61259fbde609a5342cce9c1ac5431b093bf75febb68baff2f2688e0a5fe5864a666 5SHA512 (libXfont-1.5.2.tar.bz2) = 6f2005eb07afe6ea39b0be035cebdf3492b60758b7b9bed9e226280e370c15883ce6e2f72d1faa006968a0d9b3b649d3b80fcdaa3f7e01a71abcae88d99c7a41
6Size (libXfont-1.5.1.tar.bz2) = 502903 bytes 6Size (libXfont-1.5.2.tar.bz2) = 530367 bytes