Page MenuHomeFreeBSD

graphics/xpdf4: add Qt5/Qt6 flavors
ClosedPublic

Authored by osa on Nov 6 2024, 2:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 8, 8:55 AM
Unknown Object (File)
Wed, Jan 1, 11:39 AM
Unknown Object (File)
Tue, Dec 31, 9:54 AM
Unknown Object (File)
Dec 30 2024, 10:46 AM
Unknown Object (File)
Dec 29 2024, 10:07 AM
Unknown Object (File)
Dec 28 2024, 10:29 AM
Unknown Object (File)
Dec 27 2024, 2:32 PM
Unknown Object (File)
Dec 22 2024, 7:16 PM
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.