diff options
author | wiz <wiz@pkgsrc.org> | 2019-03-17 08:22:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-03-17 08:22:19 +0000 |
commit | 5dd239abfa90d5d5a77a0eb820251566b956e6c7 (patch) | |
tree | 67b0e08d341971f68e3f96b2a5ca1642d836472d /x11/xtrans/Makefile | |
parent | 3c65f0843ed5b1b7cfedb8b60a0e2f767a3972e9 (diff) | |
download | pkgsrc-5dd239abfa90d5d5a77a0eb820251566b956e6c7.tar.gz |
xtrans: update to 1.4.0.
This release drops a bunch of dead code, including support only used by
lbxproxy and pre-1.4.0 versions of libX11, as well as support for obsolete
SysV x86 platforms. It also provides some bug fixes & other maintenance work.
Adam Jackson (6):
autogen: Add a default patch prefix
Remove CLTS code
unifdef LBXPROXY_t and TEST_t
Make FreeConnInfo static
Remove GetMyAddr
Revert "Make FreeConnInfo static"
Alan Coopersmith (7):
Remove support for SysV on x86 platforms other than Solaris & SCO
Set freeXLOCAL to NULL after freeing it to prevent double frees
Use strcasecmp if it's available, instead of lowercasing strings
Use fchmod() instead of chmod() when creating named pipes
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
xtrans 1.4.0
Emil Velikov (1):
autogen.sh: use quoted string variables
Jeremy Huddleston Sequoia (1):
Update strlcpy macro check to also check HAVE_STRLCPY
Julien Cristau (1):
Make sure LONG64 is defined in Xtrans.h
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Richard PALO (1):
Replace 'sun' with '__sun'
Rin Okuyama (1):
avoid -Wformat errors from clang
Diffstat (limited to 'x11/xtrans/Makefile')
-rw-r--r-- | x11/xtrans/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xtrans/Makefile b/x11/xtrans/Makefile index 39ba8b641eb..b1b95689f10 100644 --- a/x11/xtrans/Makefile +++ b/x11/xtrans/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2014/10/09 14:07:16 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2019/03/17 08:22:19 wiz Exp $ -DISTNAME= xtrans-1.3.5 +DISTNAME= xtrans-1.4.0 CATEGORIES= x11 net MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 |