Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2012 01:25:29 +0400
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        Emanuel Haupt <ehaupt@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r303937 - head/deskutils/xfce4-notification-daemon
Message-ID:  <504FAC49.2020801@gmail.com>
In-Reply-To: <201209082302.q88N2eBL067452@svn.freebsd.org>
References:  <201209082302.q88N2eBL067452@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 8 Sep 2012 23:02:40 +0000 (UTC), Emanuel Haupt wrote:
> Author: ehaupt
> Date: Sat Sep  8 23:02:40 2012
> New Revision: 303937
> URL: http://svn.freebsd.org/changeset/ports/303937
>
> Log:
>    - Use OPTIONSng
>    - Remove deprecated header information
>
> Modified:
>    head/deskutils/xfce4-notification-daemon/Makefile
>
> Modified: head/deskutils/xfce4-notification-daemon/Makefile
> ==============================================================================
> --- head/deskutils/xfce4-notification-daemon/Makefile	Sat Sep  8 22:56:22 2012	(r303936)
> +++ head/deskutils/xfce4-notification-daemon/Makefile	Sat Sep  8 23:02:40 2012	(r303937)
> @@ -1,9 +1,4 @@
> -# New ports collection makefile for:	notification-daemon
> -# Date created:				16 Nov 2007
> -# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
> -#
>   # $FreeBSD$
> -#
>
>   PORTNAME=	notification-daemon
>   PORTVERSION=	0.3.7
> @@ -20,8 +15,8 @@ COMMENT=	Port of Gnome's notification-da
>   LICENSE=	GPLv2
>
>   BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
> -LIB_DEPENDS=	sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
> -		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
> +LIB_DEPENDS=	sexy:${PORTSDIR}/x11-toolkits/libsexy \
> +		dbus-glib:${PORTSDIR}/devel/dbus-glib

While using 'dbus-glib' seems to work (due to the way LIB_DEPENDS are 
currently checked), the correct shlib name is 'dbus-glib-1'.



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