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
jeremy
ab172567ce
Update to mruby 2.0.0
...
Reenable on sparc64, since it now builds there, thanks to jca@ for testing.
2018-12-17 20:28:27 +00:00
pascal
866fb156a7
Update mips64 bootstrap, from visa@.
2018-12-17 14:09:30 +00:00
pascal
1043d57b0e
Update mips64 bootstrap, from visa@.
2018-12-17 14:05:21 +00:00
semarie
ea37087119
build clippy (linter) and rustfmt (code formatter) and provide them in
...
subpackages. while here create a subpackage for rust-gdb also.
looks good landry@
2018-12-16 09:19:57 +00:00
juanfra
462edf4fc4
Update to cython 0.29.2.
2018-12-16 00:06:46 +00:00
jsing
964270cb22
Update lang/go to version 1.11.4.
...
This minor revision update includes various fixes, three of which address
security related issues.
2018-12-15 14:54:41 +00:00
pascal
30947b05d9
Update amd64 bootstrap, remove USE_LLD=No.
2018-12-14 19:23:53 +00:00
bcallah
52c60e8079
Include header files that are tightly coupled to the compiler: stdatomic.h,
...
stdfix.h, stdalign.h, and stdnoreturn.h
Ensure these headers are usable on all archs by ensuring that
openbsd-stdint.h is used on all archs.
While here, explicitly add the --disable-libssp flag to configure,
otherwise it will get built and installed.
Sync the PLISTs for these changes.
Prompted and much help and diagnosis on macppc by George Koehler.
Feedback from sthen@ and pascal@
ok pascal@
2018-12-14 17:58:03 +00:00
bcallah
893cb9bd0a
Update to gravity-0.6.1
...
Changelog: https://github.com/marcobambini/gravity/compare/0.5.5...0.6.1
2018-12-13 17:32:50 +00:00
sthen
03f88324a6
garbage-collect now unused MODPECL_V
2018-12-12 23:46:18 +00:00
sthen
dd2c9ba93a
bumps for -cgi and -dbg as well
2018-12-12 08:38:00 +00:00
ajacoutot
4785fb7830
REVISION-apache needed a bump as well:
...
+@depend security/libsodium:libsodium-*:libsodium-1.0.16p0
-@depend textproc/oniguruma:oniguruma-*:oniguruma-6.9.0
+@depend textproc/oniguruma:oniguruma-*:oniguruma-6.9.1
+@wantlib sodium.9.1
2018-12-12 08:04:25 +00:00
bcallah
e376ae4b0c
Update to pcbasic-2.0.1
...
Change the V variable to MODPY_EGG_VERSION (it should have been that in the
first place)
Changelog: https://github.com/robhagemans/pcbasic/compare/v2.0.0...v2.0.1
2018-12-11 20:56:11 +00:00
juanfra
a722b4bd71
Disable gerbil for non clang platforms. Gerbil needs a gambit version
...
compiled a C compiler with thread-local storage support. I prefer
avoid to change Gambit to ports GCC and the gerbil built would be
really slow on old platforms anyway.
2018-12-11 18:33:23 +00:00
sthen
c307aa5d14
remove php 5.6 scaffolding from pecl.port.mk; changes to pecl-* ports to follow
2018-12-11 12:26:54 +00:00
sthen
0ced969e13
add @pkgpath markers to move old versions of core php extensions 7.1
2018-12-11 12:10:46 +00:00
sthen
eae4c81565
remove php 5.6 and infrastructure, it is nearly out of security support
2018-12-11 12:10:19 +00:00
sthen
9165de9c9e
garbage-collect CONFIGURE_ARGS factored to Makefile.inc already
2018-12-11 11:54:29 +00:00
sthen
4e42c4719a
oops, committed one file too many
2018-12-11 11:46:15 +00:00
sthen
f758cb6d78
use @pkgpath to merge old pecl72-libsodium into php-7.2
2018-12-11 11:43:45 +00:00
sthen
7ac64c2fb0
enable ext/sodium for php 7.2.
2018-12-11 11:41:54 +00:00
jeremy
4cdb35917a
Update to JRuby 9.2.5.0
...
OK rsadowski@
2018-12-10 15:23:21 +00:00
ajacoutot
91f6e857c7
Unbreak with new icu.
2018-12-09 21:01:03 +00:00
semarie
97f5af796f
update lang/rust to 1.31.0
...
Announcing: https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html
Release notes: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1310-2018-12-06
ok landry@
2018-12-08 09:16:09 +00:00
naddy
ef895ef2da
align with the base compilers: don't search /usr/local/include by default
...
from Brad
2018-12-07 18:27:35 +00:00
sthen
d833c240a3
update to php-7.2.13
2018-12-05 20:05:18 +00:00
sthen
d2c6f326f1
update to php-7.1.25
2018-12-05 20:05:09 +00:00
bcallah
01823bce79
Update to seed7-20181125
2018-12-04 19:42:40 +00:00
bcallah
4e8c6eac4b
Bugfix update to kona-3.2.0.20181127
2018-12-04 19:23:16 +00:00
martijn
65599bc7ce
/MODPY_DISTUTILS_INSTALL/s/LOCALBASE/TRUEPREFIX/
...
Triggered by remark of sthen@.
OK sthen@, rpointel@
2018-12-04 05:57:31 +00:00
sthen
021b19b2ca
mark BROKEN-i386
2018-12-02 11:42:25 +00:00
jeremy
9cc172603d
Bump REVISION after ASN1_dup prototype added back to LibreSSL
...
Recommended by jca@ and jsing@
2018-11-30 15:19:07 +00:00
juanfra
40f2a83469
Enable verbose mode. From Timo Myyra (MAINTAINER).
2018-11-28 21:13:12 +00:00
naddy
e409c07e98
Wedge -znotext into all the necessary places to allow text relocations
...
that are caused at least by non-PIC assembly in the i386 runtime stub.
While here, also honor CFLAGS better.
ok jca@ krw@ avsm@
2018-11-28 18:23:08 +00:00
juanfra
1fd3d32cf3
Extra spaces. env -i -> ${SETENV}.
2018-11-26 22:39:03 +00:00
juanfra
82d427185c
+lang/gerbil
2018-11-26 22:37:06 +00:00