NetBSD Problem Report #43736

From www@NetBSD.org  Tue Aug 10 13:42:55 2010
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 2B4F363BBBD
	for <gnats-bugs@gnats.NetBSD.org>; Tue, 10 Aug 2010 13:42:55 +0000 (UTC)
Message-Id: <20100810134254.AC12363B952@www.NetBSD.org>
Date: Tue, 10 Aug 2010 13:42:54 +0000 (UTC)
From: kamelderouiche@yahoo.com
Reply-To: kamelderouiche@yahoo.com
To: gnats-bugs@NetBSD.org
Subject: Update math/mapm to  4.9.5
X-Send-Pr-Version: www-1.0

>Number:         43736
>Category:       pkg
>Synopsis:       Update math/mapm to  4.9.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obache
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 10 13:45:00 +0000 2010
>Closed-Date:    Tue Aug 17 11:25:22 +0000 2010
>Last-Modified:  Tue Aug 17 11:35:01 +0000 2010
>Originator:     Derouiche
>Release:        NetBSD 5.0.2
>Organization:
Algerie Motors company
>Environment:
NetBSD ToraboraServer 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb  6 17:53:27 UTC 2010  builds@b7.netbsd.org:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC i386

>Description:
- Update version to 4.9.5
- added papers in documentation package
>How-To-Repeat:
n/a
>Fix:
$diff -ruN Makefile.orig Makefile
--- Makefile.orig	2010-08-10 14:15:14.000000000 +0000
+++ Makefile	2010-08-10 14:44:34.000000000 +0000
@@ -1,29 +1,28 @@
-# $NetBSD: Makefile,v 1.5 2006/06/02 13:42:52 joerg Exp $
+# $NetBSD$
 #

-DISTNAME=		mapm-4.9.2
-CATEGORIES=		math
-MASTER_SITES=		http://www.tc.umn.edu/~ringx004/
-
-MAINTAINER=		pkgsrc-users@NetBSD.org
-HOMEPAGE=		http://www.tc.umn.edu/~ringx004/
-COMMENT=		Arbitrary Precision Math library
+DISTNAME=	mapm-4.9.5a
+CATEGORIES=	math
+MASTER_SITES=	http://www.tc.umn.edu/~ringx004/
+
+MAINTAINER=	pkgsrc-users@NetBSD.org
+HOMEPAGE=	http://www.tc.umn.edu/~ringx004/
+COMMENT=	Arbitrary Precision Math library

 PKG_DESTDIR_SUPPORT=	user-destdir

-WRKSRC=		${WRKDIR}/mapm_4.9.2
-
-DOCS=	README algorithms.used function.ref
-
+WRKSRC=		${WRKDIR}/mapm_4.9.5a
 USE_LANGUAGES=	c c++

+DOCS=	README algorithms.used function.ref article.pdf
+
 INSTALLATION_DIRS=	bin include lib share/doc/mapm

 do-install:
 	${INSTALL_DATA} ${WRKSRC}/m_apm.h ${DESTDIR}${PREFIX}/include
 	${INSTALL_DATA} ${WRKSRC}/libmapm.a ${DESTDIR}${PREFIX}/lib
 	${INSTALL_PROGRAM} ${WRKSRC}/calc ${DESTDIR}${PREFIX}/bin/mapm-calc
-	cd ${WRKSRC}; for f in ${DOCS}; do \
+	cd ${WRKSRC}/DOCS; for f in ${DOCS}; do \
 		${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/doc/mapm; \
 	done
$diff -ruN PLIST.orig PLIST      
--- PLIST.orig	2010-08-10 14:15:19.000000000 +0000
+++ PLIST	2010-08-10 14:46:44.000000000 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/22 17:33:28 drochner Exp $
+@comment $NetBSD$
 bin/mapm-calc
 include/m_apm.h
 lib/libmapm.a
 share/doc/mapm/README
 share/doc/mapm/algorithms.used
+share/doc/mapm/article.pdf
 share/doc/mapm/function.ref

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->obache
Responsible-Changed-By: obache@NetBSD.org
Responsible-Changed-When: Tue, 17 Aug 2010 11:12:41 +0000
Responsible-Changed-Why:
I'll take this.


State-Changed-From-To: open->closed
State-Changed-By: obache@NetBSD.org
State-Changed-When: Tue, 17 Aug 2010 11:25:22 +0000
State-Changed-Why:
Updated.  Thanks!


From: OBATA Akio <obache@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/43736 CVS commit: pkgsrc/math/mapm
Date: Tue, 17 Aug 2010 11:24:20 +0000

 Module Name:	pkgsrc
 Committed By:	obache
 Date:		Tue Aug 17 11:24:20 UTC 2010

 Modified Files:
 	pkgsrc/math/mapm: Makefile PLIST distinfo

 Log Message:
 Update mapm to 4.9.5a.
 Based on PR#43736 by Kamel Derouiche.

 V 4.9.5 -  Dec 10, 2007    Updated software license, allowing distribution
 			   of modified source code.

 			   The actual library source code is identical to
 			   version 4.9.2 (except the obvious library version
 			   identifier, and Digital Mars #ifdef).

 			   Added support for the Digital Mars Compiler.

 			   Added build script for Intel Linux Compiler.

 V 4.9.5a - Feb 21, 2010    Updated authors email address.

 			   Note that there are no changes to the library
 			   source code - so the library will still identify
 			   itself as "4.9.5".

 			   Added Makefile for Microsoft Visual Studio 2005.

 			   Added another Makefile for MAC OSX (for 10.6).


 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/mapm/Makefile
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/mapm/PLIST pkgsrc/math/mapm/distinfo

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.