pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xset



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 24 21:54:08 UTC 2019

Modified Files:
        pkgsrc/x11/xset: Makefile

Log Message:
xset: remove libXxf86misc inclusion

xset 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.13 -r1.14 pkgsrc/x11/xset/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/xset/Makefile
diff -u pkgsrc/x11/xset/Makefile:1.13 pkgsrc/x11/xset/Makefile:1.14
--- pkgsrc/x11/xset/Makefile:1.13       Sat Mar 10 22:16:40 2018
+++ pkgsrc/x11/xset/Makefile    Sun Nov 24 21:54:08 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2018/03/10 22:16:40 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2019/11/24 21:54:08 wiz Exp $
 
 DISTNAME=              xset-1.2.4
+PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.bz2
@@ -18,5 +19,4 @@ CONFIGURE_ENV+=               APP_MAN_SUFFIX=1
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"
-.include "../../x11/libXxf86misc/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index