1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/lang
Pietro Cerutti 8b01ac1cbc lang/seed7: update to 05_20220522
20220522:
- An explanation for Seed7 syntax highlighting has been added to
  the FAQ.
- Syntax highlighting for vim and UltraEdit has been fixed in the
  files doc/sd7.vim, doc/seed7.vim and doc/seed7.uew.
- Syntax highlighting support for notepad++ has been added with the
  file doc/seed7udl.xml
- The file syntaxhl.sd7 has been added. It can be used to test
  Seed7 syntax highlighting.
- In the string.s7i library, the functions lower() and upper() now
  use an up to date Unicode definition.
- The library gzip.s7i has been refactored to use the new type
  gzipHeader and to avoid calling getUInt16Le().
- The function getDigestOidFromAlgorithm() has been added to the
  library x509cert.s7i.
- The pac.sd7 example program has been refactored. Now it also
  works when compiled.
- The calc7 example program has been improved to support functions
  from the draw.s7i library.
- Tests for array append ( &:= ), the 'times' operator and the
  function remove() have been added to chkarr.sd7.
- Tests in chkovf.sd7 have been refactored.
- Tests for Unicode case conversions and for conversions to UTF-8
  have been added to chkstr.sd7.
- Errors in getGidFromGroup() and getUidFromUser() have been fixed
  in the file cmd_unx.c.
- In literal.c the error message for empty char literals has been
  improved.
- The number of C compiler warnings has been reduced in sql_oci.c,
  drw_win.c and int_rtl.c.
- In drw_drv.h, drw_dos.c, drw_emc.c, drw_win.c, drw_x11.c, s7.c,
  s7c.sd7 and comp/drw_act.s7i, the graphics support has been
  changed to call drawInit() at program start.
- The function drawInit() has been added to drw_dos.c and
  drw_emc.c.
- With these changes in the graphics support, an explicit
  initialization of graphics is no longer necessary. The explicit
  graphics initialization has been removed from bmp.s7i, gif.s7i,
  ico.s7i, jpeg.s7i, png.s7i, ppm.s7i and tiff.s7i.
- In str_rtl.c the functions toLower() and toUpper() have been
  improved to use an up to date Unicode definition.
- In drw_x11.c the exception checks in the function drwText have
  been improved.
- In src/read_me.txt the explanation for how to compile under
  Windows with cl from MSVC has been improved.
- In sql_fire.c the function setupParameters() has been changed to
  check wether malloc() returns NULL.
- In sql_ifx.c the function createConnectionString has been
  changed to optionally consider the DB_LOCALE. Now, the function
  opening the Informix DB will try to do so with and without
  DB_LOCALE.
- The compiler (s7c.sd7) has been changed to use stderr for a
  trace of functions (option: -tf).
- The compiler has been improved to support tracing of dynamic
  calls (option: -td). This tracing is also written to stderr.
- The compiler has been changed to raise ACTION_ERROR if a dynamic
  call would result in an endless recursion.
- The program chkccomp.c has been improved to restart tests if no
  numeric result could be obtained. This is necessary for the
  program to work reliable under Windows with certain virus
  detection software.
- Documentation comments have been improved in color.s7i.

20220410:
- In time.s7i, the function time(string) has been improved to
  consider the daylight saving time. Many thanks to Anders
  Carstensen for pointing out the problem and for providing a test
  program.
- Explanations of the times operator and the functions bytes(),
  bytes2Int(), bytes2BigInt(), expm1(), log1p(), ignore() and
  openServerTls() have been added to the manual.
- In the manual, the chapters about primitive actions and about the
  foreign function interface have been improved.
- The FAQ and manual have been improved to consider the Informix
  database.
- In ccittfax.s7i, the CCITT fax decoding has been improved.
- In tiff.s7i, reading of TIFF files has been improved. Now, the
  requested length of Lempel Ziv Welch compressed data is computed
  correctly.
- In jpeg.s7i, reading of JPEG files has been improved to use the
  component ID. Now, a hash from component ID to component type is
  used. The old code assumed that component ID and component type
  would be equal, and it raised RANGE_ERROR when this was not the
  case.
- In bitdata.s7i, the performance of the functions getBit() and
  getBits() with a msbBitStream has been improved.
- In array.s7i, the times operator has been improved to work with
  [A len L] times element.
- A definition of the [A len L] operator has been added to
  syntax.s7i.
- In x509cert.s7i reading and validating certificates has been
  improved. Now, there is partial support for PKCS #7 certificates.
- The libraries tls.s7i and showtls.s7i have been improved to
  support TLS certificate_request, client_certificate and
  certificate_verify messages.
- The compiler (s7c.sd7) has been improved to write better error
  messages for duplicate when values.
- The program gkbd.sd7 has been improved to consider the space key.
- In ref_data.c the function refArrToList() has been improved to
  raise RANGE_ERROR for an illegal array value.
- In dcllib.c the function dcl_elements() has been improved to work
  correctly when push_stack() is a noop.
- The files sql_fire.c and sql_tds.c have been improved to reduce C
  compiler warnings.
- The program chkccomp.c has been improved to allow build tests to
  deliver a result after a delay.
- In soc_rtl.c the functions socGets() and receive_and_alloc_stri()
  have been improved to set the EOF indicator instead of raising
  FILE_ERROR if the peer has crashed.
- In soc_rtl.c, the function logError() will now be called if
  recv() fails.
- In chkccomp.c, the function determineInformixDefines has been
  improved to avoid the definition of an empty C array.
- The makefile mk_msvc.mak has been changed to define
  LIMITED_CSTRI_LITERAL_LEN. This avoids that the C compiler runs
  out of heap space.
- Documentation comments have been updated in graph.s7i, tls.s7i,
  x509cert.s7i, ar.s7i, cpio.s7i, rpm.s7i, tar.s7i and zip.s7i.
2022-06-07 13:42:37 +00:00
..
abcl lang/abcl: update to version 1.9.0 2022-05-03 09:12:39 +02:00
alchemist.el Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
algol68g lang/algol68g: update Algol 68 Genie to version 3.0.6, hook the tests 2022-03-15 20:37:10 +00:00
angelscript lang/angelscript: enable on riscv64 2021-12-17 14:36:21 +01:00
apache-commons-jelly all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
asn1c lang/asn1c: Add CPE information 2021-10-20 18:13:16 +02:00
atlast Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
awka Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
bas2tap Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
basic256 graphics/mesa-libs: Bump reverse deps for libglvnd 2021-06-22 11:53:08 -07:00
bsh *: Sweep up new CONFLICTS_INSTALL mess 2022-01-17 14:20:24 +01:00
bwbasic Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
c lang/c: fix typos in pkg-descr. 2021-10-16 09:09:12 +02:00
cbmbasic all: return trasz' ports to the pool after safekeeping his commit bit 2022-06-06 14:00:29 +02:00
ccl Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
ceylon Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
cfortran Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
chaiscript One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
chez-scheme lang/chez-scheme: Update to 9.5.8 2022-04-26 09:50:40 +00:00
chibi-scheme lang/chibi-scheme: update to 0.10.0 2021-05-25 12:08:18 +00:00
chicken5 lang/chicken5: update to 5.3.0 2021-11-25 14:34:14 +00:00
cim */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
cjs devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
cling devel/cmake: Update to 3.23.0 2022-05-16 08:49:43 +02:00
clips lang/clips: Update WWW 2021-11-16 11:28:06 +08:00
clisp lang/clisp: enable on powerpc 2022-04-27 13:19:00 +00:00
clojure lang/clojure: update to 1.10.3.1058 and fix missing exec.jar 2022-01-17 16:53:36 +09:00
clojure-mode.el Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
clover Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.) 2021-10-25 12:58:29 +00:00
cmucl lang/cmucl and lang/cmucl-extra: Deprecate ports 2022-05-21 16:33:55 +02:00
cmucl-extra lang/cmucl and lang/cmucl-extra: Deprecate ports 2022-05-21 16:33:55 +02:00
cocor Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
coffeescript */*: use new nodejs USES flag 2021-11-12 06:54:51 +01:00
cparser Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
crystal lang/crystal: Update to 1.4.1 2022-04-27 13:06:50 +08:00
csharp-mode.el Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
cython lang/cython: Update to 0.29.30 2022-05-22 12:10:50 +08:00
cython-devel lang/cython-devel: update 3.0.0a9 → 3.0.0a10 2022-01-21 16:46:33 +03:00
dlang-tools */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
dlv Deorbit RESTRICTED && NO_CDROM, part two. 2021-05-06 13:47:48 +02:00
duktape lang/duktape*: Update to 2.7.0 2022-02-21 08:13:52 +01:00
duktape-lib lang/duktape*: Update to 2.7.0 2022-02-21 08:13:52 +01:00
ecl devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
eisl lang/eisl: Update 2.38 -> 2.40 2022-05-07 10:35:56 -07:00
elixir lang/elixir: update to version 1.13.4 2022-04-13 09:31:55 +02:00
elixir-devel lang/elixir-devel: update to 1.13.4 2022-04-07 12:06:20 +00:00
elixir-mode.el Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
elk Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
elm devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
emacs-lisp-intro Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
erlang lang/erlang: update to version 24.3.4 2022-05-04 11:52:27 +02:00
erlang-doc lang/erlang-doc: update to version 24.3 2022-05-18 22:20:33 +02:00
erlang-java lang/erlang-java: update to version 24.3.4 2022-05-04 11:52:27 +02:00
erlang-man lang/erlang-man: update to version 24.3 2022-05-18 22:20:38 +02:00
erlang-runtime21 lang/(erlang(-runtime2[13])?): work around dtrace failures with clang 13 2021-10-03 12:13:35 +02:00
erlang-runtime22 lang/erlang-runtime22: update to version 22.3.4.26 2022-05-04 11:52:26 +02:00
erlang-runtime23 lang/erlang-runtime23: update to version 23.3.4.14 2022-05-04 11:52:26 +02:00
erlang-runtime24 lang/erlang-runtime24: update to version 24.3.4 2022-05-04 11:52:26 +02:00
erlang-runtime25 lang/erlang-runtime25: fix version number in pkg-descr. 2022-05-18 22:09:44 +02:00
erlang-wx lang/erlang-wx: update to version 24.3.4 2022-05-04 11:52:27 +02:00
execline - Update Skarnet.org software stack ports to their latest versions 2021-05-09 08:58:59 +00:00
expect lang/expect: apply patches from upstream 2022-02-09 17:31:55 +00:00
f2c Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
fasm lang/fasm: Update to 1.73.30 2022-03-08 02:10:57 +08:00
fennel lang/fennel: Update to 1.1.0 2022-05-25 13:10:15 -03:00
ferite textproc/libxml2: bump all LIB_DEPENDS consumers 2022-04-10 15:11:41 -04:00
ficl Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
fpc lang/fpc: Fix build issue on lazarus i386 and amd64 2022-02-03 00:07:13 -05:00
fpc-base lang/fpc: update to 3.2.2 2021-07-31 20:56:08 -05:00
fpc-docs lang/fpc: update to 3.2.2 2021-07-31 20:56:08 -05:00
fpc-lua Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
fpc-pastojs lang/fpc: update to 3.2.2 2021-07-31 20:56:08 -05:00
fpc-rexx Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
fpc-rtl-console One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
fpc-rtl-extra lang/fpc: update to 3.2.2 2021-07-31 20:56:08 -05:00
fpc-rtl-generics One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
fpc-rtl-objpas lang/fpc: update to 3.2.2 2021-07-31 20:56:08 -05:00
fpc-rtl-unicode One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
fpc-source *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
fpc-units lang/fpc: update to 3.2.2 2021-07-31 20:56:08 -05:00
fpc-utils lang/fpc-utils: unbreak after e40d870fc3 2021-08-01 03:07:24 +00:00
fsharp Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
fth One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
gambit-c lang/gambit-c: Update to version 4.9.4 2022-01-08 14:59:42 +01:00
gauche security/mbedtls: Update to 2.28.0 and fix make test 2022-01-28 13:14:09 +01:00
gawk Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
gcc lang/gcc: Add CPE information 2021-10-14 23:30:52 +02:00
gcc6-aux lang/gcc6-aux: Mark for deprecation 2022-01-26 20:11:01 +00:00
gcc8 lang/gcc8: Relinquish maintainership 2021-10-23 15:38:57 +00:00
gcc9 lang/gcc9: deprecate 2022-05-27 14:29:00 +00:00
gcc10 lang/gcc10: Relinquish maintainership 2022-04-24 21:29:40 +00:00
gcc11 lang/gcc11: upgrade to 11.3.0 2022-04-21 17:11:46 +00:00
gcc11-devel lang/gcc11-devel: update to snapshot 20220520 2022-05-27 13:51:49 +00:00
gcc12 lang/gcc12: add gcc 12 2022-05-06 18:01:39 +00:00
gcc12-devel lang/gcc12-devel: Update to the 20220528 snapshot of GCC 12.1.1 2022-06-04 15:13:48 +00:00
gcc13-devel lang/gcc13-devel: update to snapshot 20220522 2022-05-27 13:51:50 +00:00
gcc48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
gcc-ecj45 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
gforth devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
ghc lang/ghc: Properly dereference a shell variable. 2022-05-30 23:08:35 +03:00
gjs lang/gjs: add build dependency on dbus 2022-05-12 06:34:38 +02:00
gleam lang/rust: Bump revisions after 1.61.0 2022-05-31 15:06:17 +02:00
gnatcross-binutils-aarch64 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
gnatcross-sysroot-aarch64 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
gnatdroid-binutils lang/gnatdroid-binutils: Add CPE information 2021-10-23 23:38:18 +02:00
gnatdroid-binutils-x86 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
gnatdroid-sysroot Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
gnatdroid-sysroot-x86 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
gnu-apl lang/gnu-apl: unbreak the build on recent -CURRENT (clang 13.0.0) 2021-11-26 18:47:16 +00:00
gnu-cobol lang/gnu-cobol: hook the test suite to our framework. 2021-09-15 03:48:35 +00:00
gnustep-base devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
go */*: Pass lang/go* and Mk/Uses/go.mk maintainership 2022-06-06 13:27:20 -05:00
go117 lang/go117: Update to 1.17.11 2022-06-07 07:48:52 -05:00
go118 lang/go118: Update to 1.18.3 2022-06-07 07:48:52 -05:00
go-devel */*: Pass lang/go* and Mk/Uses/go.mk maintainership 2022-06-06 13:27:20 -05:00
gomacro */*: Bump PORTREVISION after lang/go 1.18 update 2022-03-30 03:01:44 -04:00
gprolog lang/gprolog: update to 1.5.0 2021-07-11 05:17:51 +07:00
gravity lang/gravity: Add CPE information 2021-10-20 18:13:17 +02:00
groovy lang/groovy: Add CPE information 2021-10-20 18:13:17 +02:00
gscheme One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
guile devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
guile1 */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL 2021-11-23 23:11:40 +01:00
guile2 devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
halide One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
harec lang/harec: fix build and enable tests 2022-05-01 22:04:48 +02:00
haskell-mode.el Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
hermes devel/icu: update to 71.1 2022-04-07 00:39:10 +00:00
hla Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
hs-brainfuck devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
hs-unlambda devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
huc Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
icc Deorbit RESTRICTED && NO_CDROM, part one. 2021-05-06 13:47:41 +02:00
intel-compute-runtime lang/intel-compute-runtime: update to 22.22.23355 2022-06-04 00:34:54 +00:00
intercal Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
io lang/io: Update WWW 2021-11-17 11:18:31 +08:00
io-devel */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
itcl Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
itcl4 lang/itcl4: update to 4.2.2 2021-11-08 08:11:20 +00:00
J Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.) 2021-10-25 12:58:29 +00:00
janet lang/janet: Update to v1.21.2 2022-04-08 12:46:01 +02:00
jimtcl lang/jimtcl: update to 0.81 2021-12-01 08:50:47 +00:00
jpm lang/jpm: Update to 0.0.2 2022-01-29 11:44:19 +01:00
jruby lang/jruby: Update to 9.2.17.0 2021-04-07 19:42:46 +09:00
julia lang/julia: Update to 1.7.3 2022-06-01 18:21:47 +02:00
jython lang/jython: Add CPE information 2021-10-19 12:43:33 +02:00
kawa Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
kf5-kross KDE: Update KDE Frameworks to 5.94 2022-05-20 06:10:32 +02:00
kotlin lang/kotlin: update to 1.6.10 2021-12-16 11:05:10 +03:00
kross-interpreters KDE: Update KDE Gear to 22.04.1 (bug fix & translation release) 2022-05-13 14:33:03 +02:00
kturtle KDE: Update KDE Gear to 22.04.1 (bug fix & translation release) 2022-05-13 14:33:03 +02:00
lafontaine Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
lci One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
ldc devel/libconfig: update to 1.7.3 2022-01-26 08:46:25 +01:00
lfe One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
libhx lang/libhx: update the port to the latest version 4.5 2022-04-11 07:32:20 +00:00
libobjc2 lang/libobjc2: fix build on powerpc* and riscv64* 2022-02-26 11:35:56 +00:00
librep devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
libstdc++_stldoc_4.2.2 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
linux-c7-tcl85 *: Linux emulation: add support for aarch64 2022-01-17 15:47:28 +01:00
linux-dotnet10-runtime Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
linux-dotnet11-runtime Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
linux-dotnet11-sdk Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
linux-dotnet-cli lang/linux-dotnet-cli: Fix typos that prevent copy/paste success 2022-01-25 11:56:06 -05:00
linux-dotnet-runtime Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
linux-dotnet-sdk *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
linux-j Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
lua51 lang/lua51: Add CPE information 2021-08-31 09:23:09 +00:00
lua52 lang/lua52: Add CPE information 2021-08-31 09:23:09 +00:00
lua53 lang/lua53: Add CPE information 2021-08-31 09:23:10 +00:00
lua54 lang/lua54: Add CPE information 2021-08-31 09:23:10 +00:00
luajit lang/luajit: Fix option description 2022-01-12 17:03:21 -07:00
luajit-devel lang/luajit-devel: update to the recent commit 2022-06-03 12:02:59 -04:00
luajit-openresty lang/luajit-openresty: update to 2.1-20220411 2022-04-11 21:48:35 +02:00
malbolge Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
maude Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mawk Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mdk *: Remove unnecessary 'port' argument from USES=readline 2021-05-15 09:14:04 +02:00
mecrisp-stellaris lang/mecrisp-stellaris: update to 2.6.3 2022-05-09 10:33:58 +02:00
micropython devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
mit-scheme Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mixal Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mlton lang/mlton: Update to 20210816 2021-10-20 16:42:18 +09:00
mmix Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mono lang/mono5.10,lang/mono: Attempt to fix build on aarch64 2022-03-28 12:21:05 +02:00
mono5.10 lang/mono5.10,lang/mono: Attempt to fix build on aarch64 2022-03-28 12:21:05 +02:00
mono5.20 lang/mono5.20: minor fixes 2022-03-15 20:45:11 +03:00
mono6.8 Fix CONFLICTS entries of multiple ports 2022-01-10 16:15:39 +01:00
mono-basic Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mosh Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
mosml Deorbit RESTRICTED && NO_CDROM, part two. 2021-05-06 13:47:48 +02:00
mtasc lang/mtasc: the port had been improved (+) 2021-09-11 11:02:40 +00:00
mujs lang/mujs: Update 1.1.3 -> 1.2.0 2021-12-23 13:17:35 -08:00
munger Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
myrddin One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
nawk Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
nbfc Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
neko */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
nesasm Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
newlisp devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
nhc98 */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
nickle Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
nim lang/nim: Update to 1.6.6 2022-05-06 13:39:33 +00:00
njs lang/njs: Fix broken USES after conversion to flavors 2022-05-31 09:52:52 +00:00
nqc Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
nwcc lang/nwcc: Drop maintainership 2021-05-19 20:56:14 +01:00
nx Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
nyan One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
ocaml lang/ocaml: simplify powerpc* handling 2022-04-27 13:21:46 +00:00
ocaml-autoconf Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
ocaml-camlidl */*: fix trailing whitespace in pkg-descr's 2022-04-01 18:09:49 +03:00
ocaml-nox11 */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
onyx Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
oo2c */*: Replace USE_GCC=any with USE_GCC=yes 2021-06-04 05:53:21 +00:00
opencoarrays devel/cmake: Update to 3.23.0 2022-05-16 08:49:43 +02:00
ott One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
owl-lisp Regenerate all distfiles using gitlab as source. 2021-04-09 20:44:23 +02:00
p5-Data-JavaScript Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-ePerl Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Error Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Expect One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-ExtUtils-F77 lang/p5-ExtUtils-F77: make test pass 2022-05-03 14:23:26 +00:00
p5-Interpolation Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-JavaScript-SpiderMonkey Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-JavaScript-Squish Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-JavaScript-Value-Escape *: re-assign kuriyama@s ports to the pool, commit bit safekept 2021-10-04 21:58:01 +02:00
p5-JSAN Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-List-MoreUtils Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-List-MoreUtils-XS Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Marpa Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Marpa-PP Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Marpa-XS Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Modern-Perl lang/p5-Modern-Perl: Update to 1.20220515 2022-05-22 12:22:39 +08:00
p5-Perl6-Subs Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Promises Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Pugs-Compiler-Rule Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Quantum-Superpositions Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Scalar-List-Utils lang/p5-Scalar-List-Utils: Update to 1.62 2022-03-31 06:21:06 +08:00
p5-signatures One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-Switch Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Tcl Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Test-XPath One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-Try-Catch Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-Try-Tiny lang/p5-Try-Tiny: Update to 0.31 2021-12-22 02:47:37 +08:00
p5-Try-Tiny-Retry Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
p5-TryCatch One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
p5-v6 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
parrot Mk/Uses/perl5.mk: Remove outdated P5_POD_PARSER 2022-06-03 17:00:55 +08:00
pbasic Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
pcc Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
perl5-devel lang/perl5-devel: update to v5.37.0-91-g975aa39f26 2022-06-01 14:17:47 +02:00
perl5.32 cleanup: drop support for EOL FreeBSD 11.X 2021-09-30 23:23:30 +02:00
perl5.34 lang/perl5.34: update to 5.34.1 2022-03-24 18:02:20 +01:00
perl5.36 lang/perl5.36: update to 5.36.0 2022-06-01 14:17:27 +02:00
petite-chez */*: Remove redundant '-*' from CONFLICTS definitions 2021-11-25 22:40:11 +01:00
pfe Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
pharo Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
php74 lang/php??, mail/php*-imap: chase panda-cclient 2022-04-19 22:49:43 +02:00
php74-extensions lang/php74{-extensions}: Mark DEPRECATED 2022-02-01 02:08:43 -06:00
php80 lang/php80: Update version 8.0.18=>8.0.19 2022-05-13 13:57:01 -05:00
php80-extensions lang/php8[01]: Make openssl as DEFAULT 2022-02-12 09:41:51 -06:00
php81 lang/php81: Fix REINPLACE_CMD 2022-05-21 16:10:27 -05:00
php81-extensions lang/php8[01]: Make openssl as DEFAULT 2022-02-12 09:41:51 -06:00
php-mode.el Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
picoc lang/picoc: Add CPE information 2021-10-20 18:13:18 +02:00
plexil lang/plexil: restore PORTREVISION lost in the previous update 2022-04-25 19:37:37 +02:00
pocl lang/pocl: drop pkg-message + minor style and whitespace fixes 2021-11-17 02:21:11 +00:00
polyml devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
ponyc lang/ponyc: unbreak clang 13 build, release maintainership 2021-11-23 10:14:45 -08:00
ptoc Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
purescript devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
py-hy Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
py-lupa lang/py-lupa: Update to 1.13 2022-03-25 21:37:05 +08:00
py-textX One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
python Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
python2 lang/python2: Clean up 2021-07-25 04:23:05 +08:00
python3 lang/python3: Clean up 2021-07-25 04:23:06 +08:00
python27 devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
python37 devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
python38 devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
python39 lang/python39: Update to 3.9.13 2022-05-18 07:27:38 +08:00
python310 devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
python311 lang/python311: Sort PLIST 2022-06-03 17:01:02 +08:00
python-doc-html lang/python39: Update to 3.9.13 2022-05-18 07:27:38 +08:00
python-doc-pdf-a4 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
python-doc-pdf-letter Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
python-doc-text Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
python-mode.el Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
python-tools lang/python-tools: fix for python 3.9 and later 2021-05-25 19:56:04 +03:00
qmasm One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
qscheme Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
quickjs lang/quickjs: Add CPE information 2021-10-19 13:14:31 +02:00
racket devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
racket-minimal devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
ratfor lang/ratfor: Mark as broken on arm. 2021-09-24 16:13:04 +02:00
referenceassemblies-pcl Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
retro12 lang/retro12: Update to 2021.4 and adopt port 2021-05-06 11:45:38 -07:00
rexx-imc */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
rexx-regina */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
rexx-regutil Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
rexx-wrapper Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
rhino all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
ruby27 lang/ruby27: Fix build with LibreSSL 3.5 2022-06-04 07:36:58 +08:00
ruby30 lang/ruby30: Fix build with LibreSSL 3.5 2022-06-04 07:36:59 +08:00
ruby31 lang/ruby3[0-2]: Fix build with certain CPUTYPE 2022-04-22 23:04:46 -04:00
ruby32 lang/ruby3[0-2]: Fix build with certain CPUTYPE 2022-04-22 23:04:46 -04:00
rubygem-ruby_language_server lang/rubygem-ruby_language_server: Add rubygem-ruby_language_server 0.3.16 2021-06-15 01:32:51 +08:00
runawk Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
rust lang/rust: Update to 1.61.0 2022-05-31 15:06:17 +02:00
rust-bootstrap lang/rust: Update to 1.61.0 2022-05-31 15:06:17 +02:00
rust-nightly lang/rust-nightly: Update to 1.62.0.20220502 2022-05-03 12:28:03 +02:00
sagittarius-scheme devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
sather-specification Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
sather-tutorial Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
sbcl lang/sbcl: Update to 2.2.5 2022-05-31 19:31:34 +02:00
scala lang/scala: Update to 3.1.0 2021-11-22 06:10:28 -04:00
scheme48 */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
scm lang/scm: enable on powerpc64 2022-04-25 14:12:40 +00:00
sdcc */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL 2021-11-23 23:11:40 +01:00
see */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
seed7 lang/seed7: update to 05_20220522 2022-06-07 13:42:37 +00:00
silq lang/silq: update to latest upstream version (afaf865) 2022-04-19 20:33:46 +02:00
siod Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
sisc Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
sketchy Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
slib Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
slib-guile lang/slib-guile: Fix leftovers 2021-06-06 11:33:58 -05:00
slib-guile1 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
slib-guile2 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
slisp Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
smalltalk devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
smlnj One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
snobol4 devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
solidity lang/solidity: Unbreak 2022-06-01 22:28:46 -07:00
spidermonkey17 lang/spidermonkey*: Update WWW 2021-11-16 11:34:54 +08:00
spidermonkey78 lang/rust: Bump revisions after 1.61.0 2022-05-31 15:06:17 +02:00
spidermonkey91 lang/rust: Bump revisions after 1.61.0 2022-05-31 15:06:17 +02:00
spl lang/spl: patch and unbreak with -fno-common 2021-07-21 16:07:47 +08:00
squeak devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
squirrel */*: Remove redundant '-[0-9]*' from CONFLICTS 2021-10-29 11:50:18 +02:00
swi-pl *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
tauthon devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
tcbasic One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
tcc One more small cleanup, forgotten yesterday. 2021-04-07 10:09:01 +02:00
tcl85 lang/tcl85: regenerate patch files 2021-09-10 07:03:41 +00:00
tcl86 lang/tcl86: fix build with non-default options (THREADS off) 2022-01-06 13:13:58 +00:00
tcl87 lang/tcl87: Add CPE information 2021-08-29 18:29:13 +00:00
tcl-manual lang/tcl-manual: Update WWW 2021-06-20 19:39:01 +08:00
tcl-wrapper Mk: Cleanup after moving apply-slist earlier. 2021-04-14 17:41:02 +02:00
tclX Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
tolua Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
tolua++ lang/tolua++: remove dependency on python2, undeprecate consumer ports 2021-04-12 19:49:07 +03:00
tuareg-mode.el Emacs ports: Bump PORTREVISION after Emacs 28.1 2022-04-07 19:12:44 -03:00
twelf Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
ucc Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
urweb Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
v Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
v8 lang/v8: Update to 10.2.154.4 2022-06-03 17:00:25 +08:00
v8-beta lang/v8-beta: Update to 10.3.174.4 2022-06-03 17:00:25 +08:00
vala textproc/libxml2: bump all LIB_DEPENDS consumers 2022-04-10 15:11:41 -04:00
visualworks Deorbit RESTRICTED && NO_CDROM, part two. 2021-05-06 13:47:48 +02:00
voc lang/voc: Update to 2.1.1 2022-04-13 20:29:24 +02:00
yabasic devel/libffi: Bump deps PORTREVISION for shlib change 2022-05-09 12:23:51 -07:00
yap lang/yap: fix build on powerpc64le 2021-11-08 16:49:35 +00:00
yorick *: Sweep up new CONFLICTS_INSTALL mess 2022-01-17 14:20:24 +01:00
ypsilon lang/ypsilon: Switch from USE_GCC to USE_BINUTILS 2022-05-27 12:21:50 +02:00
zig lang/zig: update to 0.9.1 2022-05-17 14:07:51 +00:00
zig-devel lang/zig-devel: use pre-built docs for faster builds 2022-05-17 14:07:51 +00:00
Makefile */*: Introduce versioned Go ports 2022-06-06 13:19:10 -05:00