Bug 206718 - editors/abiword: Fails to build (in synth) when MATHVIEW option enabled
Summary: editors/abiword: Fails to build (in synth) when MATHVIEW option enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Koop Mast
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-28 22:15 UTC by Walter Schwarzenfeld
Modified: 2016-01-29 14:40 UTC (History)
1 user (show)

See Also:
koobs: maintainer-feedback+


Attachments
abiword_synth_build.log (650.78 KB, text/x-log)
2016-01-28 22:16 UTC, Walter Schwarzenfeld
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Schwarzenfeld freebsd_triage 2016-01-28 22:15:31 UTC
Abiword fails with option MATHVIEW on in synth, but compiles fine in the port. (not tested with poudriere, but I think it will also fail).
Attached buildlog.
Comment 1 Walter Schwarzenfeld freebsd_triage 2016-01-28 22:16:32 UTC
Created attachment 166247 [details]
abiword_synth_build.log
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-01-29 14:33:29 UTC
A commit references this bug:

Author: kwm
Date: Fri Jan 29 14:33:00 UTC 2016
New revision: 407471
URL: https://svnweb.freebsd.org/changeset/ports/407471

Log:
  The MATHVIEW option needs bison instead of byacc to generate correct code.

  While here remove double MATHVIEW option in OPTIONS_DEFINE.

  PR:		206718
  Reported by:	w.schwarzenfeld@utanet.at

Changes:
  head/editors/abiword/Makefile
Comment 3 Koop Mast freebsd_committer freebsd_triage 2016-01-29 14:34:20 UTC
Fix committed, thanks for reporting!