From 663f7d949217d269f42ff4dff4a36aef66eb9ea0 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Wed, 16 Mar 2011 11:19:16 +0000 Subject: [PATCH] Update to version 1.1.7. PR: 155529 Submitted by: swills --- devel/libmatheval/Makefile | 14 +++----------- devel/libmatheval/distinfo | 5 ++--- devel/libmatheval/files/patch-lib-Makfile-in | 11 +++++++++++ 3 files changed, 16 insertions(+), 14 deletions(-) create mode 100644 devel/libmatheval/files/patch-lib-Makfile-in diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile index a49a5a063715..6bb264a6b97f 100644 --- a/devel/libmatheval/Makefile +++ b/devel/libmatheval/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libmatheval -PORTVERSION= 1.1.5 -PORTREVISION= 3 +PORTVERSION= 1.1.7 CATEGORIES= devel math MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,6 +14,7 @@ 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.20:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes @@ -28,12 +28,4 @@ INFO= libmatheval post-patch: ${RM} ${WRKSRC}/doc/libmatheval.info -.include - -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - -.include +.include diff --git a/devel/libmatheval/distinfo b/devel/libmatheval/distinfo index e0b1f5b8c478..f0ab5ccd2b5c 100644 --- a/devel/libmatheval/distinfo +++ b/devel/libmatheval/distinfo @@ -1,3 +1,2 @@ -MD5 (libmatheval-1.1.5.tar.gz) = 0534e1c5e4730fe60244bd3aa2d46ce2 -SHA256 (libmatheval-1.1.5.tar.gz) = a22a69052f5dbd7088e77b3c0b7189d1a5dc727a306f481e0c4a06c150155dc4 -SIZE (libmatheval-1.1.5.tar.gz) = 517211 +SHA256 (libmatheval-1.1.7.tar.gz) = b890167968c8fe0060e2210c0ba109534dfcd07c984c4ca3f186cd89c03c02a9 +SIZE (libmatheval-1.1.7.tar.gz) = 525887 diff --git a/devel/libmatheval/files/patch-lib-Makfile-in b/devel/libmatheval/files/patch-lib-Makfile-in new file mode 100644 index 000000000000..1149a6655c1d --- /dev/null +++ b/devel/libmatheval/files/patch-lib-Makfile-in @@ -0,0 +1,11 @@ +--- lib/Makefile.in.orig 2011-03-12 19:23:35.972793044 -0500 ++++ lib/Makefile.in 2011-03-12 19:23:48.106791099 -0500 +@@ -226,7 +226,7 @@ + g77_interface.c node.c symbol_table.c xmalloc.c xmath.c + + libmatheval_la_LDFLAGS = -version-info 1:0:0 +-libmatheval_la_LIBADD = -lfl -lm ++libmatheval_la_LIBADD = -lfl_pic -lm + include_HEADERS = matheval.h + noinst_HEADERS = common.h error.h node.h symbol_table.h xmalloc.h \ + xmath.h