Commit graph

27 commits

Author SHA1 Message Date
pooka
37ccd33e48 add MAKE_JOBS_SAFE=no
patch from Aleksej Saushev in PR pkg/36752
2007-08-10 08:25:58 +00:00
pooka
f895f80eeb Update to mzscheme 360. Loads of changes and bugfixes since
mzscheme 205 (released in 2003), including a native JIT compiler.

patches provided by Yorick Hardy in pkg/36330
2007-06-07 13:01:34 +00:00
rillig
371cc87d6d Fixed pkglint warnings. 2006-10-01 14:47:43 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
dmcmahill
a74040cb70 enable on solaris. seems to work ok here 2005-09-24 02:30:57 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
jlam
2338cbae27 Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING
which can take multiple values -- "pax" or "gtar".  The default value
of EXTRACT_USING is "pax", which more closely matches reality since
before, we were using bootstrap "tar" for ${GTAR} and it was actually
pax-as-tar.  Also, stop pretending pax-as-tar from the bootstrap kit
or on NetBSD is GNU tar.  Lastly, in bsd.pkg.extract.mk, note whether
we need "pax" or "gtar" depending on what we need to extract the
distfiles.
2005-05-16 03:04:44 +00:00
agc
475ab002d7 Add RMD160 digests 2005-02-24 09:03:05 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
pooka
4d583e0c89 Upgrade to mzscheme 205, patches provided by
Jesper Louis Andersen <jlouis@mongers.org> in private email.

No earth-shattering changes, just a long list of bugfixes and minor
twiddles and additions.  For a complete list, see plt/notes/mzscheme/HISTORY
2003-12-23 23:57:16 +00:00
kristerw
16b5abfd08 The GNU tar used in NetBSD 1.6 has problems with the distfile (some
of the .html files are extracted in an incorrect location).  Force
use of pax instead.
2003-10-24 20:34:44 +00:00
yyamano
9120fb435c Add missing html docs. 2003-09-18 12:52:23 +00:00
yyamano
e71943ab0c It works on Linux/i386. 2003-09-18 12:48:35 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
joda
781751a62e use PKGNAME_NOREV as DIST_SUBDIR 2002-09-11 18:46:31 +00:00
joda
9d0f44fdfa bump PKGREVISION; suggested by Thomas Klausner 2002-09-11 14:12:45 +00:00
joda
f59d53bb87 install header files too; update PLIST to match reality 2002-09-11 14:07:38 +00:00
pooka
844e5d53b3 update to mzscheme 200
changes:
* NetBSD patches integrated
* improvements to the module system
* new interfaces
basically numerous changes, see plt/notes/mzscheme in the source directory
2002-08-27 16:42:04 +00:00
zuntum
a437fd43cc Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
agc
8118fe36ae Move to sha1 digests, and add distfile sizes. 2001-04-19 15:00:47 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
agc
82acd159f7 Move the COMMENT from being in its own file to a definition in the
package Makefile.
2001-02-17 09:06:56 +00:00
wiz
d07e657e60 regen 2000-02-02 04:05:59 +00:00
pooka
50dfc61e79 Make this compile on sparc and work better on alpha. Unfortunately,
not fully functional on either.. yet.
2000-01-20 14:12:50 +00:00
pooka
da746ae526 Import mzscheme-101, an almost R5RS-compliant scheme intepreter with
compiler included. Uses the boehm garbage collector.

A big thanks goes to all who made devel/boehm-gc available. Modifying
patches for a specific use is much easier than reinventing them!

Note: I've marked this as i386-only, since it acted a little flacky on
alpha and sparc. In theory support for at least those platforms supported
by the garbage collector is possible. You are welcome to try.
2000-01-10 22:09:15 +00:00