1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

fix a recent build failure by temporarily disabling two contrib

sb-sprof tests that are run during the build proper
This commit is contained in:
Brendan Fabeny 2013-03-22 20:44:17 +00:00
parent d76a57ad08
commit be5b487942
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314966

View File

@ -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