Commit Graph

5652 Commits

Author SHA1 Message Date
jca
034d9504db Unbreak on amd64 (workaround: disable retpoline) 2019-01-21 19:07:58 +00:00
bcallah
59475f84a7 Bugfix update to kona-3.2.0.20190119 2019-01-21 16:26:01 +00:00
juanfra
67f2340540 Update to bacon 3.8.1. 2019-01-20 23:24:28 +00:00
juanfra
b9aa1fe86d Update to gambit 4.9.2. 2019-01-20 20:11:59 +00:00
juanfra
6735e9033e Update to cython 0.29.3. 2019-01-20 20:11:23 +00:00
jeremy
8b866cfc06 Add support for building ruby 2.6 packages for ruby ports using ruby26 FLAVOR
While here, fix MODRUBY_SITEDIR and MODRUBY_LIBREV for the
jruby FLAVOR, even though no ports currently use either.
2019-01-16 17:11:57 +00:00
jeremy
22bd3e0d0a Hookup ruby 2.6.0 2019-01-14 16:18:21 +00:00
jeremy
0d9f363af6 Import ruby 2.6.0
Help and testing from jca@ and George Koehler
OK jca@
2019-01-14 16:13:05 +00:00
pascal
3181717f80 Fix TEST_DEPENDS on arm and arm64. From Brad. 2019-01-13 11:59:18 +00:00
bcallah
68347400a1 Narrow ONLY_FOR_ARCHS to aarch64 amd64 arm i386
Pony won't build on any other archs, so let's not waste time.
Spotted from the latest powerpc ports bulk.
2019-01-11 22:49:01 +00:00
jca
fe899fcd43 Cope with mincore(2) removal.
mono already tries to detect whether mincore(2) is available, but one
place was missing a check.  Upstream should probably add #ifdef checks
for all the sys/mman.h functions wrapped in this file, to replace the
existing "#ifndef HAIKU" checks.

ok sthen@
2019-01-11 18:49:37 +00:00
jca
ae3988c3c0 Don't use mincore(2) 2019-01-11 18:16:58 +00:00
sthen
417ee3b07d regen patches only, no pkg change 2019-01-11 17:21:38 +00:00
jca
6cfe94ccd9 Re-add classpath, I somehow missed that lang/jamvm depends on it. 2019-01-10 17:54:14 +00:00
jca
0cf3c64ec6 Remove classpath, not updated since 2009 and not used by the ports tree
Also it depends on gcj which is a dead end (not shipped by lang/gcc/8).
Noticed because is uses mincore(2).

ok phessler@ landry@
2019-01-10 17:23:12 +00:00
bcallah
699757b980 Update to seed7-20190107 2019-01-10 00:17:55 +00:00
sthen
76e59d41e8 update to php-7.2.14 2019-01-09 23:44:39 +00:00
sthen
bcc52ba7f4 update to php-7.1.26 2019-01-09 23:44:30 +00:00
bcallah
b08fc631bf New year, new flang code. 2019-01-09 17:45:49 +00:00
rpointel
d095232e95 update python to 3.6.8.
tested in a bulk build by naddy (thanks!).
2019-01-07 06:43:00 +00:00
pascal
7df1e069cd Properly set RUN_DEPENDS{,-main} for the case where devel/gas is needed.
found by phessler@
2019-01-06 14:36:47 +00:00
sthen
c7e404ed5e switch HOMEPAGE for php ports to https://secure.php.net/
https://www.php.net/ isn't reliably working across the various servers
hosting the site as reported by danj@ (e.g. at least one instance has
a certificate with CN=ilia.ws, and some don't seem to have
port 443 open at all).
2019-01-05 23:19:26 +00:00
pascal
fa22bb31f4 Update powerpc bootstrap and plist. 2019-01-05 22:08:11 +00:00
jsing
a20b34842d Allow weak symbols to be duplicated when already defined.
When -mretpoline is enabled with clang, a __llvm_retpoline_r11 weak symbol
is emitted in each compilation unit. This results in the Go linker
complaining when processing a package archive that contains cgo linkages,
since it finds the same weak symbol defined in multiple object files.

Relax the duplicate symbol detection such that weak symbols are permitted
to be duplicated. This makes it possible to build Go with clang again and
addresses a similar duplicate weak symbol issue that results from retguard.

Also backport an upstream commit that corrects the handling of libgcc vs
libcompiler_rt. Combined with the above fix `make regress` now passes with
both gcc and clang.
2019-01-05 12:59:25 +00:00
pascal
a2a036b0ec Provide MODGCC4_FORTRAN* variables.
ok jca@
2019-01-04 17:29:53 +00:00
pascal
8564459c11 Import GCC 8.2.0. ok espie@ 2019-01-04 15:50:38 +00:00
pascal
6f3799dc8e Update to rakudo 2018.12.
feedback/ok afresh1@
2019-01-04 09:27:55 +00:00
pascal
91acb8f236 Update to NQP 2018.12.
ok afresh1@
2019-01-04 09:27:27 +00:00
pascal
cfcca7fe3e Update to MoarVM 2018.12.
ok afresh1@
2019-01-04 09:27:09 +00:00
ajacoutot
818aad5754 Tweak comment about API_V. 2019-01-02 20:32:05 +00:00
jasper
02c2dc9042 update to vala-0.42.4
tested in a bulk on amd64 by aja@, thanks!
2019-01-02 19:12:51 +00:00
jca
16c8a26880 Cope with the wxWidgets3 update
ok ajacoutot@ landry@ giovanni@
2019-01-02 12:44:06 +00:00
jasper
b9cc6da51f switch to use erlang 21 by default 2018-12-31 10:13:35 +00:00
jasper
f481c7a180 add plumbing for erlang21 2018-12-31 10:12:24 +00:00
jasper
f9df69a9f1 import erlang-21.2
ok aja@
2018-12-31 10:11:36 +00:00
pascal
10d3d0b9d1 Update mips64 bootstrap. 2018-12-29 10:11:20 +00:00
pascal
93a8385d3f * merge kprintf format update from gcc 4.9
* fix ABI break in libestdc++ introduced in GCC 6.5.0

From Brad.
2018-12-27 15:49:44 +00:00
bcallah
9dae89f879 Push flang up to its latest commits. Note the major bump on libpgmath. 2018-12-26 17:37:14 +00:00
pascal
bb1e666987 Update to GCC 6.5.0. Earlier diffs from Brad.
mips64 bootstrap update still pending.
2018-12-26 17:09:59 +00:00
bcallah
e908d98031 Bugfix update to kona-3.2.0.20181210 2018-12-26 16:13:06 +00:00
pascal
9dbe16a422 Update sparc64 adastrap. 2018-12-24 09:17:36 +00:00
jca
85c6b372de Missing includes for ports-gcc 2018-12-22 09:39:03 +00:00
sthen
6d977fa71d update to ucblogo-6.0
sample code at https://people.eecs.berkeley.edu/~bh/logo-sample.html
behaves a bit strangely but it's the same with the in-tree version but
simple tests with pen control/movement work as well as before.

(the distfile for 5.5 is no longer available upstream, port had no
MASTER_SITES line so was using implicit default of MASTER_SITE_OPENBSD)
2018-12-21 15:00:42 +00:00
ajacoutot
3a65f5f4af Update to vala-0.40.12.
ok jasper@
2018-12-21 13:34:37 +00:00
pascal
00880ed6f9 Update hppa bootstrap. 2018-12-21 11:44:09 +00:00
semarie
d2891f6e1c maintenance update to 1.31.1
Version 1.31.1 (2018-12-20)
- Fix Rust failing to build on powerpc-unknown-netbsd
- Fix broken go-to-definition in RLS
- Fix infinite loop on hover in RLS
2018-12-21 08:24:19 +00:00
jeremy
51d0010521 Fix build on big endian systems by defining MRB_ENDIAN_BIG
Tested on sparc64 by jca@
OK jca@
2018-12-20 18:41:45 +00:00
pascal
3177854e5e Update powerpc bootstrap. 2018-12-19 21:10:52 +00:00
danj
52d6f80978 Fix HOMEPAGE
ok juanfra@ (maintainer)
2018-12-19 15:46:23 +00:00
pascal
802dba2d2d Update i386 adastrap. 2018-12-19 10:59:41 +00:00