- update to gambit-4.6.8
This commit is contained in:
parent
60aa237a1f
commit
94b7e7d051
@ -1,14 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:20:27 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2013/05/30 15:51:47 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= complete, efficient and reliable implementation of Scheme
|
||||
BROKEN-hppa = cc: Internal error: Illegal instruction
|
||||
|
||||
V= 4.6.6
|
||||
V= 4.6.8
|
||||
DISTNAME= gambc-v${V:S/./_/g}
|
||||
PKGNAME= gambit-$V
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= lang
|
||||
|
||||
@ -28,7 +27,8 @@ CONFIGURE_ARGS+=--disable-cplusplus \
|
||||
--disable-absolute-shared-libs \
|
||||
--docdir=${PREFIX}/share/doc/gambit-c/ \
|
||||
--includedir=${PREFIX}/include/gambit-c/ \
|
||||
--libdir=${PREFIX}/lib/gambit-c/
|
||||
--libdir=${PREFIX}/lib/gambit-c/ \
|
||||
ac_cv_func_get_fpc_csr=no
|
||||
|
||||
MAKE_FILE= ${WRKSRC}/makefile
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (gambc-v4_6_6.tgz) = J7J7EG/PoCW53eqOYBAZ7A==
|
||||
RMD160 (gambc-v4_6_6.tgz) = s+XW+gONTdZTEpmOBb1gjVK9bD8=
|
||||
SHA1 (gambc-v4_6_6.tgz) = o+Smpxuy3q1HRDbkiBP/9HCzReI=
|
||||
SHA256 (gambc-v4_6_6.tgz) = TosYuzUBJBONH5vxQ92gq15V88PUiabcIzoVoAPxYdI=
|
||||
SIZE (gambc-v4_6_6.tgz) = 10738338
|
||||
SHA256 (gambc-v4_6_8.tgz) = wCFSSQfQRNsFvQ8RMz9H6nbOD9cDwqYv/WCk8seVeDA=
|
||||
SIZE (gambc-v4_6_8.tgz) = 11072730
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2012/08/29 18:46:24 jasper Exp $
|
||||
--- configure.orig Wed May 23 11:18:43 2012
|
||||
+++ configure Wed Aug 29 12:25:57 2012
|
||||
@@ -21131,6 +21131,10 @@ choke me
|
||||
int
|
||||
main ()
|
||||
{
|
||||
+#if defined(__OpenBSD__)
|
||||
+#error OpenBSD/mips64(el) does have get_fpc_csr(), but lacks union fpc_csr.
|
||||
+#endif
|
||||
+
|
||||
return $ac_func ();
|
||||
;
|
||||
return 0;
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-doc_makefile_in,v 1.1.1.1 2012/04/20 10:47:40 jasper Exp $
|
||||
$OpenBSD: patch-doc_makefile_in,v 1.2 2013/05/30 15:51:47 jasper Exp $
|
||||
|
||||
Don't reconstruct the ps file from the PDF, this makes ghostscript shit itself:
|
||||
GPL Ghostscript 9.04: Error: Font Renderer Plugin ( FreeType ) return code = -1
|
||||
|
||||
--- doc/makefile.in.orig Wed Apr 18 22:09:04 2012
|
||||
+++ doc/makefile.in Wed Apr 18 22:09:11 2012
|
||||
@@ -91,7 +91,7 @@ all-pre:
|
||||
--- doc/makefile.in.orig Tue Apr 23 03:05:35 2013
|
||||
+++ doc/makefile.in Thu May 30 19:05:52 2013
|
||||
@@ -92,7 +92,7 @@ all-pre:
|
||||
|
||||
all-post:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/07/07 09:39:55 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2013/05/30 15:51:47 jasper Exp $
|
||||
@conflict scheme48-*
|
||||
bin/gambc-cc
|
||||
bin/gambc-doc
|
||||
@ -13,7 +13,7 @@ bin/scheme-srfi-0
|
||||
bin/six
|
||||
bin/six-script
|
||||
include/gambit-c/
|
||||
include/gambit-c/gambit-not406006.h
|
||||
include/gambit-c/gambit-not406008.h
|
||||
include/gambit-c/gambit.h
|
||||
@info info/gambit-c.info
|
||||
lib/gambit-c/
|
||||
|
Loading…
x
Reference in New Issue
Block a user