freebsd-ports/lang
Pietro Cerutti c1bd27e21e - Update to 05_20140202
Changes:

    * The manual chapter describing the foreign function interface has
      been improved.
    * The handling of Unicode in the console has been improved. Cursor
      positioning and writing Unicode strings to the desired position
      works now also under Linux.
    * A strict checking of all strings, that are passed to C functions,
      has been introduced. Zero bytes and non Unicode characters in the
      original string raise the exception RANGE_ERROR now.
    * The performance of several loops in the runtime library has been
      improved. Now the loops use indices instead of pointer increments
      and they work downward towards an index of zero. This allows C
      compilers to do more optimizations (verified with gcc and
      valgrind).
    * The enumeration types signedness and endianess have been added to
      bytedata.s7c.
    * The conversion functions bytes, bytes2Int and bytes2BigInt have
      been added to bytedata.s7c. The new function allow conversions
      to and from signed and unsigned byte strings with big- and
      little-endian byte order. This functions replace the less flexible
      functions bytesLe2Int, bytesBe2Int, bytesLe and bytesBe.
    * The functions bStriBe, bStriLe, bStriBe2BigInt and bStriLe2BigInt
      have been moved from bytedata.s7c to bstring.s7i.
    * The performance of the functions int16AsTwoBytesLe,
      int32AsFourBytesLe, int64AsEightBytesLe int16AsTwoBytesBe,
      int32AsFourBytesBe and int64AsEightBytesBe has been improved.
    * Documentation comments have been added or improved in cc_conf.s7i,
      bytedata.s7i, environment.s7i, sockbase.s7i, actutl.c, big_rtl.c,
      big_gmp.c, biglib.c cmd_rtl.c, con_inf.c, con_win.c, con_wat.c,
      int_rtl.c, intlib.c, soc_rtl.c, striutl.c and syvarutl.c.
    * The program chk_all.sd7 has been improved to check several
      compiler options and to allow that the output of interpreted and
      compiled compiler differs. The difference of the generated C code
      is okay, when the execution of the compiled programs results in
      the same output.
    * The compiler (s7c) has been improved to do more optimizations for
      the action BIG_REM (operator rem).
    * The compiler has been improved to count inserted and suppressed
      range checks.
    * Interpreter, compiler and runtime library have been improved to
      allow bstrings with slices. This is used by the compiler to
      reduce the memory used for constant bstrings.
    * The compiler has been improved to store the data of constant
      bigIntegers in bstrings.
    * Checks for div, rem, mdiv and mod have been added to chkbig.sd7.
    * Checks for float division by zero have been added to chkexc.sd7.
    * Checks for float parse have been added to chkflt.sd7.
    * In con_inf.c, con_win.c and con_wat.c the function conText has
      been replaced by conWrite. ConWrite takes an UTF-32 string and
      writes it to the console. If stdout is redirected an UTF-8 string
      is written to the destination file.
    * The function gen_act_ptr_table has been added to actutl.c. This
      function creates act_ptr_table and removes double entries from it.
    * The functions intBytesBe2UInt and intBytesLe2UInt have been added
      to int_rtl.c.
    * Interpreter and compiler have been improved to support the new
      actions INT_BYTES_BE_2_UINT and INT_BYTES_LE_2_UINT.
    * Checks for the function sigaction() and for integer division and
      remainder have been added to chkccomp.c.
    * The configuration values ALLOW_BSTRITYPE_SLICES,
      CHECK_INT_REM_BY_ZERO and CHECK_INT_REM_ZERO_BY_ZERO have been
      added to cc_conf.s7i, chkccomp.c, cmd_rtl.c and s7c.sd7.
    * Several versions of timAwait in tim_unx.c have been improved to
      restart calls of poll(), ppoll() and select().
    * A check for the character '=' in the environment variable name has
      been added to the function cmdSetenv (in cmd_rtl.c).
    * In striutl.c the functions stri_compress, stri_export_utf8 and
      cp_to_cstri8 have been improved and renamed to conv_to_cstri
      conv_to_cstri8 and stri_to_cstri8 respectively. Interpreter and
      runtime library have been improved to use the new function names.
    * The function stri_to_cstri and the macro free_cstri8 have been
      added to striutl.c.
    * The functions conv_to_cstri, conv_to_cstri8, stri_to_cstri8 and
      stri_to_bstri have been improved to use an err_info parameter.
2014-02-03 15:32:50 +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 - Update afnix to 2.4.0 2014-01-08 18:01:25 +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 - Stage support 2014-02-02 16:02:32 +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 - Use QMAKE_SOURCE_PATH instead of deprecated QMAKE_PRO 2013-11-28 18:16:33 +00:00
bf2c rene-ladan.nl is online again, re-add WWW line to pkg-descr 2014-01-03 15:16:13 +00:00
bigloo - Update to version 4.0b 2014-01-07 20:26:34 +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 - Convert to dos2unix.mk 2013-11-19 23:08:44 +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-devel Include altivec.h and cpuid.h in the set of installed headers. 2013-11-13 02:38:26 +00:00
clang31 Expire in ~1 month not last year. 2014-01-30 15:51:08 +00:00
clang32 Apply the clang portion of r255321 from base switching the default C++ 2013-11-15 01:35:17 +00:00
clang33 Install altivec.h and cpuid.h headers. 2014-01-05 01:25:11 +00:00
clang34 Attempt to add back support for scan-build.[1] 2014-01-28 00:04:46 +00:00
clay - Adjust LLVM dependency from 3.1 to 3.2 [1] 2014-01-12 17:18:59 +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 - Convert to dos2unix.mk 2013-11-19 23:08:44 +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 - Enable stagedir support 2014-01-18 10:32:43 +00:00
cython - Bump PORTREVISION after latest commit. 2014-01-05 23:08:04 +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 - Stage support 2014-02-03 11:12:04 +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 - Stage support 2014-02-01 16:03:44 +00:00
embryo - Update EFL to 1.7.9 2013-11-07 16:00:45 +00:00
erlang Upgrade to version R16B03-1. 2014-01-28 14:02:50 +00:00
erlang-runtime15 - Add staging support and simplify plist generation. 2013-10-22 14:59:32 +00:00
erlang-runtime16 Upgrade to version R16B03-1. 2014-01-28 14:03:22 +00:00
execline Fix properties on pkg-plist 2014-01-21 23:40:21 +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 Reset maintainer for llwang@infor.org 2013-12-18 10:38:33 +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 - Update maintainer's email address 2014-01-05 15:43:27 +00:00
fpc Stage support 2014-01-28 00:16:57 +00:00
fpc-base Stage support 2014-01-28 00:16:57 +00:00
fpc-docs Stage support 2014-01-28 00:16:57 +00:00
fpc-lua Stage support 2014-01-28 00:16:57 +00:00
fpc-rexx Stage support 2014-01-28 00:16:57 +00:00
fpc-tcl Stage support 2014-01-28 00:16:57 +00:00
fpc-units Stage support 2014-01-28 00:16:57 +00:00
fpc-utils Stage support 2014-01-28 00:16:57 +00:00
fsharp Update to 3.0.34 and frenshen port. 2014-01-28 09:42:03 +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 - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk 2013-12-30 20:55:18 +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 - Enable STAGE support 2013-12-29 16:00:25 +00:00
gcc Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
gcc-aux lang/gcc-aux: Update diff-ada, diff-core for Android 2014-01-23 18:59:49 +00:00
gcc-ecj45 STAGEify. 2013-12-07 12:26:48 +00:00
gcc34 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
gcc44 Update deprecation message now that no other port depends on gcc44 any more. 2014-01-25 19:34:26 +00:00
gcc46 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
gcc47 Remove references to long unsupported alpha. 2014-01-29 14:54:52 +00:00
gcc48 Remove references to long unsupported alpha. 2014-01-29 14:54:52 +00:00
gcc49 Remove references to long unsupported alpha. 2014-01-29 14:54:52 +00:00
gcl - Convert to USES=tk gmake 2013-11-06 13:52:59 +00:00
gforth Enable stage support 2013-12-29 16:09:58 +00:00
ghc Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
gjs - Fix the usage of 'python' to get rid of the implicit lang/python 2013-12-08 13:29:41 +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: Mark deprecated in favor of lang/gcc-aux 2014-01-26 00:21:03 +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): Fix build on FreeBSD 10+ 2014-02-03 13:37:19 +00:00
gnatdroid-armv7 lang/gnatdroid-armv(5,7): Fix build on FreeBSD 10+ 2014-02-03 13:37:19 +00:00
gnatdroid-binutils lang/gnatdroid-binutils: Update to version 2.24 2014-01-20 14:18:07 +00:00
gnatdroid-sysroot lang/gnatdroid-(sysroot,binutils): convert to staging 2013-11-09 13:02:19 +00:00
gnustep-base Support stage 2014-01-28 08:17:13 +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 - Change default location of Go packages to LOCALBASE/share/go 2014-01-11 17:46:33 +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 - Update to 2.2.1. 2014-01-19 21:52:02 +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 - Update to new LIB_DEPENDS format as should have been done in previous commit 2013-11-27 01:56:47 +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 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +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 - Stagify lang/ghc and all the Haskell Cabal ports 2014-01-09 21:32:12 +00:00
hs-epic Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
hs-unlambda - Stagify lang/ghc and all the Haskell Cabal ports 2014-01-09 21:32:12 +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 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
intel2gas Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
intercal Enable stage support 2013-12-29 16:19:57 +00:00
io - Fix graphics/glfw2 dependency due to recent commit 2014-01-28 21:16:10 +00:00
ironpython - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk 2013-12-30 20:55:18 +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
jimtcl Activate the utf8 support 2014-01-29 11:34:02 +00:00
jruby Update to 1.7.10. 2014-01-20 08:11:51 +00:00
jython - Update to version 2.5.3 2013-12-01 17:59:07 +00:00
kawa - Fix BUILD_DEPENDS 2013-12-04 16:24:20 +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 Fix properties on pkg-plist 2014-01-21 23:40:21 +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 - Stage support 2014-02-03 11:12:04 +00:00
libobjc2 Use regular CC and CXX instead of custom CLANGXX/CLANG 2014-02-03 10:34:08 +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 Fix properties on pkg-plist 2014-01-21 23:40:21 +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
lua52 Set the soname of liblua, it helps ports using cmake to link against it 2014-01-17 20:52:01 +00:00
luajit - Stage support 2014-02-01 17:10:46 +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 Update license and description 2014-01-09 10:32:28 +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 Unbreak by replacing make with gmake. 2013-12-09 12:49:53 +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 Deprecate ports broken for more than 6 month 2014-01-27 17:35:26 +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
modula3 lang/modula3: Not for FreeBSD 8.x 2014-01-15 13:41:26 +00:00
mono Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
mono-basic Fix properties on pkg-plist 2014-01-21 23:40:21 +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 - Stage support 2014-02-02 15:18:32 +00:00
mpd Remove references to long unsupported alpha. 2014-01-29 14:54:52 +00:00
mtasc Fix properties on pkg-plist 2014-01-21 23:40:21 +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 Fix typo causing PORTDOCS not to be installed. 2013-11-22 10:45:06 +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 - Drop the article from COMMENT line, sort the knobs 2013-11-18 13:51:51 +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 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
nx - Remove unneeded conditional around DOCS installation 2014-01-16 16:57:20 +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 Add comment why ofc required gcc4.6. 2014-01-02 06:19:07 +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 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
oo2c - Enable stage support 2014-01-22 17:54:34 +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 Deprecate ports broken for more than 6 month 2014-01-27 17:35:26 +00:00
open-cobol - Stage support 2014-02-02 14:33:37 +00:00
opendylan - Update to 2013.2 2013-12-22 20:23:12 +00:00
otcl - Fix CONFIGURE 2014-01-08 15:13:49 +00:00
p2c - Fix build with clang 2013-12-19 16:17:39 +00:00
p5-Data-JavaScript - add stage support 2014-01-29 17:46:33 +00:00
p5-ePerl - add stage support 2014-01-29 17:46:33 +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 USES=fortran. 2013-12-22 13:20:52 +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 stage support 2014-01-29 17:46:33 +00:00
p5-JSAN support STAGEDIR. 2013-11-04 14:20:04 +00:00
p5-List-MoreUtils - add stage support 2014-01-29 17:46:33 +00:00
p5-Marpa - Support STAGEDIR 2013-09-30 20:20:27 +00:00
p5-Marpa-PP - Support STAGEDIR 2013-11-16 15:19:56 +00:00
p5-Marpa-XS - Support STAGEDIR 2013-09-30 20:20:27 +00:00
p5-Modern-Perl - Stage support 2014-02-01 14:42:04 +00:00
p5-Parse-Perl support STAGEDIR. 2013-11-04 14:20:04 +00:00
p5-Perl6-Subs - add stage support 2014-01-29 17:46:33 +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 - Update to 1.35 2013-12-19 07:23:55 +00:00
p5-signatures - add stage support 2014-01-29 17:46:33 +00:00
p5-Switch - add stage support 2014-01-29 17:46:33 +00:00
p5-Tcl support STAGEDIR. 2013-11-04 14:20:04 +00:00
p5-Test-XPath - Stage support 2014-02-01 14:42:45 +00:00
p5-Try-Tiny - add stage support 2014-01-29 17:46:33 +00:00
p5-TryCatch - Stage support 2014-02-01 14:42:04 +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 - Stage support 2014-02-02 15:21:20 +00:00
pecl-perl - Stageify 2014-01-23 16:00:14 +00:00
perl5.12 With 338990, they should be JOBS safe. 2014-01-07 10:51:51 +00:00
perl5.14 Rename patches in the makepatch fashion. 2014-01-11 20:36:18 +00:00
perl5.16 Rename patches in the makepatch fashion. 2014-01-11 20:36:18 +00:00
perl5.18 Rename patches in the makepatch fashion. 2014-01-11 20:36:18 +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 Enable stage support 2013-12-29 17:39:46 +00:00
phantomjs Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
pharo - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk 2013-12-30 20:55:18 +00:00
phc - Stage support 2014-02-02 14:33:37 +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 Allow the use of //TRANSLIT and //IGNORE with PHP iconv. 2014-01-29 20:41:27 +00:00
php5-extensions Stagify. 2013-10-30 13:32:02 +00:00
php52 Update freetype to 2.5.2. 2013-12-24 21:22:21 +00:00
php52-extensions Typo. 2013-09-23 09:19:17 +00:00
php53 Allow the use of //TRANSLIT and //IGNORE with PHP iconv. 2014-01-29 20:41:27 +00:00
php53-extensions - convert php53 ports to STAGE 2013-11-01 23:49:56 +00:00
php55 Allow the use of //TRANSLIT and //IGNORE with PHP iconv. 2014-01-29 20:41:27 +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 Drop maintainership 2013-12-16 17:26:49 +00:00
pike76 update 2013-12-28 09:51:44 +00:00
pike78 - Depend on Nettle from ports 2013-12-28 18:55:22 +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 Stagify, remove check for alpha (long unsupported), convert to OptionsNG, 2014-01-29 13:30:22 +00:00
polyml lang/polyml: allow staging 2013-12-01 12:46:48 +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 Defines a variable LLVM_VERSION to ease updating to a newer LLVM version if 2014-01-08 08:32:42 +00:00
py-mx-base Python cleanup: 2014-01-13 21:00:02 +00:00
py-prolog lang/py-prolog: support staging 2013-12-28 10:56:59 +00:00
pypy Python cleanup: 2014-01-13 21:00:02 +00:00
pypy-devel Python cleanup: 2014-01-13 21:00:02 +00:00
pypy3-devel Python cleanup: 2014-01-13 21:00:02 +00:00
python - Do not use absolute source paths for the symlinks to the stagedir 2014-01-25 09:15:12 +00:00
python-doc-html Python cleanup: 2014-01-13 21:00:02 +00:00
python-doc-pdf-a4 - mark stage-safe 2014-01-16 20:17:54 +00:00
python-doc-pdf-letter - mark stage-safe 2014-01-16 20:17:54 +00:00
python-doc-text - mark stage-safe 2014-01-16 20:17:54 +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 - Do not use absolute source paths for the symlinks to the stagedir 2014-01-25 09:15:12 +00:00
python3 - Do not use absolute source paths for the symlinks to the stagedir 2014-01-25 09:15:12 +00:00
python27 - Fix bad libpython* symlinks after enabling the lang/python* ports to 2014-02-01 09:21:23 +00:00
python31 - Fix bad libpython* symlinks after enabling the lang/python* ports to 2014-02-01 09:21:23 +00:00
python32 - Fix bad libpython* symlinks after enabling the lang/python* ports to 2014-02-01 09:21:23 +00:00
python33 - Fix bad libpython* symlinks after enabling the lang/python* ports to 2014-02-01 09:21:23 +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 Racket to 5.93. 2014-02-01 14:19:14 +00:00
racket-minimal Upgrade Racket to 5.93. 2014-02-01 14:19:14 +00:00
rakudo - Update to 2013.10 2013-11-03 11:29:06 +00:00
ratfor Fix properties on pkg-plist 2014-01-21 23:40:21 +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 - Stage Support 2014-01-31 12:14:30 +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 - Stage support 2014-02-02 14:33:37 +00:00
rhino Fix properties on pkg-plist 2014-01-21 23:40:21 +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 - Fix category order to correct PKGORIGIN 2014-01-03 15:50:42 +00:00
ruby-man - Documents old version of Ruby, mark for deletion 2014-01-25 20:47:28 +00:00
ruby-programmingruby - Documents old version of Ruby, mark for deletion 2014-01-25 20:47:28 +00:00
ruby-usersguide - Documents old version of Ruby, mark for deletion 2014-01-25 20:47:28 +00:00
ruby19 - Add patch to increase stack size to avoid crash on ppc64 2014-01-25 22:10:56 +00:00
ruby20 - Add patch to increase stack size to avoid crash on ppc64 2014-01-25 22:10:56 +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 Python cleanup: 2014-01-13 21:00:02 +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 Update to version 3.3.2.2013.12.30 revision 8930. 2013-12-30 15:44:54 +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_20140202 2014-02-03 15:32:50 +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 - Return almost all of my ports back to the pool. I have no time to make any 2013-11-29 07:37:52 +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-guile - Convert to staging 2013-10-10 00:20:42 +00:00
slisp - Stage support 2014-02-02 16:02:32 +00:00
smalltalk - Enable STAGE support 2013-12-29 20:23:28 +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 Mark broken: Fails to build 2014-01-31 21:10:51 +00:00
sml-nj-devel Remove references to long unsupported alpha. 2014-01-29 14:54:52 +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
spidermonkey24 Python cleanup: 2014-01-13 21:00:02 +00:00
spidermonkey170 Python cleanup: 2014-01-13 21:00:02 +00:00
spidermonkey185 Python cleanup: 2014-01-13 21:00:02 +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 - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk 2013-12-30 20:55:18 +00:00
squirrel - Convert to dos2unix.mk 2013-11-19 23:08:44 +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 . remove the indefinite article from COMMENT; 2013-11-18 07:41:12 +00:00
starlogo Fix properties on pkg-plist 2014-01-21 23:40:21 +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 Correct plist 2014-01-25 17:42:06 +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 Stafigy; clean up the Makefile and port description while here. 2014-01-29 15:26:02 +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 - STAGE-clean 2014-02-03 09:13:49 +00:00
tcl85 - STAGE-clean 2014-02-03 09:25:40 +00:00
tcl86 - STAGE-clean 2014-02-03 09:42:04 +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 lang/tinypy: fix usage of python and examples 2013-12-15 17:21:06 +00:00
tolua Update to 5.2.0 2014-01-25 23:07:49 +00:00
tolua++ - Support staging 2013-10-16 23:46:19 +00:00
treecc - Stage support 2014-01-31 12:47:06 +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 Python cleanup: 2014-01-13 21:00:02 +00:00
v8-devel Python cleanup: 2014-01-13 21:00:02 +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 Reset maintainer for llwang@infor.org 2013-12-18 10:38:33 +00:00
x10 - Stop-gap update to fix build on 10.0-BETA1. [1] 2014-01-14 02:40:02 +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 - Bump PORTREVISION 2013-11-28 15:09:39 +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 Add jimtcl into the ports tree 2014-01-29 11:22:33 +00:00