Bug 179369 - math/naturalmath: broken due to tex changes [FIX]
Summary: math/naturalmath: broken due to tex changes [FIX]
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: Stephen Montgomery-Smith
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-06 16:20 UTC by John Marino
Modified: 2013-06-06 17:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-06-06 16:20:00 UTC
math/natural math breaks during the build because bin/dvips is needed.

Fix: 

Add the equivalent of this to the Makefile:

USE_TEX+= dvipsk:build
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-06 16:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stephen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-06 16:59:21 UTC
Author: stephen
Date: Thu Jun  6 15:59:14 2013
New Revision: 320110
URL: http://svnweb.freebsd.org/changeset/ports/320110

Log:
  - Add dvipsk:build to USE_TEX
  
  PR:		ports/179369
  Submitted by:	John Marino <draco@marino.st>

Modified:
  head/math/naturalmath/Makefile

Modified: head/math/naturalmath/Makefile
==============================================================================
--- head/math/naturalmath/Makefile	Thu Jun  6 15:53:05 2013	(r320109)
+++ head/math/naturalmath/Makefile	Thu Jun  6 15:59:14 2013	(r320110)
@@ -15,7 +15,7 @@ MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Script to turn intuitively written math into latex
 
 USE_PERL5=	yes
-USE_TEX=	latex:build
+USE_TEX=	latex:build dvipsk:build
 
 post-patch:
 	@${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/naturalmath
_______________________________________________
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 Stephen Montgomery-Smith freebsd_committer freebsd_triage 2013-06-06 17:00:00 UTC
State Changed
From-To: open->closed

Committed, thank you.