Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2019 21:36:12 +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: r511369 - head/x11/xdpyinfo
Message-ID:  <201909062136.x86LaCIc040528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Fri Sep  6 21:36:11 2019
New Revision: 511369
URL: https://svnweb.freebsd.org/changeset/ports/511369

Log:
  x11/xdpyinfo: Remove xf86misc dependency
  
  Remove libXxf86misc dependency in x11/xdpyinfo.  libXxf86misc is being
  deprecated.
  While here, add USES=xorg xorg-cat.

Modified:
  head/x11/xdpyinfo/Makefile

Modified: head/x11/xdpyinfo/Makefile
==============================================================================
--- head/x11/xdpyinfo/Makefile	Fri Sep  6 21:26:20 2019	(r511368)
+++ head/x11/xdpyinfo/Makefile	Fri Sep  6 21:36:11 2019	(r511369)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xdpyinfo
 PORTVERSION=	1.3.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -10,9 +10,11 @@ COMMENT=	Display information utility for X
 
 LICENSE=	MIT
 
-XORG_CAT=	app
+USES=		xorg xorg-cat:app
 USE_XORG=	dmx x11 xcb xcomposite xext xinerama xorgproto xrender \
 		xtst xxf86dga xxf86misc xxf86vm
+
+CONFIGURE_ARGS=	--without-xf86misc
 
 PLIST_FILES=	bin/xdpyinfo man/man1/xdpyinfo.1.gz
 



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