Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2019 22:00:12 +0200
From:      =?UTF-8?B?VMSzbA==?= Coosemans <tijl@FreeBSD.org>
To:        Niclas Zeising <zeising@FreeBSD.org>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 6 Sep 2019 19:11:50 +0000 (UTC) Niclas Zeising
<zeising@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@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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190920220012.74d8eaa3>