On Tue, Sep 01, 2009 at 10:04:11PM +0400, Anton Yabchinskiy wrote:
> Hello. Here is the port of excellent Scheme system. Please give it a
> try.
> 
> I had to empty CONFIG_SITE because config.site says that openpty
> function isn't available (why to do so?) and the build fails.
> 
> It's pkg/DESCR:
> Gambit consists of two main programs: the Gambit Scheme interpreter,
> and the Gambit Scheme compiler.
> 
> Gambit-C is a version of the Gambit programming system in which the
> compiler generates portable C code. The main features of Gambit-C
> are: (...)

HOMEPAGE should be an URL (i.e. needs to start with http://); I have a
fix for that below.

Otherwise, it seems to work. You should probably consider taking
MAINTAINER and/or documenting why CONFIG_SITE is empty (in the
Makefile).

Is there a reason why you don't build the postscript documentation?

                Joachim

--- ../gambc.org/Makefile       Fri Sep  4 08:28:31 2009
+++ Makefile    Fri Sep  4 08:31:01 2009
@@ -9,7 +9,7 @@
 
 CATEGORIES =           lang
 
-HOMEPAGE =             www.iro.umontreal.ca/~gambit/
+HOMEPAGE =             http://www.iro.umontreal.ca/~gambit/
 
 # LGPLv2 / Apache 2
 PERMIT_PACKAGE_CDROM = Yes

Reply via email to