pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libX11 ... wrong patch, this one has the final #endif



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ba395efa4ca
branches:  trunk
changeset: 537700:7ba395efa4ca
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Jan 14 07:12:53 2008 +0000

description:
... wrong patch, this one has the final #endif

diffstat:

 x11/libX11/distinfo         |  4 ++--
 x11/libX11/patches/patch-ah |  7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 083b724e2839 -r 7ba395efa4ca x11/libX11/distinfo
--- a/x11/libX11/distinfo       Mon Jan 14 06:50:51 2008 +0000
+++ b/x11/libX11/distinfo       Mon Jan 14 07:12:53 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2008/01/14 06:50:51 tnn Exp $
+$NetBSD: distinfo,v 1.8 2008/01/14 07:12:53 tnn Exp $
 
 SHA1 (libX11-1.1.3.tar.bz2) = 235f69172b262f874d2a2d7bd17e8197aea5b767
 RMD160 (libX11-1.1.3.tar.bz2) = fcb8d5d31befa0ae227210dc7274c17b30c37fad
@@ -10,4 +10,4 @@
 SHA1 (patch-ae) = 124c47038ac2c12dd37f3f63606396b9ed976822
 SHA1 (patch-af) = a97f3b31eecc783caecfeb315ac2cf6603ec32a5
 SHA1 (patch-ag) = 0d1cf4804049fd3640d627ddfbab7b717f20b445
-SHA1 (patch-ah) = 7c8e5a87c4cf3048e54448bef60e69193b39f24b
+SHA1 (patch-ah) = 3565c046484ba7b7d18cd5ddc3265870f143ffda
diff -r 083b724e2839 -r 7ba395efa4ca x11/libX11/patches/patch-ah
--- a/x11/libX11/patches/patch-ah       Mon Jan 14 06:50:51 2008 +0000
+++ b/x11/libX11/patches/patch-ah       Mon Jan 14 07:12:53 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ah,v 1.1 2008/01/14 06:50:52 tnn Exp $
+$NetBSD: patch-ah,v 1.2 2008/01/14 07:12:53 tnn Exp $
 
 --- src/XlibInt.c.orig 2007-07-21 10:45:39.000000000 +0200
 +++ src/XlibInt.c
-@@ -138,6 +138,10 @@ xthread_t (*_Xthread_self_fn)(void) = NU
+@@ -138,8 +138,13 @@ xthread_t (*_Xthread_self_fn)(void) = NU
  #ifdef ISC
  #define ECHECK(err) ((errno == err) || ETEST())
  #else
@@ -12,4 +12,7 @@
 +#else
  #define ECHECK(err) (errno == err)
  #endif
++#endif
  #define ESET(val) errno = val
+ #endif
+ #endif



Home | Main Index | Thread Index | Old Index