From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 16:11:04 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE8E0106566C for ; Thu, 18 Nov 2010 16:11:04 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id CBEBB8FC0A for ; Thu, 18 Nov 2010 16:11:04 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 813457449ED; Thu, 18 Nov 2010 08:11:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=e-e.com; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:message-id:subject:subject :from:from:date:date:received:received:received; s=ee; t= 1290096664; x=1291911064; bh=rOIbnGtm6uyj+dx4PKh+YZfLXw6spRx/ep7 I30Q6TSQ=; b=ipCpYL1pi09a3wvgrjJsvyzs3SSZeKHm8Yw39rxItnobNrtkvHz 5MrENk0oeNV/C2+2gx+8xxewQZsAsf+7fuprjkR0gTqEM+H+jBwPYB01WYvnKiO9 SHDbR9QW0yQwfZwF9qIGqBh8L6MPE3E2SIysikUq5fRl8ybSgJRUdM1o= X-Virus-Scanned: amavisd-new at experts-exchange.com Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8gJPzF+Q2fbv; Thu, 18 Nov 2010 08:11:04 -0800 (PST) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id 2FE367449E2; Thu, 18 Nov 2010 08:11:04 -0800 (PST) Received: (nullmailer pid 73875 invoked by uid 1001); Thu, 18 Nov 2010 16:08:04 -0000 Date: Thu, 18 Nov 2010 08:08:04 -0800 From: Jason Helfman To: Eir Nym Message-ID: <20101118160804.GA73849@eggman.experts-exchange.com> References: <4CE5280E.3090009@zedat.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 8.1-RELEASE X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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: Thu, 18 Nov 2010 16:11:05 -0000 On Thu, Nov 18, 2010 at 05:21:47PM +0300, Eir Nym thus spake: >2010/11/18 O. Hartmann : >> Hello out there, >> I was trying porting some unusual scientific software to the ports >> collection (the first time I do) and run into problems. The port does not >> have any kind of Makefile environment, it is build and installed via a csh >> script. These scripts also seem to run via ${SH}, but it would be nice to >> ${CSH}. Is it possible to import this tag into >> >> Mk/bsd.command.mk? >> > >I can recommend to create some Makefile (it is very simple) or rewrite >it (it is also very simple) >For example, I have no (t)csh in my system and there no tcsh in ports system.. > >If you need, I can help you with. Wrote a quick patch: --- bsd.commands.mk.orig 2010-11-18 08:05:47.000000000 -0800 +++ bsd.commands.mk 2010-11-18 08:06:17.000000000 -0800 @@ -76,6 +76,7 @@ SED?= /usr/bin/sed SETENV?= /usr/bin/env SH?= /bin/sh +CSH?= /bin/csh SORT?= /usr/bin/sort STRIP_CMD?= /usr/bin/strip # Command to run commands as privileged user > >> Thanks, >> >> Oliver >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> >_______________________________________________ >freebsd-ports@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html