[62391] trunk/dports/lang/sbcl

easieste at macports.org easieste at macports.org
Wed Jan 6 04:37:23 PST 2010


Revision: 62391
          http://trac.macports.org/changeset/62391
Author:   easieste at macports.org
Date:     2010-01-06 04:37:19 -0800 (Wed, 06 Jan 2010)
Log Message:
-----------
Remove yet another reported failing sb-posix test that prevents installation under Snow Leopard.

Modified Paths:
--------------
    trunk/dports/lang/sbcl/Portfile
    trunk/dports/lang/sbcl/files/patch-posix-tests.diff

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2010-01-06 08:54:29 UTC (rev 62390)
+++ trunk/dports/lang/sbcl/Portfile	2010-01-06 12:37:19 UTC (rev 62391)
@@ -4,7 +4,7 @@
 
 name		sbcl
 version		1.0.33
-revision        3
+revision        4
 set subrevision	""
 categories	lang
 maintainers	gwright waqar easieste

Modified: trunk/dports/lang/sbcl/files/patch-posix-tests.diff
===================================================================
--- trunk/dports/lang/sbcl/files/patch-posix-tests.diff	2010-01-06 08:54:29 UTC (rev 62390)
+++ trunk/dports/lang/sbcl/files/patch-posix-tests.diff	2010-01-06 12:37:19 UTC (rev 62391)
@@ -1,5 +1,5 @@
 --- contrib/sb-posix/posix-tests.lisp.orig	2009-10-25 09:24:59.000000000 +0100
-+++ contrib/sb-posix/posix-tests.lisp	2010-01-05 22:17:14.000000000 +0100
++++ contrib/sb-posix/posix-tests.lisp	2010-01-06 13:08:14.000000000 +0100
 @@ -103,6 +103,7 @@
        (sb-posix:syscall-errno c)))
    #.sb-posix::eexist)
@@ -24,7 +24,13 @@
  (deftest stat-mode.1
    (with-stat-mode (mode *test-directory*)
      (sb-posix:s-isreg mode))
-@@ -347,6 +350,7 @@
+@@ -342,11 +345,13 @@
+     (sb-posix:s-ischr mode))
+   nil)
+ 
++#-darwin
+ (deftest stat-mode.4
+   (with-stat-mode (mode *test-directory*)
      (sb-posix:s-isblk mode))
    nil)
  
@@ -32,7 +38,7 @@
  (deftest stat-mode.5
    (with-stat-mode (mode *test-directory*)
      (sb-posix:s-isfifo mode))
-@@ -506,6 +510,7 @@
+@@ -506,6 +511,7 @@
          (sb-posix:closedir dir))))
    nil)
  
@@ -40,7 +46,7 @@
  (deftest readdir.1
    (let ((dir (sb-posix:opendir "/")))
      (unwind-protect
-@@ -662,6 +667,7 @@
+@@ -662,6 +668,7 @@
      #.(concatenate 'string "/" (make-string 255 :initial-element #\a)))
  
    ;; The error tests are in the order of exposition from SUSv3.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100106/36202442/attachment.html>


More information about the macports-changes mailing list