mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Update to version 1.1.7.
PR: 155529 Submitted by: swills
This commit is contained in:
parent
76045e6daf
commit
663f7d9492
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271014
@ -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>
|
||||
|
@ -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
|
||||
|
11
devel/libmatheval/files/patch-lib-Makfile-in
Normal file
11
devel/libmatheval/files/patch-lib-Makfile-in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user