freebsd-ports/lang
Pietro Cerutti d817d319a0 lang/seed7: update to 05_20190407
20190407:
- The program db7.sd7 (Database Inspector) has been improved to use a
  scrollable list of tables instead of radio buttons for the selection
  of a table.
- The example program findchar.sd7 has been added. Findchar is an
  utility program to search for specific characters in files.
- The new library iobuffer.s7i has been added. This library supports
  buffering of files.
- The new library mixarith.s7i has been added. This library supports
  mixing of arithmethic operations between numeric types.
- The file type fileInTar has been added to the library tar.s7i. This
  file type allows that a specific file from a tar archive can be
  opened. The functions open, getc, gets, eof, hasNext, length, seek,
  tell, and openFileInTar have been added to support the file type
  fileInTar.
- The functions skipClassicComment and getSimpleStringLiteral have been
  added to the libraries scanfile.s7i and scanstri.s7i.
- The makefile mk_emccl.mak has been added. This makefile supports
  compiling with the emcc C compiler from Emscripten under Linux. The
  support of Emscripten is experimental (see also src/read_me.txt).
- The deprecated functions float2Bits and bits2Float have been removed
  from bin32.s7i and bin64.s7i. The functions bin32(), bin64() and
  float() can be used instead, to convert between float and bits in
  IEEE 754 representation.
- In the programs chkbig.sd7, chkovf.sd7, chkset.sd7 and chkstr.sd7
  large functions have been split into smaller functions. This avoids
  Stack errors with Emscripten.
- Tests for allowed field names and CLOB fields have been added to
  chkdb.sd7. The functions create, testFieldNames and testClobField
  have been added to chkdb.sd7.
- The primitive actions BIG_PARSE, BST_PARSE, FLT_PARSE and INT_PARSE
  have been renamed to BIG_PARSE1, BST_PARSE1, FLT_PARSE1 and
  INT_PARSE1 respectively. This actions parse the first argument
  instead of the third argument. The libraries bigint.s7i, bstring.s7i,
  float.s7i and integer.s7i have been improved to use the new actions.
- In several libraries the 'parse' operator has been changed to call
  a function with the name of the type.
- In fil.unx.c the function setupFiles has been improved to correctly
  mount the file system root for emscripten and node.js.
- In sql_fire.c, sql_my.c the support for BLOB and CLOB fields has been
  improved.
- In sql_oci.c, sql_odbc.c and sql_post.c the function
  processStatementStri() has been improved to accept strings enclosed
  in single quotes (') and double quotes (").
- The files db_fire.h and sql_fire.c have been changed to define the
  database client functions with the calling convention __stdcall.
- The files db_post.h, db_lite.h, sql_post and sql_lite.c have been
  changed to define the database client functions with the calling
  convention __cdecl.
- The database driver sql_fire.c has been improved:
  - The function getClob() has been added. This function is used by
    sqlColumnStri() to get a CLOB.
  - The function sqlBindStri() has been improved to work for CLOBs
    and to raise RANGE_ERROR for BLOBs.
  - The function sqlColumnStri() has been improved to work for BLOBs
    and CLOBs.
  - The function sqlColumnBStri() has been improved to work for BLOBs
    and to raise RANGE_ERROR for CLOBs.
  - The function sqlStmtColumnName() has been improved to assume that
    the name of a column is encoded with UTF-8.
- The database driver sql_my.c has been improved:
  - The function processStatementStri() has been improved. In strings
    delimited with single quotes (') backslashes (\) are optionaly
    replaced with double backslashes (\\). Strings delimited with
    double quotes (") are converted into strings, that are delimited
    with a backtick (`).
  - The function setupResultColumn() has been improved to distinguish a
    BLOB from a CLOB.
  - The function sqlColumnStri() has been improved to work for BLOBs
    and CLOBs.
  - The function sqlColumnBStri() has been improved to work for BLOBs
    and to raise RANGE_ERROR for CLOBs.
  - The function determineIfBackslashEscapes has been introduced. This
    function determines, if a backslash is used as escape character in
    string literals. In this case processStatementStri() will double
    escaping backslashes in string literals.
- The database driver sql_odbc.c has been improved:
  - The management of buffer memory in bind functions has been improved
    for the data types SQL_DECIMAL, SQL_NUMERIC, SQL_CHAR, SQL_VARCHAR,
    SQL_LONGVARCHAR, SQL_WCHAR, SQL_WVARCHAR, SQL_WLONGVARCHAR,
    SQL_BINARY, SQL_VARBINARY and SQL_LONGVARBINARY.
- The database driver sql_post.c has been improved:
  - The function setupDll has been improved to open the dll
    libeay32.dll, when necessary.
  - In the function sqlBindStri() the binding of a field with the type
    BYTEAOID (used for BLOB data) has been improved, to work correct,
    when the string contains a zero byte ('\0;').
  - The function sqlColumnBigRat() has been improved to process fields
    with the type FLOAT8OID as double instead of float.
- The program chkccomp.c has been improved. Now the C compiler used to
  compile chkccomp.c can be different from the C compiler checked by
  chkccomp.c. E.g.: For Emscripten chkccomp.c is compiled with gcc,
  but the checked C compiler is emcc.
- In chkccomp.c the function determineFseekFunctions has been improved
  to check fseek() and ftell() without access to the local files.
- In chkccomp.c the functions to configure access to PostgreSql,
  Oracle and Firebird databases has been improved.
- In chkccomp.c code to determine NULL_DEVICE, HAS_CDECL, HAS_STDCALL,
  INTPTR_T_DEFINED, PRINTF_ROUNDING, LINE_DIRECTIVE_ACCEPTS_UTF8,
  HAS_SETJMP and HAS_SIGSETJMP has been added or improved.
- The file sigutl.c has been improved to work correct, when neither
  signal() nor sigaction() are present.
- Log functions have been added or improved in con_emc.c, con_inf.c,
  sql_my.c, sql_post.c and timlib.c.
- Exprerimental code has been added to con_emc.c.
2019-04-08 10:58:18 +00:00
..
abcl
adacontrol
afnix Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
alchemist.el Add DOCS options to ports that should have one. 2018-09-10 13:14:50 +00:00
algol68g Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
angelscript lang/angelscript: update to 2.33.0 2018-12-26 22:01:30 +00:00
arena Drop maintainership 2019-02-24 12:47:30 +00:00
asis
asn1c
atlast
awka
bas2tap
basic256 lang/basic256: fix build with GCC-based architectures 2019-01-27 16:25:52 +00:00
beignet graphics/mesa-dri: back out r494579 2019-03-04 10:56:12 +00:00
bf2c lang/bf2c: update WWW to point to the GitHub repository 2018-08-04 14:11:15 +00:00
bsh
bwbasic
c
cbmbasic Commodore BASIC (cbmbasic) is a 100% compatible version of Commodore's 2018-07-09 19:35:33 +00:00
ccl
cdent Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
ceylon
cfortran lang/cfortran: Use NO_WRKSUBDIR 2019-02-02 09:47:28 +00:00
chaiscript Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
chez-scheme
chibi-scheme
chicken Deprecate lang/chicken 2018-11-08 12:52:23 +00:00
chicken5 lang/chicken5: Update to 5.0.0 2018-11-07 20:57:51 +00:00
cim Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
cint Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
cjs Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
cling Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
clisp New/resurrected port: lang/clisp 2019-04-06 20:06:38 +00:00
clojure Update MAINTAINER to new address 2019-02-23 14:18:13 +00:00
clojure-mode.el USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade 2018-05-31 01:18:05 +00:00
clover graphics/mesa-dri: back out r494579 2019-03-04 10:56:12 +00:00
cmucl lang/cmucl{-extra}: Correct maintainer address 2019-01-07 03:30:26 +00:00
cmucl-extra lang/cmucl{-extra}: Correct maintainer address 2019-01-07 03:30:26 +00:00
cocor
coffeescript lang/coffeescript: set NO_ARCH 2019-02-28 09:18:05 +00:00
cparser
crystal FreeBSD 10 is not supported any more. 2018-11-07 15:55:58 +00:00
csharp-mode.el USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade 2018-05-31 01:18:05 +00:00
cython - Revert the last commit by mistake 2019-03-11 08:22:36 +00:00
diveintopython
dlang-tools - Update to 2.085.0 2019-03-07 06:09:55 +00:00
dlv
dmd1
dmd2 Deprecate ports broken for more than 6 months 2019-04-07 07:43:37 +00:00
duktape lang/duktape: Update to 2.3.0 2018-10-11 02:19:45 +00:00
duktape-lib lang/duktape-lib: respect CC 2018-11-12 14:54:44 +00:00
ecl These ports now build on powerpc64. 2018-12-05 20:01:10 +00:00
elan
elixir Update lang/elixir to version 1.7.4. 2018-10-26 13:22:17 +00:00
elixir-mode.el Add DOCS options to ports that should have one. 2018-09-10 13:14:50 +00:00
elk Update `databases/gdbm' to version 1.18.1, an important bugfix release 2018-11-11 15:38:50 +00:00
emacs-lisp-intro Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
erlang lang/erlang, lang/erlang-runtime*: Indicate which port supports OpenSSL 1.1 2018-11-05 23:20:17 +00:00
erlang-doc Transfer maintainership of Erlang ports to erlang@. 2018-06-07 11:15:11 +00:00
erlang-java Update lang/erlang-java to version 19.3.6.12. 2018-10-26 13:20:05 +00:00
erlang-riak Mark BROKEN on FreeBSD 12 and 13 2019-04-03 08:13:18 +00:00
erlang-runtime15 lang/erlang-runtime{15,16,17,18}: Fix trailing include 2018-11-22 18:26:41 +00:00
erlang-runtime16 lang/erlang-runtime{15,16,17,18}: Fix trailing include 2018-11-22 18:26:41 +00:00
erlang-runtime17 lang/erlang-runtime{15,16,17,18}: Fix trailing include 2018-11-22 18:26:41 +00:00
erlang-runtime18 Update lang/erlang-runtime18 to version 18.3.4.11. 2018-11-25 00:17:23 +00:00
erlang-runtime19 security/openssl-devel was removed, but there is a security/openssl111 now. 2018-11-10 10:09:48 +00:00
erlang-runtime20 Update lang/erlang-runtime20 to version 20.3.8.15. 2018-12-08 19:54:14 +00:00
erlang-runtime21 lang/erlang-runtime21: repair broken port fetch 2019-03-18 21:08:37 +00:00
erlang-wx devel/glib20: remove runtime dep on perl5 2018-11-19 15:57:08 +00:00
execline lang/execline: Update to 2.5.1.0 2019-04-02 17:19:09 +00:00
expect lang/expect: install example scripts and manpages in the proper location 2018-10-30 11:03:30 +00:00
f2c Mark these ports broken on mips64 and/or mips. 2018-07-01 09:17:45 +00:00
fasm Convert to options target helper 2019-04-06 14:45:53 +00:00
ferite
ficl
fpc lang/fpc: Revert the LICENSE change because it conflicts with slave ports 2018-06-28 03:11:45 +00:00
fpc-base Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
fpc-docs Add DOCS options to ports that should have one. 2018-09-10 13:14:50 +00:00
fpc-lua
fpc-rexx
fpc-rtl-console
fpc-rtl-extra
fpc-rtl-objpas
fpc-rtl-unicode
fpc-units
fpc-utils Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
fsharp lang/fsharp: update to 10.2.1 2018-09-19 19:54:47 +00:00
fth Mark BROKEN on FreeBSD 12 and 13 2019-04-04 05:41:15 +00:00
gambit-c Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
gauche - Update `lang/gauche' to version 0.9.7 2018-12-29 08:03:24 +00:00
gawk Update `lang/gawk' to version 4.2.1. 2019-03-04 10:05:03 +00:00
gcc Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
gcc-ecj45 - Add LICENSE 2018-05-20 09:04:10 +00:00
gcc5 On powerpcspe configure GCC --with-cpu=8548 instead of --with-cpu=8540, 2019-02-04 09:40:33 +00:00
gcc6 Simplify the creation of the multilib-related sub-directory tree on 2019-03-12 15:56:12 +00:00
gcc6-aux lang/gcc6-aux: fix build on aarch64 2018-11-19 12:48:30 +00:00
gcc7 No longer require a not too old version of GCC to build on powerpc64, but 2019-03-10 05:22:49 +00:00
gcc7-devel Update to the 20190404 snapshot of GCC 7.4.1. 2019-04-07 16:30:27 +00:00
gcc8 Backport r496295 | andreast | 2019-03-19 22:03:17 from lang/gcc8-devel: 2019-03-30 14:59:34 +00:00
gcc8-devel Update to the 20180405 snapshot of GCC 8.3.1. 2019-04-08 05:00:59 +00:00
gcc9-devel Update to the 20180331 snapshot of GCC 9.0.1. 2019-04-03 06:14:42 +00:00
gcc48 Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
gcc49 lang/gcc49: fix EXPIRATION_DATE 2019-02-26 08:07:44 +00:00
gforth Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
ghc Drop ARM support for GHC 8.4 and update bootstrap compilers to 8.6.3. 2019-03-29 04:53:53 +00:00
ghc843 Drop ARM support for GHC 8.4 and update bootstrap compilers to 8.6.3. 2019-03-29 04:53:53 +00:00
ghc844 Drop ARM support for GHC 8.4 and update bootstrap compilers to 8.6.3. 2019-03-29 04:53:53 +00:00
ghc862 Drop ARM support for GHC 8.4 and update bootstrap compilers to 8.6.3. 2019-03-29 04:53:53 +00:00
gjs Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
gnat_util
gnatcross-aarch64
gnatcross-binutils-aarch64
gnatcross-sysroot-aarch64
gnatdroid-armv7 Un-break build 2018-07-22 16:20:19 +00:00
gnatdroid-binutils Assign maintainership to new volunteer. Pet portlint. 2018-07-04 04:31:41 +00:00
gnatdroid-binutils-x86
gnatdroid-sysroot Assign maintainership to new volunteer. Pet portlint. 2018-07-04 04:31:41 +00:00
gnatdroid-sysroot-x86
gnatdroid-x86
gnu-cobol Fix various misspellings of PORTREVISION. 2019-03-10 10:42:03 +00:00
gnustep-base devel/icu: update to 64.1 2019-03-27 21:11:08 +00:00
go - Update to 1.12.2 2019-04-06 19:20:18 +00:00
go14 Build lang/go14 without SSE2 2018-08-19 13:25:05 +00:00
Gofer
gprolog Add DEPRECATED again 2019-04-07 07:22:04 +00:00
gravity lang/gravity: Update 0.6.4 -> 0.6.5 2019-04-07 01:34:37 +00:00
groovy lang/groovy: update 2.4.15 to 2.4.16 2019-01-10 20:32:36 +00:00
gscheme Move Objective-C ports to the v2 GNUstep ABI. 2019-02-03 15:37:58 +00:00
guile Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
guile2 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
harbour lang/harbour: Restore options after r494667 2019-03-14 08:04:41 +00:00
haskell-mode.el USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade 2018-05-31 01:18:05 +00:00
hla Remove compatibility code for FreeBSD < 11.2 from all ports. 2018-11-02 13:32:34 +00:00
hope
hs-brainfuck lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports. 2019-01-06 12:18:06 +00:00
hs-unlambda Mark almost all Haskell ports for expiration by mid April 2019-03-30 17:39:36 +00:00
huc
hugs Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
icc
ici
icon Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
intercal Mark as broken on aarch64: 2019-03-29 21:39:08 +00:00
io Disable sse on non-x86 archs to fix build. Forgotten in r498176. 2019-04-06 19:42:44 +00:00
io-devel Disable sse on non-x86 architectures to fix build. 2019-03-06 18:41:08 +00:00
itcl
itcl4 lang/itcl4: update to 4.1.2 2018-11-19 12:20:38 +00:00
J Change the arch in ONLY_FOR_ARCHS_REASON_x to be actually used. 2018-09-10 10:29:10 +00:00
jakarta-commons-jelly
jimtcl lang/jimtcl: do not depend on asciidoc, prebuilt docs are shipped 2018-08-28 14:21:40 +00:00
jruby lang/jruby: update to 9.2.5.0 2018-12-09 22:36:09 +00:00
js_of_ocaml
julia Bump revision to make sure port is build against new libgit2 version 0.28.1. 2019-03-27 21:34:24 +00:00
julia06 Bump revision to make sure port is build against new libgit2 version 0.28.1. 2019-03-27 21:34:24 +00:00
julia07 Bump revision to make sure port is build against new libgit2 version 0.28.1. 2019-03-27 21:34:24 +00:00
jython
kawa Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
kf5-kross Update KDE Frameworks to 5.56. 2019-03-15 05:10:32 +00:00
kross-interpreters Update KDE Applications to 18.12.3 2019-03-07 18:35:32 +00:00
kturtle Update KDE Applications to 18.12.3 2019-03-07 18:35:32 +00:00
lafontaine
lci
ldc - Update to 1.14.0 2019-03-07 06:08:46 +00:00
lfe Add DOCS options to ports that should have one. 2018-09-10 13:14:50 +00:00
libhx - Update to 3.24 2018-10-20 14:40:42 +00:00
libobjc2 Bump libobjc2 port to latest git head. 2019-02-10 18:08:12 +00:00
librep Update `databases/gdbm' to version 1.18.1, an important bugfix release 2018-11-11 15:38:50 +00:00
libstdc++_stldoc_4.2.2
linux-c6-tcl85 Add DOCS options to ports that should have one. 2018-09-10 13:14:50 +00:00
linux-c7-tcl85 Add DOCS options to ports that should have one. 2018-09-10 13:14:50 +00:00
linux-dotnet-cli lang/linux-dotnet-(runtime|sdk): add linux implementation of .NET Core 2018-06-30 07:40:20 +00:00
linux-dotnet-runtime lang/linux-dotnet-(runtime|sdk): add linux implementation of .NET Core 2018-06-30 07:40:20 +00:00
linux-dotnet-sdk lang/linux-dotnet-(runtime|sdk): add linux implementation of .NET Core 2018-06-30 07:40:20 +00:00
linux-dotnet10-runtime lang/linux-dotnet-(runtime|sdk): add linux implementation of .NET Core 2018-06-30 07:40:20 +00:00
linux-dotnet11-runtime lang/linux-dotnet-(runtime|sdk): add linux implementation of .NET Core 2018-06-30 07:40:20 +00:00
linux-dotnet11-sdk lang/linux-dotnet11-sdk: fix RUN_DEPENDS 2018-06-30 07:49:40 +00:00
linux-j
lua-ada
lua51 Update WWW 2018-08-18 20:43:36 +00:00
lua52 Pass maintainership to submitter 2018-10-17 09:39:42 +00:00
lua53 lang/lua: workaround dlopen/libthr bug on FreeBSD 12 2019-03-21 16:26:39 +00:00
luajit Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
malbolge
maude - Update to 2.7.1 2018-12-12 05:30:24 +00:00
mawk
mdk - Update GNU MDK to version 1.2.10 2019-04-01 12:53:02 +00:00
micropython Update WWW 2019-01-26 12:44:17 +00:00
mit-scheme lang/mit-scheme: modernize option handling. 2019-02-10 10:17:45 +00:00
mixal
mlton Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
mmix
modula3 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
mono Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
mono-basic Update Mono to 5.10.1.47 2018-06-16 15:56:41 +00:00
mosh lang/mosh: Unbreak build on 12-CURRENT 2018-07-10 17:31:48 +00:00
mosml Update `databases/gdbm' to version 1.18.1, an important bugfix release 2018-11-11 15:38:50 +00:00
mtasc
mujs lang/mujs: 1.0.5-21 -> 1.0.5-32 2019-04-04 05:28:34 +00:00
munger - Update to 5.10 2018-08-24 00:54:25 +00:00
myrddin Do not always run the test suite 2018-07-01 11:13:18 +00:00
nawk
nbc lang/nbc: fix build with lld by setting LLD_UNSAFE [1] 2018-06-17 16:15:32 +00:00
nbfc
neko Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
nesasm
newlisp
newlisp-devel Mark ports broken on mips64 that are already broken on powerpc64. In 2018-07-02 04:00:29 +00:00
nhc98 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
nickle - Update to 2.84 2018-10-30 00:40:02 +00:00
nim lang/nim: update to 0.19.4 2019-02-10 21:10:36 +00:00
nml
nqc lang/nqc: Fix build with Clang 6 2018-09-02 10:50:52 +00:00
nwcc
nx lang/nx: update to 2.2.0 2018-10-01 08:11:53 +00:00
nyan Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
ocaml Do not set PORTDOCS twice 2019-01-08 13:19:05 +00:00
ocaml-autoconf
ocaml-camlidl - Unbreak packaging as non-root user by removing needless call to chmod(1) 2018-09-29 20:50:43 +00:00
ocaml-nox11
ohugs
onyx
oo2c Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
opencoarrays Update to 2.3.1 2019-02-13 14:47:08 +00:00
opendylan
ott Add ott, tool for writing definitions of programming languages and calculi 2018-09-18 00:19:31 +00:00
owl-lisp Drop lang/owl-lisp. 2019-01-19 17:55:45 +00:00
p2c
p5-Data-JavaScript Reassign all of tobez@'s p5 ports to perl@. 2018-09-10 11:16:59 +00:00
p5-ePerl
p5-Error Update to 0.17027 2018-10-29 22:14:14 +00:00
p5-Expect Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-ExtUtils-F77 Update to 1.23 2019-01-13 20:09:07 +00:00
p5-Interpolation Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-JavaScript-SpiderMonkey Update to 0.25 2018-08-08 23:28:28 +00:00
p5-JavaScript-Squish Update WWW 2018-05-27 20:15:16 +00:00
p5-JavaScript-Value-Escape Update WWW 2018-05-27 20:15:16 +00:00
p5-JSAN Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-List-MoreUtils Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-List-MoreUtils-XS Remove outdated PERL_LEVEL check 2018-08-05 19:06:48 +00:00
p5-Marpa Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Marpa-PP Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Marpa-XS Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Modern-Perl Update to 1.20181021 2018-10-23 17:48:50 +00:00
p5-Perl6-Subs Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Promises Return tj's ports to the pool after his commit bit got safekept. 2018-11-06 21:13:54 +00:00
p5-Pugs-Compiler-Rule Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
p5-Quantum-Superpositions Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Scalar-List-Utils Reassign all of tobez@'s p5 ports to perl@. 2018-09-10 11:16:59 +00:00
p5-signatures Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Switch Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-Tcl Update to 1.27 2018-08-23 17:58:56 +00:00
p5-Test-XPath - Update to 0.19 2018-05-29 07:43:10 +00:00
p5-Try-Catch
p5-Try-Tiny - Take maintainership 2018-10-30 19:53:36 +00:00
p5-Try-Tiny-Retry Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except 2018-10-06 13:06:42 +00:00
p5-TryCatch
p5-v6 Update WWW 2018-05-27 20:15:16 +00:00
parrot devel/icu: update to 64.1 2019-03-27 21:11:08 +00:00
pbasic Fix some corrupted attribution lines. 2018-06-24 06:34:38 +00:00
pcc
perl5-devel Update to v5.29.9-51-g011b14198f. 2019-04-01 08:35:59 +00:00
perl5.24 Remove two unimportant failing tests. 2018-11-21 16:37:34 +00:00
perl5.26 Forgot to uncomment this after switching the default to Perl 5.28. 2018-12-17 14:29:47 +00:00
perl5.28 Put back a default non dumb pod formatter [1], and fix a probable bug in 2019-03-14 21:13:01 +00:00
petite-chez
pfe
phantomjs Mark BROKEN on FreeBSD 12 and 13 2019-04-03 08:25:30 +00:00
pharo
phc
php-mode.el Update to 1.21.0 2019-01-12 11:28:00 +00:00
php71 PHP: Add Synth to pkg-message advice 2019-04-08 07:21:23 +00:00
php71-extensions Remove stale IGNORE_WITH_PHP=56 values. 2019-01-05 15:47:56 +00:00
php72 PHP: Add Synth to pkg-message advice 2019-04-08 07:21:23 +00:00
php72-extensions php7(2|3)-extensions/pkg-descr: Fix typo in pkg-descr 2019-02-25 10:39:22 +00:00
php73 PHP: Add Synth to pkg-message advice 2019-04-08 07:21:23 +00:00
php73-extensions php7(2|3)-extensions/pkg-descr: Fix typo in pkg-descr 2019-02-25 10:39:22 +00:00
picoc
pocl Change cmake default behaviour to outsource. 2018-12-25 20:25:39 +00:00
polyml lang/polyml: update to 5.7.1 2018-06-29 16:48:10 +00:00
ponyc lang/ponyc: Update to 0.28.0 2019-03-23 12:17:24 +00:00
ptoc Fix build with clang 6.0. 2018-05-14 21:03:47 +00:00
pure Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
py-hy Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-mx-base
py-prolog
py-qt5-qml Update PyQt5 to 5.12.1 2019-04-05 23:05:20 +00:00
pypy lang/pypy and lang/pypy3: Fix rvmprof build on FreeBSD 2018-07-28 05:26:21 +00:00
pypy3 lang/pypy and lang/pypy3: Fix rvmprof build on FreeBSD 2018-07-28 05:26:21 +00:00
python Add a not to a few meta ports: do not depend on these ports 2019-03-08 07:20:40 +00:00
python-doc-html Sort distinfo by python version as it was before r492965 2019-03-29 14:16:48 +00:00
python-doc-pdf-a4
python-doc-pdf-letter
python-doc-text
python-mode.el
python-tools
python2 Add a not to a few meta ports: do not depend on these ports 2019-03-08 07:20:40 +00:00
python3 Add a not to a few meta ports: do not depend on these ports 2019-03-08 07:20:40 +00:00
python27 Add note to update python documentation (lang/python-doc-*) 2019-03-29 14:16:57 +00:00
python35 Add note to update python documentation (lang/python-doc-*) 2019-03-29 14:16:57 +00:00
python36 Add note to update python documentation (lang/python-doc-*) 2019-03-29 14:16:57 +00:00
python37 Add note to update python documentation (lang/python-doc-*) 2019-03-29 14:16:57 +00:00
qore Deprecate ports broken for more than 6 months 2019-04-07 07:43:37 +00:00
qscheme
quack USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade 2018-05-31 01:18:05 +00:00
racket Update lang/racket to version 7.2. 2019-02-04 09:18:50 +00:00
racket-minimal Update lang/racket-minimal to version 7.2. 2019-02-04 09:18:31 +00:00
ratfor Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
referenceassemblies-pcl
retro12 lang/retro12: Update to 2018.8 2018-11-23 10:52:22 +00:00
rexx-imc
rexx-regina
rexx-regutil
rexx-wrapper
rhino
rubinius Switch to LLVM_DEFAULT from an hardcoded llvm40. 2019-03-20 21:40:03 +00:00
ruby24 databases/ruby-gdbm: Gemify gdbm 2019-04-02 08:02:30 +00:00
ruby25 databases/ruby-gdbm: Gemify gdbm 2019-04-02 08:02:30 +00:00
runawk lang/runawk: Update 1.6.0 -> 1.6.1 2019-02-17 01:50:28 +00:00
rust Bump revision to make sure port is build against new libgit2 version 0.28.1. 2019-03-27 21:34:24 +00:00
rust-nightly lang/rust-nightly: update to 1.35.0.20190406 2019-04-06 00:39:51 +00:00
sagittarius-scheme - Update to 0.9.5 2019-02-17 05:05:03 +00:00
sather-specification
sather-tutorial
sbcl Update to 1.5.0 2019-03-07 13:08:35 +00:00
scala Update MAINTAINER to new address 2019-02-23 14:18:13 +00:00
scala-docs Update to 2.12.8 release. 2018-12-10 14:23:45 +00:00
scheme48
scm Mark broken on aarch64: 2019-03-29 21:20:41 +00:00
sdcc Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
see devel/boehm-gc: update to 7.6.8 2018-08-31 18:27:13 +00:00
seed7 lang/seed7: update to 05_20190407 2019-04-08 10:58:18 +00:00
siod
sisc
sketchy
slib Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
slib-guile
slib-guile2
slisp Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
smalltalk Mark as broken on powerpc64. 2019-03-14 12:43:29 +00:00
smlnj lang/smlnj: Update to 110.84, fix build on 12/amd64 2018-12-31 18:32:59 +00:00
snobol4 Add DOCS options to ports that should have one. 2018-09-10 13:14:50 +00:00
solidity Update to 0.5.7 release. 2019-03-26 13:19:57 +00:00
spidermonkey17
spidermonkey24 There is no *_CONFIGURE_DISABLE options helper 2019-02-05 15:42:54 +00:00
spidermonkey38 devel/icu: update to 64.1 2019-03-27 21:11:08 +00:00
spidermonkey52 devel/icu: update to 64.1 2019-03-27 21:11:08 +00:00
spidermonkey170 There is no *_CONFIGURE_DISABLE options helper 2019-02-05 15:42:54 +00:00
spidermonkey185 - Switch to new test framework 2018-06-06 08:34:26 +00:00
spl
squeak Allow building on all versions of powerpc. 2018-12-22 05:43:32 +00:00
squirrel Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
starlogo
stldoc
swi-pl gnu qsort check goes into an infinite loop on aarch64. Disable it. 2018-12-08 22:13:30 +00:00
swift Deprecate ports broken for more than 6 months 2019-04-07 07:43:37 +00:00
tcbasic
tcc Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
tcl-manual
tcl-wrapper
tcl85 lang/tcl8[567], x11-toolkits/tk8[56]: install manpages and TZ data by default 2019-02-19 08:58:44 +00:00
tcl86 lang/tcl8[567], x11-toolkits/tk8[56]: install manpages and TZ data by default 2019-02-19 08:58:44 +00:00
tcl87 lang/tcl8[567], x11-toolkits/tk8[56]: install manpages and TZ data by default 2019-02-19 08:58:44 +00:00
tclX lang/tclX: fetch newer tcl.m4 so we can build with Tcl 8.7 2018-07-31 13:05:38 +00:00
tinypy
tolua
tolua++
tuareg-mode.el USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade 2018-05-31 01:18:05 +00:00
twelf Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
ucc
urweb Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
v8 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
vala Update vala to 0.40.11. 2018-11-13 17:37:23 +00:00
visualworks
yabasic - Update to 2.82.1 2019-03-14 00:07:05 +00:00
yap - Remove gcc dependency on i386 2018-07-29 16:42:39 +00:00
yap-devel - Remove gcc dependency on i386 2018-07-29 16:42:39 +00:00
yorick Install texinfo files (GNU info) into ${PREFIX}/share/info 2018-11-10 18:12:57 +00:00
ypsilon Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12 01:35:33 +00:00
Makefile New/resurrected port: lang/clisp 2019-04-06 20:06:38 +00:00