Commit graph

19751 commits

Author SHA1 Message Date
Tobias C. Berner
c78d87dafd lang/kross-interpreters: optionify python dependency and undeprecate
- The python option can be removed with the removal of python2.7
2020-09-12 11:26:14 +00:00
Jimmy Olgeni
f49994e885 lang/ccl: IGNORE on FreeBSD < 12. 2020-09-12 08:00:55 +00:00
Li-Wen Hsu
f8903fb75c lang/python35: Update to 3.5.10
ChangeLog: https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-10

PR:		249187
MFH:		2020Q3
2020-09-12 05:04:26 +00:00
Mark Linimon
37944610e7 Make BROKEN message more explicit, for ease in analyzing package building
results.
2020-09-11 20:11:24 +00:00
Gerald Pfeifer
34bfb39c48 Update to the 20200910 snapshot of GCC 8.4.1. 2020-09-11 15:34:38 +00:00
Jan Beich
e8d7b3f87b lang/intel-compute-runtime: update to 20.36.17813
Changes:	https://github.com/intel/compute-runtime/compare/20.35.17767...20.36.17813
Reported by:	GitHub (watch releases)
2020-09-11 14:48:40 +00:00
Jimmy Olgeni
29d41eb602 Update lang/erlang-runtime23 to version 23.0.4. 2020-09-11 09:51:29 +00:00
Yuri Victorovich
f05a6f94a3 New port: lang/hermes: JavaScript engine 2020-09-11 08:04:14 +00:00
Gerald Pfeifer
b7ae9c28a9 Update to the 20200906 snapshot of GCC 11.0.0. 2020-09-10 20:05:02 +00:00
Tobias C. Berner
28bac6ebdd Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.

As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.

[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D26362
2020-09-10 18:55:41 +00:00
Dmitri Goutnik
d1130526c4 lang/go: Update to 1.15.2
Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
2020-09-10 13:46:05 +00:00
Brandon Bergren
3c7e4e45ea [PowerPC64LE] Fix Lua 5.2 runtime issue
Lua 5.2 (but not earlier or later versions) has a powerpc platform detection
check.

This check was not using the preferred define `__powerpc__` so fails to
trigger on gcc.

It also assumes that all of powerpc is big-endian.

Check a more universal preprocessor define, and add support for the
upcoming FreeBSD PowerPC64LE.

Submitted by:	Daniel Kolesa <daniel@octaforge.org>
Reviewed by:	luporl
Approved by:	portmgr (blanket: runtime fix)
Differential Revision:	https://reviews.freebsd.org/D26234
2020-09-09 21:47:58 +00:00
Gerald Pfeifer
3c50d83ca1 Update to the 20200905 snapshot of GCC 10.2.1.
This brings two backports for powerpc (rs6000), one for x86, three for
the tree optimizers, and two for the Fortran front end and libstdc++ each.
2020-09-09 20:47:09 +00:00
Li-Wen Hsu
89889f9418 lang/kotlin: Update to 1.4.0
PR:		248663
Submitted by:	lwhsu
Approved by:	mizhka (maintainer)
2020-09-09 03:12:19 +00:00
Tobias Kortkamp
a3daa0902a lang/rust-nightly: Update to 1.48.0.20200907
Changes:	130359cb05...73dc675b94
2020-09-07 22:17:57 +00:00
Torsten Zuehlsdorff
2ed09ec2ed lang/php74: Upgrade from 7.4.9 to 7.4.10
Changelog:

    Core:
        Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless).
        Fixed bug #77932 (File extensions are case-sensitive).
        Fixed bug #79806 (realpath() erroneously resolves link to link).
        Fixed bug #79895 (PHP_CHECK_GCC_ARG does not allow flags with equal sign).
        Fixed bug #79919 (Stack use-after-scope in define()).
        Fixed bug #79934 (CRLF-only line in heredoc causes parsing error).
        Fixed bug #79947 (Memory leak on invalid offset type in compound assignment).
    COM:
        Fixed bug #48585 (com_load_typelib holds reference, fails on second call).
    Exif:
        Fixed bug #75785 (Many errors from exif_read_data).
    Gettext:
        Fixed bug #70574 (Tests fail due to relying on Linux fallback behavior for gettext()).
    LDAP:
        Fixed memory leaks.
    OPcache:
        Fixed bug #73060 (php failed with error after temp folder cleaned up).
        Fixed bug #79917 (File cache segfault with a static variable in inherited method).
    PDO:
        Fixed bug #64705 (errorInfo property of PDOException is null when PDO::__construct() fails).
    Session:
        Fixed bug #79724 (Return type does not match in ext/session/mod_mm.c).
    Standard:
        Fixed bug #79930 (array_merge_recursive() crashes when called with array with single reference).
        Fixed bug #79944 (getmxrr always returns true on Alpine linux).
        Fixed bug #79951 (Memory leak in str_replace of empty string).
    XML:
        Fixed bug #79922 (Crash after multiple calls to xml_parser_free()).

Sponsored by:	Bounce Experts
2020-09-07 22:16:33 +00:00
Torsten Zuehlsdorff
c0a87c6d2d lang/php73: Upgrade from 7.3.21 to 7.3.22
Changelog:

    Core:
        Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless).
        Fixed bug #77932 (File extensions are case-sensitive).
        Fixed bug #79806 (realpath() erroneously resolves link to link).
        Fixed bug #79895 (PHP_CHECK_GCC_ARG does not allow flags with equal sign).
        Fixed bug #79919 (Stack use-after-scope in define()).
        Fixed bug #79934 (CRLF-only line in heredoc causes parsing error).
    COM:
        Fixed bug #48585 (com_load_typelib holds reference, fails on second call).
    Exif:
        Fixed bug #75785 (Many errors from exif_read_data).
    Gettext:
        Fixed bug #70574 (Tests fail due to relying on Linux fallback behavior for gettext()).
    LDAP:
        Fixed memory leaks.
    OPcache:
        Fixed bug #73060 (php failed with error after temp folder cleaned up).
    PDO:
        Fixed bug #64705 (errorInfo property of PDOException is null when PDO::__construct() fails).
    Standard:
        Fixed bug #79930 (array_merge_recursive() crashes when called with array with single reference).
        Fixed bug #79944 (getmxrr always returns true on Alpine linux).
        Fixed bug #79951 (Memory leak in str_replace of empty string).
    XML:
        Fixed bug #79922 (Crash after multiple calls to xml_parser_free()).

Sponsored by:	Bounce Experts
2020-09-07 22:15:43 +00:00
Tobias Kortkamp
616593b397 lang/janet: Update to v1.12.1
Changes:	https://github.com/janet-lang/janet/releases/tag/v1.12.1
2020-09-07 22:14:21 +00:00
Tobias Kortkamp
8c2ee1cb89 lang/janet: Update to v1.12.0
Changes:	https://github.com/janet-lang/janet/releases/tag/v1.12.0
2020-09-07 21:40:25 +00:00
Mathieu Arnold
e519ec0dbb Update to v5.33.1-184-g2bd36f42f4. 2020-09-07 15:13:13 +00:00
Gerald Pfeifer
370fb6d65a Update to the 20200904 snapshot of GCC 9.3.1.
This brings a backport for powerpc and one for libstdc++.
2020-09-07 07:05:41 +00:00
Gerald Pfeifer
2a2f0ef22f Update to the 20200903 snapshot of GCC 8.4.1. 2020-09-06 20:53:27 +00:00
Yuri Victorovich
6c510e0cd4 lang/halide: Update 2019_08_27-2023-g48f9a1c75 -> 2019_08_27-2654-g664dc4993 2020-09-06 15:55:03 +00:00
Gerald Pfeifer
6099f2a908 Update to the 20200829 snapshot of GCC 10.2.1.
This brings two update for the x86 back end, one each for powerpc and
arm, eight for the middle end, four for the Fortran front end, and two
each for the C front end, the C++ front end, and libstdc++.
2020-09-05 08:39:38 +00:00
Jan Beich
8bad52783e lang/intel-compute-runtime: update to 20.35.17767
Changes:	https://github.com/intel/compute-runtime/compare/20.34.17727...20.35.17767
Reported by:	GitHub (watch releases)
2020-09-04 17:31:03 +00:00
Yuri Victorovich
287fb4923c lang/gravity: Update 0.7.8 -> 0.7.9
Reported by:	portscout
2020-09-03 16:31:19 +00:00
Tobias C. Berner
a2cb94c52a Update KDE Applications (release-service) to 20.08.1 2020-09-03 14:48:14 +00:00
Tobias Kortkamp
56a0fd2ac4 lang/rust-nightly: Update to 1.48.0.20200902
Changes:	5180f3da5f...130359cb05
2020-09-02 21:22:00 +00:00
Tobias Kortkamp
cd8ca9f2f5 lang/rust-bootstrap: Unbreak build
error: linking with `/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/aarch64-unknown-freebsd-cc` failed: exit code: 1
  |
  = note: "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/aarch64-unknown-freebsd-cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-Wl,--eh-frame-hdr" "-L" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1/lib/rustlib/aarch64-unknown-freebsd/lib" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/rustc_binary-aee2141e03185e53.rustc_binary.b5znfnzc-cgu.0.rcgu.o" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/rustc_binary-aee2141e03185e53.rustc_binary.b5znfnzc-cgu.1.rcgu.o" "-o" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/rustc_binary-aee2141e03185e53" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-Wl,-O1" "-nodefaultlibs" "-L" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps" "-L" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/release/deps" "-L" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/build/psm-b70dc38335c8633c/out" "-L" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/build/rustc_llvm-2e64396678b51f1b/out" "-L" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/aarch64-unknown-freebsd/llvm/build/lib" "-L" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1/lib/rustlib/aarch64-unknown-freebsd/lib" "-L" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps" "-lrustc_driver-92f05a38b6344bea" "-Wl,--start-group" "-L" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1/lib/rustlib/aarch64-unknown-freebsd/lib" "-lstd-1f5c5da87793947f" "-Wl,--end-group" "-Wl,-Bstatic" "/wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1/lib/rustlib/aarch64-unknown-freebsd/lib/libcompiler_builtins-8365ea7481741727.rlib" "-Wl,-Bdynamic" "-lc++" "-lutil" "-lutil" "-lexecinfo" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" "-Wl,-rpath,$ORIGIN/../lib"
  = note: ld: error: /wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/librustc_driver-92f05a38b6344bea.so: undefined reference to compress2 [--no-allow-shlib-undefined]
          ld: error: /wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/librustc_driver-92f05a38b6344bea.so: undefined reference to compressBound [--no-allow-shlib-undefined]
          ld: error: /wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/librustc_driver-92f05a38b6344bea.so: undefined reference to crc32 [--no-allow-shlib-undefined]
          ld: error: /wrkdirs/usr/ports/lang/rust-bootstrap/work-aarch64/rustc-1.46.0-src/build/x86_64-unknown-freebsd/stage1-rustc/aarch64-unknown-freebsd/release/deps/librustc_driver-92f05a38b6344bea.so: undefined reference to uncompress [--no-allow-shlib-undefined]
          cc: error: linker command failed with exit code 1 (use -v to see invocation)
2020-09-02 18:15:58 +00:00
Alex Dupre
0e4608307e Update to 0.7.1 release. 2020-09-02 15:17:20 +00:00
Dmitri Goutnik
6593cd1aa5 lang/go-devel: Update to 1.15.1
Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
2020-09-01 22:09:30 +00:00
Dmitri Goutnik
b4b81814c1 lang/go: Update to 1.15.1
Changes:	https://golang.org/doc/devel/release.html#go1.15.minor
Security:	67b050ae-ec82-11ea-9071-10c37b4ac2ea
2020-09-01 19:36:59 +00:00
Yuri Victorovich
dbb48d51ec x11-toolkits/wxgtk31: Update 3.1.3 -> 3.1.4
PR:		248244
Submitted by:	VVD <vvd@unislabs.com>
2020-09-01 18:12:20 +00:00
Fernando Apesteguía
79f23d9e59 lang/libobjc2: Fix build in 11.3
We need -lm in order to use the ceilf function.

PR:	249046
Reported by:	brad@facefault.org
MFH:	2020Q3 (blanket, build fix)
2020-09-01 16:41:37 +00:00
Gerald Pfeifer
45d270c95f Update to the 20200830 snapshot of GCC 11.0.0. 2020-09-01 07:37:44 +00:00
Jimmy Olgeni
a94c5bc740 Update lang/racket-minimal to version 7.8 and apply portfmt. 2020-08-31 14:03:15 +00:00
Jimmy Olgeni
39bf8d9203 Update lang/racket to version 7.8 and apply portfmt.
PR:           248722
Submitted by: m.ne@gmx.net
2020-08-31 14:01:20 +00:00
Mathieu Arnold
e683c6fae2 Update to v5.33.1-58-g682d991d28. 2020-08-31 12:39:42 +00:00
Edward Tomasz Napierala
535f9e100c Fix build ("ld: error: duplicate symbol: RAM"). 2020-08-31 12:22:32 +00:00
Tobias Kortkamp
c9a06251c5 lang/rust: Update to 1.46.0
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D26176
2020-08-30 18:36:07 +00:00
Jan Beich
261fa25f00 devel/intel-graphics-compiler: update to 1.0.4756
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4361
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4427
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4479
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4521
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4594
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4756
Reported by:	GitHub (watch releases), Repology
2020-08-30 03:03:57 +00:00
Ashish SHUKLA
7e66e99cbf - Update to 0.9.7 2020-08-29 17:51:54 +00:00
Niclas Zeising
6d27b4af73 lang/pypy3: Fix build with -fno-common
Add an upstream patch to lang/pypy and lang/pypy3 to fix the build of
lang/pypy3 with -fno-common.

MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)
2020-08-29 15:06:08 +00:00
Jimmy Olgeni
3409fe9dbf Update lang/erlang-runtime22 to version 22.3.4.10. 2020-08-29 10:12:54 +00:00
Gerald Pfeifer
c7f67f0778 Update to the 20200828 snapshot of GCC 9.3.1.
This brings several changes for arm and aarch64, plus two for Fortran
and libstdc++ each.
2020-08-29 09:07:16 +00:00
Jan Beich
41af3a2f64 lang/intel-compute-runtime: update to 20.34.17727
Changes:	https://github.com/intel/compute-runtime/compare/20.33.17675...20.34.17727
Reported by:	GitHub (watch releases)
2020-08-29 00:37:45 +00:00
Tobias C. Berner
e5fbb9f432 lang/erlang-runtime20: fix build on recent current 2020-08-28 21:56:10 +00:00
Niclas Zeising
0ff2ccd87d lang/erlang-runtime21: fix build with -fno-common
Add an upstream patch to lang/erlang-runtime21 to fix the build with
-fno-common, which is the default with llvm 11.

MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)
2020-08-28 17:38:45 +00:00
Gerald Pfeifer
e99fd9443c Update to the 20200827 snapshot of GCC 8.4.1.
This brings a few improvements for aarch64 and arm.
2020-08-28 08:03:42 +00:00
Gerald Pfeifer
46a7b107df Update to the 20200822 snapshot of GCC 10.2.1.
This brings one fix for interprocedural optimization, one for the arm
and two for the powerpc and x86 back ends, and some for C++/libstdc++.
2020-08-27 18:27:34 +00:00
Alexey Dokuchaev
27b279413e Now that tests are built after r546301, hook them to our framework
so "make test" would work.  Currently 99% tests pass, 2 tests fail
out of 186 (on amd64).
2020-08-27 08:01:14 +00:00
Niclas Zeising
6869b1db1a lang/libobjc2: Fix linking against
Pull in a patch from upstream to fix generation of eh_trampoline().
Without this patch linking against libobjc sometimes failes with
undefined reference to `eh_trampoline()'.
Build tests by default.

MFH:		2020Q3
X-MFH-With:	546146
2020-08-26 21:41:45 +00:00
Wen Heping
4adf293574 - Update to 3.7.9(security update)
PR:		248753
Submitted by:	wen@(myself)
Exp-run by:	antoine@
MFH:		2020Q3
Security:	CVE-2020-15801, CVE-2020-15523, CVE-2020-14422
2020-08-26 14:20:19 +00:00
Gerald Pfeifer
5d68ec6db1 Update to the 20200823 snapshot of GCC 11.0.0. 2020-08-26 07:39:50 +00:00
Torsten Zuehlsdorff
776ed089b9 lang/php72: Update from 7.2.22 to 7.2.23
The last log entry is the same, because i accidently performed an update from
7.2.21 to 7.2.22. I ignored the update to 7.2.22 because for FreeBSD its a no-op.
But when 7.2.23 was released i only increased the version by one.
This time its the real update! :)

Changelog:

    Core:
        Fixed bug #79877 (getimagesize function silently truncates after a null byte) (cmb)
    Phar:
        Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)

Reported by:	José García Juanino <jjuanino@gmail.com>
Sponsored by:	Bounce Experts
2020-08-25 23:08:47 +00:00
Yuri Victorovich
9cde8222f2 lang/halide: Remove tests from build
PR:		248855
2020-08-25 21:24:57 +00:00
Gerald Pfeifer
2e6cd3f1e6 Update to the 20200821 snapshot of GCC 9.3.1.
This brings one fix for the x86 back end one backport for libstdc++.
2020-08-25 09:42:23 +00:00
Niclas Zeising
d81d4f546d lang/libobjc2: Update to 2.1
Properly update lang/libobjc2 to 2.1.
It now builds with -fno-common.

Releas announcement:
https://github.com/gnustep/libobjc2/releases/tag/v2.1
2020-08-25 09:37:58 +00:00
Fernando Apesteguía
32be5870ce lang/libobjc2: update to 2.1
ChangeLog: https://github.com/gnustep/libobjc2/releases/tag/v2.1

While here:

 * Reorder variables
 * Add missing USE_LDCONFIG since the port installs shared libraries

Reported by:	portscout
2020-08-24 18:11:24 +00:00
Fernando Apesteguía
ec1d67e803 lang/mosh: Fix build on 13-CURRENT
lang/mosh depended on -fcommon

Cherry-pick upstream fix:
808af929bf

PR:	248874
Submitted by:	mjt@cltn.org (maintainer)
2020-08-24 18:02:01 +00:00
Mathieu Arnold
12943087bf Update to v5.33.1-38-g2385767d71 2020-08-24 14:29:51 +00:00
Jan Beich
95ba6a2949 lang/intel-compute-runtime: update to 20.33.17675
Changes:	https://github.com/intel/compute-runtime/compare/20.32.17625...20.33.17675
Reported by:	GitHub (watch releases)
2020-08-24 14:18:30 +00:00
Loïc Bartoletti
d757360537 lang/nim: Fix cssSource for nim doc
Nim doc expected to find nimdoc.css in ${PREFIX}/doc/nimdoc.css but our doc directory is ${PREFIX}/share/doc/nim/

PR:		248814
Approved by:	Neal Nelson (maintainer)
2020-08-24 06:48:36 +00:00
Tobias Kortkamp
c215c2e28c lang/rust-nightly: Update to 1.47.0.20200824
Changes:	792c645ca7...5180f3da5f
2020-08-24 06:43:14 +00:00
Tobias Kortkamp
d246c066dc lang/rust-nightly: Disable DOCS
It is currently broken:

error: unresolved link to `crate::os::unix::ffi::OsStrExt`
   --> library/std/src/ffi/mod.rs:134:22
    |
134 | //! [unix.OsStrExt]: crate::os::unix::ffi::OsStrExt
    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
    |
    = note: `-D broken-intra-doc-links` implied by `-D warnings`
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `crate::os::unix::ffi::OsStrExt::from_bytes`
   --> library/std/src/ffi/mod.rs:135:21
    |
135 | //! [`from_bytes`]: crate::os::unix::ffi::OsStrExt::from_bytes
    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `crate::os::unix::ffi::OsStrExt::as_bytes`
   --> library/std/src/ffi/mod.rs:136:19
    |
136 | //! [`as_bytes`]: crate::os::unix::ffi::OsStrExt::as_bytes
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `crate::os::unix::ffi::OsStringExt`
   --> library/std/src/ffi/mod.rs:131:25
    |
131 | //! [unix.OsStringExt]: crate::os::unix::ffi::OsStringExt
    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `crate::os::unix::ffi::OsStringExt::from_vec`
   --> library/std/src/ffi/mod.rs:132:19
    |
132 | //! [`from_vec`]: crate::os::unix::ffi::OsStringExt::from_vec
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `crate::os::unix::ffi::OsStringExt::into_vec`
   --> library/std/src/ffi/mod.rs:133:19
    |
133 | //! [`into_vec`]: crate::os::unix::ffi::OsStringExt::into_vec
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `crate::os::windows::ffi::OsStrExt`
   --> library/std/src/ffi/mod.rs:138:25
    |
138 | //! [windows.OsStrExt]: crate::os::windows::ffi::OsStrExt
    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `crate::os::windows::ffi::OsStrExt::encode_wide`
   --> library/std/src/ffi/mod.rs:139:22
    |
139 | //! [`encode_wide`]: crate::os::windows::ffi::OsStrExt::encode_wide
    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `crate::os::windows::ffi::OsStringExt`
   --> library/std/src/ffi/mod.rs:141:28
    |
141 | //! [windows.OsStringExt]: crate::os::windows::ffi::OsStringExt
    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `crate::os::windows::ffi::OsStringExt::from_wide`
   --> library/std/src/ffi/mod.rs:142:20
    |
142 | //! [`from_wide`]: crate::os::windows::ffi::OsStringExt::from_wide
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `crate::os::unix::fs::PermissionsExt`
   --> library/std/src/fs.rs:176:25
    |
176 | /// [`PermissionsExt`]: crate::os::unix::fs::PermissionsExt
    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `crate::os::unix::fs::symlink`
    --> library/std/src/fs.rs:1741:37
     |
1741 | /// [`std::os::unix::fs::symlink`]: crate::os::unix::fs::symlink
     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
     |
     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `crate::os::windows::fs::symlink_file`
    --> library/std/src/fs.rs:1742:45
     |
1742 | /// [`std::os::windows::fs::symlink_file`]: crate::os::windows::fs::symlink_file
     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
     |
     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `crate::os::windows::fs::symlink_dir`
    --> library/std/src/fs.rs:1743:22
     |
1743 | /// [`symlink_dir`]: crate::os::windows::fs::symlink_dir
     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link
     |
     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: aborting due to 14 previous errors

error: Could not document `std`.
2020-08-24 06:42:42 +00:00
Gerald Pfeifer
5fc5cde5d9 Update to the 20200820 snapshot of GCC 8.4.1.
This only brings one fix for the x86 back end.
2020-08-24 05:11:58 +00:00
Gerald Pfeifer
0a7384d15d Update to the 20200815 snapshot of GCC 10.2.1.
This brings about a dozen of LTO related changes, three for powerpc and
one for x86, four for C++ and the C++ standard library, and one for the
Fortran front end.
2020-08-23 07:11:45 +00:00
Niclas Zeising
d6dff4bed5 lang/ocaml: Fix build with llvm 11
Fix the build of lang/ocaml with llvm 11.
There are two issues, first off, te issue with -fno-common, which is default
with llvm 11.  This is fixed by pulling in a modified patch from upstream,
as well as local patches.
Secondly, there's a problem with how asm sections are handled, patch this
locally.  Thanks to dim@ for help with this.

MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)
2020-08-22 21:32:36 +00:00
Niclas Zeising
6d32a82ea2 lang/libobjc2: Add -fcommon to CFLAGS
Fix the build of lang/libobjc2 after the llvm 11 import by adding -fcommon
to CFLAGS.  There are several patches needed to get this to build with
-fno-common, and I'm unsure about some of the changes I needed to make, so
build with -fcommon for now, until upstream can have a look as well.

MFH:		2020Q3 (implicit, -fno-common fixes, ok by joenum)
2020-08-22 13:55:19 +00:00
Gerald Pfeifer
6a7ee0ec74 Fix the build with clang 11.
This was fixed upstream as part of a larger commit on May 6th 2017,
and dim@ now encountered the same and fixed the specific issue for
our GCC 7 port.  Newer versions should not exhibit this.

(See the new files/patch-gcc_config_i386_i386.c for more details.)

PR:		248755
Submitted by:	dim
2020-08-22 09:06:01 +00:00
Sunpoet Po-Chuan Hsieh
3cfb91e37c Update to 1.73.25 2020-08-21 21:21:45 +00:00
Wen Heping
11fba58a19 - Set PORTREVISION 2020-08-21 15:01:28 +00:00
Gleb Popov
a5768ebed3 lang/ghc: Update to 8.10.2 2020-08-21 10:50:41 +00:00
Jimmy Olgeni
1e06fc8e4e Update lang/erlang-runtime22 to version 22.3.4.9. 2020-08-21 09:03:45 +00:00
Piotr Kubaj
1f045f1f3c lang/erlang: fix build on powerpc64 elfv1
Force newer GCC and disable DTRACE. Looks like Dtrace on elfv1 is buggy and causes build to break.
2020-08-20 22:38:49 +00:00
Niclas Zeising
e59f376845 lang/erlang: Fix build with -fno-common.
Add a patch to lang/erlang to fix the build with -fno-common, which is the
default with llvm 11.

MFH:		2020Q3
2020-08-20 15:36:08 +00:00
Torsten Zuehlsdorff
f167f08f51 lang/php74: Update from 7.4.8 to 7.4.9
Changelog:

    Apache:
        Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec).
    COM:
        Fixed bug #63208 (BSTR to PHP string conversion not binary safe).
        Fixed bug #63527 (DCOM does not work with Username, Password parameter).
    Core:
        Fixed bug #79740 (serialize() and unserialize() methods can not be called statically).
        Fixed bug #79783 (Segfault in php_str_replace_common).
        Fixed bug #79778 (Assertion failure if dumping closure with unresolved static variable).
        Fixed bug #79779 (Assertion failure when assigning property of string offset by reference).
        Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
        Fixed bug #78598 (Changing array during undef index RW error segfaults).
        Fixed bug #79784 (Use after free if changing array during undef var during array write fetch).
        Fixed bug #79793 (Use after free if string used in undefined index warning is changed).
        Fixed bug #79862 (Public non-static property in child should take priority over private static).
        Fixed bug #79877 (getimagesize function silently truncates after a null byte) (cmb)
    Fileinfo:
        Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)).
    FTP:
        Fixed bug #55857 (ftp_size on large files).
    Mbstring:
        Fixed bug #79787 (mb_strimwidth does not trim string).
    Phar:
        Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)
    Reflection:
        Fixed bug #79487 (::getStaticProperties() ignores property modifications).
        Fixed bug #69804 (::getStaticPropertyValue() throws on protected props).
        Fixed bug #79820 (Use after free when type duplicated into ReflectionProperty gets resolved).
    Standard:
        Fixed bug #70362 (Can't copy() large 'data://' with open_basedir).
        Fixed bug #78008 (dns_check_record() always return true on Alpine).
        Fixed bug #79839 (array_walk() does not respect property types).

Sponsored by:	Bounce Experts
2020-08-19 21:31:23 +00:00
Torsten Zuehlsdorff
3446c3ed44 lang/php73: Update from 7.3.20 to 7.3.21
Changelog:

    Apache:
        Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec).
    Core:
        Fixed bug #79877 (getimagesize function silently truncates after a null byte).
        Fixed bug #79778 (Assertion failure if dumping closure with unresolved static variable).
        Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
    COM:
        Fixed bug #63208 (BSTR to PHP string conversion not binary safe).
        Fixed bug #63527 (DCOM does not work with Username, Password parameter).
    Curl:
        Fixed bug #79741 (curl_setopt CURLOPT_POSTFIELDS asserts on object with declared properties).
    Fileinfo:
        Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)).
    FTP:
        Fixed bug #55857 (ftp_size on large files).
    Mbstring:
        Fixed bug #79787 (mb_strimwidth does not trim string).
    Phar:
        Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)
    Standard:
        Fixed bug #70362 (Can't copy() large 'data://' with open_basedir).
        Fixed bug #79817 (str_replace() does not handle INDIRECT elements).
        Fixed bug #78008 (dns_check_record() always return true on Alpine).

Sponsored by:	Bounce Experts
2020-08-19 21:30:32 +00:00
Torsten Zuehlsdorff
63e91c7887 lang/php72: Update from 7.2.22 to 7.2.23
Changelog:

    Core:
        Fixed bug #79877 (getimagesize function silently truncates after a null byte) (cmb)
    Phar:
        Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)

Sponsored by:	Bounce Experts
2020-08-19 21:29:37 +00:00
Wen Heping
5f25c5cd24 - Remove PORTREVISION which forgot in last commit
Spotted by:	lwhsu@(Thanks!)
2020-08-19 15:55:07 +00:00
Piotr Kubaj
66d118584d lang/racket: fix build on non-x86
Even without JIT option available, FUTURES is enabled by default, breaking build. Make FUTURES also x86-only.

MFH:		2020Q3 (fix build blanket)
2020-08-19 15:33:26 +00:00
Wen Heping
7d13034833 - Update to 3.6.12(include security fix)
MFH:		2020Q3
2020-08-19 14:38:28 +00:00
Gerald Pfeifer
69b0ee7870 Update to the 20200816 snapshot of GCC 11.0.0.
files/patch-gcc-value-range.h is upstream now, so remove it here.
2020-08-19 13:42:40 +00:00
Jimmy Olgeni
8abc92ab95 Update lang/erlang-runtime22 to version 22.3.4.8. 2020-08-19 10:47:24 +00:00
Gleb Popov
12047f2917 lang/ghc: Switch to folly static pkg-plist and add aux Makefile target to poke
with OPTIONs variety.
2020-08-18 19:09:36 +00:00
Jan Beich
08c97f1b7f lang/intel-compute-runtime: update to 20.32.17625
Changes:	https://github.com/intel/compute-runtime/compare/20.31.17495...20.32.17625
Changes:	https://github.com/oneapi-src/level-zero/compare/v0.91.21...v1.0
Reported by:	GitHub (watch releases)
2020-08-18 17:46:38 +00:00
Piotr Kubaj
9ba6e2af06 lang/perl5.32: revert r544611
Perl builds fine on powerpc with LLVM 11 rc1.
2020-08-18 15:27:12 +00:00
Gerald Pfeifer
55d72bec13 Update to the 20200814 snapshot of GCC 9.3.1.
This brings one bugfix for arm and three for aarch64, two in the
middle end, and a fair bit for libstdc++.
2020-08-18 09:54:07 +00:00
Tobias Kortkamp
6acc8e7da5 lang/chibi-scheme: Update to 0.9.1
Changes:	https://github.com/ashinn/chibi-scheme/compare/0.9...0.9.1
2020-08-18 04:12:44 +00:00
Tobias Kortkamp
73f07f59d1 lang/rust-nightly: Update to 1.47.0.20200818
Changes:	770bd3d1d0...792c645ca7
2020-08-18 04:09:11 +00:00
Mateusz Piotrowski
d549f79dbf lang/retro12: Update to 2020.07 2020-08-18 00:01:12 +00:00
Jimmy Olgeni
ae127f6eb8 Update lang/erlang-runtime22 to version 22.3.4.7. 2020-08-17 15:34:21 +00:00
Mathieu Arnold
e90119c5e0 Update to v5.33.0-262-g2122602f85. 2020-08-17 14:08:42 +00:00
Gleb Popov
98c623c61e lang/ghc: Switch to static pkg-plist for documentation files. 2020-08-17 12:26:10 +00:00
Gerald Pfeifer
1d802f2210 Update to the 20200813 snapshot of GCC 8.4.1.
This brings one backport for aarch64 and some for libstdc++.
2020-08-16 21:48:06 +00:00
Gleb Popov
0048486f22 lang/ghc: Remove some now unused variables. 2020-08-16 20:00:25 +00:00
Gleb Popov
f1203fad42 lang/ghc: Remove support for building old versions by overriding GHC_VERSION variable.
It turned out that I never used this feature since it was added.
2020-08-16 16:26:24 +00:00
Gleb Popov
1f22b36313 lang/ghc: Add a workaround patch to fix build with LLD 10 (12-STABLE and 13-CURRENT)
Reported by:	David Wolfskill <david@catwhisker.org>
2020-08-16 14:22:04 +00:00
Gleb Popov
b299244952 lang/ghc: Update to 8.10.1.
As usual, along with the compiler, many Haskell packages are updated as well.
2020-08-16 07:56:18 +00:00
Sunpoet Po-Chuan Hsieh
e99ffd4db8 Update to 0.1.29
Changes:	https://github.com/vlang/v/releases
2020-08-15 16:28:55 +00:00
Rene Ladan
b6cb229310 Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python
2020-08-15 comms/py-gammu: Uses deprecated version of python
2020-08-15 databases/py-geoalchemy: Uses deprecated version of python
2020-08-15 databases/py-htsql-mysql: Uses deprecated version of python
2020-08-15 databases/py-htsql-pgsql: Uses deprecated version of python
2020-08-15 databases/py-mysql2pgsql: Uses deprecated version of python
2020-08-15 databases/py-oursql: Uses deprecated version of python
2020-08-15 databases/py-pyPgSQL: Uses deprecated version of python
2020-08-15 databases/py-pyhs: Uses deprecated version of python
2020-08-15 databases/py-pytc: Uses deprecated version of python
2020-08-15 databases/py-riak: Uses deprecated version of python
2020-08-15 databases/py-umemcache: Uses deprecated version of python
2020-08-15 devel/py-Breve: Uses deprecated version of python
2020-08-15 devel/py-PyODE: Uses deprecated version of python
2020-08-15 devel/py-akismet: Uses deprecated version of python
2020-08-15 devel/py-aspects: Uses deprecated version of python
2020-08-15 devel/py-backports.tempfile: Uses deprecated version of python
2020-08-15 devel/py-backports.weakref: Uses deprecated version of python
2020-08-15 devel/py-cfgparse: Uses deprecated version of python
2020-08-15 devel/py-ciphon: Uses deprecated version of python
2020-08-15 devel/py-cjson: Uses deprecated version of python
2020-08-15 devel/py-clonedigger: Uses deprecated version of python
2020-08-15 devel/py-cuisine: Uses deprecated version of python
2020-08-15 devel/py-deliciousapi: Uses deprecated version of python
2020-08-15 devel/py-dialog: Uses deprecated version of python
2020-08-15 devel/py-efl: Uses deprecated version of python
2020-08-15 devel/py-ezpyinline: Uses deprecated version of python
2020-08-15 devel/py-fsm: Uses deprecated version of python
2020-08-15 devel/py-gdbgui: Uses deprecated version of python
2020-08-15 devel/py-gearman: Uses deprecated version of python
2020-08-15 devel/py-generate: Uses deprecated version of python
2020-08-15 devel/py-geotypes: Uses deprecated version of python
2020-08-15 devel/py-gitosis: Uses deprecated version of python
2020-08-15 devel/py-google-apputils: Uses deprecated version of python
2020-08-15 devel/py-hghooks: Uses deprecated version of python
2020-08-15 devel/py-instant: Uses deprecated version of python
2020-08-15 devel/py-jcc: Uses deprecated version of python
2020-08-15 devel/py-json-py: Uses deprecated version of python
2020-08-15 devel/py-json-sempai: Uses deprecated version of python
2020-08-15 devel/py-jsonlib: Uses deprecated version of python
2020-08-15 devel/py-jsonlib2: Uses deprecated version of python
2020-08-15 devel/py-jsonrpclib: Uses deprecated version of python
2020-08-15 devel/py-kayako: Uses deprecated version of python
2020-08-15 devel/py-kid: Uses deprecated version of python
2020-08-15 devel/py-kjbuckets: Uses deprecated version of python
2020-08-15 devel/py-kqueue: Uses deprecated version of python
2020-08-15 devel/py-log4py: Uses deprecated version of python
2020-08-15 devel/py-mwlib.ext: Uses deprecated version of python
2020-08-15 devel/py-mx-experimental: Uses deprecated version of python
2020-08-15 devel/py-option_merge: Uses deprecated version of python
2020-08-15 devel/py-prioritized_methods: Uses deprecated version of python
2020-08-15 devel/py-protocols: Uses deprecated version of python
2020-08-15 devel/py-ptrace: Uses deprecated version of python
2020-08-15 devel/py-pydoop: Uses deprecated version of python
2020-08-15 devel/py-pyke: Uses deprecated version of python
2020-08-15 devel/py-pymtbl: Uses deprecated version of python
2020-08-15 devel/py-pyshapelib: Uses deprecated version of python
2020-08-15 devel/py-pytemplate: Uses deprecated version of python
2020-08-15 devel/py-python2-pythondialog: Uses deprecated version of python
2020-08-15 devel/py-pyutil: Uses deprecated version of python
2020-08-15 devel/py-pyvalid: Uses deprecated version of python
2020-08-15 devel/py-pyxml2obj: Uses deprecated version of python
2020-08-15 devel/py-qpid: Uses deprecated version of python
2020-08-15 devel/py-repoze.what-pylons: Uses deprecated version of python
2020-08-15 devel/py-repoze.who-friendlyform: Uses deprecated version of python
2020-08-15 devel/py-robotframework-ride: Uses deprecated version of python
2020-08-15 devel/py-ruamel.ordereddict: Uses deprecated version of python
2020-08-15 devel/py-sanetime: Uses deprecated version of python
2020-08-15 devel/py-selectors34: Uses deprecated version of python
2020-08-15 devel/py-sqlcc: Uses deprecated version of python
2020-08-15 devel/py-statgrab: Uses deprecated version of python
2020-08-15 devel/py-tconfpy: Uses deprecated version of python
2020-08-15 devel/py-terminable_thread: Uses deprecated version of python
2020-08-15 devel/py-trace2html: Uses deprecated version of python
2020-08-15 devel/py-tvrage: Uses deprecated version of python
2020-08-15 devel/py-tw.forms: Uses deprecated version of python
2020-08-15 devel/py-uncompyle2: Uses deprecated version of python
2020-08-15 devel/py-yum-metadata-parser: Uses deprecated version of python
2020-08-15 devel/rubygem-warden127: No longer needed
2020-08-15 dns/py-dnschain: Uses deprecated version of python
2020-08-15 dns/py-idnkit2: Uses deprecated version of python
2020-08-15 games/colobot: Uses deprecated version of python
2020-08-15 games/endgame-singularity: Uses deprecated version of python
2020-08-15 games/katawa-shoujo: Uses deprecated version of RenPy
2020-08-15 games/pyfa: Uses deprecated version of python
2020-08-15 games/renpy6: Uses deprecated version of python
2020-08-15 games/solarwolf: Uses deprecated version of python
2020-08-15 games/thudboard: Uses deprecated version of python
2020-08-15 graphics/djvusmooth: Uses deprecated version of python
2020-08-15 graphics/py-glewpy: Uses deprecated version of python
2020-08-15 graphics/py-openexr: Uses deprecated version of python
2020-08-15 graphics/py-poppler: Uses deprecated version of python
2020-08-15 graphics/py-pygooglechart: Uses deprecated version of python
2020-08-15 graphics/py-sane: Uses deprecated version of python
2020-08-15 graphics/py-stltools: Uses deprecated version of python
2020-08-15 graphics/sk1: Uses deprecated version of python
2020-08-15 japanese/py-mecab: Uses deprecated version of python
2020-08-15 japanese/py-tegaki-gtk: Uses deprecated version of python
2020-08-15 lang/py-mx-base: Uses deprecated version of python
2020-08-15 mail/mailpile: Uses deprecated version of python
2020-08-15 math/py-ffc: Uses deprecated version of python
2020-08-15 math/py-fiat: Uses deprecated version of python
2020-08-15 math/py-nzmath: Uses deprecated version of python
2020-08-15 math/py-pymc: Uses deprecated version of python
2020-08-15 math/py-ufl: Uses deprecated version of python
2020-08-15 misc/py-socli: Uses deprecated version of python
2020-08-15 misc/py-yolk: Uses deprecated version of python
2020-08-15 multimedia/py-flvlib: Uses deprecated version of python
2020-08-15 net/py-gspreadsheet: Uses deprecated version of python
2020-08-15 net/py-libnet: Uses deprecated version of python
2020-08-15 net/py-netlib: Uses deprecated version of python
2020-08-15 net/py-pynmsg: Uses deprecated version of python
2020-08-15 net/py-rainbowstream: Uses deprecated version of python
2020-08-15 net/py-wolframalpha: Uses deprecated version of python
2020-08-15 net-im/empathy: Uses deprecated version of python
2020-08-15 net-im/farsight2: Uses deprecated version of python
2020-08-15 net-im/py-xmpppy: Uses deprecated version of python
2020-08-15 net-im/telepathy-farsight: Uses deprecated version of python
2020-08-15 net-im/telepathy-python: Uses deprecated version of python
2020-08-15 net-im/telepathy-rakia: Uses deprecated version of python
2020-08-15 net-mgmt/py-pynsca: Uses deprecated version of python
2020-08-15 net-mgmt/py-yapsnmp: Uses deprecated version of python
2020-08-15 net-p2p/py-py2play: Uses deprecated version of python
2020-08-15 news/py-yenc: Uses deprecated version of python
2020-08-15 print/py-pyscript: Uses deprecated version of python
2020-08-15 print/py-stapler: Uses deprecated version of python
2020-08-15 print/py-trml2pdf: Uses deprecated version of python
2020-08-15 science/py-PyQuante: Uses deprecated version of python
2020-08-15 science/py-mlpy: Uses deprecated version of python
2020-08-15 science/py-ws2300: Uses deprecated version of python
2020-08-15 security/py-PF: Uses deprecated version of python
2020-08-15 security/py-cracklib: Uses deprecated version of python
2020-08-15 security/py-fteproxy: Uses deprecated version of python
2020-08-15 security/py-onetime: Uses deprecated version of python
2020-08-15 security/py-pydeep: Uses deprecated version of python
2020-08-15 security/py-slowaes: Uses deprecated version of python
2020-08-15 security/py-sslstrip: Uses deprecated version of python
2020-08-15 security/py-volatility: Uses deprecated version of python
2020-08-15 sysutils/py-analyzemft: Uses deprecated version of python
2020-08-15 sysutils/py-cdmi: Uses deprecated version of python
2020-08-15 sysutils/py-ezjailremote: Uses deprecated version of python
2020-08-15 sysutils/py-gmailfs-fuse: Uses deprecated version of python
2020-08-15 sysutils/py-ploy_ec2: Uses deprecated version of python
2020-08-15 sysutils/py-ploy_fabric: Uses deprecated version of python
2020-08-15 sysutils/py-scriptine: Uses deprecated version of python
2020-08-15 sysutils/py-superlance: Uses deprecated version of python
2020-08-15 textproc/py-bugzillatools: Uses deprecated version of python
2020-08-15 textproc/py-elib.intl: Uses deprecated version of python
2020-08-15 textproc/py-errorhandler: Uses deprecated version of python
2020-08-15 textproc/py-hyperestraier-python: Uses deprecated version of python
2020-08-15 textproc/py-pyes: Uses deprecated version of python
2020-08-15 textproc/py-pyhwp: Uses deprecated version of python
2020-08-15 textproc/py-sphinx_numfig: Uses deprecated version of python
2020-08-15 www/py-HTMLgen: Uses deprecated version of python
2020-08-15 www/py-albatross: Uses deprecated version of python
2020-08-15 www/py-amf: Uses deprecated version of python
2020-08-15 www/py-apachelog: Uses deprecated version of python
2020-08-15 www/py-aws-requests-auth: Uses deprecated version of python
2020-08-15 www/py-clientform: Uses deprecated version of python
2020-08-15 www/py-django-appmedia: Uses deprecated version of python
2020-08-15 www/py-django-evolution: Uses deprecated version of python
2020-08-15 www/py-fedex: Uses deprecated version of python
2020-08-15 www/py-formalchemy: Uses deprecated version of python
2020-08-15 www/py-frappe-bench: Uses deprecated version of python
2020-08-15 www/py-funkload: Uses deprecated version of python
2020-08-15 www/py-goobook: Uses deprecated version of python
2020-08-15 www/py-poster: Uses deprecated version of python
2020-08-15 www/py-pyquery: Uses deprecated version of python
2020-08-15 www/py-pysearch: Uses deprecated version of python
2020-08-15 www/py-pywebdav: Uses deprecated version of python
2020-08-15 www/py-slimmer: Uses deprecated version of python
2020-08-15 www/py-surl: Uses deprecated version of python
2020-08-15 www/py-tmdb3: Uses deprecated version of python
2020-08-15 www/py-trello: Uses deprecated version of python
2020-08-15 www/py-uliweb: Uses deprecated version of python
2020-08-15 www/py-wsgiauth: Uses deprecated version of python
2020-08-15 x11-toolkits/py-wax: Uses deprecated version of python
2020-08-15 x11-toolkits/py-wxPython-common: Uses deprecated version of python
2020-08-15 x11-toolkits/py-wxPython28-common: Uses deprecated version of python
2020-08-15 10:50:58 +00:00
Tobias C. Berner
f5762a9ce3 lang/php-mode.el: Update to 1.23.0
PR:		248510
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>  (maintainer)
2020-08-15 07:06:28 +00:00
Jimmy Olgeni
3ada589f63 Update lang/erlang-runtime22 to version 22.3.4.6. 2020-08-14 08:45:37 +00:00
Tobias C. Berner
0edfaee1ed KDE's August 2020 Apps Update
Dozens of KDE apps are getting new releases from KDE’s release service. New
features, usability improvements, re-designs and bug fixes all contribute to
helping boost your productivity and making this new batch of applications more
efficient and pleasant to use.

Full announcement:
        https://kde.org/announcements/releases/2020-08-apps-update/
2020-08-13 17:10:30 +00:00
Piotr Kubaj
c47d80d2e7 lang/spidermonkey68: fix build on GCC architectures
Use Clang only on clang architectures.

PR:		248635
Approved by:	tcberner (maintainer)
2020-08-13 09:03:52 +00:00
Gerald Pfeifer
8d56ab1216 Update to the 20200809 snapshot of GCC 11.0.0.
files/patch-gcc-value-range.h fixes a bootstrap issue with clang (another
one of mine is already part of this snapshot).
2020-08-12 21:43:14 +00:00
Joseph Mingrone
bea2b0b802 editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.

Port changes:

- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
  turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
  included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
  deskutils/howm, which now build

Submitted by:	HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by:	ashish
Differential Revision:	https://reviews.freebsd.org/D23966
2020-08-12 18:30:06 +00:00
Dmitri Goutnik
335271023a lang/go: Update to 1.15
Changes:	https://golang.org/doc/go1.15
2020-08-11 22:42:09 +00:00
Gerald Pfeifer
478461d1df Update to the 20200808 snapshot of GCC 10.2.1.
This brings nine fixes for aarch64, one for arm, three for the middle
end, one for the C and three for the C++ front end/library.
2020-08-11 20:43:16 +00:00
Tobias Kortkamp
d039a44d74 lang/rust-nightly: Update to 1.47.0.20200811
Changes:	0820e54a8a...770bd3d1d0
2020-08-11 16:52:34 +00:00
Alexey Dokuchaev
252e842841 Remove write-only variable (it was introduced in r313633 and used for both
MAN1 and PLIST_SUB at those times, but never garbage-collected afterward).
2020-08-11 08:05:10 +00:00
Jan Beich
bef31f0cc4 lang/intel-compute-runtime: update to 20.31.17495
Changes:	https://github.com/intel/compute-runtime/compare/20.30.17454...20.31.17495
Reported by:	GitHub (watch releases)
2020-08-11 00:58:51 +00:00
Piotr Kubaj
e1b7361053 lang/perl5.32: fix build on powerpc head
When building on powerpc (powerpc64 is fine) on head (which uses Clang), the following command causes a build crash when compiled with -O2:
LD_LIBRARY_PATH=/wrkdirs/usr/ports/lang/perl5.32/work/perl-5.32.0 ./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so  MAKE="/usr/bin/make" LIBPERL_A=libperl.so.5.32.0 LINKTYPE=dynamic

Compiling with -O1 is fine. Base GCC on stable/12 is fine, so only Clang needs this workaround.

PR:		248561
Approved by:	mat (maintainer)
2020-08-10 12:17:37 +00:00
Jimmy Olgeni
d23a221ef7 Update lang/ccl to version 1.12 and unbreak.
- i386 no longer supported :(

PR:           245941 (with changes)
Submitted by: Sean Champ <lab+bsd@thinkum.space>
2020-08-10 07:37:01 +00:00
Jimmy Olgeni
5bbaf88d9a Update lang/erlang-java to version 21.3.8.17. 2020-08-10 07:04:55 +00:00
Jimmy Olgeni
7cfe7021d6 Update lang/erlang-wx to version 21.3.8.17. 2020-08-10 07:04:44 +00:00
Jimmy Olgeni
2d83a47814 Update lang/erlang to version 21.3.8.17. 2020-08-10 07:04:35 +00:00
Tobias C. Berner
232fa2c455 KDE Frameworks: update to 5.73.0
August 08, 2020. KDE today announces the release of KDE Frameworks 5.73.0.

KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks web page.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Changelog:
	https://kde.org/announcements/kde-frameworks-5.73.0

PR:		248534
Exp-run by:	antoine
2020-08-09 15:25:19 +00:00
Gerald Pfeifer
d7dd75f212 Update to the 20200807 snapshot of GCC 9.3.1.
This brings three backports for aarch64 and one for libstdc++.
2020-08-09 03:28:36 +00:00
Gerald Pfeifer
7bc353c28f Update to the 20200806 snapshot of GCC 8.4.1. 2020-08-07 19:37:56 +00:00
Dmitri Goutnik
d0bf00df2b lang/go-devel: Update to go1.15rc2
Changes:	https://tip.golang.org/doc/go1.15
2020-08-07 19:12:44 +00:00
Dmitri Goutnik
057014b5f2 lang/go: Update to 1.14.7
Changes:	https://golang.org/doc/devel/release.html#go1.14.minor
MFH:		2020Q3
Security:	bc7aff8c-d806-11ea-a5aa-0800272260e5
2020-08-06 17:38:14 +00:00
Gerald Pfeifer
d0c8930196 Update to the 20200802 snapshot of GCC 11.0.0. 2020-08-06 06:50:26 +00:00
Tobias Kortkamp
1c843dbb6a lang/rust*: Bring back the llvm-config-wrapper patches after r543251
Apparently they are still needed:
http://gohan03.nyi.freebsd.org/data/head-amd64-default-baseline/p543836_s363720/logs/errors/rust-1.45.1.log
http://gohan03.nyi.freebsd.org/data/head-amd64-default-baseline/p543836_s363720/logs/errors/rust-nightly-1.47.0.20200724.log
http://gohan03.nyi.freebsd.org/data/head-amd64-default-baseline/p544005_s363784/logs/errors/rust-1.45.1.log

Reported by:	antoine
2020-08-05 14:46:18 +00:00
Gerald Pfeifer
aa871aaa92 Update to the 20200801 snapshot of GCC 10.2.1.
This brings fixes for the x86 backend, three to the middle end, and
two for the C++ and six for the Fortran back end.
2020-08-05 05:49:22 +00:00
Yuri Victorovich
d5cbdf30e1 lang/py-textX: Update 2.1.0 -> 2.2.0
Reported by:	portscout
2020-08-05 05:42:03 +00:00
Tobias Kortkamp
9e5d501358 lang/janet: Update to v1.11.3
Changes:	https://github.com/janet-lang/janet/releases/tag/v1.11.3
2020-08-04 12:33:05 +00:00
Gleb Popov
67da1af194 lang/ghc: Update to 8.8.4 2020-08-04 09:01:45 +00:00
Gerald Pfeifer
9139b7f413 Update to the 20200731 snapshot of GCC 9.3.1.
This brings three backports for the Fortran front end.
2020-08-04 05:47:52 +00:00
Tobias Kortkamp
8b057d47a9 lang/rust: Update to 1.45.2
Changes:	https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
2020-08-03 15:18:49 +00:00
Jimmy Olgeni
c084561de1 Update lang/erlang-runtime21 to version 21.3.8.17. 2020-08-03 13:28:05 +00:00
Mathieu Arnold
29cb9cf8f1 Update to v5.33.0-198-g3134649473. 2020-08-03 12:56:43 +00:00
Danilo Egea Gondolfo
cd924b3768 - Update libhx to 3.25 [1]
- Add TEST_TARGET [1]

while here:
- Replace CPPFLAGS and LDFLAGS by USES=localbase
- Remove useless post-patch
- Add LICENSE
- Bump dependencies PORTREVISION

Submitted by:	danfe (email) [1]
2020-08-03 11:13:37 +00:00
Kirill Ponomarev
2515ac02c0 Update to 2.0.7 2020-08-03 10:50:30 +00:00
Jimmy Olgeni
f55a7be339 Update lang/erlang-runtime22 to version 22.3.4.5. 2020-08-03 10:08:10 +00:00
Steve Wills
09b003ee49 lang/smlnj: Update to 110.98, unbreak build with Clang >= 10
PR:		248431
Submitted by:	Johannes 5 <joemann@beefree.free.de> (maintainer)
2020-08-02 13:30:50 +00:00
Gerald Pfeifer
87ffa894d3 Update to the 20200730 snapshot of GCC 8.4.1.
This brings two backports for the Fortran front end.
2020-08-02 08:59:39 +00:00
Gerald Pfeifer
dfe2f8b19e Update to GCC 10.2 release, which is the second in the GCC 10 series and
fixes some 94 bugs.

PR:		246700
2020-08-01 05:52:17 +00:00
Tobias Kortkamp
4ae0a71a32 lang/chibi-scheme: Update to 0.9
Changes:	https://github.com/ashinn/chibi-scheme/compare/0.8...0.9
2020-07-31 17:28:38 +00:00
Jan Beich
f13d4c5693 lang/intel-compute-runtime: update to 20.30.17454
Changes:	https://github.com/intel/compute-runtime/compare/20.29.17408...20.30.17454
Reported by:	GitHub (watch releases)
2020-07-31 17:01:52 +00:00
Loïc Bartoletti
662f316f94 lang/nim: Update to 1.2.6
Changelog:
 - https://nim-lang.org/blog/2020/07/30/versions-126-and-108-released.html

PR:		248390
Approved by:	Neal Nelson (maintainer)
2020-07-31 16:49:48 +00:00
Gerald Pfeifer
13522e0f93 Update to the 20200725 snapshot of GCC 10.2.1, which is the first snapshot
after the GCC 10.2 release (so pretty close to that).

This brings one update for powerpc, two for x86, and eight for aarch64,
plus more than half a dozen on middle-end/optimizers/LTO, two for C++
and seven for Fortran.
2020-07-31 13:07:11 +00:00
Tobias C. Berner
aa3b5d781d New port: lang/spidermonkey68 -- mozjs from firefox 68-esr
- used for upcoming polkit update
2020-07-30 20:05:27 +00:00
Loïc Bartoletti
a2311f88b7 lang/nim: Update to 1.2.4
PR:	247488, 247193
Approved by:	Neal Nelson (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D25875
2020-07-30 19:41:45 +00:00
Tobias Kortkamp
9137d53fe2 lang/rust: Update to 1.45.1
- Apply the "hard links break `env::current_exe()`" workaround from
  r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0

Changes:	https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25835
2020-07-30 18:26:53 +00:00
Pedro F. Giffuni
9e1537b123 lang/bsh: Use JDK 8 to build.
The build breaks with JDK 9+. Upstream has fixed this in their development
version but they haven't released a new version, so for nw require Java 8
to build.

Pet portlint while here.

Reported by:	Tom Jones
Approved by:	thierry (mentor, implicit)
2020-07-30 17:28:36 +00:00
Gerald Pfeifer
390e0afa31 Update to the 20200726 snapshot of GCC 11.0.0. 2020-07-29 22:39:47 +00:00
Alex Dupre
ddd70bf847 Update to 0.7.0 release. 2020-07-28 16:55:10 +00:00
Jimmy Olgeni
d876247f5d Update lang/erlang-runtime23 to version 23.0.3. 2020-07-28 15:53:39 +00:00
Jimmy Olgeni
4a4dd56671 Update lang/gambit-c to version 4.9.3.
- Update GitHub account
- Portlint fixes

PR:		248283
Submitted by:	Max Parmer <maxp@trystero.is>
2020-07-28 10:35:27 +00:00