public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/glibc/2.11.1: 0085_all_glibc-disable-ldconfig.patch 1080_all_glibc-no-inline-gmon.patch 1085_all_glibc-2.9-check_native-headers.patch 1095_all_glibc-2.9-assume-pipe2.patch 1100_all_glibc-2.3.3-china.patch
@ 2011-01-08 22:30 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-01-08 22:30 UTC (permalink / raw
  To: gentoo-commits

vapier      11/01/08 22:30:41

  Modified:             0085_all_glibc-disable-ldconfig.patch
                        1080_all_glibc-no-inline-gmon.patch
                        1085_all_glibc-2.9-check_native-headers.patch
                        1095_all_glibc-2.9-assume-pipe2.patch
                        1100_all_glibc-2.3.3-china.patch
  Log:
  convert a bunch of random patches to -p1

Revision  Changes    Path
1.2                  src/patchsets/glibc/2.11.1/0085_all_glibc-disable-ldconfig.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/0085_all_glibc-disable-ldconfig.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/0085_all_glibc-disable-ldconfig.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/0085_all_glibc-disable-ldconfig.patch?r1=1.1&r2=1.2

Index: 0085_all_glibc-disable-ldconfig.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.11.1/0085_all_glibc-disable-ldconfig.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 0085_all_glibc-disable-ldconfig.patch	25 Apr 2010 16:44:48 -0000	1.1
+++ 0085_all_glibc-disable-ldconfig.patch	8 Jan 2011 22:30:40 -0000	1.2
@@ -3,8 +3,8 @@
 results (portage will rebuild cache), so running ldconfig is simply a waste
 of time.
 
---- Makefile
-+++ Makefile
+--- a/Makefile
++++ b/Makefile
 @@ -117,4 +117,5 @@
  
  install:



1.2                  src/patchsets/glibc/2.11.1/1080_all_glibc-no-inline-gmon.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/1080_all_glibc-no-inline-gmon.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/1080_all_glibc-no-inline-gmon.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/1080_all_glibc-no-inline-gmon.patch?r1=1.1&r2=1.2

Index: 1080_all_glibc-no-inline-gmon.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.11.1/1080_all_glibc-no-inline-gmon.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 1080_all_glibc-no-inline-gmon.patch	25 Apr 2010 16:44:48 -0000	1.1
+++ 1080_all_glibc-no-inline-gmon.patch	8 Jan 2011 22:30:40 -0000	1.2
@@ -21,8 +21,8 @@
 
 Index: sysdeps/generic/initfini.c
 ===================================================================
---- sysdeps/generic/initfini.c	16 Aug 2004 04:50:53 -0000	1.9
-+++ sysdeps/generic/initfini.c	7 May 2006 15:31:08 -0000
+--- a/sysdeps/generic/initfini.c	16 Aug 2004 04:50:53 -0000	1.9
++++ b/sysdeps/generic/initfini.c	7 May 2006 15:31:08 -0000
 @@ -70,7 +70,7 @@
  /* The beginning of _init:  */
  asm ("\n/*@_init_PROLOG_BEGINS*/");



1.2                  src/patchsets/glibc/2.11.1/1085_all_glibc-2.9-check_native-headers.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/1085_all_glibc-2.9-check_native-headers.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/1085_all_glibc-2.9-check_native-headers.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/1085_all_glibc-2.9-check_native-headers.patch?r1=1.1&r2=1.2

Index: 1085_all_glibc-2.9-check_native-headers.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.11.1/1085_all_glibc-2.9-check_native-headers.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 1085_all_glibc-2.9-check_native-headers.patch	25 Apr 2010 16:44:48 -0000	1.1
+++ 1085_all_glibc-2.9-check_native-headers.patch	8 Jan 2011 22:30:40 -0000	1.2
@@ -4,8 +4,8 @@
 
 snipped from suse
 
---- sysdeps/unix/sysv/linux/check_native.c
-+++ sysdeps/unix/sysv/linux/check_native.c
+--- a/sysdeps/unix/sysv/linux/check_native.c
++++ b/sysdeps/unix/sysv/linux/check_native.c
 @@ -23,6 +23,7 @@
  #include <stddef.h>
  #include <stdint.h>



1.2                  src/patchsets/glibc/2.11.1/1095_all_glibc-2.9-assume-pipe2.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/1095_all_glibc-2.9-assume-pipe2.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/1095_all_glibc-2.9-assume-pipe2.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/1095_all_glibc-2.9-assume-pipe2.patch?r1=1.1&r2=1.2

Index: 1095_all_glibc-2.9-assume-pipe2.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.11.1/1095_all_glibc-2.9-assume-pipe2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 1095_all_glibc-2.9-assume-pipe2.patch	25 Apr 2010 16:44:48 -0000	1.1
+++ 1095_all_glibc-2.9-assume-pipe2.patch	8 Jan 2011 22:30:40 -0000	1.2
@@ -20,8 +20,8 @@
 older kernel headers where __NR_pipe2 does not exist, glibc will have a ENOSYS
 stub for it.  so popen() will always fail as glibc assumes pipe2() works.
 
---- include/unistd.h
-+++ include/unistd.h
+--- a/include/unistd.h
++++ b/include/unistd.h
 @@ -167,9 +167,6 @@
  extern int __pause_nocancel (void) attribute_hidden;
  
@@ -33,8 +33,8 @@
 +extern int __have_pipe2;
  
  #endif
---- socket/have_sock_cloexec.c
-+++ socket/have_sock_cloexec.c
+--- a/socket/have_sock_cloexec.c
++++ b/socket/have_sock_cloexec.c
 @@ -16,9 +16,14 @@
     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
     02111-1307 USA.  */



1.2                  src/patchsets/glibc/2.11.1/1100_all_glibc-2.3.3-china.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/1100_all_glibc-2.3.3-china.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/1100_all_glibc-2.3.3-china.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.11.1/1100_all_glibc-2.3.3-china.patch?r1=1.1&r2=1.2

Index: 1100_all_glibc-2.3.3-china.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.11.1/1100_all_glibc-2.3.3-china.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 1100_all_glibc-2.3.3-china.patch	25 Apr 2010 16:44:48 -0000	1.1
+++ 1100_all_glibc-2.3.3-china.patch	8 Jan 2011 22:30:40 -0000	1.2
@@ -1,5 +1,5 @@
---- localedata/locales/zh_TW
-+++ localedata/locales/zh_TW
+--- a/localedata/locales/zh_TW
++++ b/localedata/locales/zh_TW
 @@ -1,7 +1,7 @@
  comment_char %
  escape_char /






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-08 22:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-08 22:30 [gentoo-commits] gentoo commit in src/patchsets/glibc/2.11.1: 0085_all_glibc-disable-ldconfig.patch 1080_all_glibc-no-inline-gmon.patch 1085_all_glibc-2.9-check_native-headers.patch 1095_all_glibc-2.9-assume-pipe2.patch 1100_all_glibc-2.3.3-china.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox