pkgsrc/lang/racket-textual/Makefile
asau 6ef57761b1 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'.
2013-08-23 17:19:40 +00:00

56 lines
1.9 KiB
Makefile

# $NetBSD: Makefile,v 1.19 2013/08/23 17:19:40 asau Exp $
PKGNAME= racket-textual-5.3.6
DISTNAME= $(PKGNAME_NOREV)-src-unix
CATEGORIES= lang
MASTER_SITES_PLT= http://download.racket-lang.org/installers/$(PKGVERSION_NOREV)/ \
http://www.eecs.northwestern.edu/racket/$(PKGVERSION_NOREV)/ \
http://www.cs.utah.edu/plt/installers/$(PKGVERSION_NOREV)/ \
http://mirror.informatik.uni-tuebingen.de/mirror/racket/$(PKGVERSION_NOREV)/ \
ftp://infogroep.be/pub/racket/installers/$(PKGVERSION_NOREV)/ \
http://russell.cs.bilgi.edu.tr/racket-installers/$(PKGVERSION_NOREV)/
MASTER_SITES= ${MASTER_SITES_PLT:=racket-textual/}
EXTRACT_SUFX= .tgz
MAINTAINER= asau@inbox.ru
HOMEPAGE= http://racket-lang.org/
COMMENT= Scheme-based dialect of Lisp
LICENSE= gnu-lgpl-v2
CONFLICTS+= drscheme-[0-9]* mzscheme-[0-9]* racket-[0-9]*
PATCHDIR= $(.CURDIR)/../../lang/racket/patches
WRKSRC= $(WRKDIR)/$(PKGNAME_NOREV)
GNU_CONFIGURE= yes
CONFIGURE_DIRS= src
CONFIGURE_ARGS= --enable-pthread
USE_LANGUAGES= c c++
MAKE_JOBS_SAFE= no
UNLIMIT_RESOURCES= datasize
LDFLAGS.DragonFly+= -rdynamic
CHECK_INTERPRETER_SKIP= lib/racket/collects/meta/build/sitemap/setup.py \
lib/racket/collects/meta/build/sitemap/sitemap_gen.py \
lib/racket/collects/meta/build/sitemap/test_sitemap_gen.py
CHECK_INTERPRETER_SKIP+= lib/racket/collects/tests/jpr/mon-script.ss
.for f in use-c-printf.rkt use-crypt.rkt use-esd.rkt use-magick.rkt use-sndfile.rkt use-tcl.rkt use-xmmsctrl.rkt use-xosd.rkt
REPLACE_RACKET+= collects/ffi/examples/${f}
.endfor
REPLACE_INTERPRETER+= racket
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
PTHREAD_AUTO_VARS= yes
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"