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
F82191645: D17908.id51785.diff
Fri, Apr 26, 8:05 AM
F82191601: D17908.id.diff
Fri, Apr 26, 8:04 AM
F82191594: D17908.id50201.diff
Fri, Apr 26, 8:04 AM
F82191577: D17908.id50280.diff
Fri, Apr 26, 8:04 AM
F82191575: D17908.id50171.diff
Fri, Apr 26, 8:04 AM
F82155792: D17908.diff
Fri, Apr 26, 12:39 AM
Unknown Object (File)
Wed, Apr 24, 6:01 PM
Unknown Object (File)
Sat, Apr 20, 1:44 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.