From owner-svn-ports-all@freebsd.org Fri Sep 20 20:43:04 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 4BE0F126B2E; Fri, 20 Sep 2019 20:43:04 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [176.58.89.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46ZlzC6wSDz4cJx; Fri, 20 Sep 2019 20:43:03 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 46Zlz36NfBz3lC7; Fri, 20 Sep 2019 20:42:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([127.0.0.1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [127.0.0.1]) (amavisd-new, port 10587) with ESMTPS id bGytr_vNvPYY; Fri, 20 Sep 2019 20:42:55 +0000 (UTC) Received: from garnet.daemonic.se (host-95-199-25-14.mobileonline.telia.com [95.199.25.14]) by mail.daemonic.se (Postfix) with ESMTPSA id 46Zlz304zxz3c7Z; Fri, 20 Sep 2019 20:42:54 +0000 (UTC) Subject: Re: svn commit: r511354 - head/x11/xset To: =?UTF-8?Q?T=c4=b3l_Coosemans?= Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201909061911.x86JBohg054696@repo.freebsd.org> <20190920220012.74d8eaa3@FreeBSD.org> From: Niclas Zeising Message-ID: <48cdc0cb-261e-29df-605d-0b88403c544f@freebsd.org> Date: Fri, 20 Sep 2019 22:42:46 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 MIME-Version: 1.0 In-Reply-To: <20190920220012.74d8eaa3@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 46ZlzC6wSDz4cJx X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:36236, ipnet:176.58.89.0/24, country:US] 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:43:04 -0000 On 2019-09-20 22:00, T=C4=B3l Coosemans wrote: > 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 >> =20 >> Adjust dependencies, most notably, remove the dependency on libXfon= tcache, >> which isn't needed. libXfontcache is slated for deprecation and re= moval. >> While here, switch to USES, and add license information. >> >> Modified: >> head/x11/xset/Makefile >> >> Modified: head/x11/xset/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- 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 @@ >> =20 >> PORTNAME=3D xset >> PORTVERSION=3D 1.2.4 >> -PORTREVISION=3D 2 >> +PORTREVISION=3D 3 >> CATEGORIES=3D x11 >> =20 >> MAINTAINER=3D x11@FreeBSD.org >> COMMENT=3D User preference utility for X >> =20 >> -XORG_CAT=3D app >> -USE_XORG=3D xmuu xorgproto x11 xext xfontcache >> +LICENSE=3D MIT >> +LICENSE_FILE=3D ${WRKSRC}/COPYING >> + >> +USES=3D xorg xorg-cat:app >> + >> +USE_XORG=3D xmuu x11 xext >> CONFIGURE_ARGS=3D --without-xf86misc >> =20 >> PLIST_FILES=3D bin/xset man/man1/xset.1.gz >=20 > Can you add --without-fontcache to CONFIGURE_ARGS, because configure > still detects it if happens to be installed? >=20 Fixed! Regards --=20 Niclas Zeising