--- rpl/configure.ac 2015/06/16 17:08:28 1.124 +++ rpl/configure.ac 2015/07/15 09:04:59 1.128 @@ -8,16 +8,16 @@ AC_SUBST(target_cpu) AC_CONFIG_HEADERS([rplconfig.h]) dnl Libraries -NCURSES=ncurses-5.9 +NCURSES=ncurses-6.0 READLINE=readline-6.3 UNITS=units-2.11 GSL=gsl-1.16 GPP=gpp-3.0 -GNUPLOT=gnuplot-5.0.0 +GNUPLOT=gnuplot-5.0.1 FILE=file-5.11 ICONV=libiconv-1.14 SQLITE=sqlite-3.8.10.2 -OPENSSL=openssl-1.0.2a +OPENSSL=openssl-1.0.2d OPENMOTIF=openmotif-2.3.4 LIBXPM=libXpm-3.5.9 SIGSEGV=libsigsegv-2.11 @@ -461,11 +461,6 @@ if test ! -d "$srcdir"/tools/$NCURSES; t done; for i in ../$NCURSES*.patch.gz; do echo Applying patch $i && \ - if test $i = "../ncurses-5.9-20140607.patch.gz" ; then \ - rm -f Ada95/src/library.gpr; \ - elif test $i = "../ncurses-5.9-20150516.patch.gz"; then \ - rm -f doc/html/man/adacurses-config.1.html; - fi && \ gunzip -c $i | patch -p1; done); fi