From owner-freebsd-ports@FreeBSD.ORG Thu Jan 6 22:31:13 2005 Return-Path: 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 882C516A4CE for ; Thu, 6 Jan 2005 22:31:13 +0000 (GMT) Received: from web53610.mail.yahoo.com (web53610.mail.yahoo.com [206.190.37.43]) by mx1.FreeBSD.org (Postfix) with SMTP id 0766243D5C for ; Thu, 6 Jan 2005 22:31:13 +0000 (GMT) (envelope-from scott@sremick.net) Received: (qmail 57278 invoked by uid 60001); 6 Jan 2005 22:31:12 -0000 Message-ID: <20050106223112.57276.qmail@web53610.mail.yahoo.com> Received: from [65.213.7.6] by web53610.mail.yahoo.com via HTTP; Thu, 06 Jan 2005 14:31:12 PST X-RocketYMMF: siremick Date: Thu, 6 Jan 2005 14:31:12 -0800 (PST) From: "Scott I. Remick" To: "Michael C. Shultz" , freebsd-ports@freebsd.org In-Reply-To: <200501061417.15822.reso3w83@verizon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: "Brandon D. Valentine" Subject: Re: mpeg4ip requires IPv6? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: scott@sremick.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 22:31:13 -0000 --- "Michael C. Shultz" wrote: > portmanager uses /var/db/pkg/{portname}/+CONTENTS files which are built > by the ports system when ports are installed and fudges nothing, if the > CONTENTS file says a port was built with an out of date dependency then > the port gets rebuilt. > > With portupgrade/pkgdb -F what happens is when dependencies and > installed ports don't match, the +CONTENTS files is modified to say the > port was built with whatever dependency is currently installed, even > though it wasn't really built with that one. You've experienced the > effects of ports built with out of date dependencies with your mpeg4ip > experience. Is there any way to get a complete new set of +CONTENTS files for all ports? > yea, like I said its a short coming that will be addressed soon. If you > decide to use portmanager make sure /var/db/pkg/openoffice* isn't there, > move it someplace safe. Will doing that break anything? > > Good question. Perhaps because I have compat4x-i386-5.3 > > (misc/compat4x) installed? > > That would explain it, is that installed for a good reason? Probably not. I bet I chose it way back during the install process of 5.0 or 5.1 not realizing the side-effects. > Have you looked at > http://oootranslation.services.openoffice.org/pub/OpenOffice.org/ooomisc/FreeBSD/ > yet? Its supposed to have up to date openoffice packages though I > haven't checked out yet myself so I am not certain. Wonder if they're built with the TTF_BYTECODE enabled? Suppose I can just try. Actually I'll probably uninstall OO for now until I get everything happy. Question: How badly can I mess things up if I get carried away with pkg_cutleaves/rmleaves?