Page MenuHomeFreeBSD

Fix build, unbreak after x11-toolkits/scintilla update
ClosedPublic

Authored by krion on Mar 12 2017, 10:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 4, 5:45 AM
Unknown Object (File)
Nov 22 2024, 2:13 PM
Unknown Object (File)
Nov 22 2024, 12:22 PM
Unknown Object (File)
Nov 19 2024, 12:56 PM
Unknown Object (File)
Nov 19 2024, 12:46 PM
Unknown Object (File)
Nov 18 2024, 2:16 AM
Unknown Object (File)
Nov 17 2024, 8:18 PM
Unknown Object (File)
Oct 3 2024, 1:45 AM
Subscribers
None

Details

Reviewers
mat
Commits
rP436103: - Fix build
Summary

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217697

  • Add new necessary dependencies
  • Replace portions of CPPFLAGS and LDFLAGS with sed patches for ${WRKSRC}/configure
  • Add sed patch to rename some deprecated structure names after v3.7.1 update of x11-toolkits/scintilla

Diff Detail

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

Event Timeline

Looks good, but for the patches, we try to not commit metadata changes needlessly. So, changing the header, or the "c function" generate by -p is not a reason to update patches.

On the other hand, changing the line numbers in the hunk first line (the @@ -xxx,xx +xxx,xx @@ bit) would warrant an update. (It is not the case here.)

This revision is now accepted and ready to land.Mar 13 2017, 4:44 PM
This revision was automatically updated to reflect the committed changes.