ports/lang/screamer

Fred Gilham gilham at AI.SRI.COM
Sat Sep 6 16:27:26 UTC 2008


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 at ai.sri.com
Time is nature's way of keeping everything from happening
at once.  Unfortunately, it doesn't always work.


More information about the freebsd-ports mailing list