Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2003 19:13:51 +0200
From:      Pieter Hustinx <pieter.h@gmx.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Mozilla-firebird port question
Message-ID:  <20030923191351.1da6d128.pieter.h@gmx.net>
In-Reply-To: <WorldClient-F200309221726.AA26270031@arrhythmetic.net>
References:  <WorldClient-F200309221726.AA26270031@arrhythmetic.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 22 Sep 2003 17:26:27 +0200
"Fredrik Carl=E9n" <baterista@arrhythmetic.net> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030923191351.1da6d128.pieter.h>