145598 Commits

Author SHA1 Message Date
pvk
7239d05c4b Update elasticsearch 7.6.0 -> 7.6.1
Relase notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.6/release-notes-7.6.1.html

No PLIST change.
2020-03-13 20:59:21 +00:00
rsadowski
aa89843bc1 Update netbeans to 11.3
Remove giovanni@ as second maintainer at his request
2020-03-13 20:17:53 +00:00
rsadowski
af5f139305 Update i3-gaps to 4.18 (sync with x11/i3) 2020-03-13 20:08:35 +00:00
pvk
9e8f02a057 Update gitea 1.11.1 -> 1.11.3
Changelog: https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md
2020-03-13 17:55:50 +00:00
rsadowski
3ada34e1af Update py-qt5 5.13.2 (Keep in sync with x11/qt5)
With help and ok landry@
2020-03-13 16:54:11 +00:00
rsadowski
6d59d406fc double-conversion adaptations
After math/double-conversion is no longer  x11/qt dependency we need a little
adjustment here.

Diff from and OK sthen@
2020-03-13 16:54:08 +00:00
rsadowski
7386f248c0 Update py-sip to 4.19.19, required for the py-qt5/riverbankcomputing zoo
OK sthen@, landry@
2020-03-13 16:54:03 +00:00
rsadowski
dbe7097df3 add py-sip-qt5 and py-sip-qt5,python3
OK sthen@, landry@
2020-03-13 16:54:00 +00:00
rsadowski
6f99bb89df Update Qt to 5.13.2 and meta/qt5
Notable changes:

The good:
- Most of the work was done in qtbase
- The qtbase port comes with zstd support by default enabled
- Switched from c++11 to c++17
- Option "-openssl-linked" works now, no more ssl,crypto dlopen()d
- All shred lib bumped to be safe
- Many cleaning jobs in the Makefiles
- Add a new Qt submodule: QtLottie
- qtcanvas3d submodule is gone

The bad:
- The docs package is broken for now and unhooked
- vulkan is disabled until arm64 is vulkanready.
- Still no qtwebengine. (That would be a full time job)
- system double-conversion is no longer found by the configure step.
 - Be my guest to fix it.

The ugly:
- patch-qmake_generators_unix_unixmake_cpp
 -- That was the biggest problem, at the p2k19 I decided to solve by:
 "Transform /usr/ports/pobj/xxx/lib/libQt5Core.so into
 -L/usr/ports/pobj/xxx/build-amd64/lib -lQt5Core" ... works!

Many thanks to all who made this possible and all the test hours!
Special thanks to  sthen@, landry@, jca@ and cwen@

OK sthen@, landry@
2020-03-13 16:53:49 +00:00
rsadowski
b525531cdf Import QtLottie 5.13.2
QML API for rendering graphics and animations

Qt Lottie Animation provides a QML API for rendering graphics and animations
that are exported in JSON format by the Bodymovin plugin for Adobe After
Effects.

OK sthen@, landry@
2020-03-13 16:39:39 +00:00
jca
3b5c90efe1 Register libcblas.so dependency on libblas.so
This avoids a runtime error with software linked by ld.lld -lcblas, and
a build error with ld.bfd -lcblas.

Spotted by sthen@ and tb@ while working on a py-numpy update.  Tests by
tb@ and martin@, ok tb@

A bunch of people want to move forward with this, so I'm not waiting for
Steven's ok.
2020-03-13 13:36:42 +00:00
jasper
26005194b9 unbreak after libgdata update; spotted by naddy@ 2020-03-13 13:15:58 +00:00
jasper
d62bad4311 update to mosquitto-1.6.9 2020-03-13 12:41:03 +00:00
jasper
6f35702f0e set DEBUG_PACKAGES 2020-03-13 12:39:57 +00:00
jasper
cf8908d926 update to py-ghmi-1.5.12 2020-03-13 12:35:30 +00:00
bket
3ec563ebd4 Update to filezilla-3.47.2.1
Bugfix release. Changes: https://filezilla-project.org/versions.php
2020-03-13 12:34:42 +00:00
bket
9428d710e6 Update to libfilezilla-0.20.2
Changes:
https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?revision=9669&view=markup

Minor of libfilezilla has been bumped as symbols have been added.
2020-03-13 12:34:14 +00:00
jasper
aa35751125 update to elixir-1.10.2 2020-03-13 12:34:10 +00:00
bket
64a02a3178 Revert to py-msgpack-0.6.2 and set version requirement in sysutils/salt
florian@ noticed that sysutils/salt does not like py-msgpack-1.0.0.
Upstream of the latter dropped the encoding option from Packer and
Unpacker causing a TypeError

Comments and OK from jca@
2020-03-13 12:31:46 +00:00
jasper
ac42196cbe update to clutter-1.26.4 2020-03-13 12:31:07 +00:00
jasper
002feceb02 update to cogl-1.22.6 2020-03-13 12:30:48 +00:00
edd
c210e5de6a Link net/wormhole-william. 2020-03-13 11:57:42 +00:00
edd
621f699fa6 Import net/wormhole-william.
```
wormhole-william is a go (golang) implementation of magic wormhole. It provides
secure end-to-end encrypted file transfers between computers.
```

With input from, and OK, abieber@. Thanks!
2020-03-13 11:56:53 +00:00
pvk
efc2cf9cfe Oops, forgot to update README-main
From kn@, thanks!
2020-03-13 11:38:47 +00:00
pvk
ae517dbe6b Update ansible 2.9.5 -> 2.9.6
Changelog: https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-6
Added py-cryptography indirect dependency (solved by py-paramiko) to RUN_DEPENDS as suggested by jca@
2020-03-13 11:33:46 +00:00
sthen
a69fe57557 tigervnc: more build fixes for Xvnc portion for problems that I didn't run
into on my machine but seen on ports build machine
2020-03-13 11:27:27 +00:00
sthen
c30b1d762b x11/tigervnc: needs devel/libtool for libtoolize for Xvnc build
(in case you're wondering, no, this one really can't use autoreconf ;-)
2020-03-13 11:02:44 +00:00
bluhm
2d11f00f58 update p5-OPCUA-Open62541 to 0.005 2020-03-13 10:24:08 +00:00
kirby
4e120954bb remove BROKEN-i386. builds fine there.
tested with unknown-horizons, the only consumer.
ok sthen@
2020-03-13 04:59:13 +00:00
bluhm
a7b1bb06a7 update p5-XML-LibXML to 2.0203
no functional change
2020-03-12 22:50:41 +00:00
cwen
1366828eef pstoedit: don't force C++11. This fixes the build on !clang archs.
OK steven@ (maintainer), jca@
2020-03-12 22:01:31 +00:00
kn
a575510b50 Use find "-delete" not "-exec rm {} +" in post-install
No PLIST change.
2020-03-12 21:03:34 +00:00
tracey
8077c91ec0 update distinfo for net/libircclient
pointed out by kili@
2020-03-12 20:51:40 +00:00
naddy
b184bbfa73 Update MASTER_SITE_OSDN_JP to a list of mirrors that support https, resolve
to different IP addresses, are geographically distributed, and support IPv6
(except for the primary one).  ok jca@
2020-03-12 20:46:54 +00:00
naddy
4e4a95a86d update to 2.49, which has a number of bug fixes 2020-03-12 20:36:11 +00:00
jturner
be918a0883 Update kcgi to 0.10.15 2020-03-12 20:27:10 +00:00
kirby
633d8364b8 switch HOMEPAGE to https 2020-03-12 20:20:45 +00:00
jasper
db70b5bcb1 regen WANTLIB after libgdata update 2020-03-12 20:08:56 +00:00
jasper
5760ce95b2 update to libgdata-0.17.12
this disables the deprecated oauth1 by default
2020-03-12 20:08:05 +00:00
jasper
09116c63e7 update to gnome-characters-3.34.0 2020-03-12 19:50:06 +00:00
semarie
b4188639cf 5.0/sao: distinfo updated was missed
reported by sthen@
2020-03-12 19:46:18 +00:00
jasper
b1f69de9ea update to glade-3.22.2 2020-03-12 19:44:08 +00:00
jasper
1065b81908 update to geocode-glib-3.26.2 2020-03-12 19:39:19 +00:00
tb
ffce74e31d Update protobuf-c to 1.3.3.
PLIST tweak + ok sthen, maintainer timeout
2020-03-12 19:02:21 +00:00
landry
d03f16dbf4 Update to thunderbird 68.6.0.
See https://www.thunderbird.net/en-US/thunderbird/68.6.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-10 (not
yet up)
2020-03-12 18:31:47 +00:00
bcallah
3b1789c8d6 Update to renpy-7.3.5.606
Too many changes to list, but will now run most (all?) modern commercial
and free games.
Comes with a renpyify script modelled after the fnaify script that will
enable playing commercial games.
Tested by at least pamela@, solene@; ok solene@
2020-03-12 17:47:08 +00:00
bcallah
bc76f692c8 +pygame_sdl2 2020-03-12 17:18:47 +00:00
bcallah
5f627fdec1 Import games/pygame_sdl2, a Ren'Py fork of pygame.
Testing by at least pamela@, solene@; ok solene@

Pygame_sdl2 is a reimplementation of the Pygame API using SDL2 and
related libraries. The initial goal of this project are to allow games
written using the pygame API to run on SDL2 on desktop and mobile
platforms. We will then evolve the API to expose SDL2-provided
functionality in a pythonic manner.

It is used in modern versions of Ren'Py.
2020-03-12 17:18:09 +00:00
tracey
8e6db87a9b add xtensa-lx106-elf to devel/Makefile 2020-03-12 15:06:31 +00:00
tracey
f8d49cb9d7 import ports/devel/xtensa-lx106-elf, ok sthen@ kmos@
The xtensa-lx106-elf port is an ESP8266 GNU cross-compiler toolchain.

The ESP8266 is a low-cost Wi-Fi microchip, with a full TCP/IP stack and
microcontroller capability, produced by Espressif Systems in Shanghai, China.
2020-03-12 15:05:19 +00:00