5917 Commits

Author SHA1 Message Date
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
bcallah
14bf29d700 Welcome flang-8.0.0
This syncs the flang patches with the devel/llvm patches, as well as
updates flang to its latest upstream code.
My test suite passes on amd64. Any arm64 changes, if needed, will be
committed in the coming days.
2019-07-17 21:33:33 +00:00
sthen
e8a3ed4a98 Some ports using gnulib previously detected a broken realpath and switched to an
internal replacement function. Following the changes to make realpath(3) use the
__realpath() syscall these no longer detect broken realpath i.e. produce different
code. Bump REVISION to ensure that users get the new version.
2019-07-16 21:29:41 +00:00
jasper
9e419ba728 update to vala-0.44.6 2019-07-16 19:05:56 +00:00
naddy
ae1cb22cb2 Switch to PERMIT_(DISTFILES|PACKAGE).
CDROM restrictions are no longer applicable.
2019-07-14 02:16:50 +00:00
naddy
7ab397505a Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable. 2019-07-14 00:39:34 +00:00
rpointel
87d92307f8 update python 3 to 3.7.4.
tested in a bulk build on amd64 by naddy@ (thanks).
2019-07-13 06:48:16 +00:00
sthen
4435b868be replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:15:33 +00:00
sthen
6abcfb470b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:05:06 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
jeremy
79e271ba08 Update to PERMIT_PACKAGE 2019-07-12 04:13:15 +00:00
jturner
a0341d4002 Update janet to 1.1.0 2019-07-12 01:39:46 +00:00
sthen
dea867ae7b it seems php have done some cdn shuffling, now the various country.php.net
are a single cdn backed server and issue a redirect to https://www.php.net/.
replace MASTER_SITES with the single https://www.php.net/distributions/.
this also suggests the mishmash of working and broken backends for
www.php.net that resulted in using secure.php.net as the homepage have
been cleaned up, so switch that back to https://www.php.net/.
2019-07-10 22:27:31 +00:00
tj
b78c82b5f8 switch some more homepage and master_sites links to https. input/ok sthen 2019-07-10 21:01:26 +00:00
tj
1367168f53 switch some master_sites and homepage lines to https. ok sthen 2019-07-10 15:25:02 +00:00
jsing
3395d04c86 Update lang/go to Go 1.12.7. 2019-07-09 17:54:46 +00:00
semarie
52da7c5584 update lang/rust to 1.36.0
Announce: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html
Release notes: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1360-2019-07-04

ok landry@
2019-07-09 11:24:28 +00:00
sthen
bd7eaf390e fix PKGSTEM variable in pkg-readmes/php-7.x files (this one is a bit fiddly
because it uses a shared files/ directory rather than separate copies in
7.{1,2,3}/pkg/README-main).
2019-07-08 16:30:56 +00:00
jasper
ee21b4814c update to elixir-1.9.0 2019-07-07 19:00:44 +00:00
juanfra
81799c957e Update to cython 0.29.12. 2019-07-07 17:55:01 +00:00
ajacoutot
15eb046089 Update to guile2-2.2.6. 2019-07-07 08:11:59 +00:00
jca
75c7843086 Update to llvm-8.0.0
Most patch merges inspired from patrick's work on base-clang.  Consumer
ports fixed/marked BROKEN as discussed with bcallah@ and rsadowski@.
powerpc tests and PLIST fixes from cwen@, thanks!  rust-1.36 tests by
semarie@
2019-07-06 15:06:36 +00:00
jca
eaaa485558 Disable flang and ponyc, they don't build with llvm-8
Disabling flang was suggested by bcallah@ (maintainer), who will be away
for some days.  Upstream ponyc doesn't support llvm-8 yet.
2019-07-06 15:00:03 +00:00
sthen
517284e991 update to php-7.2.20 2019-07-04 15:40:55 +00:00
sthen
e35691ac8b update to php-7.3.7 2019-07-04 15:40:45 +00:00
jca
3136a3a684 Update to clazy-1.5 which adds support for llvm-8
It also drops libclazylib.so, but that one isn't used by the ports tree.
There is something fishy with libClazyPlugin.so (renamed from
libClangLazy.so) which is directly used as a shared lib by
bin/clazy-standalone.

ok rsadowski@ (maintainer)
2019-07-04 12:07:23 +00:00
jturner
e7f7e79ec6 Update janet to 1.0.0.
Release notes: https://github.com/janet-lang/janet/releases/tag/v1.0.0
2019-07-02 23:10:39 +00:00
juanfra
dfa5c3327f Update to cython 0.29.11. 2019-06-30 20:06:52 +00:00
sthen
262a42c8ed update to Lucee 5.3.3.60-RC 2019-06-29 13:35:48 +00:00
sthen
def988e861 https MASTER_SITES 2019-06-26 21:19:56 +00:00
sthen
6ff3e55398 bump REVISION in a bunch of ports known or likely to use struct kinfo_proc,
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into

the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
2019-06-25 20:25:20 +00:00