Bug 199528

Summary: math/eukleides: unbreak with Texinfo 5.x
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Individual Port(s)Assignee: Ashish SHUKLA <ashish>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: needs-qa, patch
Priority: --- Flags: ashish: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fix none

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!