On 1/24/2024 2:00 AM, Damien Thiriet via ntg-context wrote:



Dear Hans,

can you test with

             OpenBSD|openbsd)
         case "$CPU" in
             i*86)
                 PLATFORM="openbsd" ;;
             amd64)
                 PLATFORM="openbsd$-amd64" ;;
             *)

instead?

I tested it, with and without the typo at
openbds$-amd64

Having fixed it to

               OpenBSD|openbsd)
           case "$CPU" in
               i*86)
                   PLATFORM="openbsd" ;;
               amd64)
                   PLATFORM="openbsd-amd64" ;;
               *)

I could install the binaries and compile the basic test doc with \input tufte
ok, i'll fix that $

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to