From owner-svn-ports-all@freebsd.org Fri Nov 13 00:31:43 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6340BA2C437; Fri, 13 Nov 2015 00:31:43 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 290501D26; Fri, 13 Nov 2015 00:31:43 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAD0VgBd043018; Fri, 13 Nov 2015 00:31:42 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAD0Vgkc043017; Fri, 13 Nov 2015 00:31:42 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511130031.tAD0Vgkc043017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 13 Nov 2015 00:31:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401471 - head/print/texvc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 00:31:43 -0000 Author: marino Date: Fri Nov 13 00:31:42 2015 New Revision: 401471 URL: https://svnweb.freebsd.org/changeset/ports/401471 Log: print/texvc is not jobs safe (like many OCAML ports) Modified: head/print/texvc/Makefile Modified: head/print/texvc/Makefile ============================================================================== --- head/print/texvc/Makefile Fri Nov 13 00:07:49 2015 (r401470) +++ head/print/texvc/Makefile Fri Nov 13 00:31:42 2015 (r401471) @@ -25,6 +25,8 @@ RASTER_USES= ghostscript:run RASTER_USE= TEX=latex,dvipsk RASTER_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +MAKE_JOBS_UNSAFE= yes + do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/texvc ${STAGEDIR}${PREFIX}/bin