Mozilla-firebird port question

Pieter Hustinx pieter.h at gmx.net
Tue Sep 23 10:13:57 PDT 2003


On Mon, 22 Sep 2003 17:26:27 +0200
"Fredrik Carlén" <baterista at arrhythmetic.net> wrote:

> Hello! I am trying to add the package mozilla-firebird, the latest version, I guess. 
> I downloaded the package mozilla-firebird-0.6.1_1.tgz from the www.freebsd.org/ports page 
>(well, I followed the link to www first, of course...), and another package that was missing,
> obviously: nspr-4.3_2.tgz. Fine, I did " # pkg_add mozilla-firebird-0.6.1_1.tgz", 
> which chugged along nicely, but complained; the output follows. 
> 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


-- 
Groeten, Pieter
http://pieter.hustinx.org


More information about the freebsd-questions mailing list