Date: Fri, 22 Mar 2013 20:44:17 +0000 (UTC) From: Brendan Fabeny <bf@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314966 - head/lang/sbcl/files Message-ID: <201303222044.r2MKiHa3018962@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303222044.r2MKiHa3018962>