From owner-freebsd-gnome Sat Jan 18 17:21: 4 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 C217537B401; Sat, 18 Jan 2003 17:21:01 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F6F43F65; Sat, 18 Jan 2003 17:21:00 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 57095766C6; Sun, 19 Jan 2003 02:20:58 +0100 (CET) Subject: Re: balsa2 fails, marcusmerge From: Franz Klammer To: Joe Marcus Clarke Cc: Martin Klaffenboeck , FreeBSD GNOME Users In-Reply-To: <1042938263.7820.57.camel@shumai.marcuscom.com> References: <20030118204030.GA28395@martin.kdrache.org> <1042923556.7820.22.camel@shumai.marcuscom.com> <20030118212035.GE28395@martin.kdrache.org> <1042938104.33708.15.camel@ds9.webonaut.com> <1042938263.7820.57.camel@shumai.marcuscom.com> Content-Type: text/plain Organization: Message-Id: <1042939299.33708.31.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 19 Jan 2003 02:21:40 +0100 Content-Transfer-Encoding: 7bit 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 Am So, 2003-01-19 um 02.04 schrieb Joe Marcus Clarke: > On Sat, 2003-01-18 at 20:01, Franz Klammer wrote: > > Am Sa, 2003-01-18 um 22.20 schrieb Martin Klaffenboeck: > > > Am 2003.01.18 21:59 schrieb(en) Joe Marcus Clarke: > > > > On Sat, 2003-01-18 at 15:40, Martin Klaffenboeck wrote: > > > > > Hello, > > > > > > > > > > I tryed to use portupgrade -r pkg-config to update all the ports. > > > > > Could there be something wrong, when I try to use portupgrade -fr > > > > > pkg-config there are also gnome1 ports rebuilt. I was breaking the > > > > > procedure and so I think there could be something wrong with gnome1, > > > > > > > > > gnome2 ... > > > > > > > > No, this is expected. However, by this point, you shouldn't have any > > > > ports on your system that would overwrite the GNOME 2 desktop. > > > > > > Allright, I see. > > > > > > > > > > > > > Is the USE_GNOMENG really correct for gnome1 or gnome2 installation? > > > > > > > > > It would be nice to have a setting like USE_GNOME_VER= 2 or > > > > > USE_GNOME_VER= 1 in my /etc/make.conf so that there cannot be > > > > something > > > > > wrong in the installation. If I use USE_GNOME_VER= 2 every port > > > > which > > > > > must not be installed, sould not get installed anymore, even if it > > > > is a > > > > > dependency. > > > > > > > > That's the idea. I just have so much in my backlog, I haven't started > > > > on the GNOME 2 additions to bsd.gnomeng.mk. However, my thughts are > > > > to > > > > create WANT macros like: > > > > > > > > WANT_GNOME_DESKTOP= 1 > > > > WANT_GNOME_DESKTOP= 2 > > > > > > > > Ports, like gaim, can set WANT_GNOME_DESKTOP=1, then check to see if > > > > the > > > > user has the GNOME 1 desktop, if they do, the gaim applet will be > > > > built. If not, then the gaim application will be built. Conversely, > > > > ports like gimp-devel would set WANT_GNOME_DESKTOP=2, and do a similar > > > > check. > > > > > > > > For ports like file_applet_menu, a macro would exist like > > > > USE_GNOME_DESKTOP=1. If the GNOME 1 desktop isn't present, the port > > > > would refuse to build. I had even rolled the thought around in my > > > > head > > > > for auto-creating a PRE-INSTALL script if one didn't already exist, > > > > that > > > > would enforce this when installing packages as well. Though this may > > > > just be unreasonable. > > > > > > That sounds great for me. > > > > > > > > > > > > > After portupgrade -r pkg-config: > > > > > > > > > > Now balsa2 doesn't show icons in the toolbar. I tryed to reinstall, > > > > > > > > > but it fails on the check for libgnomeprint. Maybe there is > > > > something > > > > > wrong in the configure script? I think, you can reproduce this. > > > > > > > > There are known issues with libgnomeprint 2.2 and 2.0. GNOME 2.2 may > > > > ship with both. In the meantime, the balsa2 from > > > > http://www.marcuscom.com/downloads/freeze/ should support both. > > > > > > I'll try that out. Why don't you put that to the portstree? I used > > > marcusmerge for that. Shouln't there come a new balsa2 with it? > > > > if you want, i have all*) ports from freeze patched and i do > > an update with marcusmerge. currently i'm first doing a normal cvsup > > then merge the freeze-ports and at last i'm merging the gnome 2.1-ports. > > > > also i've changed all Makfiles where i've found a LIB_DEPENDS to > > gtk+X11-2.0.0 with this lines: > > > > .if !exists(${X11BASE}/libdata/pkgconfig/gtk+-2.0.pc) > > LIB_DEPENDS+= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 > > .endif > > > > if gtk-2.2 is installed a LIB_DEPENDS to 2.0.0 result in > > "not found" because gtk-2.2 needs a value of gtk-x11-2.0.200. > > > > franz. > > > > *) expect mozilla-gtk2 - i've didn't find this port. > > This is a port to be repo-copied. If you want to use this port, you > must first copy mozilla-devel-gtk2 to mozilla-gtk2, and edit the CVS Id > accordingly. > no, not really. this was "just for info". i've patched all 46 ports. also the ports i didn't use myself. it takes only a little while more and ... who knows ... maybe someone can use it ... maybe Martin? :-) franz. > Joe -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message