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
Responsible Changed From-To: freebsd-ports-bugs->stephen Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed, thank you.