Commit Graph

5784 Commits

Author SHA1 Message Date
jeremy
56a208cf8b Update to JRuby 9.2.7.0 2019-04-26 15:46:58 +00:00
jeremy
6bb2a9dd70 Update to ruby 2.6.3 2019-04-26 15:46:28 +00:00
semarie
ac56eef94e reduces the PLIST divergence between archs by using a controlled way to
generate metadata/hash on libraries.

remove -doc subpackage too, as it has different files depending the
arch.

with that, we should be able to have rustc on more archs.

OK sthen@
2019-04-26 15:08:33 +00:00
bcallah
8fcd0e7d0e Update to the flang commits from yesterday.
While here, remove some comments in Makefile.inc about flang being
integrated into LLVM. That's no longer happening; the new f18 compiler is
scheduled to be integrated into LLVM instead.
2019-04-26 02:04:01 +00:00
mortimer
c82b773d52 guile needs frame pointers, so ensure they are always on.
ok jca@
2019-04-25 22:41:38 +00:00
jasper
1d3d8938fa update to vala-0.42.7 2019-04-25 17:48:07 +00:00
naddy
e26af033ba Remove GCC 6. Never connected to the build, now obsoleted by GCC 8.
ok pascal@
2019-04-25 15:25:15 +00:00
bcallah
f0bdf26308 Update to seed7-20190407 2019-04-23 23:30:34 +00:00
kmos
d21568e6bb Landry found a case where putting the subdirectory in question into
MODPY_TEST_ARGS was not enough to get the tests to run using
MODPY_PYTEST, geo/py-proj.

This adds MODPY_TEST_DIR, which defaults to WRKSRC as is normal, to
allow overriding the subdirectory that tests run in. This isn't
specific to MODPY_PYTEST, it will work for PY_SETUPTOOLS tests also.

OK landry@ sthen@
2019-04-23 12:30:47 +00:00
naddy
c7ccad6525 take ownership of a directory that had accidentally been omitted; ok sthen@ 2019-04-22 20:50:34 +00:00
ajacoutot
8d092f421f Missed bump. 2019-04-22 10:09:37 +00:00
bcallah
de7db9b0a2 Update to flang-driver-7.0.1.20190409 2019-04-22 04:41:53 +00:00
sthen
141f6b308e import python 3.7.3, ok rpointel@ kmos@
at this point, only python itself will be built for 3.7.x; modules are still
all built against 3.6.
2019-04-21 09:33:32 +00:00
sthen
c3e90e6a46 python tweaks;
- sync WANTLIB
- use do-gen instead of post-patch for the "subst and regen
autoconf files" target
- ALL_TARGET needs setting differently between 2.7 and 3.x;
rather than checking against 3.6 for "all", check against 2.7
for "all ./Lib/plat-openbsd6". needed for newer 3.x.
2019-04-21 09:32:19 +00:00
daniel
aa4bbca17d Drop dependency on base gcc and switch to ports gcc instead. 2019-04-20 22:12:41 +00:00
jsing
1948bd9861 Build lang/go for openbsd/arm using a binary bootstrap.
With input from and ok sthen@.
2019-04-19 07:15:36 +00:00
sthen
dce3f588f6 add BUILD_DEPENDS on re2c. shouldn't normally be needed, but sometimes
file timestamps in the .tar.gz have the generated file older than the
source file for re2c, resulting in a build failure if re2c was installed
during autoconf but later junked. found by kili@
2019-04-18 16:56:03 +00:00
sthen
617aa118a8 set PORTROACH limit 2019-04-18 16:26:29 +00:00
juanfra
523013471f Update to cython 0.29.7. 2019-04-17 22:44:07 +00:00
semarie
cacb466dd5 update to 1.34.0
announce: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
changelog: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1340-2019-04-11
2019-04-17 06:55:59 +00:00
naddy
305d688b62 fix warning and future error about unescaped left brace in perl regex 2019-04-16 15:35:30 +00:00
sthen
952dee95b5 Rename lang/erlang ports makefile variables used by "gen-versions" and
in PLISTs to avoid a conflict with "COMPILER" used in bsd.port.mk,
remove a hackish workaround, and allow COMPILER to be used as intended.

Use COMPILER to build with ports-gcc on !base-clang arches, needed with
-wx on these arches.

ok cwen@
2019-04-16 11:40:17 +00:00
bcallah
13c2fb54dc Janet requires TLS, so set
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
Noticed when building janet on hppa.
ok jturner@
2019-04-16 01:56:16 +00:00
jturner
3bd6572c59 Update janet to 0.4.1 2019-04-16 00:29:26 +00:00
bcallah
8c14c2fcc7 Update to gravity-0.6.5
Changelog: https://github.com/marcobambini/gravity/compare/0.6.3...0.6.5
2019-04-15 21:09:05 +00:00
bcallah
aef3c18f25 Update to kona-3.2.0.20190407 2019-04-15 20:40:55 +00:00
jsing
f3753ee987 Update lang/go to 1.12.4. 2019-04-15 17:14:14 +00:00
bcallah
60d0ee8e02 Add hppa support to gpc
ok phessler@
2019-04-15 17:07:43 +00:00
bcallah
4cd1c8dc3c Remove BROKEN-hppa; it builds fine 2019-04-15 16:43:54 +00:00
sthen
2e8c1d143a security updates to PHP 7.1.28, 7.2.17 and 7.3.4, and unbreak 7.3
by disabling AVX2/SSSE3 code (it was crashing in the AVX2-accelerated
base64 decoder).  ok naddy@
2019-04-08 23:24:11 +00:00
sthen
dca9336a2f Disable the Apache module on aarch64; apxs2 check run by configure fails
with "Trace/BPT trap (core dumped)", it's better to have some php packages
for aarch64 than none.

Reported by phessler@, thanks!
2019-04-05 07:17:35 +00:00
ajacoutot
bedc721da4 Silence cert-sync, it's way too noisy and pollutes pkg_add(1) output.
ok phessler@
2019-04-04 10:00:42 +00:00
jeremy
f95e2ed20b Update to ruby 2.4.6 2019-04-03 17:25:25 +00:00
naddy
c69647a445 fix warning and future error about unescaped left brace in perl regex 2019-04-03 14:42:08 +00:00
rpointel
99f091b273 update Python to 2.7.16.
tested by sthen@ and kmos@ (thanks).
2019-04-03 05:23:40 +00:00
bcallah
a69054e185 Update to kona-3.2.0.20190330 2019-04-03 03:16:29 +00:00
jasper
d08dfee605 remove empty file 2019-04-01 03:51:50 +00:00
thfr
dca0b69f0f remove .orig files, thanks to phessler@ for the hint 2019-03-31 18:52:15 +00:00
thfr
481aabbc5b update to 5.18.1.0, add @exec to update mono's certificate store to allow TLS connections. "go ahead" robert@ (maintainer) 2019-03-31 18:28:39 +00:00
sthen
23de6bb3f3 update to lucee-5.3.1.102
- fix pkg-readme while there (missing FULLPKGNAME->PKGSTEM)
2019-03-30 14:47:11 +00:00
sthen
a9fb2bef06 bump REVISION; apache-httpd pkgpath change
add missing RDEP on apache-httpd in php-apache packages
2019-03-28 12:39:02 +00:00
chrisz
6883e8e449 Disable lang/obc
ok jca@, "safe to remove" anil@, "agree" krw@
2019-03-27 22:55:25 +00:00
pascal
d5c575b948 Update to GCC 8.3.0, and regenerate bootstrap on amd64, hppa and powerpc.
Also tested on armv7, arm64 and sparc64.

Earlier diff from Brad.
2019-03-25 20:17:46 +00:00
thfr
e4d8c0cd87 fix mono's DNS lookup by using MacOsNetworkInterfaceAPI like FreeBSD does, fixes GitHub issue #8168, ok robert@ (maintainer) 2019-03-25 13:05:39 +00:00
sthen
828f08b0e2 sweep all java ports with a couple of adjustments to build/dependency
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.

- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).

- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.

- bump changed ports
2019-03-24 22:24:12 +00:00
jca
c5859b7f0c Our stddef.h provides max_align_t, let cstddef provide std::max_align_t
This unbreaks www/webkitgtk4 on sparc64.  ok pascal@ (maintainer)
2019-03-24 16:47:48 +00:00
bcallah
71905ab38f Update to flang-7.0.1.20190320 2019-03-23 23:55:13 +00:00
bcallah
c73428b4f9 Update to ponyc-0.28.0
Changelog: https://github.com/ponylang/ponyc/releases/tag/0.28.0
2019-03-23 13:52:06 +00:00
sthen
a7444a2fe2 i386 fixes for lang/sbcl, from maintainer joshe@ 2019-03-21 22:06:53 +00:00
remi
c9d88b3d88 I hope that now I got the indentation as intended ;-) 2019-03-20 22:45:26 +00:00