Date: Fri, 6 Sep 2019 19:11:50 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511354 - head/x11/xset Message-ID: <201909061911.x86JBohg054696@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Fri Sep 6 19:11:50 2019 New Revision: 511354 URL: https://svnweb.freebsd.org/changeset/ports/511354 Log: x11/xset: adjust dependencies and misc fixes Adjust dependencies, most notably, remove the dependency on libXfontcache, which isn't needed. libXfontcache is slated for deprecation and removal. While here, switch to USES, and add license information. Modified: head/x11/xset/Makefile Modified: head/x11/xset/Makefile ============================================================================== --- head/x11/xset/Makefile Fri Sep 6 18:44:13 2019 (r511353) +++ head/x11/xset/Makefile Fri Sep 6 19:11:50 2019 (r511354) @@ -2,14 +2,18 @@ PORTNAME= xset PORTVERSION= 1.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= User preference utility for X -XORG_CAT= app -USE_XORG= xmuu xorgproto x11 xext xfontcache +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= xorg xorg-cat:app + +USE_XORG= xmuu x11 xext CONFIGURE_ARGS= --without-xf86misc PLIST_FILES= bin/xset man/man1/xset.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909061911.x86JBohg054696>