22 Apr
2009
22 Apr
'09
11:39 p.m.
2009/4/22 Mojca Miklavec: > Hello, > > Just in case - please update the building script before executing it > since location of metapost binary has changed. > > Taco - we had to re-add dvitomp binary a while ago for some reason I > forgot. Is that file still needed and why (not)? > > One more thing: I'll try to fix a few issues in the minimals next week > (the most important one would be sorting out which luatex binary to > use and to enable choosing "experimental" version of luatex, but there > are definitely more issues). I need to prepare a list, but I'll start > concentrating on the issue next week. You may put your ideas on the > wiki or to the tracker or just reply here. Could be totally unrelated, but I'm dealing with freebsd-amd64 and mtxrun needs this patch in order to work --- mtxrun 2009-04-23 01:34:57.000000000 +0200 +++ mtxrun.modified 2009-04-23 01:34:33.000000000 +0200 @@ -1622,7 +1622,12 @@ return "solaris-intel" end elseif name == "freebsd" then + local architecture = os.arch() + if architecture:find("amd64") then + return "freebsd-amd64" + else return "freebsd" + end end end return default or name Regards -- Diego Depaoli