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
Unknown Object (File)
Wed, Dec 4, 9:50 PM
Unknown Object (File)
Wed, Nov 27, 5:41 PM
Unknown Object (File)
Nov 19 2024, 8:23 PM
Unknown Object (File)
Oct 31 2024, 4:53 AM
Unknown Object (File)
Oct 1 2024, 12:07 PM
Unknown Object (File)
Sep 29 2024, 7:18 PM
Unknown Object (File)
Sep 29 2024, 9:51 AM
Unknown Object (File)
Sep 29 2024, 7:24 AM

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.

30

^ 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.