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
F133161896: D17908.id50280.diff
Thu, Oct 23, 1:14 PM
F133161895: D17908.id.diff
Thu, Oct 23, 1:13 PM
F133161894: D17908.id50171.diff
Thu, Oct 23, 1:13 PM
F133161893: D17908.id51785.diff
Thu, Oct 23, 1:13 PM
F133161884: D17908.id50201.diff
Thu, Oct 23, 1:13 PM
F133125133: D17908.diff
Thu, Oct 23, 4:31 AM
Unknown Object (File)
Sun, Oct 19, 3:09 PM
Unknown Object (File)
Tue, Oct 14, 4:17 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.