svn commit: r511354 - head/x11/xset

Niclas Zeising zeising at freebsd.org
Fri Sep 20 20:43:04 UTC 2019


On 2019-09-20 22:00, Tijl Coosemans wrote:
> On Fri, 6 Sep 2019 19:11:50 +0000 (UTC) Niclas Zeising
> <zeising at FreeBSD.org> 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 at 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?
> 

Fixed!
Regards
-- 
Niclas Zeising


More information about the svn-ports-all mailing list