aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2011-03-16 19:19:16 +0800
committerdemon <demon@FreeBSD.org>2011-03-16 19:19:16 +0800
commit7fe86a2bdbc95326c194adde25bd573294323940 (patch)
treeebf180b0a9a68d5c0c8ead8dfa66c8fba7619d37 /devel
parent44491a1a11a742d4872cbab120d9bb8f254d9784 (diff)
downloadfreebsd-ports-gnome-7fe86a2bdbc95326c194adde25bd573294323940.tar.gz
freebsd-ports-gnome-7fe86a2bdbc95326c194adde25bd573294323940.tar.zst
freebsd-ports-gnome-7fe86a2bdbc95326c194adde25bd573294323940.zip
Update to version 1.1.7.
PR: 155529 Submitted by: swills
Diffstat (limited to 'devel')
-rw-r--r--devel/libmatheval/Makefile14
-rw-r--r--devel/libmatheval/distinfo5
-rw-r--r--devel/libmatheval/files/patch-lib-Makfile-in11
3 files changed, 16 insertions, 14 deletions
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 <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-.if ${ARCH} == "amd64"
-BROKEN= Does not compile with GCC 4.2
-.endif
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
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