Index: head/devel/libmatheval/Makefile =================================================================== --- head/devel/libmatheval/Makefile (revision 331777) +++ head/devel/libmatheval/Makefile (revision 331778) @@ -1,28 +1,25 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= libmatheval -PORTVERSION= 1.1.10 +PORTVERSION= 1.1.11 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 +LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes USES= pathfix CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -INFO= libmatheval - -NO_STAGE= yes post-patch: ${RM} ${WRKSRC}/doc/libmatheval.info .include Index: head/devel/libmatheval/distinfo =================================================================== --- head/devel/libmatheval/distinfo (revision 331777) +++ head/devel/libmatheval/distinfo (revision 331778) @@ -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 Index: head/devel/libmatheval/files/patch-lib-Makfile-in =================================================================== --- head/devel/libmatheval/files/patch-lib-Makfile-in (revision 331777) +++ head/devel/libmatheval/files/patch-lib-Makfile-in (nonexistent) @@ -1,11 +0,0 @@ ---- 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 Property changes on: head/devel/libmatheval/files/patch-lib-Makfile-in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/libmatheval/files/patch-lib-Makefile.in =================================================================== --- head/devel/libmatheval/files/patch-lib-Makefile.in (nonexistent) +++ head/devel/libmatheval/files/patch-lib-Makefile.in (revision 331778) @@ -0,0 +1,11 @@ +--- 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 = @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 \ + xmath.h Property changes on: head/devel/libmatheval/files/patch-lib-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/libmatheval/pkg-plist =================================================================== --- head/devel/libmatheval/pkg-plist (revision 331777) +++ head/devel/libmatheval/pkg-plist (revision 331778) @@ -1,5 +1,6 @@ include/matheval.h +info/libmatheval.info lib/libmatheval.a lib/libmatheval.so lib/libmatheval.so.1 libdata/pkgconfig/libmatheval.pc