pkgsrc-Bugs archive

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

Re: pkg/46183: [PATCH] x11/libX11 1.3.5 to 1.4.4



The following reply was made to PR pkg/46183; it has been noted by GNATS.

From: Makoto Fujiwara <makoto%ki.nu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/46183: [PATCH] x11/libX11 1.3.5 to 1.4.4
Date: Tue, 03 Jul 2012 22:11:02 +0900

 -------------------------------------
 [ANNOUNCE] libX11 1.5.0
 At long last, the stable release of Xlib 1.5.0.
 
 While it only strictly requires libxcb 1.2, it's recommended that libxcb 1.8.1
 be used to get the fix for network connection fallback from Unix sockets to
 TCP that replaces the code previously found in libX11.
 
 Since there have been no changes since the final release candidate,
 here's the full list of changes since libX11 1.4.4:
 
    ( Some 150 lines omitted, see following URL for detail )
 http://lists.x.org/archives/xorg-announce/2012-June/001970.html
 --------------
 
 Index: x11/libX11/Makefile
 ===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/x11/libX11/Makefile,v
 retrieving revision 1.26
 diff -u -r1.26 Makefile
 --- x11/libX11/Makefile        18 Sep 2011 11:55:22 -0000      1.26
 +++ x11/libX11/Makefile        3 Jul 2012 13:05:25 -0000
 @@ -1,7 +1,7 @@
  # $NetBSD: Makefile,v 1.26 2011/09/18 11:55:22 bsiegert Exp $
  #
  
 -DISTNAME=             libX11-1.3.5
 +DISTNAME=             libX11-1.5.0
  CATEGORIES=           x11 devel
  MASTER_SITES=         ${MASTER_SITE_XORG:=lib/}
  EXTRACT_SUFX=         .tar.bz2
 Index: x11/libX11/PLIST
 ===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/x11/libX11/PLIST,v
 retrieving revision 1.8
 diff -u -r1.8 PLIST
 --- x11/libX11/PLIST   10 Sep 2010 20:28:03 -0000      1.8
 +++ x11/libX11/PLIST   3 Jul 2012 13:05:25 -0000
 @@ -232,7 +232,6 @@
  man/man3/XFreeFontPath.3
  man/man3/XFreeFontSet.3
  man/man3/XFreeGC.3
 -man/man3/XFreeModifierMap.3
  man/man3/XFreePixmap.3
  man/man3/XFreeStringList.3
  man/man3/XGCValues.3
 @@ -835,7 +834,6 @@
  man/man5/Compose.5
  man/man5/XCompose.5
  share/X11/XErrorDB
 -share/X11/XKeysymDB
  share/X11/locale/C/Compose
  share/X11/locale/C/XI18N_OBJS
  share/X11/locale/C/XLC_LOCALE
 Index: x11/libX11/distinfo
 ===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/x11/libX11/distinfo,v
 retrieving revision 1.18
 diff -u -r1.18 distinfo
 --- x11/libX11/distinfo        15 Sep 2011 19:50:14 -0000      1.18
 +++ x11/libX11/distinfo        3 Jul 2012 13:05:25 -0000
 @@ -1,7 +1,7 @@
  $NetBSD: distinfo,v 1.18 2011/09/15 19:50:14 bsiegert Exp $
  
 -SHA1 (libX11-1.3.5.tar.bz2) = c5dda2b6279f3e3267646576138fcd091a7f3c54
 -RMD160 (libX11-1.3.5.tar.bz2) = 84544006514eec6f37b642b294ea5f3658b52934
 -Size (libX11-1.3.5.tar.bz2) = 2104595 bytes
 -SHA1 (patch-aa) = 553d0905e16f8e17e746d79761709c11c4fa3d55
 -SHA1 (patch-ac) = 06d4b2c34d8fa39bddbc1ce625e0dc344e5dea7e
 +SHA1 (libX11-1.5.0.tar.bz2) = 8177535c9c59d8c3ab98d55ce53520b5737ccd1a
 +RMD160 (libX11-1.5.0.tar.bz2) = 53873128000cb6827941ee81cb005f5b730a7940
 +Size (libX11-1.5.0.tar.bz2) = 2322265 bytes
 +SHA1 (patch-aa) = ed69aa016d58e46fa9349778852264e3e1975135
 +SHA1 (patch-ac) = 5d73fc6b7544f8be7a988f0fd5cb17dd84b25896
 Index: x11/libX11/patches/patch-aa
 ===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/x11/libX11/patches/patch-aa,v
 retrieving revision 1.9
 diff -u -r1.9 patch-aa
 --- x11/libX11/patches/patch-aa        15 Sep 2011 19:50:14 -0000      1.9
 +++ x11/libX11/patches/patch-aa        3 Jul 2012 13:05:25 -0000
 @@ -7,9 +7,9 @@
  Also, don't look for keysmydef.h, as this could break cross
  builds (from GIT).
  
 ---- configure.ac.orig Wed Aug 11 23:23:48 2010
 -+++ configure.ac
 -@@ -315,7 +315,7 @@ xyes)
 +--- configure.ac.orig 2012-06-02 15:37:17.000000000 +0900
 ++++ configure.ac      2012-06-28 19:14:45.000000000 +0900
 +@@ -277,7 +277,7 @@
        ;;
   esac
   
 @@ -17,9 +17,9 @@
  +AC_CHECK_DECLS([pthread_self], [thrstubs="no"], [thrstubs="yes"], [[#include 
<pthread.h>]])
   AM_CONDITIONAL(THRSTUBS, test x$thrstubs = xyes)
   
 - dnl XXX incomplete, please fill this in
 -@@ -324,12 +324,12 @@ if test x$xthreads = xyes ; then
 -     linux*|openbsd*|gnu*|k*bsd*-gnu)
 + # XXX incomplete, please fill this in
 +@@ -286,12 +286,12 @@
 +     linux*|gnu*|k*bsd*-gnu)
           XTHREADLIB=-lpthread ;;
       netbsd*)
  -     XTHREAD_CFLAGS="-D_POSIX_THREAD_SAFE_FUNCTIONS"
 @@ -29,8 +29,8 @@
       freebsd*)
           XTHREAD_CFLAGS="-D_THREAD_SAFE"
           XTHREADLIB="-pthread" ;;
 --    dragonfly*)
 -+    dragonfly*|mirbsd*)
 +-    dragonfly*|openbsd*)
 ++    dragonfly*|openbsd*|mirbsd*)
           XTHREADLIB="-pthread" ;;
       solaris*)
        XTHREAD_CFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS" ;;
 Index: x11/libX11/patches/patch-ac
 ===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/x11/libX11/patches/patch-ac,v
 retrieving revision 1.11
 diff -u -r1.11 patch-ac
 --- x11/libX11/patches/patch-ac        15 Sep 2011 19:50:14 -0000      1.11
 +++ x11/libX11/patches/patch-ac        3 Jul 2012 13:05:25 -0000
 @@ -2,19 +2,19 @@
  
  See patch-aa.
  
 ---- configure.orig    Wed Jul 27 08:46:21 2011
 -+++ configure
 -@@ -14431,43 +14431,18 @@ $as_echo "#define XUSE_MTSAFE_API 1" >>c
 +--- configure.orig    2012-06-02 15:37:31.000000000 +0900
 ++++ configure 2012-06-28 19:20:03.000000000 +0900
 +@@ -19942,43 +19942,18 @@
        ;;
   esac
   
  -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lc" 
>&5
  -$as_echo_n "checking for pthread_self in -lc... " >&6; }
 --if test "${ac_cv_lib_c_pthread_self+set}" = set; then :
 +-if ${ac_cv_lib_c_pthread_self+:} false; then :
  -  $as_echo_n "(cached) " >&6
  +ac_fn_c_check_decl "$LINENO" "pthread_self" "ac_cv_have_decl_pthread_self" 
"#include <pthread.h>
  +"
 -+if test "x$ac_cv_have_decl_pthread_self" = x""yes; then :
 ++if test "x$ac_cv_have_decl_pthread_self" = xyes; then :
  +  ac_have_decl=1
   else
  -  ac_check_lib_save_LIBS=$LIBS
 @@ -52,13 +52,13 @@
  -fi
  -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_pthread_self" 
>&5
  -$as_echo "$ac_cv_lib_c_pthread_self" >&6; }
 --if test "x$ac_cv_lib_c_pthread_self" = x""yes; then :
 +-if test "x$ac_cv_lib_c_pthread_self" = xyes; then :
  +if test $ac_have_decl = 1; then :
     thrstubs="no"
   else
     thrstubs="yes"
 -@@ -14487,12 +14462,12 @@ if test x$xthreads = xyes ; then
 -     linux*|openbsd*|gnu*|k*bsd*-gnu)
 +@@ -19999,12 +19974,12 @@
 +     linux*|gnu*|k*bsd*-gnu)
           XTHREADLIB=-lpthread ;;
       netbsd*)
  -     XTHREAD_CFLAGS="-D_POSIX_THREAD_SAFE_FUNCTIONS"
 @@ -68,8 +68,8 @@
       freebsd*)
           XTHREAD_CFLAGS="-D_THREAD_SAFE"
           XTHREADLIB="-pthread" ;;
 --    dragonfly*)
 -+    dragonfly*|mirbsd*)
 +-    dragonfly*|openbsd*)
 ++    dragonfly*|openbsd*|mirbsd*)
           XTHREADLIB="-pthread" ;;
       solaris*)
        XTHREAD_CFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS" ;;
 
 ---
 Makoto Fujiwara, 
 Chiba, Japan, Narita Airport and Disneyland prefecture.
 


Home | Main Index | Thread Index | Old Index