diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-31 20:28:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-31 20:28:28 +0000 |
commit | c01c9fbc5080bf514b319e9f2b890e826ca3723b (patch) | |
tree | b729729cd0d413e234ed663e1ba5510f08c81f37 /x11 | |
parent | 103191df14a8396f7f06a2e600efda624cce94b5 (diff) | |
download | pkgsrc-c01c9fbc5080bf514b319e9f2b890e826ca3723b.tar.gz |
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXfont/Makefile | 4 | ||||
-rw-r--r-- | x11/libXfont/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile index ea6247347c2..ec4c636083c 100644 --- a/x11/libXfont/Makefile +++ b/x11/libXfont/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2015/03/17 17:40:00 tnn Exp $ +# $NetBSD: Makefile,v 1.36 2016/08/31 20:28:28 wiz Exp $ -DISTNAME= libXfont-1.5.1 +DISTNAME= libXfont-1.5.2 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 0c140e48776..671041837ff 100644 --- a/x11/libXfont/distinfo +++ b/x11/libXfont/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2015/11/04 03:28:45 agc Exp $ +$NetBSD: distinfo,v 1.28 2016/08/31 20:28:28 wiz Exp $ -SHA1 (libXfont-1.5.1.tar.bz2) = e63a354de5dc2d8cba08d50add1519471412a618 -RMD160 (libXfont-1.5.1.tar.bz2) = f597f5f5d5da639fa4ba8364c26af5793537de3e -SHA512 (libXfont-1.5.1.tar.bz2) = 3ca8f7c1c642072c9bf9a755b45857f77753111ce6f1f99bd804e0f1b90cf61259fbde609a5342cce9c1ac5431b093bf75febb68baff2f2688e0a5fe5864a666 -Size (libXfont-1.5.1.tar.bz2) = 502903 bytes +SHA1 (libXfont-1.5.2.tar.bz2) = a9470774f271622c1b425826d1c8836ed96e4a96 +RMD160 (libXfont-1.5.2.tar.bz2) = 959e3f80160e22111505146ea8f2554a76034095 +SHA512 (libXfont-1.5.2.tar.bz2) = 6f2005eb07afe6ea39b0be035cebdf3492b60758b7b9bed9e226280e370c15883ce6e2f72d1faa006968a0d9b3b649d3b80fcdaa3f7e01a71abcae88d99c7a41 +Size (libXfont-1.5.2.tar.bz2) = 530367 bytes |