Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2008 21:40:35 +0100
From:      Glyn Millington <glyn@millingtons.org>
To:        jwynstra@nyc.rr.com
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>, Sahil Tandon <sahil@tandon.net>
Subject:   Re: another problem
Message-ID:  <8663tcpsu4.fsf@nowhere.org>
In-Reply-To: <482F3B18.4030302@nyc.rr.com> (John Wynstra's message of "Sat\, 17 May 2008 16\:07\:52 -0400")
References:  <482C9DE5.60906@nyc.rr.com> <20080515205252.GA2821@osiris.chen.org.nz> <482CEA3E.1090402@nyc.rr.com> <20080516035346.GA35105@osiris.chen.org.nz> <482DDA7B.6020201@nyc.rr.com> <482DF607.4050209@nyc.rr.com> <482E294B.8010408@nyc.rr.com> <482F061D.7020307@nyc.rr.com> <20080517181438.GA4418@shepherd> <482F3B18.4030302@nyc.rr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
John Wynstra <jwynstra@nyc.rr.com> writes:

> And glib2 is part of Gnome?
> I never installed Gnome because I don't like Gnome.
> I tried to manually install /usr/ports/devel/gio-fam-backend and got
> the same error.
>
> Perhaps I need to get Gnome off the installation CDROM.
> I really only need the library stuff.
>
> Alternatively is there an Internet source for the missing Gnome libraries?

Yes there is.

Here is a snip from the Makefile in /usr/ports/devel/gio-fam-backend

,----
| PORTNAME=       gio-fam-backend
| PORTVERSION=    2.16.3
| CATEGORIES=     devel
| MASTER_SITES=   ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \
|                 ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \
|                 ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|                 ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
|                 http://www.ameth.org/gimp/%SUBDIR%/ \
|                 ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
| MASTER_SITE_SUBDIR=     gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
| DISTNAME=       glib-${PORTVERSION}
`----

Compare the 2nd line with the last - this port needs glib-2.16.3


Now

$cat /usr/ports/devel/glib20/distinfo

MD5 (gnome2/glib-2.16.3.tar.bz2) = 195f9a803cc5279dbb39afdf985f44cb
SHA256 (gnome2/glib-2.16.3.tar.bz2) = 562742a234c7b842d891ec8ed4c9bead093c33863cca01e31912f59f6c8e887d
SIZE (gnome2/glib-2.16.3.tar.bz2) = 4540919

so if you install that port then gio-fam-backend will work.  It worked here!

hth

Glyn



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8663tcpsu4.fsf>