Page MenuHomeFreeBSD

multimedia/clipgrab: add Qt5 support with FLAVOR
ClosedPublic

Authored by kikadf.01_gmail.com on Nov 8 2018, 3:50 PM.
Tags
None
Referenced Files
F146909713: D17908.id51785.diff
Fri, Mar 6, 4:33 PM
F146904696: D17908.id.diff
Fri, Mar 6, 3:38 PM
Unknown Object (File)
Wed, Mar 4, 4:49 PM
Unknown Object (File)
Sat, Feb 28, 2:59 PM
Unknown Object (File)
Fri, Feb 27, 8:41 AM
Unknown Object (File)
Jan 18 2026, 8:52 AM
Unknown Object (File)
Dec 15 2025, 11:02 PM
Unknown Object (File)
Nov 28 2025, 3:41 PM

Details

Summary

I add a PR to Bugzilla (231821). Would like to update version, and add Qt5 support to the officially Qt4 based clipgrab. Tobias Kortkamp suggested to make this with FLAVORS instead of the old-school slave ports.

So, I made this with FLAVORS, and works fine for me, but I need review.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Moin moin

Given the looming deprecation and removal of Qt4 from the tree, I suggest thinking about just switching it to Qt5.

Mfg Tobias

Modified, remove FLAVORS, simply build Qt5 based clipgrab.

Could you use devel/arcanist, or at least generate a diff with full context like it does, with svn diff -x -U9999 or git diff -U9999.

multimedia/clipgrab/Makefile
8

^ you can get rid of the pkgname suffix, there is only one version, so no need to differentiate it further.

19

^ I would sort these like so

USE_QT=                core  dbus network webkit xml \
                       buildtools_build

Removed PKGNAMESUFFIX, sorted USE_QT.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 9 2018, 8:04 PM
This revision was automatically updated to reflect the committed changes.