From owner-freebsd-questions@FreeBSD.ORG Sat Dec 9 21:47:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9899A16A40F for ; Sat, 9 Dec 2006 21:47:30 +0000 (UTC) (envelope-from joe@joeholden.co.uk) Received: from claire.ber.rewt.org.uk (claire.ber.rewt.org.uk [217.160.200.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id E75AF43C9D for ; Sat, 9 Dec 2006 21:46:23 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from localhost (unknown [127.0.0.1]) by claire.ber.rewt.org.uk (Postfix) with ESMTP id 63F475CA9; Sat, 9 Dec 2006 21:47:28 +0000 (GMT) X-Virus-Scanned: amavisd-new at claire.ber.rewt.org.uk Received: from claire.ber.rewt.org.uk ([127.0.0.1]) by localhost (claire.ber.rewt.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aOEmHakKdKZl; Sat, 9 Dec 2006 21:47:25 +0000 (GMT) Received: from [62.84.172.67] (dsl172-67.as6911.net [62.84.172.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by claire.ber.rewt.org.uk (Postfix) with ESMTP id 6FC2A5CA5; Sat, 9 Dec 2006 21:47:25 +0000 (GMT) Message-ID: <457B2EEB.6000907@joeholden.co.uk> Date: Sat, 09 Dec 2006 21:47:23 +0000 From: Joe Holden User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Grzegorz Danecki References: <41b95770612091344k5350afa9h16fc2a2104142215@mail.gmail.com> In-Reply-To: <41b95770612091344k5350afa9h16fc2a2104142215@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: gmake upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@joeholden.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2006 21:47:30 -0000 Grzegorz Danecki wrote: > Hello list! > > it may be a stupid question, but i'm a little bit scared before gmake > upgrade. I'm not using portupgrade, everything is build from the ports > tree, > so, when some package is old, and there is newer version in ports, then > make > all && make deinstall && make install && make clean. It works pretty fine > for now. But what about gmake? > Will I be able to compile new gmake sources when I'll do `make deinstall in > /usr/ports/devel/gmake` first? > > Few details: > > pkg_version | grep "<" > gmake < > > pkg_info | grep gmake > gmake-3.80_2 GNU version of 'make' utility > > the latest version in my ports tree is make-3.81 > > The system is FreeBSD 6.1 Release with latest patches > > it can be a problem like chmod -x /bin/chmod, but maybe You have an idea? > As far as make goes, that won't be a problem, gmake isn't present in the base as you can see, bsd make is used for ports etc, gmake is only installed if a port needs it. HTH, J