On Sat, Mar 07, 2009 at 04:23:19AM +0100, Maxime DERCHE wrote:
> You are simply trying to mix a 4.4-RELEASE base system and a
> 4.5-CURRENT port tree. That simply does not work.

This is not completly true. I did the following as root after
installing the ports tree as described in the FAQ and providing a
/root/.cvsrc file for root as described in the FAQ [1]:

cd /usr/ports/www/mozilla-firefox/
cvs up -rHEAD
make package

And the package did build. Now i copied it to my local FTP mirror and
ran a `pkg_add -ui` with PKG_PATH set to my local FTP on all of my
machines with installed firefox.

Alternatively one may type:

cd /usr/ports/www/mozilla-firefox/
cvs up -rHEAD
make package
FORCE_UPDATE=Yes make update

This updates firefox only on the build machine.


[1] my /root/.cvsrc
cvs -q -d anon...@anoncvs1.ca.openbsd.org:/cvs
diff -up
update -Pd
checkout -P

Reply via email to