22692 Commits

Author SHA1 Message Date
rsadowski
00aa4dd8ab Unbreak sparc64 (gcc-ports) build
Add "-lc -lpthread" by CMAKE_*_LINKER_FLAGS to unbreak the gcc build.

OK kmos (Thanks for testing in a sparc64 bulk build)
2021-02-21 04:03:50 +00:00
sthen
29704c3c83 adapt to py-sphinx-3.5.1 2021-02-20 22:27:27 +00:00
landry
6499f81b2b x11/fbpanel: update to 7.0 and unbreak with -fno-common
patch taken from
https://svnweb.freebsd.org/ports?view=revision&revision=546840

note: upstream is dead since 2015, gtk+2 only.
2021-02-20 18:23:12 +00:00
ajacoutot
5840baf522 Update to wxsvg-1.5.17. 2021-02-20 18:10:59 +00:00
landry
1bd7020bc2 x11/xfce4/xfce4-dev-tools: update autohell deps, drop dep on subversion 2021-02-20 15:10:15 +00:00
sthen
248932be74 switch MODPY_BIN_SUFFIX to -2 for py2 and (blank) for py3
switch ports using command-line tools from py-sphinx that don't need a
py2 version of it to py3-sphinx
2021-02-19 23:13:00 +00:00
ajacoutot
ab2189190e Forgot in previous... 2021-02-19 21:20:26 +00:00
ajacoutot
23c7b18259 Update to icewm-2.1.2. 2021-02-19 18:15:49 +00:00
ajacoutot
83368caa1a Update to greybird-3.22.14. 2021-02-19 18:10:07 +00:00
ajacoutot
31b5c26147 Update to isomaster-1.3.16. 2021-02-19 18:03:33 +00:00
ajacoutot
963e9d1a2a Update to p5-Tk-804.036. 2021-02-19 18:01:20 +00:00
ajacoutot
349fa96573 Update to xkbset-0.6. 2021-02-19 17:45:27 +00:00
ajacoutot
46d0fd9394 Drop all drm devices path. 2021-02-19 17:22:29 +00:00
landry
796bb1a135 x11/slim: fix path to DRM device in slim.conf patch
pending an update to a less-abandoned github fork.. or a cvs rm.
discussed with ajacoutot@
2021-02-19 17:20:18 +00:00
ajacoutot
64129fdf86 /dev/drm0 -> /dev/dri/card0 2021-02-19 17:16:27 +00:00
cwen
09519a09a0 oroborus: update to 2.0.20, fix the build with -fno-common
Also tested by Ryan Freeman, who had a similar diff.

"fine with me" sthen@
2021-02-18 22:01:17 +00:00
sthen
945ec3e609 remove vfprintf null workarounds 2021-02-18 11:50:23 +00:00
sthen
15563edbc3 i3/forks: don't detect that we're running a debug build. worked out with tb@
https://github.com/i3/i3/issues/4350
2021-02-18 11:19:19 +00:00
ajacoutot
3ed64602a9 Fix build with -fno-common.
from FreeBSD
2021-02-18 06:23:52 +00:00
rsadowski
3bab86c835 Missing bump, spotted by naddy 2021-02-18 05:30:37 +00:00
rsadowski
4b56628325 Update yakuake to 20.12.2
Keep in sync with kde applications
2021-02-17 17:39:49 +00:00
ajacoutot
0039cadf39 Update to seahorse-3.38.1. 2021-02-17 07:40:55 +00:00
ajacoutot
9e04c4538d Update to gnome-initial-setup-3.38.4. 2021-02-17 07:39:45 +00:00
ajacoutot
0971f2eae2 Update to gnome-control-center-3.38.4. 2021-02-17 07:31:29 +00:00
ajacoutot
4ceb1e22d7 Update to gnome-photos-3.38.1. 2021-02-17 07:17:58 +00:00
ajacoutot
2440c50262 Update to gnome-desktop-3.38.4. 2021-02-17 07:00:52 +00:00
sthen
fe4d1bd2ec not sure what happened but these didn't get committed somehow.
reported by naddy
2021-02-15 21:28:12 +00:00
kn
11b15aa6f0 Remove x11/driftnet
This tool segfaults when
1. ran without any arguments
2. passing "--help" instead of "-h"
3. passing an invalid pcap-filter(5) expression, e.g. "foo"

Running it and opening HOMEPAGE in a browser shows HTTP traffic to the site
but the tool fails to do its job entirely, i.e. it cannot detect/show/etc.
the JPEG image http://www.ex-parrot.com/~chris/driftnet/screenshot.jpg as
requested by the browser.

OK claudio
2021-02-15 09:20:33 +00:00
sthen
d42a960ba2 i3-mousedrag: patch to avoid a few more null %s 2021-02-14 21:11:34 +00:00
sthen
cf9f354d44 i3-mousedrag: patch around some null %s in debug messages that are severely
spamming /var/log/messages
2021-02-14 20:46:19 +00:00
naddy
089fbc9995 x11/xforms: fix build with -fno-common, from upstream repo, unreleased 2021-02-14 20:18:22 +00:00
daniel
29f969f3ec update to wxglade 1.0.0
while this new release supports python3, we will need an update to newer
wxPython before we can move away from python2.

ok and tested by Daniel Winters (MAINTAINER)
2021-02-14 18:52:07 +00:00
landry
13ba3a9d5c x11/xfce4/xfce4-cpugraph: update to 1.2.2 2021-02-14 18:19:42 +00:00
sthen
ffb14e6a7a update to py-qtawesome-1.0.2, now py3-only, also adds a browser app
(missed when i converted py-qtpy/py-qt5 to 3-only)
2021-02-14 18:06:21 +00:00
ajacoutot
80e7fc2623 Regen WANTLIB after libvirt update. 2021-02-14 16:44:33 +00:00
sthen
fa1a0d0dc4 reenable qtwebengine on i386, it builds there OK now.
I suspect it possibly hit the QIODevice::readLine() problem fixed in
https://codereview.qt-project.org/c/qt/qtbase/+/317907 that I backported.
2021-02-14 14:34:01 +00:00
rsadowski
c4df020890 Switch from py2 to py3 and add missing build dependency on llvm 2021-02-14 14:24:53 +00:00
sthen
425b92d279 whack py-sip and friends into shape. the previous ports update ended up
with two different versions of py-sip; the old one configured to only
produce the module for py-qt5 (in devel/py-sip) and the actual sip in
x11/py-sip-qt5, with broken update chain and which didn't entirely
make sense.

in particular: py-sip is now actually (a newer version of) sip again,
with py2 support dropped (current versions don't have it). other ports
using this are changed to the newer build system using "sip-build"
where possible.

for the future we will need to move to sip 6.x which drops the older
build system using the "sip5" or "sip" script; other ports (veusz, and
i think qgis) don't work with that yet.
2021-02-14 14:24:20 +00:00
rsadowski
98be7a3a5b Drop optional dependency on python 2.7 2021-02-14 14:06:21 +00:00
rsadowski
2191c9b021 Switch to python 3
All python helper tools are happy with 3 instead 2.
2021-02-14 13:55:37 +00:00
rsadowski
7cb6a352fa Remove python dependency 2021-02-14 13:44:22 +00:00
jasper
6df3f30788 remove libquvi support and sync WANTLIB 2021-02-14 13:29:07 +00:00
rsadowski
27d1a9d584 Remove python dependency 2021-02-14 13:17:03 +00:00
jasper
b4cc5b69ec update to eog-3.38.2 2021-02-14 12:54:15 +00:00
jasper
8590bbc1ae update to gnome-terminal-3.38.3 2021-02-14 12:54:08 +00:00
rsadowski
763d24883d Cleanup python bits 2021-02-14 10:45:21 +00:00
ajacoutot
fad6d28ab8 Update to yelp-3.38.3. 2021-02-14 07:13:43 +00:00
sthen
e58761d112 update to py-qtpy-1.9.0, drop py2 2021-02-13 23:01:09 +00:00
sthen
ca8b09cd06 fix "LIB_DEPENDS x11/qt5/qtsvg not needed for x11/qwt ?" - was listed
as LIB_DEPENDS but without a WANTLIB so the runtime dep was stripped;
there are checks for it in build and knowing other things that have
used QtSvg it probably loads at runtime, so use BUILD+RUN_DEPENDS.
2021-02-13 22:20:36 +00:00
bket
e9f5533653 x11/compiz/plugins-main, fix -fno-common build error
Fix taken from upstream.
2021-02-13 22:16:12 +00:00