Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2013 15:01:18 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331778 - in head/devel/libmatheval: . files
Message-ID:  <201310271501.r9RF1Icq009330@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Sun Oct 27 15:01:17 2013
New Revision: 331778
URL: http://svnweb.freebsd.org/changeset/ports/331778

Log:
  Update to 1.1.11.
  Support staging.

Added:
  head/devel/libmatheval/files/patch-lib-Makefile.in   (contents, props changed)
Deleted:
  head/devel/libmatheval/files/patch-lib-Makfile-in
Modified:
  head/devel/libmatheval/Makefile
  head/devel/libmatheval/distinfo
  head/devel/libmatheval/pkg-plist

Modified: head/devel/libmatheval/Makefile
==============================================================================
--- head/devel/libmatheval/Makefile	Sun Oct 27 14:54:08 2013	(r331777)
+++ head/devel/libmatheval/Makefile	Sun Oct 27 15:01:17 2013	(r331778)
@@ -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
 

Modified: head/devel/libmatheval/distinfo
==============================================================================
--- head/devel/libmatheval/distinfo	Sun Oct 27 14:54:08 2013	(r331777)
+++ head/devel/libmatheval/distinfo	Sun Oct 27 15:01:17 2013	(r331778)
@@ -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

Added: head/devel/libmatheval/files/patch-lib-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libmatheval/files/patch-lib-Makefile.in	Sun Oct 27 15:01:17 2013	(r331778)
@@ -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

Modified: head/devel/libmatheval/pkg-plist
==============================================================================
--- head/devel/libmatheval/pkg-plist	Sun Oct 27 14:54:08 2013	(r331777)
+++ head/devel/libmatheval/pkg-plist	Sun Oct 27 15:01:17 2013	(r331778)
@@ -1,4 +1,5 @@
 include/matheval.h
+info/libmatheval.info
 lib/libmatheval.a
 lib/libmatheval.so
 lib/libmatheval.so.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310271501.r9RF1Icq009330>