Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv5108

Modified Files:
        coreutils.info coreutils.patch 
Log Message:
Now you can really build coreutils on 10.5.

Index: coreutils.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/coreutils.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- coreutils.info      15 Nov 2007 12:59:17 -0000      1.15
+++ coreutils.info      18 Nov 2007 15:51:52 -0000      1.16
@@ -14,7 +14,7 @@
   #!/bin/sh -ex
   case `uname -r` in
     [0-8].*) ./configure %c;;
-    *) ./configure jm_cv_func_svid_putenv=yes %c;;
+    *) ./configure jm_cv_func_svid_putenv=yes 
gl_cv_func_working_acl_get_file=no %c;;
   esac
   make
   make check
@@ -73,6 +73,12 @@
 DescPort: <<
 charset.alias is deleted because it is empty on Darwin anyway and
 causes unnecessary conflicts between packages.
+
+About the jm_cv_func_svid_putenv=yes, see:
+http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00514.html
+
+Since the ACL support in 10.5 looks buggy and breaks make check,
+I turned off it.  I can't tell whether MacOS or coreutils is wrong.
 <<
 SplitOff: <<
   Package: coreutils-default

Index: coreutils.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/coreutils.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- coreutils.patch     2 May 2007 05:00:57 -0000       1.6
+++ coreutils.patch     18 Nov 2007 15:51:53 -0000      1.7
@@ -46,6 +46,22 @@
  # Copyright (C) 2006-2007 Free Software Foundation, Inc.
  
  # This program is free software; you can redistribute it and/or modify
+diff -Naur coreutils-6.9.orig/tests/misc/tty-eof 
coreutils-6.9/tests/misc/tty-eof
+--- coreutils-6.9.orig/tests/misc/tty-eof      2007-03-18 21:36:43.000000000 
+0000
++++ coreutils-6.9/tests/misc/tty-eof   2007-11-18 15:39:42.000000000 +0000
+@@ -19,6 +19,12 @@
+ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ # 02110-1301, USA.
+ 
++case `uname -sr` in
++  Darwin\ 9.*)
++  echo 1>&2 "$0: skipping this test; Darwin 9 (MacOS X 10.5) looks buggy"
++  exit 77 ;;
++esac
++
+ : ${PERL=perl}
+ 
+ $PERL -e 1 > /dev/null 2>&1 || {
 diff -Naur coreutils-6.9.orig/tests/rm/fail-2eperm 
coreutils-6.9/tests/rm/fail-2eperm
 --- coreutils-6.9.orig/tests/rm/fail-2eperm    2007-03-18 21:36:44.000000000 
+0000
 +++ coreutils-6.9/tests/rm/fail-2eperm 2007-05-02 04:56:38.000000000 +0000


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to