Page MenuHomeFreeBSD

graphics/xpdf4: add Qt5/Qt6 flavors
ClosedPublic

Authored by osa on Nov 6 2024, 2:14 PM.
Tags
None
Referenced Files
F156876608: D47466.id146182.diff
Sun, May 17, 1:01 AM
F156876556: D47466.id146093.diff
Sun, May 17, 1:01 AM
F156875781: D47466.diff
Sun, May 17, 12:55 AM
F156875597: D47466.diff
Sun, May 17, 12:54 AM
Unknown Object (File)
Mon, Apr 27, 1:31 PM
Unknown Object (File)
Mon, Apr 20, 11:18 PM
Unknown Object (File)
Mon, Apr 20, 12:37 AM
Unknown Object (File)
Apr 17 2026, 12:26 AM
Subscribers
None

Details

Summary

Add Qt5/Qt6 flavors to make available graphics/xpdf4 application for Qt6 users

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

osa requested review of this revision.Nov 6 2024, 2:14 PM
osa created this revision.

With these changes it looks better now:

% make -C graphics/xpdf4 -VPKGNAME FLAVOR=qt5
xpdf4-4.05_3,1
% make -C graphics/xpdf4 -VPKGNAME FLAVOR=qt6
xpdf4-qt6-4.05_3,1
% make -C graphics/xpdf -VPKGNAME FLAVOR=qt5 
xpdf-4.05_3,1
% make -C graphics/xpdf -VPKGNAME FLAVOR=qt6
xpdf-qt6-4.05_3,1

graphics/xpdf should be a meta port or just install symlinks imho. I don't like this whole “build the same thing twice under a different name” business.

This looks better.

This revision is now accepted and ready to land.Nov 8 2024, 6:08 PM
This revision was automatically updated to reflect the committed changes.