Page MenuHomeFreeBSD

print/freetype2: Update to 2.11.0, convert to CMake and rearrange Makefile
ClosedPublic

Authored by diizzy on Sep 11 2021, 7:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 13, 5:50 PM
Unknown Object (File)
Tue, Jul 9, 11:04 AM
Unknown Object (File)
Sat, Jul 6, 12:34 PM
Unknown Object (File)
Sat, Jun 29, 11:31 PM
Unknown Object (File)
Jun 6 2024, 6:46 AM
Unknown Object (File)
Jun 4 2024, 6:33 AM
Unknown Object (File)
May 18 2024, 3:15 AM
Unknown Object (File)
May 10 2024, 8:10 PM
Subscribers
None

Details

Summary
  • Convert to CMake, reduces patching and builds faster
  • Clean up MASTER_SITES and use SAVANNAH alias
  • Rearrange Makefile to make it easier to read and follow
  • Patch CMake(Lists.txt) to mimic GNU Autotools

This change removes freetype-config which isn't a default option and majority of distros does not ship it and static library.
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251512

Test Plan

Compile tested on FreeBSD 13.0-CURRENT r368713 (amd64) with fontconfig
Poudriere testport OK 12.2-RELEASE (amd64) with fontconfig
Poudriere testport OK 11.4-RELEASE (amd64) with fontconfig

exp-run by antoine@ (many thanks to tcbnerner@ for patching broken ports)
ft2demos are ok by bofh@ to temporary mark as broken (private email)

Diff Detail

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

Event Timeline

diizzy created this revision.

Macro stlgtm:

Make sure to include the following in your commit message:

PR:          251512
Exp-run by:  antoine
Differential Revision: https://reviews.freebsd.org/D31909

A changelog of freetype in the message body would also be good, be it verbatim, or as a Changelog: ${URL}.

This revision is now accepted and ready to land.Sep 21 2021, 2:20 PM
This revision was automatically updated to reflect the committed changes.