From owner-svn-ports-all@freebsd.org Wed Jul 4 01:30:38 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 D27201040525; Wed, 4 Jul 2018 01:30:38 +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 86D887C986; Wed, 4 Jul 2018 01:30:38 +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 68082240DE; Wed, 4 Jul 2018 01:30:38 +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 w641UcEf037299; Wed, 4 Jul 2018 01:30:38 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w641UcM5037298; Wed, 4 Jul 2018 01:30:38 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201807040130.w641UcM5037298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 4 Jul 2018 01:30:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473859 - head/graphics/opendx X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/graphics/opendx X-SVN-Commit-Revision: 473859 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: Wed, 04 Jul 2018 01:30:39 -0000 Author: stephen Date: Wed Jul 4 01:30:37 2018 New Revision: 473859 URL: https://svnweb.freebsd.org/changeset/ports/473859 Log: - Change uses:compiler to c++17-lang so that FreeBSD-11 brings in clang60. Reported by: "Jan Beich" Modified: head/graphics/opendx/Makefile Modified: head/graphics/opendx/Makefile ============================================================================== --- head/graphics/opendx/Makefile Tue Jul 3 23:35:32 2018 (r473858) +++ head/graphics/opendx/Makefile Wed Jul 4 01:30:37 2018 (r473859) @@ -22,7 +22,7 @@ LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \ libXp.so:x11/libXp MAKE_JOBS_UNSAFE= yes -USES= bison motif gmake libtool compiler:c++14-lang +USES= bison compiler:c++17-lang gmake libtool motif USE_XORG= x11 xt xinerama xext xpm xmu sm ice USE_GL= gl glu GNU_CONFIGURE= yes