Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Sep 2008 09:08:13 -0700
From:      Fred Gilham <gilham@AI.SRI.COM>
To:        ports@freebsd.org
Subject:   ports/lang/screamer
Message-ID:  <48C2AAED.9050602@ai.sri.com>

next in thread | raw e-mail | index | archive | help
This port can be fixed by a patch that comments out two lines in the 
screamer.lisp file:

*** screamer.lisp       Mon Sep  1 21:59:23 2008
--- screamer.lisp~      Thu Mar 10 20:10:22 1994
***************
*** 3734,3739 ****
   (defun realp (x) (typep x 'real))

! ;;#-allegro-v4.2
! ;;(deftype boolean () '(member t nil))

   (defun booleanp (x) (typep x 'boolean))
--- 3734,3739 ----
   (defun realp (x) (typep x 'real))

! #-allegro-v4.2
! (deftype boolean () '(member t nil))

   (defun booleanp (x) (typep x 'boolean))



-- 
Fred Gilham                           gilham@ai.sri.com
Time is nature's way of keeping everything from happening
at once.  Unfortunately, it doesn't always work.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48C2AAED.9050602>