summaryrefslogtreecommitdiff
path: root/x11/libFS/Makefile
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/libFS/Makefile
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/libFS/Makefile')
-rw-r--r--x11/libFS/Makefile4
1 files changed, 2 insertions, 2 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