Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2002 14:43:20 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        sroberts@dsl.pipex.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: How do I "re-compile" an installed port - E.G. Sawfish?
Message-ID:  <3D41C278.5070106@owt.com>
References:  <1027718848.3d41bec09f3ca@netmail.pipex.net>

next in thread | previous in thread | raw e-mail | index | archive | help


sroberts@dsl.pipex.com wrote:

> Hello,
>      Just a short question here.
> 
> I've been advised to re-compile Sawfish to resolve a problem with that port. i 
> have the latest verison of Sawfish already installed, so how do I recompile it?


If you have the latest /usr/ports/INDEX, you can

jade# cd /usr/ports
jade# make search name=sawfish

and choose your version. From that point on, it is a matter of doing a 
cd to the directory. There are two versions of sawfish and do a make 
and make install. When you have a program already installed, you need 
to pkg_delete it or do a "make deinstall" before you do the make 
install or make reinstall. If you have built it from src before you 
can use the deinstall/reinstall.

Normally, you make the port, then pkg_delete it, and do a make 
install. When the current version needs rebuilding, it depends a lot 
on how you cleaned up after the last build.

Kent


> 
> Thanks to all that might respond.
> 
> Stacey
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 
> .
> 
> 


-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D41C278.5070106>