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
Gerald Pfeifer
5a1ed1e399
Update to the 20200724 snapshot of GCC 9.3.1.
...
This brings a chane to powerpc (that appears to be limited to AIX)
and three for the Fortran front end.
2020-07-28 06:22:37 +00:00
Tobias Kortkamp
2bd3242931
lang/janet: Update to v1.11.1
...
Changes: https://github.com/janet-lang/janet/releases/tag/v1.11.1
2020-07-27 12:54:36 +00:00
Jan Beich
adff6e1a77
lang/intel-compute-runtime: update to 20.29.17408
...
Changes: https://github.com/intel/compute-runtime/compare/20.28.17293...20.29.17408
Reported by: GitHub (watch releases)
2020-07-25 00:55:42 +00:00
Dmitri Goutnik
a8c8f5164a
lang/go-devel: Update to go1.15rc1
...
Changes: https://tip.golang.org/doc/go1.15
2020-07-24 20:17:12 +00:00
Gerald Pfeifer
dacca3962d
Update to the 20200723 snapshot of GCC 8.4.1.
...
This brings an update for powerpc and one for libstdc++.
2020-07-24 16:25:32 +00:00
Tobias Kortkamp
7208e49e39
lang/rust-nightly: Update to 1.47.0.20200724
...
Changes: 39d5a61f2e...0820e54a8a
2020-07-24 15:51:17 +00:00
Tobias Kortkamp
1f9e96c6c1
lang/rust-nightly: Attempt to fix intermittent "can't find crate for std
" build failures
...
The location of rustc (found via env::current_exe()) is used to
find the right libstd. However it might have been "copied" by
creating a hard link to the new location instead. Like /proc/curproc/file,
KERN_PROC_PATHNAME (used internally by current_exe()) can return
any of the file's multiple paths. Most of the time it returns the
right rustc path and the build will succeed but occasionally it
will return the "wrong" path and the build fails with:
error[E0463]: can't find crate for `std`
If this is right a viable workaround should be to never create hard
links during the build, so let's try that.
Also drop the related llvm-config-wrapper workaround.
PR: 248184
2020-07-24 15:50:56 +00:00
Wen Heping
6af98ac132
- Update to 3.8.5(include security fix)
...
MFH: 2020Q3
2020-07-24 12:01:46 +00:00
Jan Beich
bf7b51a806
lang/intel-compute-runtime: don't pretend to support GNU
...
Intel NEO needs modern kernel DRM but GNU/kFreeBSD was discontinued.
fdevname_r(3) and sysctlbyname(3) don't exist in upstream glibc.
2020-07-23 22:34:26 +00:00
Jan Beich
2080ffcadb
lang/intel-compute-runtime: update to 20.28.17293
...
Changes: https://github.com/intel/compute-runtime/compare/20.27.17231...20.28.17293
Reported by: GitHub (watch releases)
2020-07-23 21:29:59 +00:00
Gerald Pfeifer
f4d54ca858
Update to the 202000719 snapshot of GCC 11.0.0.
2020-07-23 11:14:00 +00:00
Alex Dupre
5776b86803
Update to 0.6.12 release.
2020-07-22 15:56:55 +00:00
Jan Beich
26ad52a009
devel/intel-graphics-compiler: update to 1.0.4312
...
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4312
Reported by: GitHub (watch releases)
2020-07-21 19:37:22 +00:00
Tobias C. Berner
89fc0f48dc
Update KDE Framewokrs to 5.72
...
July 04, 2020. KDE today announces the release of KDE Frameworks 5.72.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.72.0.php?site_locale=en
- net/kdav became a framework and was therefore moved to net/kf5-kdav.
- thanks to adridg@ for fixing the fallout
Exp-run by: antoine
PR: 247907
2020-07-21 17:15:38 +00:00
Gerald Pfeifer
6dc29be860
This port covers an end-of-life version of GCC and is in the tree solely
...
to support the devel/xtensa-esp32-elf port. Since that one now is limited
to amd64 and i386, follow with our own ONLY_FOR_ARCHS setting.
This simplifies this port a fair bit and avoids building on amd/aarch64
and powerpc* platforms.
2020-07-21 10:40:26 +00:00
Gerald Pfeifer
cee1ac2634
Update to the 20200717 snapshot of GCC 9.3.1.
...
This brings nine improvements for aarch64, one for powerpc (Altivec), and
two for the tree optimizers.
2020-07-20 20:56:27 +00:00
Tobias Kortkamp
03e6b89b6d
lang/rust-nightly: Unbreak build
...
RLS is broken in nightly-2020-07-18 but that should not have aborted
the package build. Add a workaround for the dist.missing-tools
with build.tools bug.
https://github.com/rust-lang/rust/issues/74545
2020-07-20 17:52:06 +00:00
Mathieu Arnold
7a5c5426cd
Update to v5.33.0-73-g74480d1ece.
2020-07-20 13:50:02 +00:00
Li-Wen Hsu
61080c958f
Update to 2.9.0
...
Pass maintainership to the submitter
PR: 247758
Submitted by: Miguel Gocobachi <miguel@gocobachi.dev>
2020-07-20 09:02:03 +00:00
Tobias Kortkamp
e0c685401c
lang/janet: Update to v1.11.0
...
Changes: https://github.com/janet-lang/janet/releases/tag/v1.11.0
2020-07-19 19:14:28 +00:00
Gerald Pfeifer
583b773bd2
Update to the 20200716 snapshot of GCC 8.4.1.
...
This brings a single change for powerpc (Altivec).
2020-07-19 12:45:47 +00:00
Tobias Kortkamp
e8350c46fb
lang/rust-nightly: Update to 1.47.0.20200718
...
Changes: 0c03aee8b8...39d5a61f2e
2020-07-18 13:14:42 +00:00