20477ec8e1
Overview of changes from 0.8.2 to 0.8.3 ======================================= * Fixes - Disable some GC protection tests that produce indifinite result on make check - Re-enable following unintentionally disabled tests * test-format.c * test-storage.c Overview of changes from 0.8.1 to 0.8.2 ======================================= * Specification changes - test-report-result exits with error code 70 (EX_SOFTWARE) if some tests are failed * Fixes - Fix bogus result of 'make check'. 0.8.1 and earlier passes all tests even if some tests are failed Overview of changes from 0.8.0 to 0.8.1 ======================================= * Specification changes - [R6RS] Remove the escape sequence "\|" invalidated in final R6RS * Fixes (also fixed in 0.7.6) - [CRITICAL] Fix memory alighnment issue in symbol name. - [CRITICAL] Fix possible bug in string buffer. - Plug possible memory leak. - Fix make test in test-string-cmp. - Fix compilation on Mac OS X 10.5 - Support OpenBSD PowerPC and x86_64 in libgcroots
27 lines
652 B
Makefile
27 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/05/13 02:53:04 obache Exp $
|
|
#
|
|
|
|
DISTNAME= sigscheme-0.8.3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://sigscheme.googlecode.com/files/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/sigscheme/
|
|
COMMENT= R5RS Scheme interpreter for embedded use
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libgcroots/gcroots.pc.in
|
|
PKGCONFIG_OVERRIDE+= sigscheme.pc.in
|
|
|
|
CONFIGURE_ARGS+= --enable-conf=full
|
|
CONFIGURE_ARGS+= --with-libgcroots=installed
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/libgcroots/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|