Page MenuHomeFreeBSD

graphics/xpdf4: add Qt5/Qt6 flavors
ClosedPublic

Authored by osa on Nov 6 2024, 2:14 PM.
Tags
None
Referenced Files
F105935147: D47466.diff
Sun, Dec 22, 7:16 PM
F105934979: D47466.diff
Sun, Dec 22, 7:13 PM
Unknown Object (File)
Sun, Dec 8, 11:52 PM
Unknown Object (File)
Tue, Dec 3, 9:56 PM
Unknown Object (File)
Wed, Nov 27, 1:23 PM
Unknown Object (File)
Nov 17 2024, 6:14 AM
Unknown Object (File)
Nov 13 2024, 10:17 PM
Unknown Object (File)
Nov 13 2024, 6:49 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.