From owner-freebsd-questions@FreeBSD.ORG Thu Nov 18 02:12:52 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EED2B1065679 for ; Thu, 18 Nov 2010 02:12:52 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id B27D38FC19 for ; Thu, 18 Nov 2010 02:12:52 +0000 (UTC) Received: by qwb8 with SMTP id 8so171137qwb.13 for ; Wed, 17 Nov 2010 18:12:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.2.202 with SMTP id 10mr2906qak.60.1290046371832; Wed, 17 Nov 2010 18:12:51 -0800 (PST) Received: by 10.220.16.199 with HTTP; Wed, 17 Nov 2010 18:12:51 -0800 (PST) X-Originating-IP: [128.95.133.113] In-Reply-To: <4CE47A1F.804@mail.zedat.fu-berlin.de> References: <4CE416D0.2020105@zedat.fu-berlin.de> <4CE47A1F.804@mail.zedat.fu-berlin.de> Date: Wed, 17 Nov 2010 18:12:51 -0800 Message-ID: From: Rob Farmer To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Cc: "O. Hartmann" , freebsd-questions@freebsd.org Subject: Re: porting software to FreeBSD, what to do if Makefile lacks? 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: Thu, 18 Nov 2010 02:12:53 -0000 On Wed, Nov 17, 2010 at 16:58, O. Hartmann wrote: > Thanks. > I got it. But it seems that my first porting task run into some difficulties > for the advanced porters, since there is no autotool environment. > > By the way, the global environment variable ${CSH} seems to be noneexistent, > instead ${SH} exists. Interesting - I assumed it would be listed in bsd.commands.mk, but it seems to not be. Most of the base system tools are. In any case, glad to hear you got it working. -- Rob Farmer