Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2007 20:32:17 GMT
From:      Max Brazhnikov<makc@issp.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/108573: update port: math/muparser
Message-ID:  <200701302032.l0UKWHh5049023@www.freebsd.org>
Resent-Message-ID: <200701302040.l0UKeJtU000446@freefall.freebsd.org>

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

>Number:         108573
>Category:       ports
>Synopsis:       update port: math/muparser
>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:   Tue Jan 30 20:40:18 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
FreeBSD luna 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu Jan 18 12:52:49 MSK 2007     root@luna.zuzino.mipt.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
update to 1.27
INSTALL_SHLIB -> USE_LDCONFIG
make prefix clean.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/math/muparser/Makefile /home/makc/porting/ports/math/muparser/Makefile
--- /usr/ports/math/muparser/Makefile	Sun Dec 10 04:21:47 2006
+++ /home/makc/porting/ports/math/muparser/Makefile	Tue Jan 30 23:13:47 2007
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	muparser
-PORTVERSION=	1.25
+PORTVERSION=	1.27
 CATEGORIES=	math devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}
-DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
+DISTNAME=	${PORTNAME}_v127
 
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Mathematical expressions parser library written in C++
@@ -19,14 +18,15 @@
 RUN_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkg-config
 
 GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
+CONFIGURE_ARGS+=--enable-samples=no
+USE_LDCONFIG=	yes
 USE_GMAKE=	yes
 
-WRKSRC=	${WRKDIR}/muParser
+WRKSRC=	${WRKDIR}/muparser
 
 # taken from audio/taglib
 post-patch:
-	@${REINPLACE_CMD} -e "s#\$$(libdir)/pkgconfig#${LOCALBASE}/libdata/pkgconfig#g" \
+	@${REINPLACE_CMD} -e "s#\$$(libdir)/pkgconfig#${PREFIX}/libdata/pkgconfig#g" \
 		${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -E 's,^(CXXFLAGS|LDFLAGS) = ,\1 ?= ,g' \
 		${WRKSRC}/Makefile.in
diff -ruN --exclude=CVS /usr/ports/math/muparser/distinfo /home/makc/porting/ports/math/muparser/distinfo
--- /usr/ports/math/muparser/distinfo	Wed Feb 15 19:58:32 2006
+++ /home/makc/porting/ports/math/muparser/distinfo	Tue Jan 30 22:50:16 2007
@@ -1,3 +1,3 @@
-MD5 (muparser/1.25/muparser.tar.gz) = b651b2a66bf9eda7406d4e5f25c73a35
-SHA256 (muparser/1.25/muparser.tar.gz) = 8d3ce8665de5b4634f584ac4c8f23f57aff03dabdd8d1cc76f9d528c4fd40d20
-SIZE (muparser/1.25/muparser.tar.gz) = 207783
+MD5 (muparser_v127.tar.gz) = 8b2150db477a32946f5388f415e2b59b
+SHA256 (muparser_v127.tar.gz) = b37a479257e5733f58011709b2640c01d5519645e6385426ce696d5fa1ff58bc
+SIZE (muparser_v127.tar.gz) = 489256
===> Done

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



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