139164 Commits

Author SHA1 Message Date
kmos
8e64b3def4 Update textproc/py-unidecode 1.0.23 -1.1.1
From the changelog:

* Fix tests failing on PyPy 7.1.1
* Add more Latin letter variants in U+1F1xx page.
* Make it possible to use the Unidecode command-line utility via
  "python -m unidecode" (thanks to Jon Dufresne)
* General clean up of code and documentation (thanks to Jon Dufresne)

Moved package to PERMIT_PACKAGE and removed now-extraneous setting of
LC_CTYPE (lang/python module does that now by default).

OK sthen@
2019-07-04 20:53:31 +00:00
sthen
4965f2a855 fix previous - duh, PORTHOME should just be a port variable, not in TEST_ENV.
use consistent spacing around = while there.
2019-07-04 20:05:26 +00:00
sthen
a36566fa60 set PORTHOME in TEST_ENV 2019-07-04 19:57:40 +00:00
kmos
a5b27570ab Update astro/py-astral 1.4 -> 1.10.1
From Wen Heping. Thank you!

Tweaked to move to PERMIT_PACKAGE

OK sthen@
2019-07-04 19:02:14 +00:00
kmos
a0656fc3da Update devel/py-freezegun 0.3.9 -> 0.3.12
Update py-freezegun to 0.3.12. This version fixes incompatibilities
with Python 3.7.x fixing tests for any python3 ports using it.

OK jung@ (maintainer) sthen@
2019-07-04 18:57:50 +00:00
bluhm
cfab020cc6 update botan2 to 2.10.0
Disable upstream pledge for now as it is broken.
2019-07-04 18:16:52 +00:00
sthen
3d68d906f2 update to qemu-4.0.0, from Brad "With much help from ratchov@ to update
the sndio backend for various API changes with QEMU."
2019-07-04 17:11:05 +00:00
landry
e060338ef0 Update to puzzles 20190415.
Switches to gtk+3, reuse configure/autohell provided toolchain instead
of patching generated makefiles and having an horrible dist target.
2019-07-04 15:58:53 +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
sthen
e215c9b465 use autoreconf in net/putty for a tidier Makefile 2019-07-04 15:39:32 +00:00
sthen
f123eb2d8f update to py-Pillow 6.1.0 2019-07-04 14:46:23 +00:00
sthen
6274942483 update to ykpers-1.20.0 2019-07-04 13:41:37 +00:00
sthen
dd076aa227 update to p5-ack-3.0.1 2019-07-04 13:41:01 +00:00
jca
dc8bf65f82 Require latest lang/clazy version
Only kdevelop has a runtime dependency on lang/clazy, though.
Requested by rsadowski@
2019-07-04 12:13:01 +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
landry
4f6fdfe5a3 Mark BROKEN-amd64, fallout from llvm 8 update. 2019-07-04 07:23:45 +00:00
sthen
2502b27cf7 mark BROKEN-i386 2019-07-04 06:59:57 +00:00
sthen
67a90c1183 mark BROKEN-i386 2019-07-04 06:58:28 +00:00
semarie
9eca09f5b1 backport a fix to rustyline crate for upcoming lang/rust 1.36.0
https://github.com/kkawakam/rustyline/pull/218

ok tb@
2019-07-04 06:54:52 +00:00
semarie
0a384d1f0d explicitly set CARGO_HOME in environment: permit to have a writeable
directory for cargo to create a package cache lock.

required for upcoming lang/rust 1.36.0

ok landry@ jca@ tb@ aja@
2019-07-04 06:52:03 +00:00
rpointel
44154ec199 update to 11.50.
PERMIT_PACKAGE_CDROM->PERMIT_PACKAGE
2019-07-04 06:37:59 +00:00
espie
d8e1869739 create the directory to the socket path
noticed by naddy@
2019-07-04 02:32:21 +00:00
sthen
d776045f21 update mac-vendor table, regen patches while there 2019-07-03 20:38:57 +00:00
sthen
a638f1c835 update to xscreensaver-5.43 2019-07-03 16:15:28 +00:00
sthen
55fa094727 update to pecl-redis-5.0.0 2019-07-03 14:38:55 +00:00
sthen
ff630e114f update to librenms-1.53.1 2019-07-03 14:07:46 +00:00
sthen
cca79cf786 update to p5-XML-SAX-1.02 2019-07-03 13:57:59 +00:00
sthen
a9639cbe59 update to p5-XML-Tidy-1.20 2019-07-03 13:56:54 +00:00
jca
e4c860bc2f Require base-clang, drop dep on devel/llvm and add LLVM to WANTLIB
Doesn't build with ports-gcc or ports-clang.  devel/llvm isn't needed at
all.  Explicitely use llvm-config from base.

While here do a bit of reordering and move to PERMIT_PACKAGE.
"sounds good to me" rpointel@ (maintainer)
2019-07-03 13:15:39 +00:00
landry
ed3bb203cc Update to qgis 3.8.0, compatible with proj 6.
Enforce py-sip>=4.19.4 requirement for c++11 scoped enums.
Backport https://github.com/qgis/QGIS/pull/30336 to fix issues with proj 6.
2019-07-03 09:45:05 +00:00
landry
f67a0393c5 Update to py-sip 4.19.17.
Adds support for c++11 'enum class foo' constructs per
https://www.riverbankcomputing.com/static/Docs/sip/incompatibilities.html#sip-v4-19-4
- required by upcoming qgis 3.8.

Went in a bulk build without fallout.
Also tested by Caspar Schutijser with tortoisehg.
2019-07-03 09:42:15 +00:00
rpointel
9c47c8852a update django to 1.11.22 and 2.2.3.
from wen heping (thanks).
2019-07-03 09:41:45 +00:00
jsg
c66f24615e update amdgpu firmware to linux-firmware 20190312
Compared to our previous 20181218 firmware this updates
polaris12 (rx550, wx2100 etc) and adds picasso, raven2 and vega20.

Needed for a planned backport of picasso support.

I tried the latest 20190618 release on vega10 (Vega 56) but that
currently hangs on boot with our linux 4.19 based amdgpu:

amdgpu_device_resize_fb_bar: stub
amdgpu: [powerplay] Failed message: 0x4, input parameter: 0x10, error code: 0xffffffff
WARNING ring->wptr % 2 || count % 2 failed at /usr/src/sys/dev/pci/drm/amd/amdgpu/uvd_v7_0.c:1387

ok patrick@ sthen@
2019-07-03 05:25:29 +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
jturner
0287ea0ab0 Update openradtool to 0.7.5 2019-07-02 22:55:41 +00:00
fcambus
3d29d20457 Update GeoLite2 databases to latest version. 2019-07-02 21:27:25 +00:00
sthen
6cf52fb802 fix upgrades; @pkgpath needed to be flavour-dependent. problem reported
by mazocomp at disroot.org.  ok kn@

if someone is really using the socks FLAVOR, please comment on jca's
mail here -> https://marc.info/?l=openbsd-ports&m=156208684023116&w=2
2019-07-02 20:30:02 +00:00
cwen
d642a9e86f youtube-dl: update to 2019.07.02; unbreak soundcloud
Changelog:
https://github.com/ytdl-org/youtube-dl/releases/tag/2019.07.02

OK juanfra@ kn@
2019-07-02 18:31:26 +00:00
sthen
fd070ab6de update to librenms-1.53 2019-07-02 16:57:58 +00:00
landry
266911a1eb Fix build with upcoming rust 1.36.
found by semarie@ in
https://reviews.freebsd.org/D20810#change-K68aYoUXfAu1, regression in
rust itself tracked in https://github.com/rust-lang/rust/issues/62301

Builds fine with rust 1.35.
2019-07-02 16:52:09 +00:00
landry
baf80b41c8 Fix build with upcoming rust 1.36.
found by semarie@ in
https://reviews.freebsd.org/D20810#change-K68aYoUXfAu1, regression in
rust itself tracked in https://github.com/rust-lang/rust/issues/62301

Builds fine with rust 1.35.
2019-07-02 16:51:49 +00:00
landry
74e6bbfc1e Regen patches 2019-07-02 16:48:11 +00:00
ajacoutot
4f4b6d34ee Update to webkitgtk4-2.24.3. 2019-07-02 16:04:18 +00:00
sthen
cc50edde66 use simpler text for COMPILER, add COMPILER_LANGS, separate from the standard
dependencies as I found it a bit unclear with everything bunched together

ok aja@ kirby@
2019-07-02 12:03:14 +00:00
semarie
55b9668639 tryton maintenance update 2019-07-02 10:21:26 +00:00
espie
50a21ba248 one single error 2019-07-02 10:17:00 +00:00
jca
684789d289 Drop the clang module, not needed
While here, strip base-gcc from COMPILER (a recent c++ compiler is
required) and move to PERMIT_PACKAGE.  ok rsadowski@ (maintainer)
2019-07-02 10:13:03 +00:00
bentley
718729be66 +slant 2019-07-02 09:18:44 +00:00
bentley
a657c73742 Import slant-0.0.21.
Slant is an open source, minimal remote system monitor. It models host
fitness via a set of numeric quantifiers, for instance, CPU usage quantified
as a percent average over all CPUs, memory usage over available memory,
number of processes over maximum configured, etc. For past behaviour, slant
maintains a set of time-interval-bound circular queues (hourly, daily, etc.)
with current data aggregated into each time series. An important design
decision of slant is that each monitoring host retains its own [bounded]
history.

From Kristaps Dzonsons.

ok jturner@
2019-07-02 09:17:53 +00:00