View | Details | Raw Unified | Return to bug 155529
Collapse All | Expand All

(-)Makefile (-11 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	libmatheval
8
PORTNAME=	libmatheval
9
PORTVERSION=	1.1.5
9
PORTVERSION=	1.1.7
10
PORTREVISION=	3
11
CATEGORIES=	devel math
10
CATEGORIES=	devel math
12
MASTER_SITES=	GNU
11
MASTER_SITES=	GNU
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 15-20 Link Here
15
MAINTAINER=	demon@FreeBSD.org
14
MAINTAINER=	demon@FreeBSD.org
16
COMMENT=	A library of procedures for evaluating mathematical functions
15
COMMENT=	A library of procedures for evaluating mathematical functions
17
16
17
BUILD_DEPENDS=	flex>0:${PORTSDIR}/textproc/flex
18
LIB_DEPENDS=	guile.20:${PORTSDIR}/lang/guile
18
LIB_DEPENDS=	guile.20:${PORTSDIR}/lang/guile
19
19
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
Lines 28-39 Link Here
28
post-patch:
28
post-patch:
29
	${RM} ${WRKSRC}/doc/libmatheval.info
29
	${RM} ${WRKSRC}/doc/libmatheval.info
30
30
31
.include <bsd.port.pre.mk>
31
.include <bsd.port.mk>
32
33
.if ${OSVERSION} >= 700042
34
.if ${ARCH} == "amd64"
35
BROKEN=		Does not compile with GCC 4.2
36
.endif
37
.endif
38
39
.include <bsd.port.post.mk>
(-)distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (libmatheval-1.1.5.tar.gz) = 0534e1c5e4730fe60244bd3aa2d46ce2
1
SHA256 (libmatheval-1.1.7.tar.gz) = b890167968c8fe0060e2210c0ba109534dfcd07c984c4ca3f186cd89c03c02a9
2
SHA256 (libmatheval-1.1.5.tar.gz) = a22a69052f5dbd7088e77b3c0b7189d1a5dc727a306f481e0c4a06c150155dc4
2
SIZE (libmatheval-1.1.7.tar.gz) = 525887
3
SIZE (libmatheval-1.1.5.tar.gz) = 517211
(-)files/patch-lib-Makfile-in (+11 lines)
Added Link Here
1
--- lib/Makefile.in.orig	2011-03-12 19:23:35.972793044 -0500
2
+++ lib/Makefile.in	2011-03-12 19:23:48.106791099 -0500
3
@@ -226,7 +226,7 @@
4
 g77_interface.c node.c symbol_table.c xmalloc.c xmath.c
5
 
6
 libmatheval_la_LDFLAGS = -version-info 1:0:0
7
-libmatheval_la_LIBADD = -lfl -lm
8
+libmatheval_la_LIBADD = -lfl_pic -lm
9
 include_HEADERS = matheval.h
10
 noinst_HEADERS = common.h error.h node.h symbol_table.h xmalloc.h	\
11
 xmath.h

Return to bug 155529