Update to Gambit 4.7.4. OK jasper@.
This commit is contained in:
parent
d10584daed
commit
82eabe5cef
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2014/12/08 14:28:00 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2015/03/14 23:34:17 juanfra Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
BROKEN-hppa= ICE on _gambc.c since 2014-09-29
|
||||
|
||||
COMMENT= complete, efficient and reliable implementation of Scheme
|
||||
|
||||
V= 4.7.3
|
||||
V= 4.7.4
|
||||
DISTNAME= gambc-v${V:S/./_/g}
|
||||
PKGNAME= gambit-$V
|
||||
|
||||
@ -32,12 +32,13 @@ CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
|
||||
|
||||
MAKE_FILE= ${WRKSRC}/makefile
|
||||
|
||||
# Until we figure out how to make it play nice with a staged directory.
|
||||
NO_TEST= Yes
|
||||
|
||||
post-install:
|
||||
.for l in gambc gambcgsc gambcgsi
|
||||
cd ${PREFIX}/lib/ && ln -s gambit-c/lib$l.so
|
||||
.endfor
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} ${MAKE_PROGRAM} \
|
||||
${TEST_FLAGS} -f makefile ${TEST_TARGET}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gambc-v4_7_3.tgz) = WcTGLyz69pi1SoYuevnBs+TMJ+RtOG8xxm4A/tRwF3c=
|
||||
SIZE (gambc-v4_7_3.tgz) = 11462024
|
||||
SHA256 (gambc-v4_7_4.tgz) = GtJ1YhW7DAWfaKqtGjFPM0/WzdFaDbN7zb6YSSCdV3g=
|
||||
SIZE (gambc-v4_7_4.tgz) = 12032725
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2014/10/26 14:22:05 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2015/03/14 23:34:17 juanfra Exp $
|
||||
@conflict scheme48-*
|
||||
bin/gambc-cc
|
||||
bin/gambc-doc
|
||||
@ -13,13 +13,14 @@ bin/scheme-srfi-0
|
||||
bin/six
|
||||
bin/six-script
|
||||
include/gambit-c/
|
||||
include/gambit-c/gambit-not407003.h
|
||||
include/gambit-c/gambit-not407004.h
|
||||
include/gambit-c/gambit.h
|
||||
@info info/gambit-c.info
|
||||
lib/gambit-c/
|
||||
lib/gambit-c/_asm#.scm
|
||||
lib/gambit-c/_assert#.scm
|
||||
lib/gambit-c/_codegen#.scm
|
||||
lib/gambit-c/_define-syntax.scm
|
||||
lib/gambit-c/_eval#.scm
|
||||
lib/gambit-c/_gambc.c
|
||||
lib/gambit-c/_gambcgsc.c
|
||||
@ -31,8 +32,19 @@ lib/gambit-c/_nonstd#.scm
|
||||
lib/gambit-c/_num#.scm
|
||||
lib/gambit-c/_repl#.scm
|
||||
lib/gambit-c/_std#.scm
|
||||
lib/gambit-c/_syntax-boot.scm
|
||||
lib/gambit-c/_syntax-case-xform-boot.scm
|
||||
lib/gambit-c/_syntax-case-xform.scm
|
||||
lib/gambit-c/_syntax-common.scm
|
||||
lib/gambit-c/_syntax-pattern.scm
|
||||
lib/gambit-c/_syntax-rules-xform.scm
|
||||
lib/gambit-c/_syntax-template.scm
|
||||
lib/gambit-c/_syntax-xform-boot.scm
|
||||
lib/gambit-c/_syntax-xform.scm
|
||||
lib/gambit-c/_syntax.scm
|
||||
lib/gambit-c/_system#.scm
|
||||
lib/gambit-c/_thread#.scm
|
||||
lib/gambit-c/_with-syntax-boot.scm
|
||||
lib/gambit-c/_x86#.scm
|
||||
lib/gambit-c/digest#.scm
|
||||
lib/gambit-c/digest.scm
|
||||
|
Loading…
x
Reference in New Issue
Block a user