[#] http://marc.info/?l=openbsd-ports-cvs&m=140639783409879&w=2
openbsd-ports-cvs(obsdave,2) — All
2014-07-27 09:44:45


CVSROOT: /cvs
Module name: ports
Changes by: juanfra@cvs.openbsd.org 2014/07/26 12:03:31

Modified files:
lang/racket : Makefile
Removed files:
lang/racket/patches:
patch-src_racket_gc_include_private_gcconfig_h

Log message:
Unbreak Racket on i386 changing the default GC to Senora.

Matthew Flatt (Racket) suggested to change the default GC instead of
to patch the outdated version of Boehm included with Racket.

Problems on i386 reported by sthen@. Tested on amd64 and i386 by me.

OK sthen@ jasper@.