From owner-freebsd-stable@FreeBSD.ORG Wed Jun 4 06:47:16 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03370A29; Wed, 4 Jun 2014 06:47:16 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6CDF2C4D; Wed, 4 Jun 2014 06:47:15 +0000 (UTC) Received: from fwd23.aul.t-online.de (fwd23.aul.t-online.de [172.20.26.128]) by mailout10.t-online.de (Postfix) with SMTP id 52B78185416; Wed, 4 Jun 2014 08:47:07 +0200 (CEST) Received: from [192.168.119.11] (ZkdVckZFYhrB+szaDsnqAXEaZyjhx+xwRMonZCaqHKeoDSlFWzfzog84OHKRP6rQCu@[84.154.115.108]) by fwd23.t-online.de with esmtp id 1Ws4yW-1mgSX20; Wed, 4 Jun 2014 08:47:04 +0200 Message-ID: <538EC0E2.3020009@freebsd.org> Date: Wed, 04 Jun 2014 08:46:58 +0200 From: Stefan Esser User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-stable stable Subject: Re: ports from portsnap wont work ... References: <8148940bc838584188671feb802b4dd8.squirrel@arroway.org> <538EAD17.5050608@gmx.de> In-Reply-To: <538EAD17.5050608@gmx.de> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ID: ZkdVckZFYhrB+szaDsnqAXEaZyjhx+xwRMonZCaqHKeoDSlFWzfzog84OHKRP6rQCu X-TOI-MSGID: a52e0559-a1da-4929-8dc5-daa3e680b744 Cc: Matthias Andree X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2014 06:47:16 -0000 Am 04.06.2014 07:22, schrieb Matthias Andree: > Am 04.06.2014 04:44, schrieb Nenhum_de_Nos: >> hail, >> >> two of my machines got this: > > [long list of substitution failures from the 'make' command] > > What operating systems runs on those machines? I suspect it's a version > that is no longer supported, see > > Chances are you need to upgrade the system to a supported version first. Or, if you cannot upgrade the system right now, install bmake (the make program used in supported releases) in addition to fmake (the "old" make used in no longer supported FreeBSD versions). You'll find bmake as a package or you might still be able to build the devel/bmake port. You should keep the old make program around as "fmake" and can install the new one as "make" for the ports system. This does not make your system supported, if it wasn't before, but you could gain some time to prepare the upgrade to a supported system ... Regards, STefan