Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2020 10:54:55 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542427 - head/graphics/graphviz
Message-ID:  <202007171054.06HAstYw016359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jul 17 10:54:55 2020
New Revision: 542427
URL: https://svnweb.freebsd.org/changeset/ports/542427

Log:
  graphics/graphviz: switch to clang on powerpc64, if available
  
  LLVM bug is already fixed.

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Fri Jul 17 10:30:37 2020	(r542426)
+++ head/graphics/graphviz/Makefile	Fri Jul 17 10:54:55 2020	(r542427)
@@ -3,7 +3,7 @@
 
 PORTNAME=	graphviz
 PORTVERSION=	2.44.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics tk
 MASTER_SITES=	https://www2.graphviz.org/Packages/stable/portable_source/
 
@@ -22,8 +22,8 @@ LIB_DEPENDS=	libltdl.so:devel/libltdl \
 		libexpat.so:textproc/expat2 \
 		libgd.so:${GD_PORT}
 
-USES=		cpe pathfix shebangfix gmake bison pkgconfig \
-		libtool:keepla autoreconf localbase:ldflags jpeg \
+USES=		compiler:c++11-lang cpe pathfix shebangfix gmake bison \
+		pkgconfig libtool:keepla autoreconf localbase:ldflags jpeg \
 		tcl:build
 
 GNU_CONFIGURE=	yes
@@ -169,12 +169,6 @@ GO_CONFIGURE_ENABLE=		go
 NVTHREADS_LDFLAGS=	-lpthread
 
 .include <bsd.port.options.mk>
-
-.if ${ARCH} == powerpc64
-USES+=		compiler:gcc-c++11-lib
-.else
-USES+=		compiler:c++11-lang
-.endif
 
 # allow the use localized gd ports in Makefile.local or slave ports.
 GD_PORT?=	graphics/gd



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