svn commit: r542427 - head/graphics/graphviz

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jul 17 10:54:56 UTC 2020


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


More information about the svn-ports-all mailing list