Bug 199528 - math/eukleides: unbreak with Texinfo 5.x
Summary: math/eukleides: unbreak with Texinfo 5.x
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: Ashish SHUKLA
URL:
Keywords: needs-qa, patch
Depends on:
Blocks:
 
Reported: 2015-04-18 22:44 UTC by Jan Beich
Modified: 2015-04-26 06:10 UTC (History)
0 users

See Also:
ashish: maintainer-feedback+


Attachments
fix (533 bytes, patch)
2015-04-18 22:44 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2015-04-18 22:44:09 UTC
Created attachment 155711 [details]
fix

+++ This bug was initially created as a clone of Bug #199527 +++

print/texinfo is used by DragonFly and FreeBSD 11+ as they have lack makeinfo(1) in base. The build fails due to the following error:

  eukleides.texi:9: misplaced {
  eukleides.texi:9: misplaced {
  eukleides.texi:9: misplaced }
  eukleides.texi:9: misplaced }
  eukleides.texi:10: misplaced {
  eukleides.texi:10: misplaced }
  eukleides.texi:12: misplaced {
  eukleides.texi:12: misplaced {
  eukleides.texi:12: misplaced }
  eukleides.texi:12: misplaced }
  eukleides.texi:13: misplaced {
  eukleides.texi:13: misplaced {
  eukleides.texi:13: misplaced }
  eukleides.texi:13: misplaced {
  eukleides.texi:13: misplaced }
  eukleides.texi:13: misplaced }
  eukleides.texi:14: misplaced {
  eukleides.texi:14: misplaced {
  eukleides.texi:14: misplaced }
  eukleides.texi:14: misplaced }

http://beefy4.isc.freebsd.org/data/head-amd64-default/p384115_s281601/logs/errors/eukleides-1.5.4_1.log
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-04-26 06:08:31 UTC
A commit references this bug:

Author: ashish
Date: Sun Apr 26 06:07:38 UTC 2015
New revision: 384754
URL: https://svnweb.freebsd.org/changeset/ports/384754

Log:
  - Fix breakage on 11-CURRENT

  Thanks to astrodog (#bsdports) for testing the port on 11-CURRENT host

  PR:		199528
  Submitted by:	jbeich

Changes:
  head/math/eukleides/Makefile
  head/math/eukleides/files/patch-doc_eukleides.texi
Comment 2 Ashish SHUKLA freebsd_committer freebsd_triage 2015-04-26 06:10:20 UTC
Committed.

Thanks!