summaryrefslogtreecommitdiff
path: root/x11/xtrans/Makefile
diff options
context:
space:
mode:
authordsainty <dsainty>2008-09-09 13:59:13 +0000
committerdsainty <dsainty>2008-09-09 13:59:13 +0000
commite0f9e71f953c9802b0be28ff0f3b6115518bf59c (patch)
treeadd7dcd7a9758b159a2b5f5a03285e2018450892 /x11/xtrans/Makefile
parent0d546e114dc255231dd7b719d682267044d33a86 (diff)
downloadpkgsrc-e0f9e71f953c9802b0be28ff0f3b6115518bf59c.tar.gz
Re-enable abstract socket support under Linux (remove comment and first hunk
of patch-aa). Abstract socket support was previously patched disabled because it was broken ( see http://bugs.freedesktop.org/show_bug.cgi?id=15884 ). The fix is in two parts. The first part is corrected in xtrans 1.2.1: Connection failure for abstract socket is ECONNREFUSED, not ENOENT. The second part is in an upcoming release of libX11, but the upstream changes have been pulled into Pkgsrc as the patches libX11/patches/patch-a[ik]. Tested on the same Linux system that prompted Bug#15884. Bump PKGREVISION.
Diffstat (limited to 'x11/xtrans/Makefile')
-rw-r--r--x11/xtrans/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xtrans/Makefile b/x11/xtrans/Makefile
index 0a8d153f933..c21e86e2ab8 100644
--- a/x11/xtrans/Makefile
+++ b/x11/xtrans/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2008/09/07 14:15:02 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2008/09/09 13:59:13 dsainty Exp $
#
DISTNAME= xtrans-1.2.1
+PKGREVISION= 1
CATEGORIES= x11 net
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2