This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]