pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/43741: Update math/newmat to 11
>Number: 43741
>Category: pkg
>Synopsis: Update math/newmat to 11
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Aug 11 00:00:00 +0000 2010
>Originator: Derouiche
>Release: NetBSD 5.0.2
>Organization:
Algerie Motors company
>Environment:
NetBSD Khaarasan 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb 6 17:53:27 UTC 2010
builds%b7.netbsd.org@localhost:/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:
n/a
>How-To-Repeat:
n/a
>Fix:
$ diff -ruN Makefile.orig Makefile
--- Makefile.orig 2010-08-10 23:04:07.000000000 +0000
+++ Makefile 2010-08-11 00:53:28.000000000 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2009/01/23 21:14:17 jschauma Exp $
+# $NetBSD$
#
-DISTNAME= newmat10 # actually newmat10B, but no such distfile
+DISTNAME= newmat11
PKGNAME= ${DISTNAME:C/([0-9]+)$/-\1/}
-PKGREVISION= 1
CATEGORIES= math devel
MASTER_SITES= http://www.robertnz.net/ftp/
@@ -14,25 +13,23 @@
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
-DIST_SUBDIR= newmat10B
+
MAKE_FILE= nm_cc.mak
BUILD_TARGET= garch
USE_LANGUAGES= c++
-HEADERS= boolean.h controlw.h include.h myexcept.h newmat.h \
- newmatap.h newmatio.h newmatnl.h newmatrc.h precisio.h
+HEADERS= controlw.h include.h myexcept.h newmat.h \
+ newmatap.h newmatio.h newmatnl.h newmatrc.h precisio.h \
+ solution.h tmt.h newmatrm.h
-DOCDIR= ${PREFIX}/share/doc/html/newmat
-INSTALLATION_DIRS= lib
+INSTALLATION_DIRS= lib include/newmat share/doc/newmat
do-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/include/newmat
.for header in ${HEADERS}
${INSTALL_DATA} ${WRKSRC}/${header} ${DESTDIR}${PREFIX}/include/newmat
.endfor
${INSTALL_DATA} ${WRKSRC}/libnewmat.a ${DESTDIR}${PREFIX}/lib
- ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/nm10.htm ${DESTDIR}${DOCDIR}/index.html
+ ${INSTALL_DATA} ${WRKSRC}/nm11.htm
${DESTDIR}${PREFIX}/share/doc/newmat/index.html
.include "../../mk/bsd.pkg.mk"
$ diff -ruN PLIST.orig PLIST
--- PLIST.orig 2010-08-10 23:04:11.000000000 +0000
+++ PLIST 2010-08-11 00:52:04.000000000 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:05:46 joerg Exp $
-include/newmat/boolean.h
+@comment $NetBSD$
include/newmat/controlw.h
include/newmat/include.h
include/newmat/myexcept.h
@@ -8,6 +7,9 @@
include/newmat/newmatio.h
include/newmat/newmatnl.h
include/newmat/newmatrc.h
+include/newmat/newmatrm.h
include/newmat/precisio.h
+include/newmat/solution.h
+include/newmat/tmt.h
lib/libnewmat.a
-share/doc/html/newmat/index.html
+share/doc/newmat/index.html
Home |
Main Index |
Thread Index |
Old Index