Run testsuites... some minor problems.

This commit is contained in:
espie 2001-10-07 14:20:13 +00:00
parent 3f44e46ecc
commit 9a85c1b3f1
3 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2001/07/03 13:13:02 espie Exp $
# $OpenBSD: Makefile,v 1.9 2001/10/07 14:20:13 espie Exp $
COMMENT= "programming language with generators, X11 and more"
COMMENT-no_x11= "programming language with generators"
@ -84,4 +84,8 @@ do-install:
${INSTALL_DATA} ${WRKBUILD}/ipl/cfuncs/libcfunc.so ${PREFIX}/lib; \
fi
REGRESS_FLAGS= HOME=/
# Iconc does not pass quite a few tests currently...
REGRESS_TARGET= Test-icont #Test-iconc
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2001/05/06 01:28:02 lebel Exp $
# $OpenBSD: Makefile,v 1.4 2001/10/07 14:20:13 espie Exp $
COMMENT= "revised^5 report on scheme"
@ -20,6 +20,8 @@ do-build:
do-install:
${INSTALL_DATA} ${WRKBUILD}/r5rs.info ${PREFIX}/info
NO_REGRESS= Yes
MAINTAINER= Marc Espie <espie@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2001/05/06 01:28:03 lebel Exp $
# $OpenBSD: Makefile,v 1.8 2001/10/07 14:20:13 espie Exp $
# losely based on the FreeBSD port
COMMENT= "scheme r5 interpreter"
@ -84,4 +84,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/Xlibscm.info ${PREFIX}/info
.endif
REGRESS_TARGET= check
.include <bsd.port.mk>