stsp
1eb83685d6
import devel/py3c
...
py3c is a header-only C library which provides a python 2/3 compat layer.
This is required to compile the Python bindings of Subversion 1.14.
with tweaks by jca@, landry@, sthen@
ok jca@ sthen@
2020-05-27 13:43:15 +00:00
paco
a664094aa1
+py-filetype
2020-05-27 13:28:56 +00:00
paco
76d15e56b8
new port devel/py-filetype. Needed to update audio/py-eyed3
...
Small and dependency free Python package to infer file type and MIME type
checking the magic numbers signature of a file or buffer.
This is a Python port from filetype Go package.
with some suggestions and ok kmos@
2020-05-27 13:27:41 +00:00
bentley
ed99abc0b9
Update to netsurf-3.10.
...
Major changes include moving from GTK2 to GTK3 and a revamp of
certificate handling.
Changelog:
https://download.netsurf-browser.org/netsurf/releases/ChangeLog.txt
netsurf-fb update will come later.
ok solene@
2020-05-27 11:38:18 +00:00
sthen
f8a765e411
update to dovecot-fts-xapian 1.3.1, from maintainer Tom Wong-Cornall,
...
I tweaked Makefile variables a bit to avoid setting some unnecessary ones
2020-05-27 11:27:49 +00:00
kn
cb9bb50a25
Use --disable-utf8proc instead of ac_cv_lib_utf8proc_utf8proc_version
...
Upstream fixed this with irssi 1.2.1;
bump REVISION just to be sure.
2020-05-27 11:08:51 +00:00
kn
d7483e904c
Apply upstream fix for "ctrl+space freezes irssi on GLib >2.62" issue
...
https://github.com/irssi/irssi/issues/1180
Patch confirmed to fix irssi-1.2.2 with glib2-2.64.2 on snapshots;
irssi-1.2.2 with glib2-2.62.2 on 6.7 seems not effected.
2020-05-27 10:58:45 +00:00
landry
b8f60632f8
Update to thunar 1.8.15.
...
See https://mail.xfce.org/pipermail/xfce-announce/2020-May/000861.html
2020-05-27 10:08:43 +00:00
paco
dac56e6743
+py-deprecation
2020-05-27 09:51:53 +00:00
paco
bd7389d5da
new port devel/py-deprecation needed for the update of audio/py-eyed3.
...
deprecation is a library that enables automated deprecations. It offers the
deprecated() decorator to wrap functions, providing proper warnings both in
documentation and via Python's warnings system, as well as the
deprecation.fail_if_not_removed() decorator for test methods to ensure that
deprecated code is eventually removed.
ok kmos@
2020-05-27 09:49:13 +00:00
paco
60773b37ee
update ripgrep to 12.1.0
...
moved the libc back to the main group as we're > 0.2.63 now as suggested
by sthen. Removed the related comment too.
Tested on amd64 by me and sparc64 by jca
ok sthen@ jca@
2020-05-27 09:38:34 +00:00
solene
54285bb446
Update to windowmaker-0.95.9
...
Patch from new maintainer Michael <michi plus openbsd at dataswamp dot org>
2020-05-27 09:07:54 +00:00
landry
69f5d66936
Fix webrtc audio/video on bigbluebutton, broken by the nss 3.52 update on some sites.
...
* From FreeBSD via jbeich@, cf
* https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246363
* backports https://hg.mozilla.org/mozilla-central/rev/463069687b3d from
https://bugzilla.mozilla.org/show_bug.cgi?id=1624128
ratchov@ confirms that the issue was also present in -esr, and that
backporting this commit fixes it - many thanks !
2020-05-27 06:59:19 +00:00
lteo
9ed98be8dd
Update to Snort 2.9.16.
...
Also includes a suggestion from sthen@ to use LIBTOOL_FLAGS=--tag=disable-static
to remove static libraries which based on my tests are not needed by Snort.
reads fine to maintainer Markus Lude
2020-05-27 02:32:10 +00:00
sthen
753d46e2c6
security/amap: fix HOMEPAGE/MASTER_SITES and license marker, slightly based
...
on a diff from purplerain@secbsd.org
2020-05-26 22:20:48 +00:00
sthen
e883400adb
regen plist
2020-05-26 22:17:54 +00:00
sthen
3be3f4df6a
fix MASTER_SITES, add a HOMEPAGE, correct license marker.
...
prompted by a diff from purplerain@secbsd.org
2020-05-26 22:14:54 +00:00
sebastia
cf138b401a
Update 3.14.9 -> 3.14.10
2020-05-26 21:42:17 +00:00
sebastia
6883842bdf
update to 2020-05-26
2020-05-26 21:32:14 +00:00
sebastia
b9892014a2
update 2.1.3 -> 2.1.4
2020-05-26 21:30:08 +00:00
sebastia
7b8af22867
simple update 1.11.0 1.12.0
2020-05-26 21:19:27 +00:00
rsadowski
6e62a24dca
Unbreak build; use system FindLua* cmake modules
2020-05-26 20:01:01 +00:00
espie
d0e7805e71
upstream was more thorough than me... other instances of the same bug in
...
other files!
bump REV since shotcut is now linked to the tree
2020-05-26 19:11:22 +00:00
sthen
5e9dd8ee2a
update to s-nail 14.9.19, from maintainer/upstream Steffen Nurpmeso
2020-05-26 18:13:35 +00:00
cwen
52ce2e7372
dyncall: fix the build with clang on powerpc
...
The assembly code is not compatible with clang's integrated assembler. bcallah@
found out that the code is meant for GNU as(1) and could be rewritten, but
we're going with as(1) for the time being.
OK jca@ and bcallah@
2020-05-26 18:11:16 +00:00
espie
6d52a66d67
+shotcut
2020-05-26 17:06:34 +00:00
espie
dc4c2d741a
as usual, this was a REALLY stupid bug
...
turns out name.toUf8().constData() is a temporary, so storing the pointer
for later use is a REALLY bad idea.
convert to convenience function qUtf8Printable() while at it
2020-05-26 17:05:42 +00:00
bcallah
396d0f24d0
Update to openrct2-0.2.6
...
ok rsadowski@ solene@
2020-05-26 15:41:41 +00:00
kirby
e3d3a700f9
fix build with newer gpsd API
...
OK sthen@
2020-05-26 15:36:54 +00:00
rsadowski
c9a6453eb5
Unbreak creepy KDE4 ports wiht cmake 3.17
...
x11/kde4 and maybe some other spooky Qt4 ports need the magic behind
Qt4ConfigDependentSettings also for none static libraries.
Spotted by naddy.
2020-05-26 15:15:09 +00:00
rsadowski
8043ac1664
Fix run dependency py-lxml, sort lib depends and zap double aspell entry
...
py-lxml should have MODPY_FLAVOR on the end. Spotted by kmos.
2020-05-26 14:48:24 +00:00
landry
349520532c
Fix webrtc audio/video on bigbluebutton, broken by the nss 3.52 update on some
...
sites.
* From FreeBSD via jbeich@, cf https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246363
* backports https://hg.mozilla.org/mozilla-central/rev/463069687b3d from
https://bugzilla.mozilla.org/show_bug.cgi?id=1624128
Issue reported by Andrea Biscuola.
Fix confirmed working by ratchov@, thanks !
To be backported to -esr once someone confirms the patch fixes the issue
there too..
2020-05-26 14:03:49 +00:00
bket
b1145d8857
Update to nnn-3.2
...
Changes: https://github.com/jarun/nnn/blob/v3.2/CHANGELOG
From Martin Ziemer <horrad AT horrad DOT de> (MAINTAINER). Thank you!
2020-05-26 12:46:34 +00:00
sthen
e36b1d8520
update to mutt-1.14.2
2020-05-26 12:11:40 +00:00
feinerer
318c70668e
Update to libv4l 1.20.0
2020-05-26 09:54:56 +00:00
landry
ec21f9bb27
Update to thunderbird 68.8.1.
...
See https://www.thunderbird.net/en-US/thunderbird/68.8.1/releasenotes/
2020-05-26 06:27:46 +00:00
rsadowski
24cae81146
Update jenkins-devel to 2.238
2020-05-26 05:39:34 +00:00
rsadowski
ee0da2299c
Update catch2 to 2.12.2
2020-05-26 05:32:53 +00:00
rsadowski
37dd4bdc8c
palapeli dependency clean up
2020-05-26 05:23:51 +00:00
rsadowski
fafb0b4415
Add missing bump
2020-05-26 05:17:45 +00:00
rsadowski
5ed523625a
Add missing dependency x11/kde-applications/libkipi
2020-05-26 05:17:20 +00:00
rsadowski
497dbcea3c
libkdegames dependency clean up
2020-05-26 05:12:52 +00:00
rsadowski
abada12c18
Update Inkscape to 1.0
...
Notable Changes:
- Move from GNU autotools to cmake.
- Switch to python3
Tested by landry@, pamela@. Py feedback from sthen@ Thanks!
2020-05-26 04:53:26 +00:00
bcallah
a9bc5009fc
Update to srain-1.1.0
...
Changelog: https://github.com/SrainApp/srain/releases/tag/1.1.0
2020-05-25 23:56:17 +00:00
naddy
6dc0bf89c8
switch master site to https
2020-05-25 19:56:40 +00:00
fcambus
398e327c20
Update ansilove to 4.1.1.
2020-05-25 17:00:08 +00:00
fcambus
ea756a133d
Update libansilove to 1.2.3.
2020-05-25 16:59:26 +00:00
solene
b0828475ea
+ wrath
2020-05-25 16:09:09 +00:00
solene
4bfe7d6040
Import wrath-0.0.0.20200228
...
wrath is the client for the wrath-darkplaces engine used in
WRATH: Aeon of Ruin, a game that embraces the timeless elements
of classic titles such as DOOM, QUAKE, DUKE NUKEM 3D, BLOOD,
UNREAL and HEXEN and carries them into the 21st century.
While this package and the game engine are open source, one
still needs to provide the original game assets from WRATH:
Aeon of Ruin, which is not open source. You will need to
purchase the original game to use this package.
ok bcallah@ thfr@
improvements by bcallah@
port from maintainer Paul Valencia <reivyr@enmadechi.com>
2020-05-25 16:08:41 +00:00
rsadowski
db758b0a6f
Add missing dependency: x11/qt5/qtmultimedia
2020-05-25 14:52:32 +00:00