Bug 232997 - misc/xiphos: unbreak (template instantiation exceeded maximum depth)
Summary: misc/xiphos: unbreak (template instantiation exceeded maximum depth)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-05 16:55 UTC by Walter Schwarzenfeld
Modified: 2019-02-20 22:21 UTC (History)
1 user (show)

See Also:


Attachments
svn-diff-xiphos (1.36 KB, patch)
2018-11-05 16:55 UTC, Walter Schwarzenfeld
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Schwarzenfeld freebsd_triage 2018-11-05 16:55:14 UTC
Created attachment 198983 [details]
svn-diff-xiphos

Unbreak:
 /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-20 22:11:17 UTC
A commit references this bug:

Author: kai
Date: Wed Feb 20 22:10:54 UTC 2019
New revision: 493472
URL: https://svnweb.freebsd.org/changeset/ports/493472

Log:
  misc/xiphos: Unbreak build

  * 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

  PR:		232997
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
  Reviewed by:	tcberner (mentor)
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19210

Changes:
  head/misc/xiphos/Makefile
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2019-02-20 22:21:11 UTC
Committed, thank you for the patch!