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)
Thu, Jan 30, 1:16 AM
Unknown Object (File)
Sun, Jan 19, 11:25 AM
Unknown Object (File)
Mon, Jan 13, 8:29 PM
Unknown Object (File)
Jan 8 2025, 10:30 PM
Unknown Object (File)
Dec 4 2024, 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
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 8014
Build 8188: arc lint + arc unit

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.