From owner-freebsd-ports@freebsd.org Mon Apr 11 01:16:14 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B854B0A14D for ; Mon, 11 Apr 2016 01:16:14 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E021C10E9 for ; Mon, 11 Apr 2016 01:16:13 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u3B1G588090778 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 10 Apr 2016 19:16:05 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u3B1G5ko090775; Sun, 10 Apr 2016 19:16:05 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 10 Apr 2016 19:16:05 -0600 (MDT) From: Warren Block To: "William A. Mahaffey III" cc: FreeBSD ports list !!!! Subject: Re: 'porting' AMD compiler suite In-Reply-To: <570AEE9F.10704@hiwaay.net> Message-ID: References: <570ACDB6.1020703@hiwaay.net> <20160410230338.GB24900@server.rulingia.com> <570AE735.2060606@hiwaay.net> <570AEE9F.10704@hiwaay.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 10 Apr 2016 19:16:05 -0600 (MDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 01:16:14 -0000 On Sun, 10 Apr 2016, William A. Mahaffey III wrote: > Or set the (g)make variable 'MAKE' to gmake & let it propogate .... What you are doing is, in effect, creating a port. If you create a real port, there are numerous tools to deal with just this sort of problem, like USES=gmake. The Porter's Handbook describes the whole process of creating a port: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/