diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile index 5599222d3154..d6f135c60843 100644 --- a/devel/libmatheval/Makefile +++ b/devel/libmatheval/Makefile @@ -1,32 +1,31 @@ # New ports collection makefile for: libmatheval # Date created: 4 July 2004 # Whom: Dmitry Sivachenko # # $FreeBSD$ # PORTNAME= libmatheval -PORTVERSION= 1.1.7 -PORTREVISION= 1 +PORTVERSION= 1.1.10 CATEGORIES= devel math MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= demon@FreeBSD.org COMMENT= A library of procedures for evaluating mathematical functions BUILD_DEPENDS= flex>0:${PORTSDIR}/textproc/flex LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes USE_GNOME= gnomehack CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib INFO= libmatheval post-patch: ${RM} ${WRKSRC}/doc/libmatheval.info .include diff --git a/devel/libmatheval/distinfo b/devel/libmatheval/distinfo index f0ab5ccd2b5c..3f6274f34c35 100644 --- a/devel/libmatheval/distinfo +++ b/devel/libmatheval/distinfo @@ -1,2 +1,2 @@ -SHA256 (libmatheval-1.1.7.tar.gz) = b890167968c8fe0060e2210c0ba109534dfcd07c984c4ca3f186cd89c03c02a9 -SIZE (libmatheval-1.1.7.tar.gz) = 525887 +SHA256 (libmatheval-1.1.10.tar.gz) = 1d2b2f9db99fdf1def2e292a61b02b8fcf7d25f550bb8b278c832d287258c7d3 +SIZE (libmatheval-1.1.10.tar.gz) = 551835 diff --git a/devel/libmatheval/files/patch-config-ltmain.sh b/devel/libmatheval/files/patch-config-ltmain.sh index 5e2be0d7e11c..ff9dec60ced9 100644 --- a/devel/libmatheval/files/patch-config-ltmain.sh +++ b/devel/libmatheval/files/patch-config-ltmain.sh @@ -1,15 +1,10 @@ ---- config/ltmain.sh.orig Wed Dec 13 11:54:39 2006 -+++ config/ltmain.sh Wed Dec 13 11:54:52 2006 -@@ -5659,10 +5659,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` +--- config/ltmain.sh.orig 2013-03-11 15:30:13.000000000 +0400 ++++ config/ltmain.sh 2013-03-11 15:30:15.000000000 +0400 +@@ -3025,7 +3025,6 @@ + func_basename "$file" + name="$func_basename_result" instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi +- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" + test -n "$old_library" && func_append staticlibs " $dir/$old_library"