From owner-svn-ports-all@freebsd.org Fri Sep 20 20:00:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 034AD125C9E; Fri, 20 Sep 2019 20:00:30 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay114.isp.belgacom.be (mailrelay114.isp.belgacom.be [195.238.20.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign RSA OV SSL CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Zl252C6yz4ZCV; Fri, 20 Sep 2019 20:00:28 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2DPEAB0LoVd/ygG91FlHAEBAQQBAQc?= =?us-ascii?q?EAQGBZwKCHEcSFFMyFhSNHoYSAYIONQGKLJA7CQEBAgEBAQEBKwwBAYQ/AoM?= =?us-ascii?q?GJjgTAgwBAQUBAQEBAQUEbYRrQgxCARABhHcBBTocIxALFAQJJQ9IBhODI4I?= =?us-ascii?q?OC60VhDcBCwGBCINtgQoGgTQBjCCBf4ERgxI+hESFYwSWApcLgiyHBY15J5k?= =?us-ascii?q?mhDORepMVIYFYTTAIgydQEBSKVIVBPgMwhVSJbwEB?= X-IPAS-Result: =?us-ascii?q?A2DPEAB0LoVd/ygG91FlHAEBAQQBAQcEAQGBZwKCHEcSF?= =?us-ascii?q?FMyFhSNHoYSAYIONQGKLJA7CQEBAgEBAQEBKwwBAYQ/AoMGJjgTAgwBAQUBA?= =?us-ascii?q?QEBAQUEbYRrQgxCARABhHcBBTocIxALFAQJJQ9IBhODI4IOC60VhDcBCwGBC?= =?us-ascii?q?INtgQoGgTQBjCCBf4ERgxI+hESFYwSWApcLgiyHBY15J5kmhDORepMVIYFYT?= =?us-ascii?q?TAIgydQEBSKVIVBPgMwhVSJbwEB?= Received: from 40.6-247-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.247.6.40]) by relay.skynet.be with ESMTP; 20 Sep 2019 22:00:21 +0200 Received: from localhost (localhost [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id x8KK0CBN058977; Fri, 20 Sep 2019 22:00:12 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Fri, 20 Sep 2019 22:00:12 +0200 From: =?UTF-8?B?VMSzbA==?= Coosemans To: Niclas Zeising Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r511354 - head/x11/xset Message-ID: <20190920220012.74d8eaa3@FreeBSD.org> In-Reply-To: <201909061911.x86JBohg054696@repo.freebsd.org> References: <201909061911.x86JBohg054696@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 46Zl252C6yz4ZCV X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.99 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:5432, ipnet:195.238.0.0/19, country:BE] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2019 20:00:30 -0000 On Fri, 6 Sep 2019 19:11:50 +0000 (UTC) Niclas Zeising wrote: > 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 Can you add --without-fontcache to CONFIGURE_ARGS, because configure still detects it if happens to be installed?