From owner-freebsd-ports@FreeBSD.ORG Tue Nov 20 17:43:34 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26F4D16A421 for ; Tue, 20 Nov 2007 17:43:34 +0000 (UTC) (envelope-from khera@kcilink.com) Received: from yertle.kcilink.com (thingy.kcilink.com [74.92.149.59]) by mx1.freebsd.org (Postfix) with ESMTP id 0815413C455 for ; Tue, 20 Nov 2007 17:43:33 +0000 (UTC) (envelope-from khera@kcilink.com) Received: from host-121.int.kcilink.com (host-121.int.kcilink.com [192.168.7.121]) by yertle.kcilink.com (Postfix) with ESMTP id 065ACC943A for ; Tue, 20 Nov 2007 12:43:32 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kcilink.com; s=kci0709; t=1195580613; bh=iIKDZTIKJO37o6wUTmrlO+cgNmcWlcSHgOptEXr nzC4=; h=Message-Id:From:To:In-Reply-To:Content-Type: Content-Transfer-Encoding:Mime-Version:Subject:Date:References: X-Mailer; b=DvI79wpO7GrvMuuK+ishBG/wqtnC4beQ8OHKfQbiXlDgMXVi3KuLsE cZj4rwH7EnpkCLBicJ+39nW0UNxHmBMTVuTWV3zHmhAyKpb1+V+j7XCfmFygoSSAAqz c4CqKbDgHjer0xVH5uvMPgMgXAfOMlFMnBgR50sirawIq2kvSc= Message-Id: From: Vivek Khera To: freebsd ports In-Reply-To: <200711200837.21524.sigma.zx@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Tue, 20 Nov 2007 12:43:32 -0500 References: <200711192305.25060.sigma.zx@gmail.com> <200711200837.21524.sigma.zx@gmail.com> X-Mailer: Apple Mail (2.915) Subject: Re: Total Ports System Failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2007 17:43:34 -0000 On Nov 20, 2007, at 11:37 AM, Sean McLaughlin wrote: >> did you replace your system make with gmake? ports depends on the >> BSD >> make. >> >> > # which make > /usr/bin/make what's the output of /usr/bin/make --version did you redefine the MAKE variable in your /etc/make.conf? There are many ways to replace make with gmake :-)