From owner-freebsd-questions@FreeBSD.ORG Sat Dec 9 21:44:31 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 2707F16A403 for ; Sat, 9 Dec 2006 21:44:31 +0000 (UTC) (envelope-from g.danecki@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F3243C9F for ; Sat, 9 Dec 2006 21:43:24 +0000 (GMT) (envelope-from g.danecki@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so936283uge for ; Sat, 09 Dec 2006 13:44:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=t2LwOotDVWoxSBRkZuzUN0CJncEYfcuuFTvOl35sCI7bTyvkfpREl+XtPSJlHjrmWQEE8DVPskuVpE2r4URuLxV9M2oWihOATU/fOk5P92cwzBZFmI/YQSpEhkR/BNEF5WshPo5hUxNW98XavnIVuR2v0Iq6td9+vDu3EYNL8nY= Received: by 10.78.17.4 with SMTP id 4mr2214589huq.1165700669114; Sat, 09 Dec 2006 13:44:29 -0800 (PST) Received: by 10.78.167.20 with HTTP; Sat, 9 Dec 2006 13:44:29 -0800 (PST) Message-ID: <41b95770612091344k5350afa9h16fc2a2104142215@mail.gmail.com> Date: Sat, 9 Dec 2006 22:44:29 +0100 From: "Grzegorz Danecki" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: gmake upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2006 21:44:31 -0000 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? TIA, thanks also for Your great job and merry x-mas! :) -- Vlad