From owner-freebsd-gnome Wed Feb 12 10: 2:12 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C7A37B401 for ; Wed, 12 Feb 2003 10:02:11 -0800 (PST) Received: from purple.the-7.net (purple.the-7.net [209.126.178.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id B052443F75 for ; Wed, 12 Feb 2003 10:02:10 -0800 (PST) (envelope-from ab@purple.the-7.net) Received: from purple.the-7.net (localhost [IPv6:::1]) by purple.the-7.net (8.12.6/8.12.6) with ESMTP id h1CI29QB019092 for ; Wed, 12 Feb 2003 10:02:09 -0800 (PST) (envelope-from ab@purple.the-7.net) Received: (from ab@localhost) by purple.the-7.net (8.12.6/8.12.6/Submit) id h1CI29NZ019091 for gnome@freebsd.org; Wed, 12 Feb 2003 10:02:09 -0800 (PST) (envelope-from ab) Date: Wed, 12 Feb 2003 10:02:09 -0800 From: "Eugene M. Kim" To: FreeBSD GNOME Mailing List Subject: Bugbuddy 2 is broken Message-ID: <20030212180209.GA18090@purple.the-7.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Spam-Status: No, hits=-4.6 required=5.0 tests=SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_MUTT version=2.41 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG devel/bugbuddy2 (bugbuddy-2.2.102) depends on gnomedesktop2, but the dependency is not specified in the Makefile. This patch fixes the problem (for now; it's eventually to be superceded by GNOMENG, I guess): ------------------------------------------------------------------------ --- ports/devel/bugbuddy2/Makefile 11 Feb 2003 23:22:05 -0000 1.1.1.2 +++ ports/devel/bugbuddy2/Makefile 12 Feb 2003 17:56:54 -0000 @@ -15,7 +15,8 @@ MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui +LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ + gnome-desktop-2.3:${PORTSDIR}/x11/gnomedesktop USE_BZIP2= yes USE_X_PREFIX= yes ------------------------------------------------------------------------ Could someone please review and commit this patch (unless the planned GNOMENG integration is imminent)? Thanks, Eugene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message