public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-projects commit in crossdev-wrappers/site: linux
@ 2009-03-20  1:29 Ned Ludd (solar)
  0 siblings, 0 replies; 4+ messages in thread
From: Ned Ludd (solar) @ 2009-03-20  1:29 UTC (permalink / raw
  To: gentoo-commits

solar       09/03/20 01:29:08

  Modified:             linux
  Log:
  - the urandom site value should probably be exported to all the sub linux flavors

Revision  Changes    Path
1.3                  crossdev-wrappers/site/linux

file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/site/linux?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/site/linux?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/site/linux?r1=1.2&r2=1.3

Index: linux
===================================================================
RCS file: /var/cvsroot/gentoo-projects/crossdev-wrappers/site/linux,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux	2 Mar 2009 03:19:35 -0000	1.2
+++ linux	20 Mar 2009 01:29:08 -0000	1.3
@@ -20,3 +20,6 @@
 
 # coreutils. https://bugs.gentoo.org/show_bug.cgi?id=177061
 fu_cv_sys_stat_statvfs=yes
+
+# urandom
+ac_cv_file___dev_urandom_=yes






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-projects commit in crossdev-wrappers/site: linux
@ 2009-03-30  6:39 Ned Ludd (solar)
  0 siblings, 0 replies; 4+ messages in thread
From: Ned Ludd (solar) @ 2009-03-30  6:39 UTC (permalink / raw
  To: gentoo-commits

solar       09/03/30 06:39:24

  Modified:             linux
  Log:
  - add /dev/zero support for apr

Revision  Changes    Path
1.4                  crossdev-wrappers/site/linux

file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/site/linux?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/site/linux?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/site/linux?r1=1.3&r2=1.4

Index: linux
===================================================================
RCS file: /var/cvsroot/gentoo-projects/crossdev-wrappers/site/linux,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linux	20 Mar 2009 01:29:08 -0000	1.3
+++ linux	30 Mar 2009 06:39:24 -0000	1.4
@@ -23,3 +23,5 @@
 
 # urandom
 ac_cv_file___dev_urandom_=yes
+# zero
+ac_cv_file__dev_zero=yes






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-projects commit in crossdev-wrappers/site: linux
@ 2009-05-10 14:42 Ned Ludd (solar)
  0 siblings, 0 replies; 4+ messages in thread
From: Ned Ludd (solar) @ 2009-05-10 14:42 UTC (permalink / raw
  To: gentoo-commits

solar       09/05/10 14:42:02

  Modified:             linux
  Log:
  - add site values for coreutils-7.4 (thanks max_posedon)

Revision  Changes    Path
1.6                  crossdev-wrappers/site/linux

file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/site/linux?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/site/linux?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/site/linux?r1=1.5&r2=1.6

Index: linux
===================================================================
RCS file: /var/cvsroot/gentoo-projects/crossdev-wrappers/site/linux,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linux	2 May 2009 23:55:29 -0000	1.5
+++ linux	10 May 2009 14:42:02 -0000	1.6
@@ -20,6 +20,9 @@
 
 # coreutils. https://bugs.gentoo.org/show_bug.cgi?id=177061
 fu_cv_sys_stat_statvfs=yes
+gl_cv_func_re_compile_pattern_working=yes     
+gl_cv_func_rename_trailing_dest_slash_bug=no
+gl_cv_func_rename_trailing_slash_bug=no
 
 # urandom
 ac_cv_file___dev_urandom_=yes






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-projects commit in crossdev-wrappers/site: linux
@ 2009-07-21 18:10 Ned Ludd (solar)
  0 siblings, 0 replies; 4+ messages in thread
From: Ned Ludd (solar) @ 2009-07-21 18:10 UTC (permalink / raw
  To: gentoo-commits

solar       09/07/21 18:10:55

  Modified:             linux
  Log:
  - defaulting linux to gl_cv_func_btowc_eof=yes as reported by max_posedon

Revision  Changes    Path
1.7                  crossdev-wrappers/site/linux

file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/site/linux?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/site/linux?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/site/linux?r1=1.6&r2=1.7

Index: linux
===================================================================
RCS file: /var/cvsroot/gentoo-projects/crossdev-wrappers/site/linux,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- linux	10 May 2009 14:42:02 -0000	1.6
+++ linux	21 Jul 2009 18:10:55 -0000	1.7
@@ -38,3 +38,4 @@
 
 yeti_cv_func_scanf_modif_size_t=z
 
+gl_cv_func_btowc_eof=yes






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-21 18:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-21 18:10 [gentoo-commits] gentoo-projects commit in crossdev-wrappers/site: linux Ned Ludd (solar)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-10 14:42 Ned Ludd (solar)
2009-03-30  6:39 Ned Ludd (solar)
2009-03-20  1:29 Ned Ludd (solar)

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