pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xtrans Update to 1.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17f3a3441bab
branches:  trunk
changeset: 542223:17f3a3441bab
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri May 09 09:04:06 2008 +0000

description:
Update to 1.2:

Alan Coopersmith (1):
      Sun bug #6688467: _X11TransConvertAddress: Unknown family
      type on 64-bit SPARC

Alan Hourihane (2):
      fix build for MAKEWORD
      disable UNIXCONN on MINGW

Colin Harrison (2):
      Only call WSAGetLastError() if there has been an
      Update to winsock2

James Cloos (1):
      Fix length calculation for the path for abstract unix domain sockets

Julien Cristau (2):
      BSD44SOCKETS is the wrong check for SOCK_MAXADDRLEN
      Bump to 1.2

Loïc Minier (1):
      Bug #10489: Don't retry unix socket connect()s on ENOENT.

diffstat:

 x11/xtrans/Makefile         |   5 ++---
 x11/xtrans/distinfo         |  10 +++++-----
 x11/xtrans/patches/patch-aa |  33 +++------------------------------
 3 files changed, 10 insertions(+), 38 deletions(-)

diffs (76 lines):

diff -r e64f97db6579 -r 17f3a3441bab x11/xtrans/Makefile
--- a/x11/xtrans/Makefile       Fri May 09 06:10:11 2008 +0000
+++ b/x11/xtrans/Makefile       Fri May 09 09:04:06 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/04/25 18:15:55 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2008/05/09 09:04:06 wiz Exp $
 #
 
-DISTNAME=              xtrans-1.1
-PKGREVISION=           1
+DISTNAME=              xtrans-1.2
 CATEGORIES=            x11 net
 MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/lib/
 EXTRACT_SUFX=          .tar.bz2
diff -r e64f97db6579 -r 17f3a3441bab x11/xtrans/distinfo
--- a/x11/xtrans/distinfo       Fri May 09 06:10:11 2008 +0000
+++ b/x11/xtrans/distinfo       Fri May 09 09:04:06 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2008/04/25 18:15:55 joerg Exp $
+$NetBSD: distinfo,v 1.10 2008/05/09 09:04:06 wiz Exp $
 
-SHA1 (xtrans-1.1.tar.bz2) = a6cba8cd1c63c8fb4a284e89376cb398cf1a2582
-RMD160 (xtrans-1.1.tar.bz2) = 67a90c612d2a7c65f8dc9f916bff7b341d6ccd42
-Size (xtrans-1.1.tar.bz2) = 106059 bytes
-SHA1 (patch-aa) = 6b3e08165eae0da362c4732e7422c58157c4029a
+SHA1 (xtrans-1.2.tar.bz2) = b93c9614cd434ca227ae413a071c25de49ce7307
+RMD160 (xtrans-1.2.tar.bz2) = 675d8e5675e201d24da30cd74415a539a683dd4c
+Size (xtrans-1.2.tar.bz2) = 107362 bytes
+SHA1 (patch-aa) = 5ac7c89fe3502618ac76234b89cf07733dd5efbf
 SHA1 (patch-ab) = d2a7af633ab880ec71975b70f521c0e32cd07a5e
diff -r e64f97db6579 -r 17f3a3441bab x11/xtrans/patches/patch-aa
--- a/x11/xtrans/patches/patch-aa       Fri May 09 06:10:11 2008 +0000
+++ b/x11/xtrans/patches/patch-aa       Fri May 09 09:04:06 2008 +0000
@@ -1,25 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2008/04/25 18:15:55 joerg Exp $
+$NetBSD: patch-aa,v 1.5 2008/05/09 09:04:06 wiz Exp $
 
---- Xtranssock.c.orig  2008-03-06 02:48:42.000000000 +0100
+--- Xtranssock.c.orig  2008-05-08 14:23:07.000000000 +0000
 +++ Xtranssock.c
-@@ -48,6 +48,7 @@ from the copyright holders.
-  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-  */
- 
-+#include <sys/stat.h>
- #include <ctype.h>
- #ifdef XTHREADS
- #include <X11/Xthreads.h>
-@@ -215,7 +216,7 @@ static int TRANS(SocketINETClose) (Xtran
- 
- #ifdef UNIXCONN
- 
--#ifdef hpux
-+#ifdef __hpux
- 
- #if defined(X11_t)
- #define UNIX_PATH "/usr/spool/sockets/X11/"
-@@ -286,11 +287,6 @@ static int TRANS(SocketINETClose) (Xtran
+@@ -294,11 +295,6 @@ static int TRANS(SocketINETClose) (Xtran
   * that don't have IPv6 support.
   */
  #if defined(IPv6) && defined(AF_INET6)
@@ -31,13 +14,3 @@
  static int haveIPv6 = 1;
  #endif
  
-@@ -541,6 +537,9 @@ TRANS(SocketReopen) (int i, int type, in
- 
-     portlen = strlen(port) + 1; // include space for trailing null
- #ifdef BSD44SOCKETS
-+#  ifndef SOCK_MAXADDRLEN
-+#  define SOCK_MAXADDRLEN 255
-+#  endif
-     if (portlen < 0 || portlen > (SOCK_MAXADDRLEN + 2)) {
-       PRMSG (1, "SocketReopen: invalid portlen %d\n", portlen, 0, 0);
-       return NULL;



Home | Main Index | Thread Index | Old Index