Date: Thu, 18 Nov 2010 08:08:04 -0800 From: Jason Helfman <jhelfman@e-e.com> To: Eir Nym <eirnym@gmail.com> Cc: ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag Message-ID: <20101118160804.GA73849@eggman.experts-exchange.com> In-Reply-To: <AANLkTin5v4NDNQyYDBCJ=r0OUo33vSqLF5a6rYCZQaS2@mail.gmail.com> References: <4CE5280E.3090009@zedat.fu-berlin.de> <AANLkTin5v4NDNQyYDBCJ=r0OUo33vSqLF5a6rYCZQaS2@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 18, 2010 at 05:21:47PM +0300, Eir Nym thus spake: >2010/11/18 O. Hartmann <ohartman@zedat.fu-berlin.de>: >> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101118160804.GA73849>