1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

18380 Commits

Author SHA1 Message Date
Antoine Brodin
264424aa5d Mark BROKEN: unfetchable 2019-08-04 15:34:54 +00:00
Gleb Popov
75a64b54e2 Use HTTPS in pkg-descr's of Haskell ports. 2019-08-04 09:25:28 +00:00
Antoine Brodin
c521b699fa Mark BROKEN: fails to build
In file included from /wrkdirs/usr/ports/lang/solidity/work/solidity_0.5.10/libsolidity/formal/SMTPortfolio.cpp:24:
In file included from /wrkdirs/usr/ports/lang/solidity/work/solidity_0.5.10/libsolidity/formal/CVC4Interface.h:30:
In file included from /usr/local/include/cvc4/cvc4.h:21:
/usr/local/include/cvc4/base/configuration.h:19:10: fatal error: 'cvc4_public.h' file not found
#include "cvc4_public.h"

Reported by:	pkg-fallout
2019-08-04 05:42:35 +00:00
Antoine Brodin
fa45a01b98 Mark BROKEN: fails to build
In file included from metaLevelOpSymbol.cc💯
In file included from ./descentFunctions.cc:584:
In file included from ../../src/Mixfix/variableGenerator.hh:33:
/usr/local/include/cvc4/expr/expr_manager.h:47:10: fatal error: 'cvc4_public.h' file not found
#include "cvc4_public.h"

Reported by:	pkg-fallout
2019-08-04 05:39:36 +00:00
Torsten Zuehlsdorff
24ae9af04d PHP 7.1: Put missing mail header patch back 2019-08-03 19:08:46 +00:00
Torsten Zuehlsdorff
20b94380dc Update PHP 7.3 from 7.3.7 to 7.3.8
Changelog:

    Core:
        Added syslog.filter=raw option.
        Fixed bug #78212 (Segfault in built-in webserver).
    Date:
        Fixed bug #69044 (discrepency between time and microtime).
        Updated timelib to 2018.02.
    EXIF:
        Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042)
        Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041)
    FTP:
        Fixed bug #78039 (FTP with SSL memory leak).
    Libxml:
        Fixed bug #78279 (libxml_disable_entity_loader settings is shared between requests (cgi-fcgi)).
    LiteSpeed:
        Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from 100 to 1000, added crash handler to cleanly shutdown PHP request, added CloudLinux mod_lsapi mode).
        Fixed bug #76058 (After "POST data can't be buffered", using php://input makes huge tmp files).
    Openssl:
        Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported socket-to-stream).
    Opcache:
        Fixed bug #78341 (Failure to detect smart branch in DFA pass).
        Fixed bug #78189 (file cache strips last character of uname hash).
        Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
        Fixed bug #78271 (Invalid result of if-else).
        Fixed bug #78291 (opcache_get_configuration doesn't list all directives).
    PCRE:
        Fixed bug #78338 (Array cross-border reading in PCRE).
        Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx" version strings).
    PDO_Sqlite:
        Fixed bug #78192 (SegFault when reuse statement after schema has changed).
    Phar:
        Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN).
    Phpdbg:
        Fixed bug #78297 (Include unexistent file memory leak).
    SQLite:
        Upgraded to SQLite 3.28.0.
    Standard:
        Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit).
        Fixed bug #78269 (password_hash uses weak options for argon2).

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.8

MFH:		2019Q3
2019-08-03 18:29:39 +00:00
Torsten Zuehlsdorff
fb0a15a002 Update PHP 7.2 from 7.2.20 to 7.2.21
Changelog:

    Date:
        Fixed bug #69044 (discrepency between time and microtime).
    EXIF:
        Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042)
        Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041)
    Fileinfo:
        Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
    FTP:
        Fixed bug #77124 (FTP with SSL memory leak).
    Libxml:
        Fixed bug #78279 (libxml_disable_entity_loader settings is shared between requests (cgi-fcgi)).
    LiteSpeed:
        Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from 100 to 1000, added crash handler to cleanly shutdown PHP request, added CloudLinux mod_lsapi mode).
        Fixed bug #76058 (After "POST data can't be buffered", using php://input makes huge tmp files).
    Openssl:
        Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported socket-to-stream).
    OPcache:
        Fixed bug #78189 (file cache strips last character of uname hash).
        Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
        Fixed bug #78291 (opcache_get_configuration doesn't list all directives).
    Phar:
        Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN).
    Phpdbg:
        Fixed bug #78297 (Include unexistent file memory leak).
    PDO_Sqlite:
        Fixed bug #78192 (SegFault when reuse statement after schema has changed).
    SQLite:
        Upgraded to SQLite 3.28.0.
    Standard:
        Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit).
        Fixed bug #78269 (password_hash uses weak options for argon2).
    XMLRPC:
        Fixed bug #78173 (XML-RPC mutates immutable objects during encoding).

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.21

MFH:		2019Q3
2019-08-03 18:28:12 +00:00
Torsten Zuehlsdorff
4aaa9d5586 Update PHP 7.1 from 7.1.30 to 7.1.31
Changelog:

    SQLite:
        Upgraded to SQLite 3.28.0.
    EXIF:
        Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042)
        Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041)
    Phar:
        Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN).

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.31

MFH:		2019Q3
2019-08-03 18:26:07 +00:00
Gerald Pfeifer
65995cd3aa Update to the 201900728 snapshot of GCC 10.0.0. 2019-08-03 13:00:49 +00:00
Jan Beich
663b36bfa7 lang/rust-nightly: update to 1.38.0.20190803
Changes:	04b88a9eba...b0e40bfba4
2019-08-03 00:50:08 +00:00
Jan Beich
f18538b989 devel/libevent2: update to 2.1.11
Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
2019-08-02 13:30:40 +00:00
Kirill Ponomarev
bae8c5d6b3 Update to 1.5.5 2019-08-02 08:34:21 +00:00
Piotr Kubaj
696b6effde lang/ocaml: fix build on armv7
armv7 requires -Wl,-znotext in LDFLAGS (same as i386), added definition for triple target and include term.h in the test for tgetent.

PR:		239157
Approved by:	michipili@gmail.com (maintainer timeout), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21085
2019-08-01 19:30:38 +00:00
Piotr Kubaj
2e2e331074 lang/ghc: fix build on powerpc64 elfv1
Dtrace doesn't seem to work on elfv1 powerpc64 (at least on 12.0-RELEASE).

Also properly detect when running on elfv1 and elfv2.

PR:		239193
Approved by:	arrowd (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20995
2019-08-01 18:58:14 +00:00
Gerald Pfeifer
c8b1643e68 Update to the 20180727 snapshot of GCC 9.1.1.
This brings some backports for Fortran, the RTL and tree optimizers,
and a fair number for libstdc++.
2019-08-01 14:22:37 +00:00
Rene Ladan
1dfbaebf28 Remove expired ports:
2019-07-31 security/rubygem-googleauth06: Use security/rubygem-googleauth instead
2019-07-31 devel/ddd: does not work with modern gdb
2019-07-31 devel/py-pip-tools2: Use devel/py-pip-tools instead
2019-07-31 lang/cint: Abandonware; superseded by lang/cling
2019-07-31 19:50:26 +00:00
Mathieu Arnold
21f2463e18 Update to v5.31.2-35-g82007f754e. 2019-07-30 17:27:01 +00:00
Dmitry Marakasov
d8671ad865 - Update WWW
Approved by:	portmgr blanket
2019-07-30 09:02:22 +00:00
Gerald Pfeifer
3515f37210 Forward port r507388 | gerald | 2019-07-27 from lang/gcc9:
Explicitly depend on GCC 8 (instead of USE_GCC=yes) for powerpc64 to
avoid a dependency loop now that GCC_DEFAULT defaults to GCC 9.

PR:		238330
Reported by:	pkubaj
2019-07-30 07:27:41 +00:00
Jan Beich
e1046bb1ec lang/rust-nightly: update to 1.38.0.20190730
Changes:	c798dffac9...04b88a9eba
2019-07-30 00:56:46 +00:00
Gerald Pfeifer
5b3a2f85e3 Update to the 20180726 snapshot of GCC 8.3.1.
This brings a couple of minor bug fixes across the board.
2019-07-29 06:38:30 +00:00
Ashish SHUKLA
d807976153 - Update to 0.9.6 2019-07-29 05:25:22 +00:00
Sunpoet Po-Chuan Hsieh
86541a43c2 Update to 1.20190727
Changes:	https://metacpan.org/changes/distribution/Modern-Perl
2019-07-29 01:24:41 +00:00
Christoph Moench-Tegeder
a93eec07ea lang/erlang-wx: switch wxWidgets to 3.1
Updating graphics/wings (erlang-wx' only consumer) requires at least
wxWidgets 3.0 in erlang-wx. Go the full way and depend on the most
recent wxWidgets we currently have (3.1)

PR:		239174
Approved by:	maintainer-timeout (erlang@)
2019-07-28 22:25:20 +00:00
Bryan Drewery
83810d6015 NOCCACHE also disables setting CCACHE_WRAPPER_PATH which can break the build. 2019-07-28 20:27:52 +00:00
Piotr Kubaj
c1e02d88b6 lang/newlisp-devel: fix build with GCC-based architectures
Add USES=compiler:c11:
error: redefinition of typedef CPPFunction

Approved by:	mentors (implicit approval)
2019-07-28 19:44:26 +00:00
Dmitry Marakasov
ea73bb7e37 - Update WWW
Approved by:	portmgr blanket
2019-07-28 09:02:21 +00:00
Gerald Pfeifer
a5706607ad Update to the 20190725 snapshot of GCC 7.4.1.
This addresses an issue around link-time optimizations (LTO) and identifies
incorrect input for -Werror.
2019-07-28 07:17:30 +00:00
Jan Beich
69ebb89db7 lang/rust-nightly: update to 1.38.0.20190728
Changes:	e649e90344...c798dffac9
2019-07-28 00:49:42 +00:00
Gerald Pfeifer
e425b2ea9f Explicitly depend on GCC 8 (instead of USE_GCC=yes) for powerpc64 to
avoid a dependency loop.

PR:		238330
Reported by:	pkubaj
2019-07-27 06:50:24 +00:00
Piotr Kubaj
a3d2bbff16 lang/ocaml-nox11: unbreak on powerpc64
Builds fine on powerpc64.

Approved by:	mentors (implicit approval)
2019-07-26 22:13:24 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Muhammad Moinur Rahman
60a2425a44 lang/guile2: Update version 2.2.5=>2.2.6
- Add ATCH wide compiler:c11 [1]

PR:		239212 [1]
Submitted by:	jhibbits [1]
2019-07-25 17:26:40 +00:00
Tobias Kortkamp
e73279ea10 lang/gcc*: Hide pkg-message during upgrades
PR:		239419
Approved by:	gerald (maintainer)
2019-07-24 21:30:44 +00:00
Dave Cottlehuber
596f8762f7 lang/janet: update to 1.1.0
Approved by:	jrm (mentor, implicit)
Sponsored by:	SkunkWerks GmbH
2019-07-24 18:41:07 +00:00
Rodrigo Osorio
de97f4c754 Update lang/crystal to 0.28.0 and devel/shards to 0.9.0
Release notes: https://github.com/crystal-lang/crystal/releases/tag/0.28.0
               https://github.com/crystal-lang/shards/releases/tag/v0.9.0

PR:		236969
Submitted by:	Greg V<greg@unrelenting.technology> (maintainer)
2019-07-24 18:09:47 +00:00
Gerald Pfeifer
6c4085bb13 Update to the 201900721 snapshot of GCC 10.0.0. 2019-07-24 17:35:43 +00:00
Pietro Cerutti
bb5160ddaa lang/seed7: update to 05_20190714
20190714:
- The library tls.s7i has been improved to support elliptic curve
  diffie hellman key exchange.
- The new library elliptic.s7i has been added. This library supports
  elliptic curve cryptography (ECC). The library defines:
  - Several named curves,
  - Functions to add, double and multiply curve points.
  - Functions for fast multiplication with jacobian coordinates.
  - Functions to encode and decode curve points.
  - Functions to sign and verify messages with the ECDSA.
- The functions emsaPkcs1V15Encoding, emsaPkcs1V15Decoding,
  rsassaPkcs1V15Encrypt and rsassaPkcs1V15Decrypt have been added to
  the library pkcs1.s7i.
- In x509cert.s7i the function getAlgorithmIdentifier has been improved
  to accept algorithm identifiers without algorithm parameters.
- A version of the function createX509Cert, that creates a certificate
  with keys for elliptic curve cryptography, has been added.
- The new library showtls.s7i had been added. This library defines
  functions to show TLS messages. It can be used to debug tls.s7i.
- The library tar.s7i has been improved to accept extended headers with
  meta data (PAX format). Now path and linkpath meta data is accepted.
- A new version of the function bytes() has been added to bytedata.s7i.
  This function converts a bigInteger to a string of bytes with a given
  length.
- Checks for the multiplication operators * and *:= with factors of
  1 and -1 have been added to chkint.sd7.
- Checks for the operator 'lpad0' have been added to chkint.sd7.
- Checks for NaN have been added to chkflt.sd7.
- In the compiler (in comp/const.s7i) the action FLT_MOD has been added
  to the list of pure function actions.
- The compiler has been improved to optimize the actions FLT_REM (in
  comp/flt_act.s7i) and INT_LPAD0 (in comp/int_act.s7i).
- A corner case of the multiplication operator *:= has been fixed in
  the compiler (process_const_int_mult_assign() in comp/int_act.s7i).
  The bug occurred in the overflow checking code, when an array element
  was multiplied with *:= -1. Multiplications of normal variables and
  parameters with *:= and multiplications with other factors except -1
  were not affected by this bug.
- Documentation comments have been improved in cc_conf.s7i and
  pkcs1.s7i.
- In con_win.c the functions kbdKeyPressed() and kbdGetc() have been
  improved to ignore mouse movement and button press events.
- The program chkccomp.c has been improved to have a more detailed
  check for POW_OF_NAN_OKAY.
- In fltlib.c checks for 0.0 have been improved in flt_div() and
  flt_div_assign().
- In flt_rtl.c preprocessor if statements have been improved to check
  for !FLOAT_NAN_COMPARISON_OKAY in fltLog(), fltLog10() fltLog2() and
  fltPow().

20190610:
- The library float.s7i has been improved to support the float
  operators 'rem' (floating-point remainder) and 'mod' (floating-point
  modulo).
- The program chkflt.sd7 has been improved to check floating-point
  literals and the new operators 'rem' and 'mod'. The tests for the
  operator ** have been improved also.
- Compiler and interpreter have been improved to work correct, even
  when the C functions fmod(), exp(), ldexp(), frexp() and sqrt() do
  not work 100% correct.
- The program chkccomp.c has been improved to detect weaknesses of
  numeric functions. These weaknesses happen when handling with NaN,
  Infinity or when other special cases occur.
- A new version of the function timAwait() has been added to tim_unx.c.
  This function is used when AWAIT_WITH_NANOSLEEP is defined.
- The makefiles mk_emccl.mak and mk_emccw.mak have been improved to
  define AWAIT_WITH_NANOSLEEP instead of AWAIT_WITH_SELECT.
- Interpreter and compiler have been improved to support the actions
  FLT_MOD and FLT_REM.
- In the compiler (in comp/flt_act.s7i) a corner case of the action
  FLT_IPOW (when CHECK_FLOAT_DIV_BY_ZERO is TRUE and the exponent is
  negative and the base is zero (0.0 or -0.0)) has been fixed.
- The configuration values FLOAT_COMPARISON_OKAY, FMOD_FUNCTION_OKAY,
  EXP_FUNCTION_OKAY, LDEXP_FUNCTION_OKAY and FREXP_FUNCTION_OKAY have
  been added to cc_conf.s7i. The configuration values
  NAN_COMPARISON_OKAY and FREXP_INFINITY_NAN_OKAY have been removed.
- The functions fltDecompose(), fltExp(), fltLdexp(), fltMod() and
  fltRem() have been added to flt_rtl.c. These functions are used, when
  the corresponding C functions frexp(), exp(), ldexp() and fmod() do
  not work 100% correct.
- In flt_rtl.c the functions fltEq(), fltGe(), fltGt(), fltLe() and
  fltLt() have been improved. These improvements help, when the
  comparison of float or double values does not work 100% correct.
- In flt_rtl.c the functions fltPow(), getMantissaAndExponent(),
  setMantissaAndExponent() and fltSqrt() have been improved. These
  improvements help, when the underlying C functions pow(), frexp(),
  ldexp() and sqrt() do not work 100% correct.
- The program chkccomp.c has been improved to define the macros
  FLOAT_NAN_COMPARISON_OKAY, FLOAT_ZERO_COMPARISON_OKAY,
  SQRT_OF_NAN_OKAY, SQRT_OF_NEGATIVE_OKAY, EXP_OF_NAN_OKAY,
  LDEXP_OF_NAN_OKAY, FREXP_SUBNORMAL_OKAY, FMOD_DIVIDEND_NAN_OKAY,
  FMOD_DIVISOR_NAN_OKAY, FMOD_DIVIDEND_INFINITY_OKAY,
  FMOD_DIVISOR_INFINITY_OKAY and FMOD_DIVISOR_ZERO_OKAY.
- In cmd_rtl.c the function cmdConfigValue has been improved to support
  the config values FLOAT_COMPARISON_OKAY, EXP_FUNCTION_OKAY,
  FMOD_FUNCTION_OKAY, LDEXP_FUNCTION_OKAY and FREXP_FUNCTION_OKAY.
- Definitions of the macros FLOAT_COMPARISON_OKAY, SQRT_FUNCTION_OKAY,
  EXP_FUNCTION_OKAY, LDEXP_FUNCTION_OKAY, FREXP_FUNCTION_OKAY and
  FMOD_FUNCTION_OKAY have been added to commpn.h
- Documentation comments have been improved in intlib.c, int_rtl.c,
  match.c, str_rtl.c, keybd.s7i and vectorfont.s7i.
- In comp/int_act.s7i the variable quotient_name has been renamed to
  remainder_name.

20190523:
- In match.c the function substitute_params() has been fixed to copy
  parameters with expressions instead of calling do_create(). For
  expressions do_create() just creates a reference to the expression
  and this leads later to a double free of the expression. Many thanks
  go to Anton Lobach, for reporting this error and for providing a test
  program.
- The library blowfish.s7i, with Blowfish cipher support, has been
  added.
- The functions column() and line() have been added to the library
  console.s7i.
- The bas7.sd7 (basic interpreter) example program has been improved.
  Support for the keyword ENDIF has been added.
- The compiler (s7c.sd7) has been improved (in set_act.s7i) to optimize
  the expression card(bitset(number)).
- The functions toBase and fromBaseToBigInt have been added to
  encoding.s7i. This functions encode and decode bigInteger numbers
  with a positional numeric system.
- Conversion functions have been added to bitsetof.s7i and bitset.s7i.
- Checks for the function card() have been added to chkset.sd7.
- Interpreter and compiler have been improved to support the actions
  CON_COLUMN, CON_LINE, SET_CONV1, SET_CONV3, SET_SCONV1 and
  SET_SCONV3. The support for the actions SET_CONV and SET_SCONV has
  been removed.
- The libraries bitsetof.s7i and bitset.s7i have been adjusted, to use
  the new actions.
- In con_inf.c the function conWrite() has been improved to change the
  cursor position, when the characters '\n', '\r' and '\b' are written.
- In con_win.c the function conCursor() has been improved, to hide the
  cursor, when it is called with FALSE. The function conOpen() has been
  changed, to set the cursor position to (1, 1) and to hide the cursor.
- The functions conColumn() and conLine() have been added to con_rtl.c,
  con_inf.c, con_win.c, con_wat.c and con_emc.c.
- In set_rtl.c the functions setIConv() and setSConv() have been
  improved. Now setIConv() raises RANGE_ERROR for negative numbers and
  setSConv() raises RANGE_ERROR, when a negative integer would be
  returned.
- Documentation has been improved in console.s7i, string.s7i,
  con_inf.c, con_win.c
- The debug trace mechanism in analyze.c and dcllib.c has been
  improved.
- A call of dlerror() has been added in dll_unx.c.
- In traceutl.c the function prot_list_limited() has been introduced.

20190506:
- The utility program bigfiles.sd7 has been added. Bigfiles is an
  utility program to search for big files. This is useful, when the
  disk is almost full and files must be removed to get more space.
- The utility program sydir7.sd7 has been improved. Now it supports the
  option -n, which assures that no changes are done.
- The program db7.sd7 (Database Inspector) has been improved to write
  an error message, when reading the catalog of database tables fails.
- The program chkbitdata.sd7 has been added. This program checks
  functions from the bitdata.s7i library.
- In the FAQ the explanation, how Seed7 is compiled, has been improved.
- The description of several conversion functions in the manual has
  been improved.
- The function ripemd160 has been added to msgdigest.s7i. This function
  computes a message digest with the RIPEMD-160 algorithm.
- The functions toBase58, fromBase58, toBase and fromBase have been
  added to encoding.s7i. This functions support Base58 encoding and
  similar other encodings with a positional numeric system.
- The functions putBitLsb, putBitsLsb, getBitMsb, getBitsMsb, putBitMsb
  and putBitsMsb have been added to bitdata.s7i. This functions read
  and write bits from and to a file.
- The new library leb128.s7i has been added. This library supports the
  conversion of integers to and from LEB128 encoding. LEB128 is a
  variable-length encoding for integers. It is used e.g. by the DWARF
  debug file format and by WebAssembly.
- Tests for the functions leb128ToInt(), uLeb128ToInt(), leb128() and
  uLeb128() have been added to chkint.sd7.
- The library make.s7i has been improved to avoid a makefile rule
  recursion.
- The function hex2Bytes has been added to bytedata.s7i. This function
  converts a string with hexadecimal digits to a string of bytes.
- The function reverse has been added to string.s7i and seed7_05.s7i.
- The function tableNamesCommand has been added to sql_base.s7i.
- Conversion functions have been added to char.s7i.
- In big_rtl.c the function uBigMult has been changed to be faster,
  when the size of factor2 is 1.
- In con_inf.c code to copy the environment for Emscripten and node.js
  has been added. This code is deactivated, because of a limitation
  in the Emscripten implementations of getenv() and setenv().
- The makefiles have been improved to copy the file version.h to a
  name that corresponds to the makefile. E.g.: The makefile
  mk_linux.mak copies version.h to vers_linux.h. This helps comparing
  different version.h files.
- Documentation has been added to chkccomp.c and read_me.txt.
- The prototype of the function refCatParse has been changed in
  ref_data.c, ref_data.h and ref_act.s7i. The compiler (s7c.sd7) has
  been changed to add a cast in the function init_set_constants().
  In sql_odbc.c casts have been added. This changes avoid C++
  compilation errors.
- Calls of logFunction and logError have been added in con_inf.c,
  dll_unx.c and dll_win.c.
2019-07-24 12:09:15 +00:00
Wen Heping
ca0c70fd0b - Update to 2.84.1 2019-07-23 14:34:52 +00:00
Dmitry Marakasov
4642dfaf2b - Update WWW
Approved by:	portmgr blanket
2019-07-23 09:02:18 +00:00
Gerald Pfeifer
2ca93a243f Update to the 20180719 snapshot of GCC 8.3.1.
This fixes a bug around tail call optimization breaking noexcept and
a few Arm-specific code generation issues.
2019-07-23 04:09:01 +00:00
Jan Beich
d32145cc6f lang/rust-nightly: update to 1.38.0.20190723
Changes:	e3cebcb3bd...e649e90344
2019-07-23 00:46:45 +00:00
Gerald Pfeifer
56aec54465 Update to the 20180720 snapshot of GCC 9.1.1.
This brings a number of backports for the C++ front end and a few other
spots.
2019-07-22 14:36:43 +00:00
Mathieu Arnold
2851996ce1 Update to v5.31.2-21-g996b0cb8b8 2019-07-22 14:13:53 +00:00
Gerald Pfeifer
3a811803eb Update to the 20190718 snapshot of GCC 7.4.1.
The 20190711 snapshot did not bring any changes, so we skipped it.
This one brings a backport for Arm and one for dataflow analysis
(plus one for s390).
2019-07-21 04:50:27 +00:00
Gerald Pfeifer
45004bb405 Update to the 201900714 snapshot of GCC 10.0.0. 2019-07-20 06:19:21 +00:00
Jan Beich
7406148768 lang/rust-nightly: update to 1.38.0.20190720
Changes:	4b65a86eba...e3cebcb3bd
2019-07-20 00:46:15 +00:00
Julien Laffaye
d6350e65ce lang/go14: fixes QA errors and remove unneeded files
PR:		239154
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2019-07-19 09:20:49 +00:00
Jimmy Olgeni
e8969a1d1d Update lang/elixir to version 1.9.1. 2019-07-19 07:55:51 +00:00
Gerald Pfeifer
2bf6c20915 Update to the 20180713 snapshot of GCC 9.1.1.
This brings some fixes around Fortran, x86-64, tree-based optimizations,...
2019-07-18 07:00:53 +00:00