summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2014-03-31 08:30:05 +0000
committerwiz <wiz>2014-03-31 08:30:05 +0000
commitb33b7bf7475dc867cb7ecf7387e7af0263eb9956 (patch)
tree21a63804a9368e9d82974c00b1cde7634eae57af /x11
parentfbd27ca3eb1602bf4798369bfeaf82cdd7a21a0a (diff)
downloadpkgsrc-b33b7bf7475dc867cb7ecf7387e7af0263eb9956.tar.gz
Update to 1.0.6:
libFS is the protocol binding library used by clients of X Font Servers (xfs), such as xfsinfo, fslsfonts, and the X servers themselves. This minor maintenance release includes fixes for libxtrans 1.3 compatibility, removal of dead code, and cleanups of issues found by static analyzers. Adam Jackson (1): Fix build with xtrans 1.3 Alan Coopersmith (14): Fix typo in readme ("xfslsfonts" should be "fslsfonts") Require ANSI C89 pre-processor, drop pre-C89 token pasting support Fix a couple comment typos Drop Cray (WORD64/MUSTCOPY) support Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions Reduce scope & remove unneeded assignment of defaultp in FSGetErrorText() If EAGAIN == EWOULDBLOCK, only need to check errno for one of them Remove unused internal helper _FSGetHostname Remove unused internal helper _FSAllocScratch Remove unused internal helper _FSEventsQueued Remove unused internal helper _FSWireToEvent Replace malloc(strlen + 1); strcpy() with strdup() Use strlcpy instead of strcpy/strncpy if it is available libFS 1.0.6 Jeremy Huddleston Sequoia (2): Update error loop to correctly handle error in i==0 case FSOpenServer: Fix double-free in error path
Diffstat (limited to 'x11')
-rw-r--r--x11/libFS/Makefile4
-rw-r--r--x11/libFS/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libFS/Makefile b/x11/libFS/Makefile
index ee6c200cf0f..a1db158b8de 100644
--- a/x11/libFS/Makefile
+++ b/x11/libFS/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2013/05/29 22:35:44 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2014/03/31 08:30:05 wiz Exp $
-DISTNAME= libFS-1.0.5
+DISTNAME= libFS-1.0.6
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/libFS/distinfo b/x11/libFS/distinfo
index a829f392fec..37a0233898c 100644
--- a/x11/libFS/distinfo
+++ b/x11/libFS/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2013/05/29 22:35:44 wiz Exp $
+$NetBSD: distinfo,v 1.7 2014/03/31 08:30:05 wiz Exp $
-SHA1 (libFS-1.0.5.tar.bz2) = 3a94bc42775f4aa2eac14a51e0043299d7cd31b6
-RMD160 (libFS-1.0.5.tar.bz2) = c3f6bb8fed4ac1904e55fe36cb4650e69f37dc06
-Size (libFS-1.0.5.tar.bz2) = 303806 bytes
+SHA1 (libFS-1.0.6.tar.bz2) = 5e490557674ebef057c3909e2608d7799393b88e
+RMD160 (libFS-1.0.6.tar.bz2) = b08d374ce3a23e72ad76d72f343fac5c22bca3b5
+Size (libFS-1.0.6.tar.bz2) = 323246 bytes