From owner-cvs-all@FreeBSD.ORG Sun Aug 31 02:57:56 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DAF51065672 for ; Sun, 31 Aug 2008 02:57:56 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id B1A918FC19 for ; Sun, 31 Aug 2008 02:57:55 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so954375fgb.35 for ; Sat, 30 Aug 2008 19:57:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=EReH39L5BGgQiCqxK7eJHhjf/KHsX8Dsr8bQBnxPYQc=; b=w1B2Xh27E3CbmVfWt8oxgPusNi4lMudCMqTeIX+4UcDnv7XavjtDgXy0AP8CayHrB9 5/AVK7hxMhX+VkDWq5YmOGtQHM6CsqZDv192ZiokJO9MatBCrraDNH5tdLpkdBDvUOvk kiYil94+hrt3y6X6WandOGxQ9KzWy5nekIDZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=UJZ0eu+RDVHBLJWVpl/wIYbg0h4ZoMQYmH+MtcD8xMI9EiaPAHUTDna3vjMBhS+23z 3Wg6mXUeaZV49A4pa7oCFErB67wSaSaV4hbmidfxqiqwn27gEF8zeFeMbO2I8XpQ7LPO s5e8cTBJUOrkuWYAAvRGIdx45vq0dKQDyNuYY= Received: by 10.103.238.4 with SMTP id p4mr3178103mur.66.1220150069710; Sat, 30 Aug 2008 19:34:29 -0700 (PDT) Received: by 10.103.231.14 with HTTP; Sat, 30 Aug 2008 19:34:29 -0700 (PDT) Message-ID: Date: Sat, 30 Aug 2008 23:34:29 -0300 From: "Carlos A. M. dos Santos" To: "Alexander Kabaev" In-Reply-To: <200808300526.m7U5QNUM070422@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200808300526.m7U5QNUM070422@repoman.freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-toolkits/libxfce4gui Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 02:57:56 -0000 On Sat, Aug 30, 2008 at 2:26 AM, Alexander Kabaev wrote: > kan 2008-08-30 05:26:23 UTC > > FreeBSD ports repository > > Modified files: > x11-toolkits/libxfce4gui Makefile > Log: > Add explicit dependency for libSM library. It is required for XFCE components > to be able to issue session-management requests to xfce4-session, but is > not pulled in by default when packages are build on package cluster. > > The user-visible effect of this omission was non-funtional Quit button > on xfce panel. > > Revision Changes Path > 1.43 +1 -0 ports/x11-toolkits/libxfce4gui/Makefile > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" At last! Thanks a lot for spotting this. -- cd /usr/ports/sysutils/life make clean