svn commit: r490973 - head/deskutils/xfce4-volumed

Tijl Coosemans tijl at FreeBSD.org
Tue Jan 22 19:33:48 UTC 2019


On Tue, 22 Jan 2019 18:50:45 +0000 (UTC) Guido Falsi <madpilot at FreeBSD.org> wrote:
> Author: madpilot
> Date: Tue Jan 22 18:50:45 2019
> New Revision: 490973
> URL: https://svnweb.freebsd.org/changeset/ports/490973
> 
> Log:
>   - Add missing dependencies
>   - Sort lists
>   - Fix portlint warnings
>   
>   PR:		235128
>   Submitted by:	myself
>   Approved by:	Sergey V. Dyatko <sergey.dyatko at gmail.com> (Maintainer)
> 
> Modified:
>   head/deskutils/xfce4-volumed/Makefile
> 
> Modified: head/deskutils/xfce4-volumed/Makefile
> ==============================================================================
> --- head/deskutils/xfce4-volumed/Makefile	Tue Jan 22 18:48:38 2019	(r490972)
> +++ head/deskutils/xfce4-volumed/Makefile	Tue Jan 22 18:50:45 2019	(r490973)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME=	xfce4-volumed
>  PORTVERSION=	0.1.13
> -PORTREVISION=	2
> +PORTREVISION=	3
>  CATEGORIES=	deskutils xfce
>  MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
>  DIST_SUBDIR=	xfce4
> @@ -13,13 +13,18 @@ COMMENT=	Volume management daemon for the Xfce desktop
>  
>  LICENSE=	GPLv3
>  
> -LIB_DEPENDS=	libnotify.so:devel/libnotify \
> -		libkeybinder.so:x11/keybinder
> +LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
> +		libdbus-1.so:devel/dbus \
> +		libnotify.so:devel/libnotify \
> +		libkeybinder.so:x11/keybinder \
> +		libfontconfig.so:x11-fonts/fontconfig \
> +		libfreetype.so:print/freetype2
>  
> -USES=		pkgconfig gmake xfce tar:bzip2
> -GNU_CONFIGURE=	yes
> -USE_GNOME=	glib20
> +USES=		gmake gnome pkgconfig tar:bzip2 xfce
> +USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 libxml2 pango

These dependencies need to be added to Mk/Uses/gnome.mk instead of every
single gtk port.  They are caused by
/usr/local/libdata/pkgconfig/gtk+-x11-2.0.pc and
/usr/local/libdata/pkgconfig/pangoft2.pc.


More information about the svn-ports-head mailing list