21825 Commits

Author SHA1 Message Date
ajacoutot
129e98bcbb Update to gnome-control-center-3.34.6. 2020-05-01 05:42:15 +00:00
kn
265b86e2a9 Remove Python dependency
devhelp ships a single Python script which is a gedit plugin, nothing
else in devhelp requires Python at runtime.

Remove lang/python module usage;  Both Python 3 (through meson) and 2
(through a secondary BUILD_DEPENDS in the chain) are pulled in during
build anyway.

gedit itself has a direct Python 3 as RUN_DEPENDS.

devhelp not having a Python RDEP allows installing the "xfce" meta package
without requiring Python 2.

Ok aja
2020-04-30 23:10:02 +00:00
ajacoutot
225cc11718 Update to gnome-desktop-3.34.6. 2020-04-30 05:55:50 +00:00
jasper
3fa32c7913 update to gjs-1.58.7, addresses a number of crashers 2020-04-29 11:41:34 +00:00
landry
502d87552b Update to xfce4-panel 4.14.4.
Fixes a leak and a small crasher, cf
http://xfce.10915.n7.nabble.com/ANNOUNCE-xfce4-panel-4-14-4-released-td58691.html
2020-04-28 14:24:30 +00:00
sthen
06b5211b63 spice-gtk: add an RDEP on gobject-introspection, it is listed in Requires.private
in spice-client-gtk-3.0.pc. We have seen intermittent failures in bulk builds for
remmina which depends on spice-gtk which it turns out is due to pkg-config not
seeing that spice-client-gtk exists, jasper@ figured out the missing dep.
OK jasper@ aja@
2020-04-28 12:02:52 +00:00
ajacoutot
7f84610ea4 Update to gtk+3-3.24.20. 2020-04-27 20:00:37 +00:00
ajacoutot
f94017123a Update to gnome-user-docs-3.34.2. 2020-04-26 08:03:13 +00:00
ajacoutot
3543bb90df Update to gnome-getting-started-docs-3.34.2. 2020-04-26 08:02:56 +00:00
ajacoutot
f02199ee35 Update to gnome-initial-setup-3.34.6. 2020-04-26 07:48:27 +00:00
ajacoutot
e4ea4b8323 Missing BDEP on shells/bash. 2020-04-25 11:54:42 +00:00
robert
599f6cdfd0 backport several upstream commits that fix different kids of crashes
in marco after the 1.24.0 release
2020-04-25 10:49:43 +00:00
ajacoutot
2fbd5e1e51 We have everything we need not to be forced to hardcode ,python3.
Use MODPY_FLAVOR instead.

ok sthen@
2020-04-25 10:07:41 +00:00
ajacoutot
91eb327a44 Update to aisleriot-3.22.11. 2020-04-25 08:55:44 +00:00
ajacoutot
79cca29bc7 Update to accerciser-3.34.5. 2020-04-25 08:37:48 +00:00
cwen
18f51b599c ogle: fix the 'altivec' FLAVOR build with clang on powerpc
Drop unsupported assembler switch; use `-maltivec' to ensure
this FLAVOR stays true to its name.

"sure" espie@ (maintainer)
2020-04-24 16:04:48 +00:00
ajacoutot
fb905c4300 Update to nautilus-3.34.3. 2020-04-24 16:02:29 +00:00
ajacoutot
240c200824 Update to librsvg-2.48.4. 2020-04-24 08:55:10 +00:00
ajacoutot
6b45417743 Update to yaru-20.04.6. 2020-04-24 06:46:31 +00:00
kmos
569478bf86 Fix the build on sparc64 (and presumably other base-gcc arches)
by specifying "-std=gnu99" and patching to remove "-Werror"

Input from aja

ok jca@

(Last commit was mistakenly done from within "patches", thus missing
Makefile)
2020-04-23 14:39:39 +00:00
kmos
be51dff732 Fix the build on sparc64 (and presumably other base-gcc arches)
by specifying "-std=gnu99" and patching to remove "-Werror"

Input from aja

ok jca@
2020-04-23 14:21:54 +00:00
landry
4ffbd88eb7 Update to xfce4-whiskermenu 2.4.4 2020-04-23 06:48:47 +00:00
jasper
5485d4a6f2 fix format string issues which can be triggered by explicitly setting $ARGV0
patch from debian
2020-04-22 20:07:47 +00:00
sthen
c81ca69149 vlc: switch to a better fix for the duplicate symbols. from pkgsrc via brad. 2020-04-21 10:19:25 +00:00
sthen
babfbf7425 vlc: fix https plugin, the LDFLAGS that were needed to fix the build overrode
the default flags which turned off the version numbering, causing the plugin
not to be found at runtime.  ok Brad
2020-04-20 08:35:41 +00:00
jasper
661699f704 update to file-roller-3.32.5 2020-04-20 06:31:05 +00:00
jung
0ae13e3404 update to 0.7 release which switches volume reading to sndio
so patches are no longer needed
2020-04-19 21:44:29 +00:00
ratchov
8bac0150ec Use sndioctl instead of mixerctl
Test and works with both software and hardware volume knobs.

ok landry
2020-04-18 21:05:57 +00:00
ratchov
cafe606da6 Use sndio instead of the raw /dev/mixer device
joint work with jung@, dstat author; thanks
2020-04-18 20:40:19 +00:00
ajacoutot
eafc6c328d Update to librsvg-2.48.3. 2020-04-18 10:59:33 +00:00
rsadowski
b47d18b70f Update menumaker to 0.99.11
Update diff from Alessandro De Laurenzis (maintainer)
2020-04-18 09:01:37 +00:00
naddy
5a6bb98f65 explicitly specify devel/gettext,-runtime rather than relying on
subpackage defaults for devel/gettext
2020-04-17 16:14:40 +00:00
rsadowski
974ed39d60 Update xwallpaper to 0.6.5 2020-04-17 04:12:40 +00:00
cwen
0dda79af5b arts3: fix with clang on powerpc
clang does not define _CALL_SYSV, breaking an #ifdef. Remove G_VA_COPY
#ifdef hell taken from an old glib version and define G_VA_COPY as
va_copy(3) instead.

Also remove a trailing whitespace in Makefile.

Improved fix and OK jca@
2020-04-15 15:24:31 +00:00
ajacoutot
1d004ea5f2 Update to libsecret-0.20.3. 2020-04-15 14:31:58 +00:00
fcambus
9fa9537892 Drop maintainership for some ports I no longer use. 2020-04-15 13:31:42 +00:00
bcallah
dd81d638fa Update to worker-4.4.0
Changelog: http://www.boomerangsworld.de/cms/worker/changes.html#org8069246
2020-04-14 15:34:49 +00:00
landry
583a653d53 Update to xfwm4 4.14.1 2020-04-14 05:58:18 +00:00
jca
9656bba220 Restrict libobjc2 to base-clang, doesn't build with libestdc++-backed ports-clang
Keep the sparc64 workaround even though this arch hasn't switched to
base-clang yet.
2020-04-13 21:43:55 +00:00
kmos
32eb580d95 Fix build of mate/control-center for base-gcc arches
ok jca@
2020-04-13 18:40:25 +00:00
kmos
eabc229016 Fix build of x11/libhandy for ld-bfd architectures.
This fixes the build on sparc64

ok and tweaks jca@
2020-04-13 18:29:36 +00:00
landry
c92c5ee99f Update to xfce4-settings 4.14.3 2020-04-13 07:10:09 +00:00
sthen
f85c51c698 move DEBUG_PACKAGES up above bsd.port.arch.mk include, ok aja@ 2020-04-12 14:47:31 +00:00
sthen
af0589bdb0 move DEBUG_PACKAGES above .include bsd.port.arch.mk otherwise they are
not cleared on !debuginfo arches, ok aja@
2020-04-12 14:27:59 +00:00
landry
80c97c5492 Update to xfce4-taskmanager 1.2.3 2020-04-11 08:23:57 +00:00
ajacoutot
b854ad0ab5 Update to gnome-weather-3.34.2. 2020-04-11 08:05:03 +00:00
ajacoutot
cdc3a12e8d Update to gtk+3-3.24.18. 2020-04-10 07:55:00 +00:00
ajacoutot
b911f7c5d6 Update to vlc-3.0.9.2.
from Brad (maintainer)
2020-04-10 07:53:16 +00:00
jca
b24fb0b4e0 Use upstream fix for operator overloading.
Adds two symbols previously undefined on ld.lld archs, and fixes build
with ld.bfd on sparc64 (and probably powerpc).  ok stsp@
2020-04-09 13:26:13 +00:00
jca
1f6f5cd621 Build fix: tell clang to use its integrated assembler on sparc64 2020-04-09 08:16:29 +00:00