Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2006 12:00:20 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        demon@FreeBSD.org
Subject:   ports/106653: [PATCH] devel/libmatheval: update to 1.1.3
Message-ID:  <20061213040020.B1CC27E9AC@FreeBSD.csie.nctu.edu.tw>
Resent-Message-ID: <200612130400.kBD40KlY057891@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106653
>Category:       ports
>Synopsis:       [PATCH] devel/libmatheval: update to 1.1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 13 04:00:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #11: Thu Oct 26 10:15:43 CST 2006
>Description:
- Update to 1.1.3

Added file(s):
- files/patch-config-ltmain.sh

Port maintainer (demon@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libmatheval-1.1.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/libmatheval/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	12 Dec 2005 11:06:12 -0000	1.3
+++ Makefile	13 Dec 2006 03:59:33 -0000
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	libmatheval
-PORTVERSION=	1.1.2
+PORTVERSION=	1.1.3
 CATEGORIES=	devel math
-MASTER_SITES=	${MASTER_SITE_GNU}
+MASTER_SITES=	GNU
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	demon@FreeBSD.org
@@ -19,7 +19,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV+=	MAKEINFO="/usr/bin/makeinfo --no-split"
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 
 INFO=		libmatheval
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/libmatheval/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	12 Dec 2005 11:06:12 -0000	1.2
+++ distinfo	13 Dec 2006 03:59:33 -0000
@@ -1,3 +1,3 @@
-MD5 (libmatheval-1.1.2.tar.gz) = 016ac0982312f11d06ef48d4cd1fddb9
-SHA256 (libmatheval-1.1.2.tar.gz) = 5978e0aedb2fff992091f766d3507f1ad260fbf3d2cfcd5abc1c4e6901b42879
-SIZE (libmatheval-1.1.2.tar.gz) = 486250
+MD5 (libmatheval-1.1.3.tar.gz) = e88b3429da2758c799e6fbc44ac87416
+SHA256 (libmatheval-1.1.3.tar.gz) = 2c49061af2998e73619b531e379f3e51f61f9c1a3bd50cce2cbfe841730789c4
+SIZE (libmatheval-1.1.3.tar.gz) = 496193
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/libmatheval/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	4 Jul 2004 17:58:23 -0000	1.1
+++ pkg-plist	13 Dec 2006 03:59:33 -0000
@@ -1,5 +1,4 @@
 include/matheval.h
 lib/libmatheval.a
-lib/libmatheval.la
 lib/libmatheval.so
 lib/libmatheval.so.1
Index: files/patch-config-ltmain.sh
===================================================================
RCS file: files/patch-config-ltmain.sh
diff -N files/patch-config-ltmain.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-config-ltmain.sh	13 Dec 2006 03:59:33 -0000
@@ -0,0 +1,15 @@
+--- config/ltmain.sh.orig	Wed Dec 13 11:54:39 2006
++++ config/ltmain.sh	Wed Dec 13 11:54:52 2006
+@@ -5659,10 +5659,12 @@
+ 	fi
+ 
+ 	# Install the pseudo-library for information purposes.
++	if /usr/bin/false ; then
+ 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ 	instname="$dir/$name"i
+ 	$show "$install_prog $instname $destdir/$name"
+ 	$run eval "$install_prog $instname $destdir/$name" || exit $?
++	fi
+ 
+ 	# Maybe install the static library, too.
+ 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
--- libmatheval-1.1.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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