Page MenuHomeFreeBSD

misc/xiphos: Unbreak build
ClosedPublic

Authored by kai on Feb 16 2019, 12:29 PM.
Tags
None
Referenced Files
F169155887: D19210.diff
Mon, Aug 31, 3:06 PM
Unknown Object (File)
Sun, Aug 30, 1:10 PM
Unknown Object (File)
Sun, Aug 30, 4:07 AM
Unknown Object (File)
Sat, Aug 29, 5:27 PM
Unknown Object (File)
Sat, Aug 29, 9:56 AM
Unknown Object (File)
Sat, Aug 29, 2:19 AM
Unknown Object (File)
Fri, Aug 28, 1:46 PM
Unknown Object (File)
Fri, Aug 28, 1:35 PM
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

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

Event Timeline

misc/xiphos/Makefile
33 โ†—(On Diff #53986)

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 โ†—(On Diff #53986)

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.