From owner-svn-ports-all@freebsd.org Tue Feb 20 03:36:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A03AF2164E; Tue, 20 Feb 2018 03:36:02 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B81C7E00A; Tue, 20 Feb 2018 03:36:02 +0000 (UTC) (envelope-from stephen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4659A23D6E; Tue, 20 Feb 2018 03:36:02 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1K3a2hU038538; Tue, 20 Feb 2018 03:36:02 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1K3a2M7038537; Tue, 20 Feb 2018 03:36:02 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201802200336.w1K3a2M7038537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Tue, 20 Feb 2018 03:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462369 - head/graphics/opendx X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/graphics/opendx X-SVN-Commit-Revision: 462369 X-SVN-Commit-Repository: ports 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.25 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: Tue, 20 Feb 2018 03:36:02 -0000 Author: stephen Date: Tue Feb 20 03:36:01 2018 New Revision: 462369 URL: https://svnweb.freebsd.org/changeset/ports/462369 Log: - Add MAKE_JOBS_UNSAFE=yes. PR: ports/226051 Submitted by: Don Lewis Modified: head/graphics/opendx/Makefile Modified: head/graphics/opendx/Makefile ============================================================================== --- head/graphics/opendx/Makefile Tue Feb 20 03:29:51 2018 (r462368) +++ head/graphics/opendx/Makefile Tue Feb 20 03:36:01 2018 (r462369) @@ -21,8 +21,9 @@ LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \ libcdf.so:science/cdf \ libXp.so:x11/libXp -USE_XORG= x11 xt xinerama xext xpm xmu sm ice +MAKE_JOBS_UNSAFE= yes USES= bison motif gmake libtool +USE_XORG= x11 xt xinerama xext xpm xmu sm ice USE_GL= gl glu GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared