Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jul 2018 01:30:38 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473859 - head/graphics/opendx
Message-ID:  <201807040130.w641UcM5037298@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" <jbeich@FreeBSD.org>

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



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