From owner-freebsd-ports@FreeBSD.ORG Wed Apr 12 23:33:13 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E93FA16A401 for ; Wed, 12 Apr 2006 23:33:13 +0000 (UTC) (envelope-from kironsky@grisoft.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5798543D45 for ; Wed, 12 Apr 2006 23:33:13 +0000 (GMT) (envelope-from kironsky@grisoft.cz) Received: from [147.229.220.116] (a05-0535b.kn.vutbr.cz [147.229.220.116]) (user=kironsky mech=PLAIN bits=0) by eva.fit.vutbr.cz (envelope-from kironsky@grisoft.cz) (8.13.6/8.13.3) with ESMTP id k3CNX9Nu083437 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Thu, 13 Apr 2006 01:33:09 +0200 (CEST) Message-ID: <443D8E43.3080007@grisoft.cz> Date: Thu, 13 Apr 2006 01:33:23 +0200 From: Elod Kironsky User-Agent: Thunderbird 1.5 (X11/20060323) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.54 on 147.229.10.14 Subject: Re: Gamin and fam conflict... 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, 12 Apr 2006 23:33:14 -0000 Kris Kennaway wrote: > On Wed, Apr 12, 2006 at 06:23:23PM -0500, Jeremy Messenger wrote: > >> On Wed, 12 Apr 2006 18:12:33 -0500, David J Brooks >> wrote: >> >> >>> On Wednesday 12 April 2006 17:43, Elod Kironsky wrote: >>> >>>> Hi! >>>> >>>> I'm trying to install Openoffice 2.0.2 from a binary package. I got, >>>> that some packages are missing, so I started to install them. I built >>>> the latest gamin port, but when I try to install it, I get a warning, >>>> that fam is already installed and gamin installs into the same >>>> directory. Now can I pkg_delete fam and install gamin safely? I see, >>>> that fam is needed by a bunch of KDE ports. Can I do that or at least >>>> install gamin over fam? >>>> >>> Deinstall fam and install gamin (or vice-versa, they are >>> functionally the >>> same.) Then run portsdb -Fu to update dependencies from fam to >>> gamin. Read >>> man 1 portsdb for more details. >>> >> The portsdb won't help, which it's for INDEX stuff. You need to add >> WITH_FAM_SYSTEM=gamin in make.conf, then do the -o in portupgrade to >> replace. >> >> portupgrade -f -o devel/gamin fam-\* >> > > This may not leave a working system since they're not 100% > inter-compatible. > > Kris > OK, but how do you install openoffice then? Since it needs gamin and fam is there by default if you have KDE. At least it seems so. Elod