6298 Commits

Author SHA1 Message Date
jturner
ff33c31cc1 Update janet to 1.3.0.
Release notes: https://github.com/janet-lang/janet/releases/tag/v1.3.0
2019-09-06 23:31:45 +00:00
martijn
bc27853211 Add support for MODGO_BINDIR to allow go applications to be installed in
an alternative location. Still defaults to bin/.

OK sthen@
2019-09-04 12:22:03 +00:00
jca
19fe03522c Remove g77 and libf2c
g77 was a fortran compiler based off gcc3.  Remove it since it isn't
used any more by the ports tree.

ok naddy@
2019-09-04 09:37:49 +00:00
semarie
37d207f45a add sparc64 in RUST_ARCHS (all rust ports take care of sparc64 now)
and enable lang/rust build on sparc64
2019-09-02 07:05:48 +00:00
sthen
267f1f46d9 mark BROKEN-i386; hardcodes gcc 2019-08-31 15:36:56 +00:00
sthen
a14557b4eb update to php-7.3.9; includes various crash/security fixes 2019-08-30 17:09:51 +00:00
sthen
1a165e24b4 update to php-7.2.22; includes various crash/security fixes 2019-08-30 17:09:48 +00:00
sthen
e6a22f8b8d update to php-7.1.32; includes various crash/security fixes 2019-08-30 17:09:45 +00:00
jeremy
10a6a2a44f Update to Ruby 2.6.4
Drop PATCHFILES as the patch is now included.

Backport use of realpath(3) for File.realpath to allow unveil(2) to work.
2019-08-30 15:58:26 +00:00
jeremy
e1be06f6c9 Update to Ruby 2.5.6
Backport use of realpath(3) for File.realpath to allow unveil(2) to work.
2019-08-30 15:57:24 +00:00
jeremy
3ad28dcb8a Update to Ruby 2.4.7
Backport use of realpath(3) for File.realpath to allow unveil(2) to work.
2019-08-30 15:56:31 +00:00
daniel
5be0b877bb Make an effort to fix the build on powerpc.
As seen in landry@'s powerpc bulk build report.
2019-08-29 22:48:30 +00:00
sthen
2b3582899f set CXX_host and CXX_target, without these an executable g++ binary was required
(build/common.gypi).
2019-08-29 20:43:36 +00:00
sthen
edf426b9e6 use FIX_EXTRACT_PERMISSIONS=, honour CC, fixes build on i386 now that
base-gcc has been removed.
2019-08-29 20:36:16 +00:00
bcallah
f403edf984 Update to seed7-20190819 2019-08-28 20:25:24 +00:00
bcallah
a503999b7f Update to the latest flang. Note the major bump on libflang. 2019-08-27 16:02:47 +00:00
chrisz
cd99141b90 Patch to configure against coq 8.10+beta2
ok daniel@
2019-08-24 16:50:27 +00:00
chrisz
aae7d112f2 Upgrade and take maintainership
ok bcallah@
2019-08-24 16:38:09 +00:00
tb
8204aadd79 Update to scala 2.12.9, the latest version on the 2.12 branch.
The major upgrade to 2.13 may cause difficulties with collections,
so this will be done in a second step (post 6.6).

ok sthen
2019-08-20 18:53:14 +00:00
jeremy
8225fbde1a Build jruby-launcher with c++ instead of g++
Problem reported by and help from naddy@
2019-08-19 17:06:21 +00:00
daniel
d508909eea Update to latest git commit to add support for ocaml 4.08 and coq 8.10.
This should allow chrisz@ to move forward with updates of those ports.
2019-08-18 01:15:12 +00:00
semarie
5ff04b132c update lang/rust to 1.37.0
(and add preliminary sparc64 support)

Announce: https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html
Changelog: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1370-2019-08-15

ok landry@
2019-08-16 18:14:21 +00:00
jeremy
3874076251 Update to JRuby 9.2.8.0 2019-08-15 14:39:23 +00:00
jsing
800793e1df Update lang/go to 1.12.8.
This includes security fixes to the net/http and net/url packages.
2019-08-14 08:23:28 +00:00
bcallah
8ef30c3146 Update to new flang build system. The build mechanism for libpgmath went
through a major rewrite which took some working with upstream to figure out
No real change to flang itself.
2019-08-12 15:41:55 +00:00
cwen
46732a64cc gcc/8: add crt* symbols on powerpc
These symbols are needed at least for php-7.3.

Tips (thanks a lot!) and OK pascal@
2019-08-11 20:53:07 +00:00
jturner
1595a9b296 Update janet to 1.2.0 2019-08-10 22:51:23 +00:00
naddy
15934c06f0 bump for plist changes 6.5 -> 6.6 2019-08-10 19:41:07 +00:00
naddy
c48e5fa246 remove gcc 4.9, no longer hooked up to the build; ok sthen@ 2019-08-10 17:58:17 +00:00
juanfra
b7393474c7 Update to racket 7.4. 2019-08-09 21:16:13 +00:00
bcallah
740dd07b7f Update to kona-3.2.0.20190719 2019-08-09 00:05:55 +00:00
juanfra
88d5c759f8 Update to chicken 5.1. From Timo Myyra (MAINTAINER). 2019-08-06 18:19:51 +00:00
jasper
078add0414 update to vala-0.44.7 2019-08-06 18:04:57 +00:00
jcs
3b31cd8249 update to crystal 0.30.0, shards to 0.9.0
now builds with llvm8, remove broken marker

from maintainer
2019-08-06 17:23:28 +00:00
bcallah
a15d5171d5 Add back two patches that got removed in the flang-8.0.0 update. They're
needed in order to have a working runtime.

Problem reported by and testing by j <AT> bitminer <DOT> ca
2019-08-05 18:31:02 +00:00
juanfra
8e62e1b558 Enable the tests. From Timo Myyra (MAINTAINER). 2019-08-05 18:27:32 +00:00
visa
63897ab705 Update mips64 adastrap. 2019-08-04 12:54:10 +00:00
sthen
46da07405b update to php 7.1.31, 7.2.21, 7.3.8 2019-08-01 20:20:38 +00:00
landry
d1a16a728e New adastrap for powerpc to go over the realpath bump, unbreaks 5k+
ports requiring gcc8 for c++.
2019-08-01 08:49:04 +00:00
bcallah
cd49887a41 Update to seed7-20190714 2019-07-31 00:08:01 +00:00
sthen
2efb30d240 regen i386 ada bootstrap, I think I had messed up patching previously because
it was still not working on a new-realpath system.
2019-07-30 22:17:59 +00:00
juanfra
7fd403022c Update to cython 0.29.13. 2019-07-30 15:17:47 +00:00
bcallah
93c54ee86a Update to the latest flang code. Note the minor bump to libflangrti. 2019-07-30 03:49:58 +00:00
fcambus
c44f2f2ca1 Update duktape to 2.4.0 and switch HOMEPAGE and MASTER_SITES to HTTPS. 2019-07-29 10:41:29 +00:00
sthen
206d5f468a add a note to the sample php-fpm.conf files that if using TCP (rather than
the patched default of a unix socket), the fpm port should never be exposed
to the internet.
2019-07-27 15:16:01 +00:00
jasper
eb43625fe3 update to elixir-1.9.1 2019-07-24 18:26:53 +00:00
juanfra
c7d9068ded Update to bacon 3.9.1. 2019-07-24 18:26:26 +00:00
naddy
106ab15aa0 Fix the Ada build now that realpath(3) conforms to POSIX and returns
an error if the last component of the path does not exist.

This is a bug in libgnat.  The System.File_IO.Open function calls
full_name -> __gnat_full_name -> realpath on files that have not
yet been created.  The Linux realpath was considered lacking, so a
different approach is used there.  We now remove OpenBSD from the
#ifdef of operating systems supporting realpath and follow the Linux
code path.

New Ada bootstraps are required.

ok sthen@ pascal@
2019-07-23 21:17:47 +00:00
bcallah
71c6825c7c Update to gravity-0.7.0 2019-07-18 23:19:16 +00:00
bcallah
1ae5a15305 Update to kona-3.2.0.20190605 2019-07-18 23:08:13 +00:00