From owner-freebsd-ports@FreeBSD.ORG Wed Dec 30 08:53:52 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 635FB106568B for ; Wed, 30 Dec 2009 08:53:52 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC318FC18 for ; Wed, 30 Dec 2009 08:53:52 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 0183EBDC45; Wed, 30 Dec 2009 00:53:52 -0800 (PST) To: rea-fbsd@codelabs.ru In-Reply-To: <3jcA1ljpZsB1WBdNgXUe/MEiwds@SNwcwk2DeGhgeFqjLEiQrEAOiKg> Date: Wed, 30 Dec 2009 00:53:52 -0800 Message-ID: <15694.1262163232@tristatelogic.com> From: "Ronald F. Guilmette" Cc: freebsd-ports@freebsd.org Subject: Re: Need help disabling (re-)configure step X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2009 08:53:52 -0000 In message <3jcA1ljpZsB1WBdNgXUe/MEiwds@SNwcwk2DeGhgeFqjLEiQrEAOiKg>, you wrote : >Ronald, good day. And a very good day to you also sir! Thanks for replying! >Basically, because you're not intended to mess with the manual invocation >of configure script. The proper thing to do is to edit avahi-app >port's Makefile and replace >----- > --with-dbus-system-socket=unix:path=/var/run/dbus/system_bus_so >cket \ >----- >with >----- > --disable-dbus --disable-gdbm \ >----- YESSSSSSSSS! That is exactly the bit of magic I was in need of! Thank you very much. (I am so glad that FreeBSD is international, so that I can get questions like this answered, even when everyone in my local vicinity is sound asleep, like now. :-) So now... I FINALLY (whew!) got avahi-app built and installed... albeit one which does not use that DBus thingy. OK swell. So now I go on to build gthumb and I get the crap below. Have you got any sage suggestions for how I should get past _this_ new problem? If you do, I'd be much obliged. Thanks. =============================================================================== # cd /usr/ports/graphics/gthumb # make ===> gthumb-2.10.11_1 depends on executable: gmake - found ===> gthumb-2.10.11_1 depends on file: /usr/local/bin/intltool-extract - found ===> gthumb-2.10.11_1 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> gthumb-2.10.11_1 depends on executable: pkg-config - found ===> gthumb-2.10.11_1 depends on file: /usr/local/libdata/pkgconfig/gnome-doc-utils.pc - found ===> gthumb-2.10.11_1 depends on shared library: exif.12 - found ===> gthumb-2.10.11_1 depends on shared library: intl - found ===> gthumb-2.10.11_1 depends on shared library: esd.2 - found ===> gthumb-2.10.11_1 depends on shared library: atk-1.0.0 - found ===> gthumb-2.10.11_1 depends on shared library: gconf-2.4 - found ===> gthumb-2.10.11_1 depends on shared library: glib-2.0.0 - found ===> gthumb-2.10.11_1 depends on shared library: gnomevfs-2.0 - not found ===> Verifying install for gnomevfs-2.0 in /usr/ports/devel/gnome-vfs ===> gnome-vfs-2.24.2 depends on executable: gmake - found ===> gnome-vfs-2.24.2 depends on package: libtool>=2.2 - found ===> gnome-vfs-2.24.2 depends on file: /usr/local/bin/intltool-extract - found ===> gnome-vfs-2.24.2 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> gnome-vfs-2.24.2 depends on executable: pkg-config - found ===> gnome-vfs-2.24.2 depends on shared library: hal.1 - found ===> gnome-vfs-2.24.2 depends on shared library: smbclient.0 - found ===> gnome-vfs-2.24.2 depends on shared library: avahi-client - not found ===> Verifying install for avahi-client in /usr/ports/net/avahi-app ===> Returning to build of gnome-vfs-2.24.2 Error: shared library "avahi-client" does not exist *** Error code 1 Stop in /usr/ports/devel/gnome-vfs. *** Error code 1 Stop in /usr/ports/devel/gnome-vfs. *** Error code 1 Stop in /usr/ports/graphics/gthumb. *** Error code 1 Stop in /usr/ports/graphics/gthumb.