Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2023 14:10:28 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9552d6c036c3 - main - x11/xdpyinfo: Remove depend on libdmx
Message-ID:  <202304251410.33PEASNX003198@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9552d6c036c3c3c6fd384572333a818bb8a2e353

commit 9552d6c036c3c3c6fd384572333a818bb8a2e353
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-04-25 14:09:01 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-04-25 14:10:05 +0000

    x11/xdpyinfo: Remove depend on libdmx
    
    Reported by:    Tomoaki AOKI <junchoon@dec.sakura.ne.jp> Michael Butler <imb@protected-networks.net>
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 x11/xdpyinfo/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile
index 94867ff1dca1..0239423128d2 100644
--- a/x11/xdpyinfo/Makefile
+++ b/x11/xdpyinfo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xdpyinfo
 PORTVERSION=	1.3.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,7 +9,7 @@ COMMENT=	Display information utility for X
 LICENSE=	MIT
 
 USES=		xorg xorg-cat:app
-USE_XORG=	dmx x11 xcb xcomposite xext xinerama xorgproto xrender \
+USE_XORG=	x11 xcb xcomposite xext xinerama xorgproto xrender \
 		xtst xxf86dga xxf86vm
 
 CONFIGURE_ARGS=	--without-xf86misc



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