Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2013 18:02:01 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317900 - head/print/tex-aleph
Message-ID:  <201305111802.r4BI21AT000678@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305111802.r4BI21AT000678>