svn commit: r511369 - head/x11/xdpyinfo

Niclas Zeising zeising at FreeBSD.org
Fri Sep 6 21:36:12 UTC 2019


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


More information about the svn-ports-all mailing list