pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libXfont



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 31 20:28:28 UTC 2016

Modified Files:
        pkgsrc/x11/libXfont: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/libXfont/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/libXfont/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libXfont/Makefile
diff -u pkgsrc/x11/libXfont/Makefile:1.35 pkgsrc/x11/libXfont/Makefile:1.36
--- pkgsrc/x11/libXfont/Makefile:1.35   Tue Mar 17 17:40:00 2015
+++ pkgsrc/x11/libXfont/Makefile        Wed Aug 31 20:28:28 2016
@@ -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

Index: pkgsrc/x11/libXfont/distinfo
diff -u pkgsrc/x11/libXfont/distinfo:1.27 pkgsrc/x11/libXfont/distinfo:1.28
--- pkgsrc/x11/libXfont/distinfo:1.27   Wed Nov  4 03:28:45 2015
+++ pkgsrc/x11/libXfont/distinfo        Wed Aug 31 20:28:28 2016
@@ -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



Home | Main Index | Thread Index | Old Index