Page MenuHomeFreeBSD

misc/xiphos: Unbreak build
ClosedPublic

Authored by kai on Feb 16 2019, 12:29 PM.
Tags
None
Referenced Files
F162701753: D19210.id54054.diff
Wed, Jul 15, 10:48 PM
Unknown Object (File)
Mon, Jul 13, 1:37 PM
Unknown Object (File)
Mon, Jul 13, 8:00 AM
Unknown Object (File)
Sun, Jul 12, 10:37 AM
Unknown Object (File)
Sat, Jul 4, 7:24 AM
Unknown Object (File)
Fri, Jul 3, 8:34 PM
Unknown Object (File)
Fri, Jul 3, 12:51 AM
Unknown Object (File)
Mon, Jun 29, 4:49 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.