aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2013-10-27 15:01:17 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2013-10-27 15:01:17 +0000
commit4755d00f5d3f2317cf9796aa47ce6752eb5b6185 (patch)
treeb432d310914af802a57ac5682bf7c4a4418b3442 /devel
parent46d0aadc550ab064843fc9f563188f1cd9173db6 (diff)
downloadports-4755d00f5d3f2317cf9796aa47ce6752eb5b6185.tar.gz
ports-4755d00f5d3f2317cf9796aa47ce6752eb5b6185.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/libmatheval/Makefile7
-rw-r--r--devel/libmatheval/distinfo4
-rw-r--r--devel/libmatheval/files/patch-lib-Makefile.in (renamed from devel/libmatheval/files/patch-lib-Makfile-in)8
-rw-r--r--devel/libmatheval/pkg-plist1
4 files changed, 9 insertions, 11 deletions
diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile
index f0eecb89173b..0e94a4398fe9 100644
--- a/devel/libmatheval/Makefile
+++ b/devel/libmatheval/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libmatheval
-PORTVERSION= 1.1.10
+PORTVERSION= 1.1.11
CATEGORIES= devel math
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -11,7 +11,7 @@ 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
+LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
@@ -19,9 +19,6 @@ USE_LDCONFIG= yes
USES= pathfix
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
-INFO= libmatheval
-
-NO_STAGE= yes
post-patch:
${RM} ${WRKSRC}/doc/libmatheval.info
diff --git a/devel/libmatheval/distinfo b/devel/libmatheval/distinfo
index 3f6274f34c35..7e2d1afbb85f 100644
--- a/devel/libmatheval/distinfo
+++ b/devel/libmatheval/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libmatheval-1.1.10.tar.gz) = 1d2b2f9db99fdf1def2e292a61b02b8fcf7d25f550bb8b278c832d287258c7d3
-SIZE (libmatheval-1.1.10.tar.gz) = 551835
+SHA256 (libmatheval-1.1.11.tar.gz) = 474852d6715ddc3b6969e28de5e1a5fbaff9e8ece6aebb9dc1cc63e9e88e89ab
+SIZE (libmatheval-1.1.11.tar.gz) = 551770
diff --git a/devel/libmatheval/files/patch-lib-Makfile-in b/devel/libmatheval/files/patch-lib-Makefile.in
index 1149a6655c1d..aaadff9be4a3 100644
--- a/devel/libmatheval/files/patch-lib-Makfile-in
+++ b/devel/libmatheval/files/patch-lib-Makefile.in
@@ -1,10 +1,10 @@
---- 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 @@
+--- lib/Makefile.in.orig 2013-10-27 18:59:35.000000000 +0400
++++ lib/Makefile.in 2013-10-27 18:59:46.000000000 +0400
+@@ -286,7 +286,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 = @LEXLIB@ -lm
+libmatheval_la_LIBADD = -lfl_pic -lm
include_HEADERS = matheval.h
noinst_HEADERS = common.h error.h node.h symbol_table.h xmalloc.h \
diff --git a/devel/libmatheval/pkg-plist b/devel/libmatheval/pkg-plist
index aa018cf29a76..5543e277626c 100644
--- a/devel/libmatheval/pkg-plist
+++ b/devel/libmatheval/pkg-plist
@@ -1,4 +1,5 @@
include/matheval.h
+info/libmatheval.info
lib/libmatheval.a
lib/libmatheval.so
lib/libmatheval.so.1