svn commit: r314966 - head/lang/sbcl/files

Brendan Fabeny bf at FreeBSD.org
Fri Mar 22 20:44:18 UTC 2013


Author: bf
Date: Fri Mar 22 20:44:17 2013
New Revision: 314966
URL: http://svnweb.freebsd.org/changeset/ports/314966

Log:
  fix a recent build failure by temporarily disabling two contrib
  sb-sprof tests that are run during the build proper

Added:
  head/lang/sbcl/files/patch-contrib__sb-sprof__test.lisp   (contents, props changed)

Added: head/lang/sbcl/files/patch-contrib__sb-sprof__test.lisp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/sbcl/files/patch-contrib__sb-sprof__test.lisp	Fri Mar 22 20:44:17 2013	(r314966)
@@ -0,0 +1,14 @@
+--- contrib/sb-sprof/test.lisp.orig	2013-02-26 06:42:18.000000000 -0500
++++ contrib/sb-sprof/test.lisp	2013-03-22 14:29:52.000000000 -0400
+@@ -1,9 +1,9 @@
+ (in-package :cl-user)
+ (require :sb-sprof)
+ 
+-#-(or win32 darwin)                    ;not yet
++#-(or win32 darwin freebsd)                    ;not yet
+ (sb-sprof::test)
+-#-(or win32 darwin)                    ;not yet
++#-(or win32 darwin freebsd)                    ;not yet
+ (sb-sprof::consing-test)
+ 
+ ;; For debugging purposes, print output for visual inspection to see if


More information about the svn-ports-all mailing list