From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 10:13:57 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1927816A4B3 for ; Tue, 23 Sep 2003 10:13:57 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A773243FBD for ; Tue, 23 Sep 2003 10:13:55 -0700 (PDT) (envelope-from pieter.h@gmx.net) Received: (qmail 30104 invoked by uid 65534); 23 Sep 2003 17:13:54 -0000 Received: from fia101-76.dsl.hccnet.nl (HELO ath2000xp.hustinx.org) (62.251.76.101) by mail.gmx.net (mp012) with SMTP; 23 Sep 2003 19:13:54 +0200 X-Authenticated: #5501900 Date: Tue, 23 Sep 2003 19:13:51 +0200 From: Pieter Hustinx To: freebsd-questions@freebsd.org Message-Id: <20030923191351.1da6d128.pieter.h@gmx.net> In-Reply-To: References: Organization: hustinx.org X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Mozilla-firebird port question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 17:13:57 -0000 On Mon, 22 Sep 2003 17:26:27 +0200 "Fredrik Carl=E9n" wrote: > Hello! I am trying to add the package mozilla-firebird, the latest versio= n, I guess.=20 > I downloaded the package mozilla-firebird-0.6.1_1.tgz from the www.freebs= d.org/ports page=20 >(well, I followed the link to www first, of course...), and another packag= e that was missing, > obviously: nspr-4.3_2.tgz. Fine, I did " # pkg_add mozilla-firebird-0.6.1= _1.tgz",=20 > which chugged along nicely, but complained; the output follows.=20 > Thanks for any help or explanations at all. > /Fredrik, Stockholm. This is what i have done to build mozilla firebird # cd /usr/ports/www/mozilla-firebird # make install Got an error, gettext wrong version. Did this install portupgrade # cd /usr/ports/sysutils/portupgrade # make install clean Make a backup of /var/db/pkg # tar -czvf dbpkg.tgz /var/db/pkg. # pkgdb -F # portupgrade gettext Then with the good version of gettext # cd /usr/ports/www/mozilla-firebird # make install --=20 Groeten, Pieter http://pieter.hustinx.org