freebsd-ports/lang
David Naylor aa8d62b950 Update lang/pypy-devel to 2.2 (for wider testing).
Changes:
 * Strip cffi libraries

Outstanding items:
 * Fix virtualenv bug (ports/183795)
 * Update memory and compiler times (Makefile, wiki)

ChangeLog:
 * Our Garbage Collector is now "incremental". It should avoid almost all
   pauses due to a major collection taking place. Previously, it would pause
   the program (rarely) to walk all live objects, which could take
   arbitrarily long if your process is using a whole lot of RAM. Now the
   same work is done in steps. This should make PyPy more responsive, e.g.
   in games. There are still other pauses, from the GC and the JIT, but
   they should be on the order of 5 milliseconds each.
 * The JIT counters for hot code were never reset, which meant that a
   process running for long enough would eventually JIT-compile more and
   more rarely executed code. Not only is it useless to compile such code,
   but as more compiled code means more memory used, this gives the
   impression of a memory leak. This has been tentatively fixed by
   decreasing the counters from time to time.
 * NumPy has been split: now PyPy only contains the core module, called
   _numpypy. The numpy module itself has been moved to
   https://bitbucket.org/pypy/numpy and numpypy disappeared. You need to
   install NumPy separately with a virtualenv: pip install
   git+https://bitbucket.org/pypy/numpy.git; or directly: git clone
    https://bitbucket.org/pypy/numpy.git; cd numpy; pypy setup.py install.
 * non-inlined calls have less overhead
 * Things that use sys.set_trace are now JITted (like coverage)
 * JSON decoding is now very fast (JSON encoding was already very fast)
 * various buffer copying methods experience speedups (like list-of-ints to
   int[] buffer from cffi)
 * We finally wrote (hopefully) all the missing os.xxx() functions,
   including os.startfile() on Windows and a handful of rare ones on Posix.
 * numpy has a rudimentary C API that cooperates with cpyext
2013-11-16 15:16:16 +00:00
..
abcl Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
adacontrol lang/adacontrol: Convert to staging 2013-11-10 15:10:03 +00:00
afnix Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
algol68g - Update Algol-68 Genie to 2.8 2013-10-08 09:08:22 +00:00
alisp Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
angelscript Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
arena Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
asis lang/asis: Convert to staging 2013-11-10 14:59:13 +00:00
asn1c Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
atlast Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ats Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
awka Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
bas2tap Add staging support. 2013-09-24 13:30:45 +00:00
basic256 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
bf2c Add stage support. 2013-09-24 16:08:39 +00:00
bigloo Update to libmpc version 1.0.1 which brings the following fixes: 2013-10-26 00:52:33 +00:00
bsh Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
bwbasic Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
caml-light Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ccl Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
cdent Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
cduce Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
cfortran Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
chicken - Update from 4.8.0.4 to 4.8.0.5 [1] 2013-10-05 13:51:51 +00:00
cint Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
clang Mark DEPRECATED in favor of non-conflicting devel/llvm32 and 2013-10-21 20:00:09 +00:00
clang-devel Include altivec.h and cpuid.h in the set of installed headers. 2013-11-13 02:38:26 +00:00
clang31 Remove USE_GCC=4.2+ and fix build with libc++ by importing upstream r178240. 2013-10-08 14:59:55 +00:00
clang32 Apply the clang portion of r255321 from base switching the default C++ 2013-11-15 01:35:17 +00:00
clang33 Apply the clang portion of r255321 from base switching the default C++ 2013-11-06 23:38:36 +00:00
clay Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
clisp Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
clojure Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
clojure-contrib Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
clojure-mode.el Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
cmucl Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
cmucl-extra Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
cocor Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
cparser Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
csharp-mode.el Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
cython Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
dice Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
diveintopython Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
dlv Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
dmd Fix build under 10-CURRENT. 2013-09-28 05:50:51 +00:00
dmd2 Update 2.063.2 --> 2.064 2013-11-06 04:15:50 +00:00
dragonegg-devel46 Upgrade the llvm development ports to r193887. We're about two weeks 2013-11-06 00:13:02 +00:00
dragonegg46-33 Update to libmpc version 1.0.1 which brings the following fixes: 2013-10-26 00:52:33 +00:00
dragonegg47-33 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ecl Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
elan Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
elk Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
emacs-lisp-intro Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
embryo - Update EFL to 1.7.9 2013-11-07 16:00:45 +00:00
erlang - Add staging support and simplify plist generation. 2013-10-22 19:02:06 +00:00
erlang-runtime15 - Add staging support and simplify plist generation. 2013-10-22 14:59:32 +00:00
erlang-runtime16 Change PKGNAMESUFFIX and avoid using LATEST_LINK. 2013-10-22 12:14:10 +00:00
execline Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
expect Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
expect-devel - Make PKGNAME unique by adding the -devel suffix 2013-10-21 07:35:35 +00:00
ezm3 - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
f2c Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
f77 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
fasm Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
fbbi Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ferite Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ficl Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
fpc - Fix static linking issues on amd64 2013-10-02 02:44:05 +00:00
fpc-base Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
fpc-docs Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
fpc-lua Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
fpc-rexx Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
fpc-tcl Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
fpc-units Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
fpc-utils Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
fsharp Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
g95 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
gambit-c Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
gauche Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
gawk Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
gcc Update to GCC 4.6.4 which, among others, addresses document building 2013-11-02 23:20:14 +00:00
gcc-aux lang/gcc-aux: Convert to staging 2013-11-10 00:16:51 +00:00
gcc-ecj45 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
gcc34 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
gcc42 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
gcc44 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
gcc46 Remove a (long) obsolete dependency on bison. [1] 2013-10-28 00:26:28 +00:00
gcc47 Update to the 20131109 snapshot of GCC 4.7.4. 2013-11-10 13:53:18 +00:00
gcc48 Update to the 20131024 snapshot of GCC 4.8.3, which pretty much 2013-10-27 01:15:33 +00:00
gcc49 Update to libmpc version 1.0.1 which brings the following fixes: 2013-10-26 00:52:33 +00:00
gcl - Convert to USES=tk gmake 2013-11-06 13:52:59 +00:00
gforth Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ghc Update to libmpc version 1.0.1 which brings the following fixes: 2013-10-26 00:52:33 +00:00
gjs Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
gnat Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
gnat-aux lang/gnat-aux: Remove FreeBSD 9.0-only installation notice 2013-11-09 23:25:23 +00:00
gnat_util lang/gnat_util: Convert to staging 2013-11-10 15:20:10 +00:00
gnatdroid-armv5 lang/gnatdroid-armv(5,7): Convert to staging 2013-11-09 12:18:45 +00:00
gnatdroid-armv7 lang/gnatdroid-armv(5,7): Convert to staging 2013-11-09 12:18:45 +00:00
gnatdroid-binutils lang/gnatdroid-(sysroot,binutils): convert to staging 2013-11-09 13:02:19 +00:00
gnatdroid-sysroot lang/gnatdroid-(sysroot,binutils): convert to staging 2013-11-09 13:02:19 +00:00
gnustep-base Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
gnustep-guile Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
go Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Gofer Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
gprolog Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
groovy Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
gscheme Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
guile - Convert to staging 2013-10-10 00:20:42 +00:00
harbour - Drop clang option and use gcc on 8.x and clang on 9.x and later. Fix build on 10.x 2013-11-14 16:13:38 +00:00
haskell-mode.el Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
hiphop-php Update to libmpc version 1.0.1 which brings the following fixes: 2013-10-26 00:52:33 +00:00
hla Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
hope Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
hs-brainfuck Update to libmpc version 1.0.1 which brings the following fixes: 2013-10-26 00:52:33 +00:00
hs-epic Update to libmpc version 1.0.1 which brings the following fixes: 2013-10-26 00:52:33 +00:00
hs-unlambda Update to libmpc version 1.0.1 which brings the following fixes: 2013-10-26 00:52:33 +00:00
huc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
hugs Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
icc Clean up the post-install message a bit in lang/icc: 2013-10-01 16:33:31 +00:00
ici Update MASTER_SITES. 2013-11-02 14:48:57 +00:00
icon Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ifc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ikarus Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
intel2gas Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
intercal Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
io Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ironpython - Enable staging support 2013-11-16 13:36:51 +00:00
itcl lang/itcl: fix sed for 8.x (no -r) 2013-11-04 13:17:51 +00:00
jakarta-commons-jelly Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
jruby Sort. 2013-11-15 06:22:10 +00:00
jython Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
kawa - Update to 1.14 2013-10-14 11:10:43 +00:00
klone Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
kroc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
kturtle Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
lafontaine Explicitly link libraries on 10 unmaintained ports 2013-10-07 23:40:23 +00:00
libhx - Remove NO_STAGE as these have been tested to be safe 2013-09-25 00:54:08 +00:00
libjit Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
libobjc2 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
librep - Add STAGEDIR support 2013-09-26 18:23:42 +00:00
libstdc++_stldoc_3.4.0 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
libstdc++_stldoc_4.2.2 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
linux-f10-libg2c Add stage support. 2013-10-06 13:47:07 +00:00
linux-f10-tcl85 Add staging support and remove an unused substitution. 2013-10-06 13:52:45 +00:00
linux-j Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
logo Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
lua Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
lua-mode.el Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
lua50 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
lua52 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
luajit Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
lush Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
malbolge Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
maude Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
mawk Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
mdk Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
metaocaml Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
mit-scheme - Switch to USES=gmake. 2013-11-07 14:59:22 +00:00
mixal Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ml-pnet Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
mlton Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
mmix Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
mono Fix build using clang from ports on FreeBSD < 9.2. 2013-11-16 12:47:59 +00:00
mono-basic Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
moscow_ml Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
mosh Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
mpd Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
mtasc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
munger - Update to 5.2 2013-10-08 16:55:28 +00:00
nawk Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
nbc Support staging 2013-09-24 13:50:42 +00:00
nbfc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
neko fixed build fail on 8-stable 2013-10-05 02:41:15 +00:00
nesasm Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
newlisp - Upgrade to version 10.5.4. 2013-10-07 10:47:20 +00:00
newlisp-devel - Upgrade to version 10.5.4. 2013-10-07 10:48:17 +00:00
nhc98 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
nickle Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
nimrod New port: lang/nimrod: 2013-11-14 20:36:55 +00:00
nml Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
nqc lang/npc: Add <unistd.h> to fix on modern compilers. 2013-11-03 11:37:03 +00:00
nwcc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
nx - New port: lang/nx 2013-11-11 14:40:44 +00:00
objc Deprecated some ports broken for more than 6 month 2013-10-18 07:19:25 +00:00
ocaml Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ocaml-autoconf Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ocaml-camlidl Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ocaml-doc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ocaml-examples Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ocaml-mode.el Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ocaml-nox11 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ocs Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ofc Update to libmpc version 1.0.1 which brings the following fixes: 2013-10-26 00:52:33 +00:00
ohugs Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
onyx Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
oo2c Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
oorexx Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
opa - Reset maintainership by request 2013-10-26 21:18:26 +00:00
open-cobol Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
opendylan Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
otcl - Convert to USES+=tk 2013-10-01 07:12:34 +00:00
p2c Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-Data-JavaScript Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-ePerl Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-Error support STAGEDIR. 2013-11-04 14:20:04 +00:00
p5-Expect support STAGEDIR. 2013-11-04 14:20:04 +00:00
p5-ExtUtils-F77 support STAGEDIR. 2013-11-04 14:20:04 +00:00
p5-Interpolation support STAGEDIR. 2013-11-04 14:20:04 +00:00
p5-JavaScript-SpiderMonkey - Convert to new LIB_DEPENDS format 2013-09-30 18:43:01 +00:00
p5-JavaScript-Squish support STAGEDIR. 2013-11-04 14:20:04 +00:00
p5-JavaScript-Value-Escape Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-JSAN support STAGEDIR. 2013-11-04 14:20:04 +00:00
p5-List-MoreUtils Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-Marpa - Support STAGEDIR 2013-09-30 20:20:27 +00:00
p5-Marpa-PP Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-Marpa-XS - Support STAGEDIR 2013-09-30 20:20:27 +00:00
p5-Modern-Perl Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-Parse-Perl support STAGEDIR. 2013-11-04 14:20:04 +00:00
p5-Perl6-Subs Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-Pugs-Compiler-Rule support STAGEDIR. 2013-11-04 14:20:04 +00:00
p5-Quantum-Superpositions support STAGEDIR. 2013-11-04 14:20:04 +00:00
p5-Scalar-List-Utils Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-signatures Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-Switch Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-Tcl support STAGEDIR. 2013-11-04 14:20:04 +00:00
p5-Test-XPath Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-Try-Tiny Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-TryCatch Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
p5-v6 support STAGEDIR. 2013-11-04 14:20:04 +00:00
parrot - Update to 5.9.0 2013-10-19 16:21:30 +00:00
pbasic Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
pcc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
pecl-perl Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
perl5.12 remove unused target (AZ:) 2013-10-24 03:24:46 +00:00
perl5.14 remove unused target (AZ:) 2013-10-24 03:24:46 +00:00
perl5.16 remove unused target (AZ:) 2013-10-24 03:24:46 +00:00
perl5.18 remove unused target (AZ:) 2013-10-24 03:24:46 +00:00
petite-chez Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
pfe Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
phantomjs - Honor $MAKE_JOBS_NUMBER [1]. 2013-10-01 07:43:51 +00:00
pharo Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
phc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
php-mode.el Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
php5 Fix installation of mod_php. 2013-10-18 12:37:45 +00:00
php5-extensions Stagify. 2013-10-30 13:32:02 +00:00
php52 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
php52-extensions Typo. 2013-09-23 09:19:17 +00:00
php53 Add LDFLAGS to the sqlite3 section, otherwise configure cannot properly 2013-11-02 00:56:23 +00:00
php53-extensions - convert php53 ports to STAGE 2013-11-01 23:49:56 +00:00
php55 Whitespace fix. 2013-10-29 15:53:43 +00:00
php55-extensions Stagify. 2013-10-30 13:32:02 +00:00
php_doc Guess who started programming in PHP again? 2013-10-21 09:52:34 +00:00
picoc Remove useless post-patch in favor of proper usage of gmake 2013-10-18 23:07:02 +00:00
pike76 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
pike78 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
pnet Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
pnet-base Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
pnetlib Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
polyml Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ptoc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
pure Update to 0.57. 2013-11-06 22:50:21 +00:00
py-mx-base - add new USES target: zope, and convert the tree to it 2013-09-23 13:42:48 +00:00
py-prolog Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
pypy Add stage support to lang/pypy, lang/pypy-devel and lang/pypy3-devel. 2013-11-07 15:08:55 +00:00
pypy-devel Update lang/pypy-devel to 2.2 (for wider testing). 2013-11-16 15:16:16 +00:00
pypy3-devel Add stage support to lang/pypy, lang/pypy-devel and lang/pypy3-devel. 2013-11-07 15:08:55 +00:00
python lang/python: use python default version 2013-11-03 15:24:26 +00:00
python-doc-html Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
python-doc-pdf-a4 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
python-doc-pdf-letter Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
python-doc-text Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
python-mode.el Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
python2 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
python3 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
python26 - Update to version 2.6.9 2013-11-02 12:37:58 +00:00
python27 lang/python27: fix patch for SEM option 2013-11-13 09:42:04 +00:00
python31 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
python32 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
python33 lang/python33: add support for freebsd11 2013-11-11 13:00:06 +00:00
qore Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
qscheme Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
racket Upgrade to version 5.3.6. 2013-10-07 13:11:03 +00:00
racket-textual Upgrade to version 5.3.6. 2013-10-07 13:11:03 +00:00
rakudo - Update to 2013.10 2013-11-03 11:29:06 +00:00
ratfor Update to libmpc version 1.0.1 which brings the following fixes: 2013-10-26 00:52:33 +00:00
rexx-imc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
rexx-regina Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
rexx-regutil Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
rexx-wrapper Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
rhino Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
rscheme Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
rubinius Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ruby-doc-stdlib Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ruby-man Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ruby-programmingruby Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ruby-reference Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ruby-usersguide Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ruby19 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ruby20 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
runawk Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
rust Upgrade to 0.8. 2013-10-06 03:32:29 +00:00
s9fes Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Sather Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
sather-specification Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
sather-tutorial Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
sbcl Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjust 2013-10-03 13:47:44 +00:00
scala - Update from 2.10.2 to 2.10.3 [1] 2013-10-16 00:31:43 +00:00
scala-docs Update to 2.10.3 release and STAGEify. 2013-10-16 10:29:26 +00:00
scheme48 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
schemetoc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
scm Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
scsh Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
sdcc Staging support. 2013-10-22 18:20:01 +00:00
sdcc-devel Staging support. 2013-10-22 18:22:52 +00:00
see Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
see-devel Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
seed7 - Update to 05_20131110 2013-11-11 10:50:46 +00:00
siod Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
sisc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
sketchy Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
slib - Convert to staging 2013-10-10 00:20:42 +00:00
slib-gauche Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
slib-guile - Convert to staging 2013-10-10 00:20:42 +00:00
slisp Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
smalltalk Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
sml-mode.el Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
sml-nj Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
sml-nj-devel Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
snobol4 - Update to snoboll4 1.5 2013-10-06 14:08:53 +00:00
spidermonkey17 lang/spidermonkey17: Fix typo causing configure to fail 2013-10-25 12:50:46 +00:00
spidermonkey170 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
spidermonkey185 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
spl Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
squeak Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
squirrel Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
sr Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
stalin Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
starlogo Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
STk Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
stklos Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
stldoc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
swi-pl - Work around failing detection of dlopen() 2013-09-23 04:49:58 +00:00
sxm Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
t3x Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
tcc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
tcl-manual - Bump PORTVERSION 2013-10-01 10:31:12 +00:00
tcl-wrapper - Convert to USES+=tl and USES+=tk 2013-11-07 13:00:22 +00:00
tcl84 - Partial revert of r328226: These ports are not stage safe as they 2013-09-26 14:53:12 +00:00
tcl85 - Partial revert of r328226: These ports are not stage safe as they 2013-09-26 14:53:12 +00:00
tcl86 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
tcltutor Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
tclX Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
tinypy Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
tolua Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
tolua++ - Support staging 2013-10-16 23:46:19 +00:00
tolua++50 - Support staging 2013-10-16 23:46:24 +00:00
tolua50 Fix pkgname collision 2013-10-18 14:25:23 +00:00
treecc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
tuareg-mode.el Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
twelf Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ucc Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
urweb Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
v8 Add support STAGEDIR. 2013-09-24 22:07:10 +00:00
vala Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
vala-vapigen Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
visualworks Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
whitespace Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
x10 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
xds Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
xds-c Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
xotcl - Update to USES+=gmake tcl 2013-11-11 10:58:46 +00:00
yabasic - Convert to staging 2013-10-17 02:06:19 +00:00
yap - Build with GCC 2013-11-05 23:19:37 +00:00
yap-devel - Revert to patches to enable build on i386 2013-11-06 02:57:51 +00:00
yorick Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
ypsilon Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Makefile New port: lang/nimrod: 2013-11-14 20:36:55 +00:00