pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xdpyinfo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 24 21:57:32 UTC 2019

Modified Files:
        pkgsrc/x11/xdpyinfo: Makefile

Log Message:
xdpyinfo: remove libXxf86misc inclusion

xdpyinfo compiles without it, and the server side support code was
removed 11 years ago.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xdpyinfo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xdpyinfo/Makefile
diff -u pkgsrc/x11/xdpyinfo/Makefile:1.14 pkgsrc/x11/xdpyinfo/Makefile:1.15
--- pkgsrc/x11/xdpyinfo/Makefile:1.14   Wed Mar 20 12:09:14 2019
+++ pkgsrc/x11/xdpyinfo/Makefile        Sun Nov 24 21:57:31 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2019/03/20 12:09:14 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/11/24 21:57:31 wiz Exp $
 
 DISTNAME=      xdpyinfo-1.3.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.bz2
@@ -22,6 +22,5 @@ USE_TOOLS+=   pkg-config
 .include "../../x11/libXrender/buildlink3.mk"
 .include "../../x11/libXtst/buildlink3.mk"
 .include "../../x11/libXxf86dga/buildlink3.mk"
-.include "../../x11/libXxf86misc/buildlink3.mk"
 .include "../../x11/libXxf86vm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index