texlive[46965] Build/source/utils/README: best guess is that xindy's

commits+karl at tug.org commits+karl at tug.org
Thu Mar 15 00:00:37 CET 2018


Revision: 46965
          http://tug.org/svn/texlive?view=revision&revision=46965
Author:   karl
Date:     2018-03-15 00:00:36 +0100 (Thu, 15 Mar 2018)
Log Message:
-----------
best guess is that xindy's use of clisp does not
need ffcall (with current clisp beta release).

Modified Paths:
--------------
    trunk/Build/source/utils/README

Modified: trunk/Build/source/utils/README
===================================================================
--- trunk/Build/source/utils/README	2018-03-14 22:52:12 UTC (rev 46964)
+++ trunk/Build/source/utils/README	2018-03-14 23:00:36 UTC (rev 46965)
@@ -81,14 +81,6 @@
 # if you can't build libsigsegv, pass --ignore-absence-of-libsigsegv
 # when running configure for clisp.
 
-ffcall_ver=libffcall-2.1
-cd $clisp_basedir
-$wget https://ftp.gnu.org/gnu/libffcall/$ffcall_ver.tar.gz
-gzip -dc $ffcall_ver.tar.gz | tar xf -
-cd $ffcall_ver
-./configure -C --prefix=$clisp_toolsdir --disable-shared --enable-static \
-&& make && make check && make install
-
 # may be able to omit iconv if have new enough in libc or elsewhere.
 libiconv_ver=libiconv-1.15
 cd $clisp_basedir
@@ -121,7 +113,6 @@
   --without-readline --without-dynamic-modules --without-termcap-ncurses \
   --disable-nls \
   --with-libsigsegv-prefix=$clisp_toolsdir \
-  --with-libffcall-prefix=$clisp_toolsdir \
   --with-libiconv-prefix=$clisp_toolsdir \
   $clisp_builddir \
 && (cd $clisp_builddir && make)
@@ -128,4 +119,3 @@
 
 There may be clisp test failures relating to sockets on some
 systems. Since xindy doesn't use sockets, we can ignore those for TL.
-



More information about the tex-live-commits mailing list