[GTG] Re: [ITP] mathomatic-11.3f-1

Reini Urban rurban@x-ray.at
Wed Sep 29 15:19:00 GMT 2004


Dr. Volker Zell schrieb:
>>>>>>Reini Urban writes:
>     > I would like to contribute and maintain the cygwin-port of the
>     > mathomatic package:
> 
> This package is good to go with the following patch to your build script
> (at least include readline support, your setup hint already has the
> requires):

Thanks for the review.
Get the fixed version -2 with (new get script from Jaari):

wget -q -O - \
http://xarch.tu-graz.ac.at/publ/cygwin/mathomatic/get.sh  | sh

> --- mathomatic-11.3f-1.sh.orig  2004-09-29 12:34:36.136356800 +0200
> +++ mathomatic-11.3f-1.sh       2004-09-29 12:34:15.827153600 +0200
> @@ -95,6 +95,7 @@
>         LICENSE.txt \
>         am.htm \
>         manual.htm \
> +       mathomatic.ico \
>         notes.htm \
>          readme_win32.txt \
>          changes.txt \

:) do you want that on the desktop also?

> @@ -174,7 +175,7 @@
>  }
>  build() {
>    (cd ${srcdir} && \
> -  CFLAGS="${MY_CFLAGS}" make -f makefile.cygwin )
> +  CFLAGS="${MY_CFLAGS}" make -f makefile.cygwin READLINE=1 )
>  }
>  check() {
>    (cd ${srcdir} && \

Oops, no readline
-- 
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/



More information about the Cygwin-apps mailing list