pkgsrc/lang
asau 7db296912b Update to SBCL 1.0.53
changes in sbcl-1.0.53 relative to sbcl-1.0.52:
  * enhancement: on 64-bit targets, in src/compiler/generic/early-vm.lisp,
    the parameter n-fixnum-tag-bits may now vary from 1 (fixnum =
    (signed-byte 63)) to 3 (fixnum = (signed-byte 61)) at build-time.
  * enhancement: SB-EXT:WAIT-FOR allows waiting for arbitrary events.
  * minor(?) incompatible(?) change: The default fixnum width on 64-bit
    targets is now 63 bits (up from 61).
  * enhancement: DESCRIBE now reports a lambda-list and source location
    for complext setf-expanders.
  * bug fix: PUSH, PUSHNEW, POP, REMF, INCF, DECF, DEFINE-MODIFY-MACRO,
    GETF, LOGBITP, LDB, and MASK-FIELD now arrange for non-primary values
    of multiple-valued places to be set to NIL, instead of signalling an
    error (per a careful reading of CLHS 5.1.2.3).
  * bug fix: floating-point traps now work on darwin/x86 and /x86-64.
  * bug fix: repair crash in x86oid darwin signal handling emulation
    when built with certain compilers.
  * bug fix: SB-ROTATE-BYTE misrotated to the right when using constant
    rotation arguments on x86-64. (lp#882151)
  * bug fix: low-level control flow optimisations could result in bogus
    code in functions with tail and non-tail calls to local functions on
    x86oids. (lp#883500)
  * bug fix: on SPARC/:sb-unicode, avoid crashing the assembler by trying
    to emit literal characters > (code-char 4095), for comparisons with
    constant characters.
  * bug fix: ROOM reported only the low 32 bits of dynamic space usage
    on 64 bit platforms. (lp#881445)
  * bug fix: DELETE-FILE did not MERGE-PATHNAMES, making it possible to
    delete the wrong file when using relative pathnames. (lp#882877)
  * bug fix: optimized SEARCH of vectors-on-vectors mishandled zero-length
    sequences and :KEY NIL.

changes in sbcl-1.0.52 relative to sbcl-1.0.51:
  * enhancement: ASDF has been updated to version 2.017.
  * enhancement: the --core command line option now accepts binaries with
    an embedded core.
  * enhancement: when built with :sb-core-compression, core files (regular
    or executable) can be compressed with zlib.  Use the :COMPRESSION
    argument to SAVE-LISP-AND-DIE to specify a compression level.
  * enhancement: --[no-]merge-core-pages determines whether the runtime
    hints the operating system that identical core pages between SBCL
    processes should share the same physical memory.  Default is to only
    enable this for compressed cores.
  * optimization: SLEEP no longer conses.
  * optimization: *PRINT-PRETTY* no longer slows down printing of strings
    or bit-vectors when using the standard pretty-print dispatch table.
  * bug fix: non-function FTYPE declarations no longer cause a compiler-error.
    (lp#738464)
  * bug fix: compiler-errors causes by MEMBER types in conjunction with with
    AREF, CHAR, etc. (lp#826971)
  * bug fix: compiler-errors causes by integer arguments with composed of
    multiple ranges to ARRAY-IN-BOUNDS-P. (lp#826970)
  * bug fix: ,@ and ,. now signal a read-time error for certain non-list
    expressions. (lp#770184)
  * bug fix: complex single float literals are correctly aligned when used
    as arguments of arithmetic operators.
  * bug fix: on 32-bit platforms, rounding of double floats larger than a
    fixnum is correct.  (reported by Peter Keller)
  * bug fix: stray FD-HANDLERs are no longer left lying around after unwinds
    from RUN-PROGRAM.  (lp#840190, reported by Dominic Pearson; fix from Max
    Mikhanosha)
  * bug fix: redefining classes such that slots with custom allocation are
    added or removed works again.
2011-11-08 21:52:35 +00:00
..
a60 Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
algol68g Import algol68g-2.3.1 as lang/algol68g from wip/algol68g 2011-10-11 12:43:50 +00:00
awka DESTDIR support 2010-02-03 23:27:52 +00:00
baci Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
boomerang Initial import of boomerang-0.2: 2010-12-18 12:47:11 +00:00
brandybasic Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
bwbasic void main 2011-08-29 06:09:19 +00:00
caml-light Fix insecure-temp-files, PR 45558 2011-11-06 19:32:07 +00:00
camlp5 Update lang/camlp5 to 5.15 2010-10-11 21:27:54 +00:00
ccsh Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
cdl3 Update to CDL3 version 1.2.8 2011-04-19 19:45:02 +00:00
Cg-compiler Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
chicken Update Chicken to version 4.7.0 2011-05-26 20:06:13 +00:00
cim
cint Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
clang Fix LLVM bug 8765 (longjmp issue on NetBSD); patches courtesy of joerg. 2011-05-07 16:54:56 +00:00
classpath recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
classpath-gui Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
clisp Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
coq Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
cparser Update to 0.9.9. 2009-08-18 19:01:26 +00:00
cu-prolog Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
eag Pass down --x-includes/--x-libraries for modular Xorg too. 2009-11-26 16:40:55 +00:00
ecl Fix build on SunOS. 2011-05-14 22:30:44 +00:00
eieio Doesn't support Emacs 23. 2010-02-16 20:21:57 +00:00
elisp-manual Add user-destdir support. 2010-02-20 12:27:22 +00:00
elk Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
embryo Update to embryo-0.9.9.063: Minor bugfixes. 2009-12-16 19:30:31 +00:00
erlang Update Erlang to R14B03 2011-05-26 20:19:43 +00:00
erlang-doc Update Erlang to R14B03 2011-05-26 20:19:43 +00:00
erlang-man Update Erlang to R14B03 2011-05-26 20:19:43 +00:00
ezm3 Remove empty PLIST.common_end. 2009-07-22 09:26:26 +00:00
f2c Update to f2c-20100903. 2010-12-14 18:12:40 +00:00
ficl Import FICL 4.1.0 as lang/ficl. 2010-12-01 21:58:27 +00:00
focal patch getline() -> get_line() for -current (thank you PSOIX) 2010-04-29 00:22:02 +00:00
fort77 Don't run tests at build time. Fixes PR pkg/42955 2010-03-11 18:55:34 +00:00
g95 lang/g95: bring in DragonFly support 2011-02-19 16:06:31 +00:00
gambc Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
gauche - Update gauche to 0.9.2. See below for the list of changes. 2011-09-16 07:49:25 +00:00
gawk recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gcc Staged installation support. (Also converts to static packaging list.) 2011-07-15 08:47:22 +00:00
gcc3 Redo patch for ctype.h changes on NetBSD. The previous patch could 2011-09-24 19:32:49 +00:00
gcc3-ada Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
gcc3-c Fix a number of GENERATE_PLIST entries to always have a terminating ; 2009-06-16 15:25:31 +00:00
gcc3-c++ Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
gcc3-f77 Support DESTDIR. 2009-11-07 18:03:55 +00:00
gcc3-java Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
gcc3-objc Convert to destdir. From Makoto Fujiwara <makoto@ki.nu>. 2011-06-03 08:35:36 +00:00
gcc34 Do DESTDIR support The Right Way(tm) by passing ${INSTALL_ENV} to 2011-08-26 02:57:13 +00:00
gcc34-ada recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gcc44 Add the workaround for SunOS x86 ld bug that breaks .init sections. 2011-10-12 16:10:48 +00:00
gcc45 Add patch-ac from lang/gcc44. Without it, programs built with this gcc 2011-10-18 17:55:27 +00:00
gcc46 Update to GCC 4.6.2 2011-10-31 19:37:31 +00:00
gforth Fix annoying marker bug. 2011-03-29 21:19:19 +00:00
ghc Fix build issue when using gmake 3.82. 2010-10-31 19:05:01 +00:00
gnat-aux Add x86-Solaris and symbolic traceback support 2011-10-05 18:11:55 +00:00
gpc DESTDIR support. 2010-02-14 06:58:25 +00:00
gprolog Update to GNU Prolog version 1.3.1. 2010-05-19 09:10:55 +00:00
guile Increase default stack limit. This gets around a problem where the 2011-05-12 12:15:41 +00:00
guile16 Recursive bump for libltdl 2009-12-15 23:41:45 +00:00
gwydion-dylan Build fix: always pass "--tag" parameter to libtool. 2011-03-31 09:03:21 +00:00
heirloom-awk Add missed tools to heirloom-awk and heirloom-grep, tested on Linux 2011-05-28 11:42:05 +00:00
hugs LICENSE=modified-bsd 2010-09-28 04:36:41 +00:00
icc11 Add Intel C++ compiler version 11.1.080. 2011-07-20 10:35:17 +00:00
icon Fix icon binary, it had the destdir embedded. From Mark Schuetz Schmuck 2011-03-01 10:08:26 +00:00
inform Add inform-license and use it for lang/inform (instead of unclear 2010-06-03 09:26:30 +00:00
intercal update to 0.29 2010-11-30 20:13:29 +00:00
ja-gawk * add user-destdir support 2010-02-20 08:14:44 +00:00
jamvm Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
japhar Explicitly depend on zlib. This package includes a local copy of it 2010-11-05 13:46:44 +00:00
jasmin Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
java-lang-spec Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
java-vm-spec Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
jikes Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
jini Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
joos service suspended. fetch from backup. 2011-03-11 12:33:04 +00:00
js add license information to the package Makefile 2010-04-19 06:16:40 +00:00
kaffe recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
kaffe-esound Recursive bump for libltdl 2009-12-15 23:41:45 +00:00
kaffe-x11 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
kali Update to Kali Scheme 0.52.2 2010-08-21 14:16:17 +00:00
ksi Update to KSi 3.9.0 2010-08-12 09:27:54 +00:00
librep Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
libtcl-nothread
likepython Added one forgotten installation directory. 2010-03-03 12:25:16 +00:00
lua Belated revbump for Makefile rev 1.45 (from January), which changed 2011-10-03 04:29:24 +00:00
LuaJIT Only for i386. 2009-08-03 12:20:16 +00:00
lush Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
maude Update Maude to version 2.6 2011-04-19 19:18:40 +00:00
mawk Update my email 2011-10-09 10:02:44 +00:00
mercury Update to Mercury 0.13.1 2010-07-20 12:29:20 +00:00
minischeme Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
mit-scheme-bin Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
mono Update to 2.10.6. Minor bugfixes found in Changelog: 2011-10-29 05:47:54 +00:00
mono-basic Add a patch to remove a non-standard option to cp; 2011-07-05 15:06:28 +00:00
moscow_ml Fix PR 45558 (aka CVE-2011-4119) which also turns out to affect Moscow ML. 2011-11-08 12:41:30 +00:00
mpd DESTDIR support. 2010-03-03 13:31:53 +00:00
nawk Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
newlisp Import newlisp-10.3.3 as lang/newlisp from wip/newlisp. 2011-10-11 13:03:18 +00:00
nhc98 Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual 2010-01-07 07:36:53 +00:00
objc Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
ocaml Fix build with binutils-2.21. From Florian Walpen in PR 45246. 2011-08-15 21:19:33 +00:00
ocamlduce Update HOMEPAGE. 2010-02-07 12:55:29 +00:00
onyx Support staged installation. 2011-03-30 22:17:48 +00:00
oo2c Add user-destdir installation support. 2011-05-27 13:16:04 +00:00
opencobol recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
openjdk7 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
openjdk7-bin drop ownership, some whitelist pkglint 2011-07-27 21:58:31 +00:00
ossp-js update master_sites. 2011-03-11 12:50:38 +00:00
p2c DESTDIR support. Fix getline issues. 2009-09-03 13:14:10 +00:00
p5-Switch Import p5-Switch-2.16 as lang/p5-Switch. 2011-10-28 09:14:41 +00:00
parrot Upgrade parrot from version 3.5.0 to 3.7.0. 2011-08-26 08:30:30 +00:00
pcc allow this to build on NetBSD-*-x86_64 2011-10-31 11:55:51 +00:00
pcc-current Upgrade from 1.0.0_BETA-20110225 to the 20110228 version. 2011-03-01 08:59:45 +00:00
pear Update pear package to 1.9.4. 2011-08-20 14:02:29 +00:00
perl5 Add print-PLIST support for perl modules without .packlist. 2011-10-28 07:41:52 +00:00
pfe Set $SHELL in the environment so it doesn't end up trying to use zsh, or 2011-07-03 01:47:41 +00:00
pforth Update to pForth version 27. 2010-11-22 01:25:48 +00:00
php Do not change PHP_VERSIONS_ACCEPTED in phpversion.mk. 2011-10-29 13:47:03 +00:00
php5 * Update distinfo with suhosin-patch. 2011-08-20 14:50:51 +00:00
php5-perl Use PHP_VERSIONS_ACCEPTED instead of PHP_VERSION_REQD to match PBULK_MULTI_LIST. 2011-10-17 11:50:05 +00:00
php53 A small correction in comment text of the patch. 2011-10-20 14:30:55 +00:00
pict void main 2011-09-05 00:15:37 +00:00
pnet Drop LICENSE=gnu-gpl-v2. 2011-05-21 11:59:53 +00:00
pnetC Update MASTER_SITES, it's part of dotgnu. 2011-06-25 09:04:26 +00:00
pnetlib Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
pnetlib-nox11
polyml Update to Poly/ML Version 5.3 2009-12-13 23:26:25 +00:00
py-basicproperty * remove unwanted things (pure python module). 2011-10-29 05:02:28 +00:00
py-cxfreeze update to 4.2.2, from Helge Muehlmeier per PR pkg/44315 (but without 2011-01-11 11:39:50 +00:00
py-html-docs Remove empty PLIST.pre. 2009-07-22 09:28:15 +00:00
py-psyco * LICENSE=mit 2011-10-29 04:26:12 +00:00
py-pyrex Update to 0.9.9, set LICENSE. 2010-05-02 13:51:44 +00:00
py24-html-docs Update py24-html-docs to 2.4.4. 2011-06-17 12:19:33 +00:00
py25-html-docs Update py25-html-docs to 2.5.4. 2011-06-17 12:22:38 +00:00
py26-html-docs Update py26-html-docs to 2.6.7. 2011-06-17 12:27:09 +00:00
py27-html-docs Import py27-html-docs-2.7.2 as lang/py27-html-docs. 2011-06-17 12:38:05 +00:00
python Add make fragment for easy to use python as tool. 2011-10-14 08:55:54 +00:00
python24 Change a unused variable referacne to a fixed string that I missed when 2011-11-08 07:30:08 +00:00
python25 Change a unused variable referacne to a fixed string that I missed when 2011-11-08 07:30:08 +00:00
python26 Change a unused variable referacne to a fixed string that I missed when 2011-11-08 07:30:08 +00:00
python27 Change a unused variable referacne to a fixed string that I missed when 2011-11-08 07:30:08 +00:00
python31 Change a unused variable referacne to a fixed string that I missed when 2011-11-08 07:30:08 +00:00
racket Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
racket-textual Update Racket to version 5.1.3 2011-08-16 22:28:54 +00:00
rcfunge NetBSD<5.99's curses has a wrong keypad(3) declaration, use pkgsrc 2009-12-01 10:36:58 +00:00
rexx-imc Fix build on NetBSD/i386 5.99.55 and Darwin/11.0.1. 2011-09-18 16:51:32 +00:00
rexx-regina DESTDIR support 2010-02-04 01:32:00 +00:00
ruby * Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL. 2011-11-08 15:20:12 +00:00
ruby-doc-stdlib Remove empty PLIST.pre. 2009-07-22 09:30:39 +00:00
ruby18 * Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL. 2011-11-08 15:21:38 +00:00
ruby18-base * Change RUBY_VERSION_SUFFIX to RUBY_VERSION_FULL. 2011-11-08 15:20:36 +00:00
ruby19 * Use RUBY_VERSION_SUPPORTED. 2011-11-08 15:23:38 +00:00
ruby19-base * Use RUBY_VERSION_SUPPORTED. 2011-11-08 15:22:45 +00:00
ruby193 Importing ruby193 version 1.9.3p0 (Ruby 1.9.3 p0). 2011-11-08 16:12:25 +00:00
ruby193-base Importing ruby193-base version 1.9.3p0 (Ruby 1.9.3 p0): 2011-11-08 16:10:51 +00:00
runawk Update to 1.3.2 2011-10-09 12:28:05 +00:00
sablevm recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
sablevm-classpath Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
sablevm-classpath-gui Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
sather Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
sbcl Update to SBCL 1.0.53 2011-11-08 21:52:35 +00:00
scala Apply patches provided by ryoon@ with some modifications to upgrade to 2011-09-30 07:56:13 +00:00
scheme48 check-interpreter fix. 2011-07-03 12:40:20 +00:00
scm DESTDIR support 2010-02-04 01:32:00 +00:00
see add licensing information 2010-04-19 06:24:33 +00:00
sigscheme Fix build on SunOS. 2011-04-14 20:06:49 +00:00
siod service suspended. fetch from backup. 2011-03-11 12:55:09 +00:00
smalltalk Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
SmartEiffel check-interpreter fix. 2011-07-03 12:40:20 +00:00
smlnj Update to SML/NJ 110.72, bug fix release. 2010-02-07 03:14:36 +00:00
snobol Mark BROKEN, doesn't fetch. 2011-04-22 23:05:26 +00:00
spidermonkey Only include nspr and threads bl3.mk files when threading is enabled; 2011-01-01 14:03:42 +00:00
spl Support staged installation. 2011-04-01 01:02:41 +00:00
squeak Update to Squeak 4.0 2010-03-19 14:41:56 +00:00
squeak-vm Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
sr "yacc" was added to USE_TOOLS 2011-08-03 09:30:48 +00:00
sr-examples Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
stalin Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
STk Not MAKE_JOBS_SAFE. 2010-03-17 15:12:23 +00:00
sun-jdk6 Update sun-{jdk,jre}6 to 6.0.29, aka, 6u29. 2011-10-20 12:28:09 +00:00
sun-jre6 Update sun-{jdk,jre}6 to 6.0.29, aka, 6u29. 2011-10-20 12:28:09 +00:00
swi-prolog Use META_PACKAGE 2009-04-08 23:11:13 +00:00
swi-prolog-lite Update to SWI-Prolog 5.11.18 2011-04-12 23:16:42 +00:00
swi-prolog-packages Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
tcl MirBSD build fix: add MirBSD stanzas to tcl.m4, regen configure, 2011-11-01 20:08:12 +00:00
tcl-expect Fix argument order when calling libtool. 2009-09-09 17:18:18 +00:00
tcl-itcl Fix some issues where DESTDIR ended up included twice... 2010-02-11 13:44:02 +00:00
tcl-itcl-current Redo DESTDIR support 2010-02-11 13:58:05 +00:00
tcl-otcl Replace @exec/@unexec with @pkgdir or drop it. 2009-06-14 20:34:12 +00:00
tcl-tclX Fix patch so that -Wl,-R and the path are one option. 2010-02-25 19:53:55 +00:00
tinyscheme reorder entries with standard format. 2011-05-02 11:35:18 +00:00
tk-expect Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
tk-tclX Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
twelf DESTDIR support 2010-02-04 01:21:39 +00:00
ucblogo Support staged installation. 2009-12-10 23:42:14 +00:00
umb-scheme Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
utilisp * MAKE_JOBS_SAFE=no 2011-05-27 09:43:20 +00:00
vala update to 0.12.1 2011-06-09 11:10:41 +00:00
vscm Update VCSM to V4R2. 2011-04-17 07:46:05 +00:00
vslisp Fix MASTER_SITES. 2010-05-19 11:11:44 +00:00
wsbasic Update to 1_2_7, from <wenheping@gmail.com> via PR pkg/42845. 2010-02-19 14:06:19 +00:00
yabasic DESTDIR support 2010-02-04 01:32:00 +00:00
yap Don't use obsolete "malloc.h", some systems choose to break it intentionally (e.g. DragonFly). 2011-07-09 21:15:48 +00:00
Makefile Add and enable ruby193-base and ruby193. 2011-11-08 16:13:50 +00:00