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)
Sat, Apr 20, 1:44 PM
Unknown Object (File)
Tue, Apr 2, 12:19 AM
Unknown Object (File)
Feb 21 2024, 2:03 AM
Unknown Object (File)
Dec 22 2023, 11:14 PM
Unknown Object (File)
Dec 21 2023, 8:29 PM
Unknown Object (File)
Dec 18 2023, 6:14 PM
Unknown Object (File)
Nov 17 2023, 6:16 AM
Unknown Object (File)
Nov 8 2023, 11:54 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.

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.