x11/xset needs a direct dependency on xproto

Doug Barton dougb at FreeBSD.org
Sat Sep 10 06:26:23 UTC 2011


... otherwise it misses the need to upgrade xproto, thus:

checking for XSET... configure: error: Package requirements (xproto >=
7.0.17 xmuu) were not met:

Requested 'xproto >= 7.0.17' but version of Xproto is 7.0.16

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/xset/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	7 Sep 2011 21:19:05 -0000	1.6
+++ Makefile	10 Sep 2011 06:25:34 -0000
@@ -13,7 +13,7 @@
 COMMENT=	User preference utility for X

 XORG_CAT=	app
-USE_XORG=	xmuu
+USE_XORG=	xmuu xproto

 PLIST_FILES=	bin/xset


-- 

	Nothin' ever doesn't change, but nothin' changes much.
			-- OK Go

	Breadth of IT experience, and depth of knowledge in the DNS.
	Yours for the right price.  :)  http://SupersetSolutions.com/



More information about the freebsd-x11 mailing list