Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2019 15:39:17 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513043 - head/graphics/graphviz
Message-ID:  <201909271539.x8RFdHW9013666@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Fri Sep 27 15:39:16 2019
New Revision: 513043
URL: https://svnweb.freebsd.org/changeset/ports/513043

Log:
  graphics/graphviz: Remove depenendy on libXp
  
  Remove dependency on libXp, it is not needed and libXp is getting
  deprecated.
  
  PR:	240834
  OK by:	bapt (just fix it)

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Fri Sep 27 15:29:33 2019	(r513042)
+++ head/graphics/graphviz/Makefile	Fri Sep 27 15:39:16 2019	(r513043)
@@ -3,7 +3,7 @@
 
 PORTNAME=	graphviz
 PORTVERSION=	2.42.2
-PORTREVISION=	0
+PORTREVISION=	1
 MASTER_SITES=	https://gitlab.com/graphviz/graphviz/-/archive/${PORTVERSION}/
 CATEGORIES=	graphics tk
 MAINTAINER=	dinoex@FreeBSD.org
@@ -77,7 +77,7 @@ GUILE_DESC=	Guile bindings (swig)
 TK_DESC=	TK toolkit support
 NVTHREADS_DESC=	Link with threads (needed for nvidia)
 
-XPM_USE=	XORG=xaw,xpm,xmu,xt,sm,ice,xext,x11,xau,xdmcp,xp
+XPM_USE=	XORG=xaw,xpm,xmu,xt,sm,ice,xext,x11,xau,xdmcp
 ICONV_USES=	iconv
 NLS_USES=	gettext
 PANGOCAIRO_USE=	GNOME=pango,cairo XORG=xrender,x11,xau,xdmcp



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