From owner-svn-ports-all@freebsd.org Tue Jul 3 02:18:45 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 B6C1DFEF28C; Tue, 3 Jul 2018 02:18:45 +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 5AF9C85974; Tue, 3 Jul 2018 02:18:45 +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 3895415D68; Tue, 3 Jul 2018 02:18:45 +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 w632IjpN019627; Tue, 3 Jul 2018 02:18:45 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w632IjvT019626; Tue, 3 Jul 2018 02:18:45 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201807030218.w632IjvT019626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Tue, 3 Jul 2018 02:18:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473792 - head/graphics/opendx X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/graphics/opendx X-SVN-Commit-Revision: 473792 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.27 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, 03 Jul 2018 02:18:45 -0000 Author: stephen Date: Tue Jul 3 02:18:44 2018 New Revision: 473792 URL: https://svnweb.freebsd.org/changeset/ports/473792 Log: - r473695 introduced patches that allow building with clang60. But this seems to cause building with clang 4.0.0 to fail. So we add a compiler option to USES so that FreeBSD-11 will build with clang60. Modified: head/graphics/opendx/Makefile Modified: head/graphics/opendx/Makefile ============================================================================== --- head/graphics/opendx/Makefile Tue Jul 3 01:15:32 2018 (r473791) +++ head/graphics/opendx/Makefile Tue Jul 3 02:18:44 2018 (r473792) @@ -22,7 +22,7 @@ LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \ libXp.so:x11/libXp MAKE_JOBS_UNSAFE= yes -USES= bison motif gmake libtool +USES= bison motif gmake libtool compiler:c++14-lang USE_XORG= x11 xt xinerama xext xpm xmu sm ice USE_GL= gl glu GNU_CONFIGURE= yes