Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/libmatheval/Makefile,v --- Makefile 22 Jan 2009 16:04:08 -0000 1.12 +++ Makefile 13 Mar 2011 00:35:23 -0000 @@ -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 @@ 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 @@ 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 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/libmatheval/distinfo,v --- distinfo 6 Mar 2008 16:11:14 -0000 1.4 +++ distinfo 12 Mar 2011 20:14:49 -0000 @@ -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 Index: files/patch-lib-Makfile-in =================================================================== RCS file: files/patch-lib-Makfile-in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-lib-Makfile-in 13 Mar 2011 00:24:08 -0000 @@ -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