Page MenuHomeFreeBSD

misc/xiphos: Unbreak build
ClosedPublic

Authored by kai on Feb 16 2019, 12:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 28, 2:58 PM
Unknown Object (File)
Sat, Jul 26, 2:23 PM
Unknown Object (File)
Fri, Jul 25, 9:03 AM
Unknown Object (File)
Jun 24 2025, 6:13 AM
Unknown Object (File)
Jun 23 2025, 11:42 AM
Unknown Object (File)
Jun 23 2025, 8:16 AM
Unknown Object (File)
Jun 21 2025, 10:22 AM
Unknown Object (File)
Jun 21 2025, 6:23 AM
Subscribers
None

Details

Summary

PR 232997

  • Unbreak build by adding "-ftemplate-depth=1024" to CXXFLAGS
  • Add missing libraries

While I'm here:

  • Fix license and add path to license file
  • Add "gnome" to USES because using USE_GNOME alone is deprecated
  • Pet portlint
Test Plan
  • poudriere (11.2-, 12.0-RELEASE, 13.0-CURRENT@r342772 amd64 + i386) -> OK
  • portlint -> OK (just warns about the BUILD_DEPENDS=${RUN_DEPENDS} [...] construct)
  • Runtime tests -> OK

It builds also fine on the 2019Q1 branch for the case if a MFH is required/accepted.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 22563
Build 21696: arc lint + arc unit

Event Timeline

misc/xiphos/Makefile
33

there should be no need for ".

  • Removed double-quotes from the CXXFLAGS value
kai marked an inline comment as done.Feb 18 2019, 11:48 PM
kai added inline comments.
misc/xiphos/Makefile
33

Ok, the double-quotes are removed.

This revision is now accepted and ready to land.Feb 19 2019, 1:44 PM
This revision was automatically updated to reflect the committed changes.
kai marked an inline comment as done.