juanfra
f71f27c2ed
Unbreak Racket on arm.
2017-03-09 01:56:52 +00:00
juanfra
43d654ec4d
Update to Racket 6.8.
2017-01-25 11:16:17 +00:00
juanfra
987f4a8b9b
Update to Racket 6.7.
2016-10-28 14:40:50 +00:00
juanfra
6fecc6ad1e
Move the patch to the correct directory.
2016-10-03 19:27:30 +00:00
juanfra
23b206d938
Add sqlite3 as dependency.
2016-09-24 00:21:28 +00:00
juanfra
8344b18b66
"fix space-safety in compiler"
...
5f9576cb22
Passes the tests on amd64.
2016-08-27 01:07:54 +00:00
juanfra
617fa202e9
Add the LDFLAGS again. The previous version worked for me but failed
...
in the bulk builds. Spotted by naddy@.
2016-08-20 19:47:10 +00:00
juanfra
93f7c23442
Add USE_WXNEEDED. Passes the tests.
2016-08-18 19:32:50 +00:00
juanfra
0440104c60
Update to Racket 6.6.
2016-07-30 18:47:28 +00:00
juanfra
4597add3ba
Add wxneeded again. We will not have a proper fix before of 6.0.
2016-07-05 22:30:11 +00:00
juanfra
0d88b0702f
Revert the previous revision. It broke the configure script.
2016-06-05 02:20:34 +00:00
juanfra
599859ea52
Add wxneeded to Racket. JIT tested on amd64.
2016-06-05 01:21:03 +00:00
juanfra
0a32a06d5e
Update to Racket 6.5.
2016-05-16 22:20:16 +00:00
juanfra
e9f3f3d593
I forgot to add libiconv to LIB_DEPENDS. Spotted by naddy@.
2016-04-14 18:12:17 +00:00
juanfra
d6b5f9972b
Remove iconv module.
2016-04-12 22:07:57 +00:00
juanfra
8b292561ad
Add a note about a bug in DrRacket reported by Ray Lai.
2016-04-05 23:14:01 +00:00
juanfra
eb1c1ad46d
Add a warning about to run raco commands as root.
2016-03-28 19:08:18 +00:00
naddy
42bc647e80
remove SHARED_ONLY from ports that only use modules that neither set nor
...
read this variable
2016-03-18 23:12:15 +00:00
juanfra
1386aad00f
Fix Racket on i386. Spotted by sthen@.
2016-03-13 00:11:40 +00:00
juanfra
b02c75f0bd
Update to Racket 6.4.
2016-03-10 02:35:29 +00:00
juanfra
7e0718efe4
SECURITY: Fix a vulnerability in the Racket web server.
...
http://article.gmane.org/gmane.comp.lang.racket.user/30142
2016-02-10 01:59:03 +00:00
juanfra
ee2a034ac7
Disable temporally the JIT on PowerPC.
2016-02-06 20:41:01 +00:00
juanfra
cdd3459024
Add some missing files. Reported by jorey via #devious/freenode.
2016-01-27 21:30:41 +00:00
juanfra
60d7342c07
Fix "raco distribute". Patch from upstream.
2016-01-14 21:21:01 +00:00
juanfra
bdc7fb7b4d
Temporary workaround for "raco distribute" until upstream creates
...
a proper fix.
2016-01-13 02:05:21 +00:00
juanfra
be32c55ef0
I forgot to remove the CFLAGS in the previous commit.
...
While here, sort the list of architectures. (spotted by jasper@)
2016-01-09 03:41:47 +00:00
juanfra
0257c94648
Add the new "no_jit" flavor. Unbreak racket on powerpc.
...
Help and "looks good to me" sthen@.
2016-01-08 20:12:01 +00:00
juanfra
f950ff2aba
Unbreak Racket on sparc64.
2015-12-15 23:56:15 +00:00
juanfra
5fd3e57dd9
Update to Racket 6.3.
...
(there are still some corner cases on i386)
2015-12-01 18:26:50 +00:00
juanfra
fa01932976
Update to racket-minimal 6.2.1.
2015-08-11 21:14:26 +00:00
ajacoutot
e1f63b6547
Missing @conflict and @pkgpath markers
...
discussed with sthen@
2015-07-16 00:34:13 +00:00
ajacoutot
82f9e7e6a1
Do not hardcode /usr/local.
...
Remove bogus blank lines.
2015-07-16 00:26:20 +00:00
juanfra
1b51d91b4b
Tests, help with the README file and OK jturner@.
...
Racket is a multi-paradigm programming language in the Lisp/Scheme
family, that also serves as a platform for language creation, design,
and implementation.
The primary components of Racket platform are:
- The implementation of Racket (including a rich run-time system,
various libraries, JIT compiler, and more).
- pkg.racket-lang.org, Racket's web-based package distribution system
for user-contributed packages.
- raco, command line tool for finding documentation, compiling Racket
source to bytecode, packaging executables, packaging installable
archives, and installing packages from remote servers.
2015-07-16 00:20:53 +00:00