21579 Commits

Author SHA1 Message Date
gonzalo
611153c781 Update for SMTube to 20.1.0
While here switching to https tonvid (from solene@) and dlvyoutube
2020-02-25 07:04:18 +00:00
jca
10394d4e5d This uses <machine/apmvar.h> unconditionally 2020-02-24 09:11:39 +00:00
kmos
57104cf2df Need to specify C99 for base-gcc
Fixes build on sparc64, probably other base-gcc

ok jasper aja
2020-02-23 16:58:18 +00:00
cwen
84da683b34 x11/qt5/qt3d: use system assimp and drop patches for bundled assimp
OK rsadowski@
2020-02-23 16:16:17 +00:00
rsadowski
431b6a99ca Remove qtwebkit-examples, useless since the last qtwebkit update 2020-02-23 05:55:05 +00:00
ajacoutot
962c89e430 Drop PORTROACH annotation. 2020-02-22 10:09:28 +00:00
ajacoutot
a824e24122 Update to tracker-miners-2.3.2. 2020-02-22 10:09:13 +00:00
ajacoutot
d310eb61b4 Update to meta-tracker-2.3.2. 2020-02-22 10:09:00 +00:00
rsadowski
fda37a9176 Remove qwt and qscintilla support in KDE4
Qwt and qscintilla are purely optional dependencies. With this change we lose
the kdeobservatory applet from plasma-addons. It allows us to get rid of Qt4
of important dependencies.
2020-02-22 05:38:04 +00:00
rsadowski
2a6546242c Switch x2goclient from Qt4 to Qt5. 2020-02-21 16:05:36 +00:00
sthen
5770d6f98e "x11/qt5/qtwebkit>=${QT5_WEBKIT_VERSION},<${QT5_NEXT_VERSION}" is no longer
valid now that the qtwebkit version is higher than the main Qt version.
Replace with "x11/qt5/qtwebkit>=${QT5_WEBKIT_VERSION}", unbreaking build.
2020-02-21 00:56:29 +00:00
rsadowski
e4040b530f Update QtWebKit from 5.9.0 to 5.212.0.
5.212.0 comes from an independent project: https://github.com/qtwebkit/qtwebkit
It's a QtWebKit with a more modern WebKit code base which fix a lot of bugs and
security holes.

Notable port changes:

- Remove qtwebkit-examples, this can go away
- Build the old qtwebkit docs, there is no new one.
- Almost all patches can be removed. New patches come from NetBSD.
- Tweak: Remove TEST_*, there is no test suite.
- Tweak: Remove MACHINE_ARCH sh so keep in sync with www/webkitgtk4


powerpc (cwen@), sparc64 (jca@), amd64,i386 (landry@ and I)

Input and help by many. Great ports team effort!
2020-02-19 16:08:53 +00:00
bket
213a414145 Update to py-qt-5.9.2
Build- and run-tested its consumers. landry did some additional build
tests. Thank you!

While here switch homepage to https.

OK landry@. "No objection" rsadowski@
2020-02-19 15:27:46 +00:00
ajacoutot
eb92cda24f Update to gnome-music-3.34.4. 2020-02-19 12:53:48 +00:00
rsadowski
ca8760b8a9 Update qdirstat to 1.6.1
Changelog:

- Much better handling for "permission denied" errors while reading
  directories.

- Now showing the exact byte size (134 495 994 Bytes instead of 128.3 MB) upon
  mouse click in the tree (right click) and in the details panel (left or right
  click).

- New optional tree column "Oldest File" (not enabled by default).

- Bug fix: Support for dark widget themes in File Size Histogram window.
2020-02-19 06:10:17 +00:00
rsadowski
ac1a5763d5 dbusmenu-qt qt4/5 cleanup
- qjson is only used to build the test-application so remove it from the
  qt5 flavor
- COMPILER is set by the qt5 module
2020-02-19 05:58:26 +00:00
jasper
5a392585da update to gjs-1.58.5 2020-02-18 17:56:46 +00:00
ajacoutot
67668ccfd6 Update to gnome-desktop-3.34.4. 2020-02-18 08:44:04 +00:00
ajacoutot
dad964adf8 Update to gtk+3-3.24.14. 2020-02-18 07:34:05 +00:00
daniel
a5745cf4ef Update to 2.18.10 for improved compatibility with ocaml 4.10.
ok chrisz@
2020-02-18 05:22:21 +00:00
jasper
5784607ab5 update to mutter-3.34.4 2020-02-17 18:58:34 +00:00
jasper
5273eb2d5c update to gnome-shell-3.34.4 2020-02-17 18:48:09 +00:00
jasper
d471b5c1c6 update to file-roller-3.32.4 2020-02-17 18:48:02 +00:00
sthen
f54a77d4ef update i3-mousedrag to a newer checkout from the orestisfl:issue-2643
branch, closer to i3 4.17.1
2020-02-16 20:50:25 +00:00
landry
645efd0092 Update to xfce4-whiskermenu 2.4.2 2020-02-16 10:29:16 +00:00
ajacoutot
8454c5b0b3 Update to gnome-control-center-3.34.4. 2020-02-16 09:55:42 +00:00
ajacoutot
79e6d5a8fd Update to dconf-editor-3.34.4. 2020-02-16 09:17:18 +00:00
ajacoutot
aed9ad8e22 Regen WANTLIB after libwnck update.
Remove bogus LIB_DEPENDS on devel/startup-notification.
2020-02-16 08:54:52 +00:00
jasper
8364e7935a update to grilo-plugins-0.3.11 2020-02-15 10:43:24 +00:00
jasper
582061afdb update to grilo-0.3.12 2020-02-15 10:43:23 +00:00
sthen
f69d1135ed be smarter about GH_TAGNAME; when generating the default DISTNAME, only
strip a leading "v" when it's followed by what looks like a version number,
also have it handle a few other common names seen in ports. likewise when
stripping 'v' from the default WRKDIST, also allow 'V', but only if
followed by digits (which seems a better match to what github are doing).

update the few ports which _require_ updates to match this change.

been through a bulk on i386 (plus I've diffed "make dump-vars" run in
in all ports having GH_TAGNAME before+after applying the patch), ok jca
2020-02-13 22:19:35 +00:00
landry
48058ad2d9 Update to xfce4-whiskermenu 2.4.1 2020-02-13 08:48:00 +00:00
giovanni
900cf04331 drop maintainership 2020-02-13 07:46:07 +00:00
ajacoutot
92467a725f Update to accerciser-3.34.4. 2020-02-12 19:44:23 +00:00
ajacoutot
90f1081146 Update to gnome-photos-3.34.1. 2020-02-12 19:26:53 +00:00
rsadowski
7957fb1e0f Remove Qt4 qrfcview
Upstream dead and RFC download does NOT work.
2020-02-12 06:28:27 +00:00
ajacoutot
24bc1d3006 Update to gtk+4-3.98.0. 2020-02-11 10:18:48 +00:00
rsadowski
979c71e952 Remove devel/automoc (Qt4) as bdep.
OK ajacoutot@ (maintainer)
2020-02-10 20:52:15 +00:00
jasper
fb606128c8 explicitly pass x-locale-root and xkb-config-root to meson
pointed out by "su.root"
2020-02-10 19:21:49 +00:00
jasper
68a8ac8094 update to libxkbcommon-0.10.0 2020-02-08 13:48:17 +00:00
bket
673aafc09b Update dependecy on py-sip version and bump 2020-02-07 22:16:20 +00:00
jeremy
fd76a6b680 Add patch to work with PostgreSQL 12 2020-02-06 00:40:40 +00:00
cwen
569259066a xdesktopwaves: update to 1.4
That version introduces an emergency exit button, that you can disable
by providing the `-nxb' option to xdesktopwaves.

OK bket@
2020-02-03 10:29:08 +00:00
ajacoutot
1515590275 Update to librsvg-2.47.3. 2020-02-02 16:31:01 +00:00
bket
589cc75059 Update to icewm-1.6.4
Release notes can be found at https://github.com/ice-wm/icewm/releases/

OK cwen@
2020-02-01 19:48:19 +00:00
landry
5312c37e52 Update to thunar 1.8.12 2020-01-31 14:29:11 +00:00
bcallah
a6338350c6 Update to worker-4.3.0
Changelog: http://www.boomerangsworld.de/cms/worker/news.html
2020-01-30 22:27:16 +00:00
jung
58c284d5b3 update to 0.5 release 2020-01-30 21:13:23 +00:00
ajacoutot
5244b55163 Update to orca-3.34.2. 2020-01-29 06:56:09 +00:00
ajacoutot
60a164020f Update to libsecret-0.20.1. 2020-01-29 06:50:59 +00:00