summaryrefslogtreecommitdiff
path: root/lang/racket/Makefile
diff options
context:
space:
mode:
authorasau <asau>2013-08-23 17:19:40 +0000
committerasau <asau>2013-08-23 17:19:40 +0000
commitc08c435700a8b4e87371e17d0cd0e0e0fc541075 (patch)
tree2c133fc16ec188bdc274eed3ea02bc7b279258c5 /lang/racket/Makefile
parent53828b8917c7840cf091ede43bd50840893f22b1 (diff)
downloadpkgsrc-c08c435700a8b4e87371e17d0cd0e0e0fc541075.tar.gz
Update to Racket 5.3.6
Racket 5.3.6 This is a bug-fix release. It eliminates errors from v5.3.5 that people have found over the summer. Racket 5.3.5 This is a special-purpose release to match the arrival of "Realm of Racket" in bookstores. Racket v.5.3.5 adds a single `realm' collection to the v5.3.4 release. The new collection contains the source code that readers of Realm may wish to use for experiments. Racket 5.3.4 * Extflonums (80-bit floating-point numbers) are supported on some x86/x86_64 platforms -- including Windows, and including platforms where Racket is compiled to use SSE instructions for flonum arithmetic. Thanks to Michael Filonenko. * OS X: DrRacket and all of the other apps are now signed with an official key. * Tally Maze: a new game based an enumeration of 2d mazes. * The Optimization Coach, a DrRacket plugin, has been moved from the Racket distribution to the Racket package repository. Install it with: raco pkg install optimization-coach * Redex: `define-union-language' now merges productions when languages define the same nonterminals. Thanks to William Bowman. * The `srfi/19' library is now compatible with the date structure type exported by `racket/base'.
Diffstat (limited to 'lang/racket/Makefile')
-rw-r--r--lang/racket/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index 0b1395199be..c3d7f4b749a 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2013/06/06 12:54:40 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2013/08/23 17:19:40 asau Exp $
-PKGNAME= racket-5.3.3
+PKGNAME= racket-5.3.6
DISTNAME= $(PKGNAME_NOREV)-src-unix
-PKGREVISION= 3
CATEGORIES= lang
MASTER_SITES_PLT= http://download.racket-lang.org/installers/$(PKGVERSION_NOREV)/ \
http://www.eecs.northwestern.edu/racket/$(PKGVERSION_NOREV)/ \
@@ -52,6 +51,10 @@ REPLACE.racket.old= .*racket
REPLACE.racket.new= $(LOCALBASE)/bin/racket
REPLACE_FILES.racket= $(REPLACE_RACKET)
+post-install:
+ $(RM) -f $(DESTDIR)$(PREFIX)/lib/racket/collects/racket/draw/unsafe/png.rkt.orig
+ $(RM) -f $(DESTDIR)$(PREFIX)/lib/racket/collects/racket/draw/unsafe/jpeg.rkt.orig
+
do-test:
$(RUN) cd $(WRKSRC)/collects/tests/racket && $(WRKSRC)/src/racket/racket3m -f quiet.rktl