svn commit: r473859 - head/graphics/opendx

Stephen Montgomery-Smith stephen at FreeBSD.org
Wed Jul 4 01:30:39 UTC 2018


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 at 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


More information about the svn-ports-all mailing list