Bug 75566 - [PATCH] xmlada patch to compile docs
Summary: [PATCH] xmlada patch to compile docs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-28 08:50 UTC by Petr Holub
Modified: 2005-03-16 13:10 UTC (History)
0 users

See Also:


Attachments
xmlada.patch (872 bytes, patch)
2004-12-28 08:50 UTC, Petr Holub
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Holub 2004-12-28 08:50:23 UTC
	
	This is a patch to avoid the following problem with compiling xmlada docs:

	gmake[1]: Entering directory `/usr/ports/textproc/xmlada.bak/work/xmlada-0.7.1/docs'
	echo x | tex xml.texi
	This is TeX, Version 3.14159 (Web2C 7.4.5)
	(./xml.texi (./texiplus.tex (/usr/local/share/texmf/tex/texinfo/texinfo.tex
	Loading texinfo [version 2003-02-03.16]: Basics, pdf, fonts, page headings,
	tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
	cross references, (/usr/local/share/texmf/tex/generic/misc/epsf.tex)
	localization, and turning on texinfo input format.)
	Loading Cygnus texinfo revisions [2003-02-03.16\ (Cygnus)]:) [1] [2] Chapter 1
	Chapter 2 [1] [2] [3] [4] [5] [6]
	! Undefined control sequence.
	l.417 @smallexample
					
	? Output written on xml.dvi (8 pages, 17656 bytes).
	Transcript written on xml.log.
	gmake[1]: *** [xml.dvi] Error 1
	rm xml.dvi
	gmake[1]: Leaving directory `/usr/ports/textproc/xmlada.bak/work/xmlada-0.7.1/docs'
	gmake: *** [docs] Error 2
	*** Error code 2

	The patch removes problematic smallexample redefinition in texiplus.tex.

How-To-Repeat: 	
	Type make in xmlada.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-01-18 13:01:12 UTC
Dear maintainer, please review this PR!

Cheers,
   Volker
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-01-18 13:01:21 UTC
State Changed
From-To: open->feedback

Forwarded PR to maintainer
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2005-03-11 20:25:36 UTC
The documentation does not build by default as port have no dependence 
on TeX.
-- 
Sem.
Comment 4 Volker Stolz freebsd_committer freebsd_triage 2005-03-16 13:10:03 UTC
State Changed
From-To: feedback->closed

Committed, thanks!