22708 Commits

Author SHA1 Message Date
naddy
0efbe3384d x11/wind: fix build with -fno-common 2021-02-26 23:13:13 +00:00
naddy
5ca3277288 remove x11/golem
Our port of this old window manager is at version 0.0.5, which is
from 2002 (19 years old).  At startup, there is a spew of errors
about undefined symbols and the plugins can't be loaded.  Clearly,
nobody has been using this.

There is a newer development version 0.0.6 from 2007, but it relies
on Linux-only code.

ok kn@ ajacoutot@
2021-02-26 21:24:22 +00:00
naddy
afcc689c59 remove carriage returns ('\r') from patch files and set FIX_CRLF_FILES 2021-02-26 18:20:31 +00:00
landry
90974b710a x11/xfce4/xfce4-panel: update to 4.16.2 2021-02-26 08:04:07 +00:00
tb
e88e99273f x11/wminfo: fix build with -fno-common 2021-02-25 22:30:29 +00:00
sthen
7cb1984d5f use FIX_CRLF_FILES, this is so much neater I can't believe we didn't
do it before!
2021-02-25 22:26:01 +00:00
naddy
5de4f82ef5 x11/gnustep/corebase: fix build with -fno-common 2021-02-25 21:55:55 +00:00
sthen
0c7961c0e6 depend on textproc/p5-Pod-Parser 2021-02-25 21:54:23 +00:00
naddy
3245705860 x11/gnustep/terminal: fix build with -fno-common 2021-02-25 21:38:20 +00:00
naddy
eb1b4e8523 x11/gnustep/gworkspace: fix build with -fno-common; from Debian
Upstream has fixed this differently as part of a larger change.
2021-02-25 21:23:56 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
653d574c4d update to FFmpeg 4.3.2, from Brad 2021-02-23 14:30:04 +00:00
naddy
696c614fed x11/uwm: update to 0.2.11a; fix build with -fno-common
Update to latest release, which only updates and fixes the autotools
infrastructure and removes the obsolete HTML documentation.

Add trivial -fno-common fix.

ok gnezdo@
2021-02-22 22:07:54 +00:00
matthieu
f8d003bf86 Fix build with -fno-common. ok tb@ 2021-02-21 20:30:26 +00:00
landry
1698dc00a0 x11/girara: update to 0.3.5. 2021-02-21 10:16:07 +00:00
semarie
071b5be212 devel/cargo: remove .crates2.json file after installing with cargo
we are managing installed files with different mecanism.
it is the v2 for tracking crates installation, and we already remove v1 (.crates.toml).

take care of cleaning ports which are already seen it

problem spotted by landry@
ok landry@
2021-02-21 09:19:07 +00:00
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