Bug 179372 - [PATCH] math/coq: Fix breakage due to tex changes
Summary: [PATCH] math/coq: Fix breakage due to tex changes
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: Johan van Selst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-06 17:30 UTC by John Marino
Modified: 2013-06-13 18:25 UTC (History)
0 users

See Also:


Attachments
file.diff (388 bytes, patch)
2013-06-06 17:30 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-06-06 17:30:00 UTC
math/coq doesn't build due to recent tex changes.
Fix included below.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-06 17:30:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->johans

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-13 11:57:30 UTC
Author: johans
Date: Thu Jun 13 10:57:23 2013
New Revision: 320753
URL: http://svnweb.freebsd.org/changeset/ports/320753

Log:
  - Add build dependency due to tex changes
  
  PR:		ports/179372
  Submitted by:	John Marino <draco@marino.st>

Modified:
  head/math/coq/Makefile

Modified: head/math/coq/Makefile
==============================================================================
--- head/math/coq/Makefile	Thu Jun 13 10:31:37 2013	(r320752)
+++ head/math/coq/Makefile	Thu Jun 13 10:57:23 2013	(r320753)
@@ -36,7 +36,7 @@ MAN1=	coq-tex.1 coq_makefile.1 coqc.1 co
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
-USE_TEX=	latex:build
+USE_TEX=	latex:build dvipsk:build
 BUILD_DEPENDS+=	hevea:${PORTSDIR}/textproc/hevea \
 		${LOCALBASE}/share/texmf/tex/latex/ucs/utf8x.def:${PORTSDIR}/print/latex-ucs
 PORTDOCS=	*
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Johan van Selst freebsd_committer freebsd_triage 2013-06-13 18:24:59 UTC
State Changed
From-To: open->closed

Committed, thanks.