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 [EMAIL PROTECTED]
Time is nature's way of keeping everything from happening
at once. Unfortunately, it doesn't always work.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"