139198 Commits

Author SHA1 Message Date
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
bket
a71f7a6f7f Update to py-sabyenc-3.3.6.
Minor update, which hardens sabyenc against strange article size defined
in NZB.

While here switch PERMIT_PACKAGE_CDROM to PERMIT_PACKAGE.
2019-07-02 04:19:32 +00:00
rsadowski
bb077f42b2 Bufgix update krita 4.2.2 2019-07-01 20:53:36 +00:00
naddy
2ad0a5640f syntactically significant typo 2019-07-01 20:17:13 +00:00
bluhm
48938e7570 update p5-FFI-CheckLib to 0.25 2019-07-01 19:07:59 +00:00
sthen
d77c9bcb3f user.list cleanup:
- comment out lines for ports which have been removed
- update port paths for puppetdb which has been split to puppetdb4/puppetdb5
2019-07-01 16:48:17 +00:00
bluhm
68ba1b805d The sha1 i386 assembler implementation uses esp as regular register.
This does not work well with the opportunistic stack-register protection,
the process may be aborted.  Fall back to C implementation.
OK sthen@
2019-07-01 16:29:05 +00:00
bluhm
f668b1bbaa Also ship the firmware for the 06-4f-01 CPU, e.g. this one:
cpu0: Intel(R) Xeon(R) CPU E5-1660 v4 @ 3.20GHz, 3193.06 MHz, 06-4f-01
Intel places the microcode in the intel-ucode-with-caveats directory
on github.  We have checked their recommended Linux patches.  After
adjusting minor issues in our ucode loading, we came to the conclusion
to include 06-4f-01 in the intel cpu firmware updates.
OK jsg@
2019-07-01 14:09:58 +00:00
kn
f1aca8eb94 Fix -otr package
tj's -otr split requires version 1.2.1, but the committed @conflict marker
included this version due to an extra "=" that was not part of the OK'ed
diff.

"please go ahead" tj
2019-07-01 13:52:09 +00:00
espie
c87b1c976c tweak things:
- %h -> FQDN is a bit harsh. Let it be short_hostname
- add %$  to mean dpb own pid
- refactor expand_*_path to be one routine
- tweak the control socket prompt to be 'dpb@host[pid]$ '
2019-07-01 12:03:41 +00:00
kirby
43239ff294 move COMPILER string template and its description to the position
used in most of the ports
ok jca@
2019-07-01 11:35:42 +00:00
jca
b308769288 Compile tests with cc/c++ instead of gcc/g++ and drop SEPARATE_BUILD
This lets tests run. Failures:
test_expand
test_expand_default_features
test_expand_features
test_expand_no_default_features
2019-07-01 11:25:58 +00:00
semarie
88bc341375 explicitly pass MODCARGO_ENV to MAKE_ENV.
pass MAKE_JOBS and CARGO_HOME to cargo. solve a build problem with
upcoming rust 1.36

ok jca@ fcambus@
2019-07-01 10:21:12 +00:00
jca
097d7a62a7 +py-recommonmark +py-recommonmark,python3 2019-07-01 10:04:48 +00:00
jca
9c31f35335 Import py-recommonmark-0.5.0
A docutils-compatibility bridge to CommonMark.  This allows you to write
CommonMark inside of Docutils & Sphinx projects.

Needed to build the documentation of llvm-8.0.0

Help from danj@ and kmos@, ok kmos@
2019-07-01 10:02:50 +00:00
benoit
3edb6e5cff Update to ecm-7.0.4. 2019-07-01 09:49:43 +00:00
espie
587eb9c193 a bit more love for the control socket
- try to create it as %L/dpb-$$  by default.
If we can't, no biggie. If the user explicitly asked for a control socket,
we DO abort otherwise.
- if CONTROL is explicitly empty, do not load the extra code.
- try to remove the socket at exit

- add a new wipehost command, that will try to kill any job on that host
(if some remain), then zap all locks and affinity info related to that host
"it's dead jim"
2019-07-01 08:59:41 +00:00