pkgsrc/lang
asau fb43a162c9 Update to Racket 6.0.1
Changes in version 6.0.1

* A new `racket/undefined` library exports `undefined` as the
  value currently produced by

    (letrec ([x x]) x)

  This library anticipates a future where that expression will
  raise an exception. The `racket/undefined` library will continue
  to offer the `undefined` value as a bridge between versions and
  as a last resort.

* The drawing and GUI libraries provide improved support for
  high-resolution bitmaps and their use on Retina displays. For
  example, `read-bitmap` includes a `#:try-@2x?` option to trigger
  substitutions through the usual "@2x" naming convention.

* Check Syntax cooperates with Typed Racket to show arrows and other
  Check Syntax highlighting even when there is a type error.

* Functions provided via contract-out that have first-order
  contracts perform better.

* The contract boundary between typed/untyped modules is much less
  expensive. Typed Racket now avoids generating contracts for
  places where contracts failures cannot happen.

* Occurrence typing now works better with when/unless. Example:

    (let ((x (read)))
      (unless (number? x) (error 'bad-input))
      (add1 x))

* Types in Typed Racket are now pretty-printed.

* Function types can now be written in prefix style, which is now
  preferred and is used for printing. Infix function types are still
  accepted for backwards compatibility.

* A new `->*' type constructor is used for writing types for
  functions with optional and keyword arguments. The notation is
  similar to the matching contract combinator.

* Typed Racket forms do not have a `:' suffix by default now. For
  example, the `struct' form replaces `struct:'. The suffixed
  versions are all provided for backwards compatibility.

* Typed Racket now has preliminary support for classes and
  objects. However, it is still experimental and the APIs are
  subject to change.

* Type aliases in Typed Racket now support recursion and mutual
  recursion. For example, `(define-type (MyList X) (U Null (Pair X
  (MyList X))))' is now a valid type alias.

* Plot correctly renders intersecting 3D graphs and
  non-grid-aligned 3D rectangles.

* Elements in plots output in PDF/PS format have the same relative
  scale as in other formats. In particular, it is not necessary to
  adjust `plot-font-size` to make PDF plots look the same as PNG.


Changes in version 6.0

Racket 6.0 has a new package system, including a catalog of
hundreds of already-available packages. Please visit

   http://pkgs.racket-lang.org/

for an overview of the packages.

Racket versions 5.3.4 through 5.3.6 included "beta" versions of the
package system. Racket version 6.0 incorporates many improvements
suggested by preliminary experiences in those versions:

  * A package is treated as a single collection by default, so it is
    even easier to use a GitHub repository as a package. Get started
    quickly:
      http://docs.racket-lang.org/pkg/getting-started.html

  * DrRacket includes a new package manager GUI, available via the
    File|Package Manager ... menu item. The GUI is also available
    as a stand-alone program via the "gui-pkg-manager" package.

  * The main Racket distribution has been separated into about 200
    packages. The Racket installer combines the core system with
    bundled versions of these packages.

    Alternatively, you may now install a Minimal Racket distribution
    --- which is about 1/10 the size of the main distribution --- and
    add only those packages that you need.

  * Package installation supports pre-built packages that include
    compiled byte code and rendered documentation, meaning packages can
    be installed quickly when built versions are available. All
    packages in the main distribution are available in pre-built form.

The recent 5.92 and 5.93 releases served as release candidates for 6.0,
and 6.0 includes a few additional repairs related to the package
system.

Further improvements to the package system are in the works, notably
including package documentation on the package-catalog web site.

COMPATIBILITY NOTE: PLaneT, the previous Racket package system, will
remain in place for the foreseeable future, but we expect all package
work to shift to the new system.

Beyond the package system, this release brings a number of other
changes:

  * Racket's HTML documentation has a new and improved look, thanks to
    Matthew Butterick.

  * The documentation includes a style guide, "How to Program Racket"
    http://docs.racket-lang.org/style/

  * Racket's JIT compiler supports the ARM architecture.

  * Racket supports the Mac's Retina display mode.

  * The performance of the Typed Racket compiler improved by 50% on
    some typed programs.

  * The profiler provides a new mode that uses the errortrace library
    to produce fine-grained profiles.

  * A new contract profiler reports how much time programs spend
    checking contracts, and which contracts are most expensive.

  * The math/flonum library exports fast 105-bit precision operations.

  * Check Syntax handles generated identifiers, especially those
    introduced by struct (e.g. field selectors) and Redex (e.g., e_1,
    e_2)

  * 2htdp/batch-io includes functions for dealing with html/xml in
    files and web sites as X-expressions plus conveniences for
    web-based graph traversals.

  * The `gen:set' generic interface extends set operations to work on
    user-defined types that implement set methods, as well as on other
    set-like built-in types, such as lists.

  * Picts support conversion to SVG format.

  * Under unix, Racket provides desktop entries (.desktop files) for
    its graphical executables.
2014-06-15 09:35:28 +00:00
..
a60 set LICENSE. 2014-01-02 04:09:11 +00:00
abcl Update to ABCL 1.2.1 2013-07-02 19:33:59 +00:00
algol68g * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
asn1c Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
awka Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
baci Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
basic256 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
boomerang Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
brandybasic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
bwbasic Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
caml-light Don't force -fno-defer-pop. 2013-10-27 20:32:56 +00:00
camlp5 Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
ccsh Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
cdl3 No change to package version: just updated maintainer e-mail address (no 2013-04-03 12:53:58 +00:00
Cg-compiler Munged MAINTAINER on file copy. Fixed. 2013-06-30 14:14:10 +00:00
chicken Update to Chicken 4.9.0.1 2014-06-12 07:22:12 +00:00
cim Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
cint Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
clang Changes 3.4.1: 2014-05-28 15:49:34 +00:00
classpath Share patches with lang/classpath-gui. Fix freetype use. 2014-04-19 15:00:37 +00:00
classpath-gui Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
clisp Disable custom (and broken) Solaris linking, fixes 64-bit build. 2014-05-14 11:24:24 +00:00
clojure Update to Clojure 1.5.1 2013-06-11 19:51:27 +00:00
coq Update of package to version 8.4pl4. Changes include: 2014-05-13 14:52:28 +00:00
cparser Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
cu-prolog Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
eag Updated package to version 2.6. Added license (eag-license). Upstream changes 2013-04-03 13:26:44 +00:00
ecl Bump PKGREVISION for boehm-gc default-on threads, just to be on 2014-04-30 14:19:40 +00:00
eieio Resolves: 2013-04-06 20:27:16 +00:00
elisp-manual Shorten. Note that this is the emacs21 manual and emacs22+ come with 2013-08-03 21:47:00 +00:00
elk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
embryo band-aid patch for missing fxp2f(3) on NetBSD<6. 2013-08-30 11:12:04 +00:00
erlang Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
erlang-doc Update Erlang/OTP to R16B02. 2013-10-20 18:37:49 +00:00
erlang-man Update Erlang/OTP to R16B02. 2013-10-20 18:37:49 +00:00
f2c Only install catman page if catinstall is set. 2013-09-12 13:10:19 +00:00
ficl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
focal Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
fort77 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
g95 Disable libssp for now to let it build on NetBSD 6.99.43. 2014-06-09 12:40:58 +00:00
gambc Don't try to optimize some files, clang will require up to 8GB of memory 2013-12-15 19:39:34 +00:00
gauche Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
gawk Update to 4.1.1 2014-06-06 23:24:10 +00:00
gcc Resolves: 2013-04-06 20:27:16 +00:00
gcc-aux Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gcc3 Disable gcc3-java as it does not build, has not built in years, and 2012-04-07 17:33:54 +00:00
gcc3-c Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
gcc3-c++ Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
gcc3-f77 Resolves: 2013-04-06 20:27:16 +00:00
gcc3-objc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
gcc34 'Please use ${ECHO} instead of "echo".' 2013-04-06 14:58:18 +00:00
gcc44 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gcc45 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gcc46 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gcc47 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gcc47-libs x86-64 sunos fix for g++ and -Wl,-Bdirect involving libtool 2014-05-10 14:14:58 +00:00
gcc48 Remove unused buildlink3.mk 2014-06-01 08:17:33 +00:00
gcc48-cc++ Set gcc48-libs as runtime dependency 2014-06-01 08:11:13 +00:00
gcc48-fortran Set gcc48-libs as runtime dependency 2014-06-01 08:11:13 +00:00
gcc48-libs Update to 4.8.3 2014-05-31 13:06:25 +00:00
gcc48-objc Set gcc48-libs as runtime dependency 2014-06-01 08:11:13 +00:00
gforth Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
ghc Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
ghc-bootstrap Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
ghc7 Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gnat-aux Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gnat_util lang/gnat_util: Don't silence tsort for sake of SunOS support 2014-05-09 11:47:05 +00:00
go Regen 2014-06-14 19:31:38 +00:00
gpc Resolves: 2013-04-06 20:27:16 +00:00
gprolog Add another site. 2013-06-13 16:31:55 +00:00
guile Patch around gtexinfo 5.2's high-and-mighty attitude towards indiscretions. 2013-11-30 07:06:25 +00:00
guile16 guile doesn't use any curses, termcap or terminfo 2013-10-18 15:53:27 +00:00
gwydion-dylan Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
heirloom-awk
hugs * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
icc11 Switch to gcc48. Bump PKGREVISION. 2014-01-16 09:37:01 +00:00
icon Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
inform Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
intercal Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
ja-gawk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
jamvm Update jamvm to 1.5.4. 2014-02-08 09:41:29 +00:00
japhar Work around linux's broken sort(1). 2013-04-28 03:31:22 +00:00
jasmin Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
java-lang-spec Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
java-vm-spec Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
jikes Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
jini
joos Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
js Add CONFLICTS with spidermonkey 2012-10-21 21:06:05 +00:00
kaffe Fixes build with giflib-5.1. 2014-05-25 08:24:24 +00:00
kaffe-esound
kaffe-x11 libungif is not relevant any longer since the GIF relevant patents 2014-05-31 15:56:26 +00:00
kali Remove flagrantly wrong shell syntax (trailing &&) appearing in the 2014-01-02 04:18:49 +00:00
konoha recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
ksi Bump PKGREVISION for boehm-gc default-on threads, just to be on 2014-04-30 14:19:40 +00:00
librep Update to 0.92.3 2014-01-03 05:01:36 +00:00
libtcl-nothread Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
likepython Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
lua Multiversion support for Lua. 2014-05-03 13:00:44 +00:00
lua51 Remove .pc files. 2014-06-13 17:09:57 +00:00
lua52 Remove .pc files. 2014-06-13 17:09:57 +00:00
LuaJIT Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
LuaJIT2 . Added buildlink3.mk 2014-03-26 13:29:53 +00:00
lush * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
maude Fix build with newer bison. Don't use <rope> with clang, but fall back 2013-11-29 18:30:09 +00:00
mawk Changes 1.3.4.20131226: 2014-03-13 16:35:23 +00:00
mercury Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
minischeme Use void on mark. 2013-01-11 23:27:37 +00:00
mit-scheme-bin Fix a common mistake in many different packages: POSIX says that when using 2013-10-18 11:41:17 +00:00
mono Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
mono-basic recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
mono2 Add NAME section to manpage, for indexing. Bump PKGREVISION. 2014-06-10 19:25:58 +00:00
moscow_ml Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
mpd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
nawk Increase the default YYMAXDEPTH from 150 to 300, fixes problems building 2014-03-25 12:50:49 +00:00
newlisp Update to 10.5.4 2013-10-12 10:30:40 +00:00
nhc98 Use mk/curses instead of devel/ncurses 2014-03-09 11:59:09 +00:00
nodejs Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
nqp Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
nuitka Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
objc Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
ocaml Added comments to gethostbyname/addr patches 2014-05-13 10:17:44 +00:00
onyx This probes for and uses libedit, but libedit isn't buildlinked. 2014-01-05 04:10:06 +00:00
oo2c Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
open-cobol-ce Import open-cobol-ce-1.1.59 as lang/open-cobol-ce. 2013-05-26 04:13:05 +00:00
opencobol Set CONFLICTS. 2013-05-26 04:15:40 +00:00
openjdk7 Update to 1.7.60 (7u60) 2014-06-14 22:44:53 +00:00
openjdk7-bin Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
opensource-cobol Add missing patch 2014-03-16 04:53:14 +00:00
ossp-js Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p2c Redo DESTDIR support correctly. hi joerg-from-2009 :-) 2014-01-02 07:45:14 +00:00
p5-Switch Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
parrot Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
pcc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
pcc-current update snapshot to 20140401. 2014-04-01 18:48:54 +00:00
pear Remove description for old versions of php pakcages. 2013-03-16 02:06:20 +00:00
perl5 Don't try to extract the library search path from gcc/clang. It will 2014-06-08 23:35:55 +00:00
pfe Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
pforth Remove flags that have been GCC's since ~forever. 2013-10-28 23:47:56 +00:00
php used by lang/php55/Makefile.common 2014-06-13 02:58:19 +00:00
php5-perl Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
php53 Add the mysqlnd (MySQL Native Driver) include files. 2014-06-13 14:13:20 +00:00
php54 Remove detection of a threaded Apache MPM at configure time. 2014-06-13 14:31:19 +00:00
php55 Remove detection of a threaded Apache MPM at configure time. 2014-06-13 14:31:19 +00:00
picoc Use a pointer to the void type, not a enum value that turns out to be 0. 2013-12-17 23:23:38 +00:00
pict Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
polyml Fix compilation script to actually work. 2014-03-05 22:14:17 +00:00
py-basicproperty Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-cxfreeze Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-hy Import py27-hy-0.10.0 as lang/py-hy. 2014-05-18 03:32:16 +00:00
py-pyrex Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-pythonz Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-six Changes 1.7.2: 2014-06-09 10:21:34 +00:00
py26-html-docs Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
py27-html-docs Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
python Add python-digest 2014-06-07 14:27:02 +00:00
python26 try to find openssl header from system inc_dirs additionally, builtin one 2014-05-21 00:35:50 +00:00
python27 avoid conflicting declaration of gethostname on SunOS 2014-06-11 05:55:58 +00:00
python33 avoid conflicting declaration of gethostname on SunOS 2014-06-11 05:55:58 +00:00
python34 Add upstream bug report URL. 2014-06-01 13:48:42 +00:00
racket Update to Racket 6.0.1 2014-06-15 09:35:28 +00:00
racket-textual Update to Racket 6.0.1 2014-06-15 09:35:28 +00:00
rakudo-star Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
rcfunge Can work with system curses 2014-03-09 11:48:15 +00:00
rexx-imc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
rexx-regina Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
ruby Update ruby21 to 2.1.2. 2014-05-21 03:19:57 +00:00
ruby-coffee-script Importing ruby-coffee-script package version 2.2.0. 2012-03-04 16:14:42 +00:00
ruby-coffee-script-source Update ruby-coffee-script-source to 1.7.0. 2014-03-14 17:19:18 +00:00
ruby-doc-stdlib Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
ruby-execjs Update ruby-execjs to 2.0.2. 2014-03-14 17:21:29 +00:00
ruby18 Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
ruby18-base Use RUBY_SUFFIX instead of RUBY_VER for consistency. 2014-03-16 17:54:31 +00:00
ruby21 Add ruby21 package which contains all packages from Ruby 2.1.1 2014-03-14 19:47:00 +00:00
ruby21-base Update ruby21 to 2.1.2. 2014-05-21 03:19:57 +00:00
ruby193 Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
ruby193-base Use RUBY_SUFFIX instead of RUBY_VER for consistency. 2014-03-16 17:54:31 +00:00
ruby200 Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
ruby200-base Update ruby200 to Ruby 2.0.0-p481. 2014-05-21 03:14:45 +00:00
runawk Update to 1.5.0 2013-09-13 07:45:01 +00:00
sablevm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
sablevm-classpath build fix following the freetype2 update 2014-03-23 11:14:46 +00:00
sablevm-classpath-gui Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
sather Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
sbcl Update to SBCL 1.2.0 2014-06-01 18:55:59 +00:00
scala Update to 2.11.1. 2014-06-12 17:35:46 +00:00
scheme48 Build with -O0 for now until I can figure out why it crashes when 2013-11-10 20:28:50 +00:00
scm Add network libs on SunOS 2014-02-08 23:39:55 +00:00
see Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
sigscheme Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
siod CONFLICTS between siag and siod packages 2012-10-21 11:39:12 +00:00
smalltalk Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
smlnj '"@comment $NetBSD$" expected.' 2013-04-06 04:03:36 +00:00
spidermonkey * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
spl recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
squeak Update to Squeak 4.4 2013-11-16 20:34:56 +00:00
squeak-vm Recursive revbump from pulseaudio-5.0 2014-06-09 14:18:04 +00:00
sr Add CONFLICTS with clearsilver-base-[0-9]* and netramet-[0-9]* 2012-10-21 20:56:54 +00:00
sr-examples Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
stalin Bump PKGREVISION for boehm-gc default-on threads, just to be on 2014-04-30 14:19:40 +00:00
STk Update HOMEPAGE. 2013-06-16 11:47:13 +00:00
sun-jdk6 Fix SunOS PLISTs. Please try to keep them in sync when you change this 2013-12-13 11:10:20 +00:00
sun-jdk7 Fix SunOS PLISTs. 2014-06-09 11:12:45 +00:00
sun-jre6 Update to 6.0.45 2013-04-25 13:32:12 +00:00
sun-jre7 Re-add JCE 2014-06-07 06:56:14 +00:00
swi-prolog
swi-prolog-jpl Add swi-prolog-jpl version 6.6.5 2014-05-28 10:33:00 +00:00
swi-prolog-lite Update to 6.6.5 2014-05-28 10:29:12 +00:00
swi-prolog-packages Update to 6.6.5 2014-05-28 10:29:12 +00:00
tcl Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do 2014-03-13 11:08:49 +00:00
tcl-expect Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do 2014-03-13 11:08:49 +00:00
tcl-otcl Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
tcl85 Prevent matching TCL 8.6. 2014-03-17 00:04:43 +00:00
tinyscheme fix the location of the init file for tinyscheme 2014-04-29 19:18:16 +00:00
twelf Resolves: 2013-04-06 20:27:16 +00:00
ucblogo Fix format string, some missing prototypes and the check for signal 2013-07-18 12:05:09 +00:00
umb-scheme Fix build on FreeBSD. 2014-05-12 22:16:54 +00:00
utilisp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
vala Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
vala014 Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
vala018 Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
vala020 Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
vscm Fix broken build with gcc 4.5. While here, fix usage of tolower(). 2012-12-21 04:23:45 +00:00
vslisp Various MASTER_SITES-related fixes. 2013-04-06 14:09:32 +00:00
wsbasic Hand in maintainership. 2013-04-13 07:55:01 +00:00
yabasic Update to 2.767 2014-04-11 15:24:34 +00:00
yap Fix build against readline 6.3. 2014-04-21 18:15:32 +00:00
Makefile Remove gfortran 2014-06-01 08:08:46 +00:00