5632 Commits

Author SHA1 Message Date
sthen
02041e176f adjust php's README, some of the ssl/tls-related functions need openssl.cnf
reported by florian@
2018-09-27 16:40:11 +00:00
bcallah
e5f141e8cf Update to the latest flang--this brings us in line with Nvidia's latest
binary release. Note the minor bump to libflang and the major bump to
libflangrti.
2018-09-26 18:31:46 +00:00
espie
83d6481021 unbreak the tree
daniel@ is relatively new, but phessler@ and pascal@ are not.
you guys should know better
2018-09-26 17:46:51 +00:00
daniel
8a3ed0995d On alpha, build with -O1 instead of -O2 to avoid segfaults at build-time.
Tested on an AlphaServer DS10 617 MHz.

ok phessler@, pascal@ (MAINTAINER).
2018-09-25 20:59:14 +00:00
jasper
71994c408d update to vala-0.40.10 2018-09-25 19:32:47 +00:00
landry
9a672b42ce Security update to rust 1.29.1, from semarie@
See https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1291-2018-09-25
Fixes a buffer overflow in the standard library.
2018-09-24 07:09:14 +00:00
bcallah
216c5a5651 Chase latest libFIRM+cparser code, call it 1.22.1pl2.
Notable user change: a 32-bit RISC-V backend.
Also bugfixes for the amd64 backend.
Shared library lost a function => major bump
2018-09-24 02:12:35 +00:00
jsing
126d7b3255 Update lang/go to 1.11. 2018-09-23 17:19:10 +00:00
juanfra
527f1a2854 Enable ssl support and change gambit to use poll instead of select.
From Timo Myyra.
2018-09-20 21:41:40 +00:00
abieber
a097383caa Bump to latest LTS.
Full changelog here: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.12.0

"builds fine for me on amd64" rsadowski@
2018-09-19 19:10:27 +00:00
danj
7d569fc533 Tweak MASTER_SITES and HOMEPAGE
Switch to https and remove dead mirror.
Noticed by rsadowski@, ok rpointel@
2018-09-18 16:43:12 +00:00
sthen
f7a36623ec use DPB_PROPERTIES=parallel, ok abieber@ 2018-09-18 12:51:55 +00:00
matthieu
67630132a1 Remove duplicate -doc plist entries on aarch64.
no version bump since rust-doc  didn't package before on aarch64
and doesn't change on other architectures.

ok semarie.
2018-09-18 10:05:56 +00:00
landry
b649d81240 Update to rust 1.29, from MAINTAINER semarie@ 2018-09-16 16:35:27 +00:00
bcallah
b32d5056fe +wabt 2018-09-16 13:33:11 +00:00
bcallah
caf390b47d Import lang/wabt, the WebAssembly binary toolkit.
Joint work from rapha@ and Fabian Raetz, with Fabian taking MAINTAINER --
thanks!
ok rsadowski@

WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly,
including:

wat2wasm:
   translate from WebAssembly text format to the WebAssembly binary format

wasm2wat:
   the inverse of wat2wasm, translate from the binary format back to the
   text format (also known as a .wat)

wasm-objdump:
   print information about a wasm binary. Similiar to objdump.

wasm-interp:
   decode and run a WebAssembly binary file using a stack-based interpreter

wat-desugar:
   parse .wat text form as supported by the spec interpreter
   (s-expressions, flat syntax, or mixed) and print "canonical" flat format

wasm2c:
   convert a WebAssembly binary file to a C source and header
2018-09-16 13:32:32 +00:00
bcallah
c34b46a992 +gpc 2018-09-15 18:03:49 +00:00
bcallah
c152c52d70 Import lang/gpc, the GNU Pascal Compiler.
ok daniel@

GNU Pascal (GPC) is a Pascal compiler built on top of GCC. GNU Pascal is
ISO 7185 compatible, and implements most of the ISO 10206 Extended
Pascal standard. GPC also supports Borland Pascal 7.0 and parts of
Borland Delphi, Mac Pascal, and Pascal-SC (PXSC).
2018-09-15 18:03:31 +00:00
sthen
9dc2159d75 update to php-5.6.38 2018-09-14 15:58:48 +00:00
sthen
99dd52dfa4 update to php-7.0.32
while there, bring across the now-repaired patch from php/5.6 to use
arc4random_buf rather than /dev/urandom for entropy for generated
session ids. simplified from an older diff by martijn@
2018-09-13 14:15:47 +00:00
sthen
9ba0402bb3 php/5.6 had a patch to use arc4random_buf rather than /dev/urandom for entropy
for generated session ids, but it missed actually mixing it in. repair.
simplified from an older diff by martijn@
2018-09-13 14:15:12 +00:00
espie
e06b8c0925 be consistent 2018-09-12 15:24:50 +00:00
daniel
af3dbce708 +compcert (as requested by danj@) 2018-09-12 05:00:50 +00:00
daniel
01c5ef0515 Update to CompCert 3.3 as requested by danj@ but mark BROKEN until we
get coq updated. Biggest improvement in this update is support for
amd64.

CompCert is not free software. This non-commercial release can only
be used for evaluation, research, educational and personal purposes.
2018-09-12 04:58:49 +00:00
danj
235e817d19 Update the README to use sysctl hw.cpuonline
ok juanfra@ (maintainer)
2018-09-07 20:08:15 +00:00
sthen
6988a23b37 drop MODGCC4 parts for arm (was used for atomics) 2018-09-06 14:05:59 +00:00
juanfra
3e05690401 Update to gambit 4.9.0. 2018-09-05 21:39:18 +00:00
jasper
2c34184a62 +secularize 2018-09-05 19:40:18 +00:00
jasper
417e1c3c34 import secularize-0.0.1
secularize allows infidels to run HolyC source on systems other than the
divine TempleOS.

promted by mlarkin@ at g2k18
ok aja@
2018-09-05 19:38:25 +00:00
bcallah
ada91a4d75 +ponyc 2018-09-05 18:11:42 +00:00
bcallah
0728a4dc7f Import lang/ponyc, an actor-model, capabilities-secure, high performance
programming language.
ok rsadowski@

Pony is an open-source, object-oriented, actor-model,
capabilities-secure, high-performance programming language. Pony is type
safe, memory sage, exception safe, and can natively call C libraries.
The overall philosophy of Pony is to get stuff done, and to guarantee
the result is correct.
2018-09-05 18:11:26 +00:00
espie
127742766a missed that one, sorry 2018-09-05 08:52:59 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
bcallah
44c3e645fc Remove the MODMONO_NANT bits, devel/nant doesn't exist anymore.
ok jca@ daniel@
2018-09-03 22:13:35 +00:00
bcallah
ff0fef8580 Update flang to 6.0.0.20180830 -- note the flangrti major bump. 2018-08-31 21:50:08 +00:00
jasper
4846edb60d update to elixir-1.7.3 2018-08-31 18:59:44 +00:00
landry
075b2f0d05 Build python 3.6 with --enable-loadable-sqlite-extensions.
This unbreaks the following testcase, and fixes spatialite databases in QGIS.

import sqlite3
con = sqlite3.connect(":memory:")
con.enable_load_extension(True)

See https://trac.macports.org/ticket/49317 &
https://riccardo.forina.me/spatialite-for-python-does-not-work-on-osx/
for similar fixes on OSX.

went in a bulk build without fallout, sounds good to rpointel@
2018-08-30 16:22:49 +00:00
bcallah
f1ddcaa5d5 Update to seed7-20180821 2018-08-26 04:08:35 +00:00
bcallah
5aa93e35fd Update all the flang components to their latest versions. 2018-08-26 00:40:22 +00:00
jasper
3100abc186 update to vala-0.40.9 2018-08-21 18:48:44 +00:00
sthen
1c9632d91f mention that mail/rspamd needs to keep in sync with arches 2018-08-21 16:20:40 +00:00
daniel
0655873932 Let gprolog build on macppc.
Maintainer timeout
2018-08-19 23:45:00 +00:00
matthieu
2d57feac9c Update to eltclsh 1.17.
ok@ stu@

Upstream changes:
Drop the local implementation of "lreverse" and "lmap" shadowing
the native tcl procedures now present in tcl-8.5 and 8.6 respectively.

stu@ tweaks:
Now uses Tcl/Tk 8.6 via MODTK_VERSION
WANTLIB fixes.
2018-08-15 12:09:25 +00:00
bcallah
4beb3ec2f7 Bugfix update to algol68g-2.8.5 -- tests disappeared from the tarball 2018-08-14 00:50:17 +00:00
juanfra
b9141b1e04 Use only wxneeded for the flavors with JIT. 2018-08-13 23:26:55 +00:00
jasper
d277d4329d update to elixir-1.7.2 2018-08-12 17:21:51 +00:00
bcallah
361208411f Update to flang-6.0.0.20180811 -- fixes an internal compiler error 2018-08-12 15:28:15 +00:00
bcallah
4c7ef784d5 Unbreak gcc-4.9.4 on armv7 by permitting linking with lld.
There is a bug in lld that prevents the linking of libgcj.so, but on armv7
gcj isn't built so it's ok there.

ok phessler@
2018-08-11 14:11:01 +00:00
naddy
1e87a41b50 bump for plist changes 6.3 -> 6.4 2018-08-11 04:58:47 +00:00
bcallah
97e5f7a4d8 Update to flang-driver-6.0.0.20180810 2018-08-11 04:44:12 +00:00