Hiroki Tagato
c441e46081
- Resurrect port and undeprecate
...
- Pass maintainership to submitter
- Correct licenses
- Remove version lock of python dependency
PR: 246714
Submitted by: darius@dons.net.au
Approved by: ehaupt (mentor)
2020-05-30 05:21:04 +00:00
Jan Beich
f0ff4b9962
lang/intel-compute-runtime: unbreak on i386
2020-05-29 17:01:25 +00:00
Jan Beich
232b5b752a
lang/intel-compute-runtime: update to 20.21.16886
...
Changes: https://github.com/intel/compute-runtime/compare/20.20.16837...20.21.16886
Reported by: GitHub (watch releases)
2020-05-29 16:37:19 +00:00
Antoine Brodin
54615e116c
ocaml depends on as(1) at runtime
...
PR: 205250
2020-05-29 11:27:54 +00:00
Gerald Pfeifer
2f19aa57df
Update to the 20200528 snapshot of GCC 8.4.1.
...
This brings three fixes for the C++ front end and adds support for
detecting AVX512VPOPCNTDQ on x86 hosts.
2020-05-29 10:00:38 +00:00
Mark Linimon
6a90c02776
Mark as broken on powerpc64-12 (builds elsewhere).
...
Approved by: portmgr (tier-2 blanket)
2020-05-29 05:29:45 +00:00
Ed Maste
05ba478333
lang/mit-scheme: add BUILD_DEPENDS as:devel/binutils
...
/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.
Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.
PR: 205250
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
2020-05-29 00:22:24 +00:00
Ed Maste
cbaff0f84e
lang/ocaml: add BUILD_DEPENDS as:devel/binutils
...
/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.
Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.
PR: 205250
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
2020-05-29 00:20:19 +00:00
Jimmy Olgeni
733993a11b
Update lang/erlang-runtime23 to version 23.0.2.
2020-05-28 19:11:35 +00:00
Antoine Brodin
f09b284ef2
Fix build with various python ABI
...
With hat: portmgr
2020-05-28 15:44:47 +00:00
Antoine Brodin
e7d17eb867
Recompile _sysconfigdata.py after reinplacing it
...
PR: 246618
With hat: portmgr
2020-05-28 13:52:33 +00:00
Gerald Pfeifer
f2191cb27c
Update to the 20200524 snapshot of GCC 11.0.0.
...
GCC decided to move to C++11 as a minimum build requirement for GCC 11
and later; use compiler:c++11-lang to declare that.
2020-05-28 13:36:43 +00:00
Alexey Dokuchaev
0f7042e5fe
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7).
2020-05-28 13:13:25 +00:00
Gleb Popov
289574e39b
lang/ghc: Remove legacy mk files, there are no users left in the tree.
2020-05-28 13:04:59 +00:00
Gleb Popov
eeca407697
lang/ghc: Print a error message if BOOT option is enabled, but the user has no "ghc" in PATH.
...
PR: 246800
Submitted by: software@bertram-scharpf.de
2020-05-28 12:58:56 +00:00
Alexey Dokuchaev
2c4b1d164e
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6).
2020-05-28 08:43:29 +00:00
Jan Beich
3cd1ed516a
devel/intel-graphics-compiler: update to 1.0.4053
...
Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.4053
Reported by: GitHub (watch releases)
2020-05-27 17:51:24 +00:00
Alexey Dokuchaev
87f97647a7
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).
2020-05-27 14:55:03 +00:00
Gerald Pfeifer
790d94237e
Pull in files/extra-patch-libgcc_config_rs6000_t-crtstuff from r532950
...
to work around the 13 years old GCC 4.2 system compiler on powerpc64 in
those cases we are using that.
PR: 245511
Submitted by: pkubaj
2020-05-27 09:41:36 +00:00
Gleb Popov
03d81dda1c
lang/ghc: Add patch for timer machinery.
...
PR: 241849
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
2020-05-26 20:18:41 +00:00
Gerald Pfeifer
312744bd9b
Update to the 20200523 snapshot of GCC 10.1.1.
...
This includes an upstream contribution of mine that defines __ILP32__
on all 32-bit x86 targets. [1]
It also brings a fix for the aarch64 back end and five for x86, plus two
for the middle end/optimizers and Fortran, each, and four for the C++
standard library.
PR: 246288 [1]
2020-05-26 10:04:30 +00:00
Pietro Cerutti
9059621629
lang/io, lang/io-devel: fix build on !x86
...
While at it, add test target to io-devel.
PR: 246225
Submitted by: pkubaj
2020-05-26 09:15:55 +00:00
Sunpoet Po-Chuan Hsieh
dfe005ee44
Update USES=scons to specify scons of Python 2
...
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
2020-05-25 18:33:44 +00:00
Sunpoet Po-Chuan Hsieh
3ae4718f69
Fix build with scons 3.1.2
2020-05-25 18:32:54 +00:00
Mathieu Arnold
417f4938c4
Update to v5.31.11-53-gfe49b83f91.
2020-05-25 16:50:29 +00:00
Gerald Pfeifer
dc2f5bee24
Update to the 20200522 snapshot of GCC 9.3.1.
...
This brings one tree optimizer fix and two each for the aarch64 and
x86 back ends as well as the Fortran front end.
2020-05-25 14:29:39 +00:00
Jimmy Olgeni
8b571f6ebe
Update lang/newlisp to version 10.7.5.
...
PR: 237530 (plus changes for 10.7.5)
Submitted by: wen
2020-05-25 12:42:55 +00:00
Rene Ladan
d71a445f02
Remove expired port:
...
2020-05-05 lang/gnatdroid-armv7: Broken for more than 6 months
2020-05-24 10:55:46 +00:00
Jimmy Olgeni
3d46fbd0bd
lang/ecl: add link to lib directory without version number (lib/ecl).
...
This is required by the work being done on math/sage.
Submitted by: thierry
2020-05-24 10:06:45 +00:00
Jimmy Olgeni
1a07f182fb
Update lang/racket-minimal to version 7.7.
2020-05-23 20:39:24 +00:00
Jimmy Olgeni
c167fa0c42
Update lang/racket to version 7.7.
...
PR: 246378
Submitted by: m.ne@gmx.net
2020-05-23 20:38:17 +00:00
Jimmy Olgeni
8a1427d451
Update Erlang ports to 21.3.8.16.
2020-05-23 10:11:37 +00:00
Jan Beich
adfa34ad53
lang/intel-compute-runtime: update to 20.20.16837
...
Changes: https://github.com/intel/compute-runtime/compare/20.19.16754...20.20.16837
Reported by: GitHub (watch releases)
2020-05-23 00:48:43 +00:00
Ed Maste
f795cc8ddf
lang/hla: add BUILD_DEPENDS as:devel/binutils
...
/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.
Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.
PR: 205250
Approved by: portmgr (blanket)
2020-05-22 13:50:21 +00:00
Gerald Pfeifer
0e834f6191
Update to the 20200521 snapshot of GCC 8.4.1.
...
This brings two backports for aarch64 and x86 each, and one for Fortran;
nothing that appears really important.
2020-05-22 08:13:57 +00:00
Yuri Victorovich
025ecb1926
New port: lang/halide: Halide, a language for fast and portable data-parallel computation
2020-05-22 00:34:33 +00:00
Gerald Pfeifer
4440b7c858
Update to the 20200517 snapshot of GCC 11.0.0.
2020-05-21 07:58:39 +00:00
Jimmy Olgeni
3a13676314
Update lang/erlang-runtime23 to version 23.0.1.
2020-05-20 13:28:24 +00:00
Jimmy Olgeni
9a272e897b
Update lang/erlang-runtime21 to version 21.3.8.16.
2020-05-20 12:30:17 +00:00
Jimmy Olgeni
d62032c81f
Update lang/erlang-runtime22 to version 22.3.4.1.
2020-05-20 12:30:04 +00:00
Gerald Pfeifer
edf8cf5ff2
Update to the 20200516 snapshot of GCC 10.1.1.
...
This brings an optimizer fix, a change for the powerpc backend, and
1+3 fixes for the C++ front end and run time library, respectively,
plus three for Fortran.
2020-05-20 08:10:53 +00:00
Hiroki Tagato
88458e683a
Update to 5.12
...
PR: 245960
Submitted by: gspu <gspurki@gmail.com>
Approved by: jimmy@mammothcheese.ca (maintainer timeout, >3 weeks),
mentors (implicit)
2020-05-19 05:11:48 +00:00
Gerald Pfeifer
eac0adca16
Update to the 20200515 snapshot of GCC 9.3.1.
...
This mostly brings improvements for aarch64 (4) and powerpc (2), plus
a pair for the Fortran front end and one for libstdc++.
2020-05-18 21:47:29 +00:00
Tobias Kortkamp
d48b854316
lang/rust-nightly: Update to 1.45.0.20200518
...
Changes: 9912925c25...d79f1bd31a
2020-05-18 19:51:07 +00:00
Alan Somers
a91e9355f1
lang/rust-nightly: enable the Rust profiler
...
Enable the rust profiler on rust-nightly (as an unstable feature, it's not
allowed on the stable toolchain). This allows it to generate code coverage
reports.
https://doc.rust-lang.org/unstable-book/compiler-flags/profile.html
https://crates.io/crates/grcov
Reviewed by: tobik
Approved by: tobik (maintainer)
Differential Revision: https://reviews.freebsd.org/D24765
2020-05-18 18:40:41 +00:00
Tobias Kortkamp
974d5a9c42
lang/janet: Update to v1.9.1
...
Changes: https://github.com/janet-lang/janet/releases/tag/v1.9.1
2020-05-18 17:10:34 +00:00
Mark Linimon
40a122a404
Mark as BROKEN on powerpc64:
...
C compiler does not store multibyte numeric values in little-endian order
Approved by: portmgr (tier-2 blanket)
2020-05-18 00:52:45 +00:00
Mark Linimon
71def26967
Mark as BROKEN on powerpc64:
...
"/wrkdirs/usr/ports/lang/scm/work/slib/lineio.scm": read-char: Wrong type in arg1 #f
Approved by: portmgr (tier-2 blanket)
2020-05-18 00:49:26 +00:00
Mark Linimon
a495449be9
Mark as BROKEN on powerpc64.
2020-05-18 00:46:53 +00:00
Mark Linimon
1130d3d314
Mark as BROKEN on powerpc64:
...
gmake[2]: *** No rule to make target 'vm_ppc64.dasc', needed by 'host/buildvm_arch.h'.
While here, remove sparc stanza, as we no longer support the arch.
Approved by: portmgr (tier-2 blanket)
2020-05-18 00:41:58 +00:00