svn commit: r317900 - head/print/tex-aleph

Hiroki Sato hrs at FreeBSD.org
Sat May 11 18:02:01 UTC 2013


Author: hrs
Date: Sat May 11 18:02:00 2013
New Revision: 317900
URL: http://svnweb.freebsd.org/changeset/ports/317900

Log:
  Temporarily disable MAKE_JOBS_SAFE=yes until the cause becomes clear.
  
  Reported by:	Hiroto Kagotani

Modified:
  head/print/tex-aleph/Makefile

Modified: head/print/tex-aleph/Makefile
==============================================================================
--- head/print/tex-aleph/Makefile	Sat May 11 17:58:55 2013	(r317899)
+++ head/print/tex-aleph/Makefile	Sat May 11 18:02:00 2013	(r317900)
@@ -65,7 +65,7 @@ CONFIGURE_ARGS=	${EXCLUDE_ENGINES:S/^/--
 		--with-system-zziplib \
 		--with-system-zlib
 CFLAGS+=	-I${LOCALBASE}/include
-MAKE_JOBS_SAFE=	yes
+MAKE_JOBS_UNSAFE=	yes
 TEX_FORMATS=	aleph
 
 MAN1=	ofm2opl.1 opl2ofm.1 ovf2ovp.1 ovp2ovf.1 aleph.1 otp2ocp.1 \


More information about the svn-ports-all mailing list