Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2010 02:11:58 GMT
From:      Robert Jenssen <robertjenssen@ozemail.com.au>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/143828: Update port math/qrupdate
Message-ID:  <201002120211.o1C2BwtJ032756@www.freebsd.org>
Resent-Message-ID: <201002120220.o1C2K1Ue025932@freefall.freebsd.org>

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

>Number:         143828
>Category:       ports
>Synopsis:       Update port math/qrupdate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 12 02:20:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Robert Jenssen
>Release:        FreeBSD 8-Stable
>Organization:
>Environment:
FreeBSD kraken 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed Feb 10 16:47:35 EST 2010     root@kraken:/usr/obj/usr/src/sys/KRAKEN  i386
>Description:
Update of qrupdate-1.0.1 to qrupdate-1.1.1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	patch-qrupdate
#
echo x - patch-qrupdate
sed 's/^X//' >patch-qrupdate << 'b7011e9e4360e128bc321ebd7c7873a7'
Xdiff -rubBw /usr/ports/math/qrupdate/Makefile qrupdate/Makefile
X--- /usr/ports/math/qrupdate/Makefile	2009-09-13 10:07:54.000000000 +1000
X+++ qrupdate/Makefile	2010-02-12 12:41:22.000000000 +1100
X@@ -6,15 +6,16 @@
X #
X 
X PORTNAME=	qrupdate
X-PORTVERSION=	1.0.1
X-PORTREVISION=	1
X+PORTVERSION=	1.1.1
X CATEGORIES=	math
X-MASTER_SITES=	http://downloads.sourceforge.net/project/qrupdate/qrupdate/1.0/ \
X-		http://transact.dl.sourceforge.net/project/qrupdate/qrupdate/1.0/
X+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
X+MASTER_SITE_SUBDIR=	qrupdate/qrupdate/1.1
X 
X MAINTAINER=	robertjenssen@ozemail.com.au
X COMMENT=	Fortran library for fast updates of QR and Cholesky decomposition
X 
X+LIB_DEPENDS=	blas.2:${PORTSDIR}/math/blas lapack.4:${PORTSDIR}/math/lapack
X+
X FETCH_ARGS=	-p
X 
X .include <bsd.port.pre.mk>
Xdiff -rubBw /usr/ports/math/qrupdate/distinfo qrupdate/distinfo
X--- /usr/ports/math/qrupdate/distinfo	2009-08-06 13:38:13.000000000 +1000
X+++ qrupdate/distinfo	2010-02-12 12:15:44.000000000 +1100
X@@ -1,3 +1,3 @@
X-MD5 (qrupdate-1.0.1.tar.gz) = 73d87b081e6fb89c9dc5b0ef0773b4dc
X-SHA256 (qrupdate-1.0.1.tar.gz) = 45ba0b4e6b15236a219b5b380e15fc9acfe6760a9ca5e53484de9b534969ba0d
X-SIZE (qrupdate-1.0.1.tar.gz) = 42179
X+MD5 (qrupdate-1.1.1.tar.gz) = 7782c7ee6c234e56a72d6b86c1856fa0
X+SHA256 (qrupdate-1.1.1.tar.gz) = 9f0100d358f96cae9394c28c97dbf1fd359675671d2a2c9ac88cfd121a46662a
X+SIZE (qrupdate-1.1.1.tar.gz) = 50063
Xdiff -rubBw /usr/ports/math/qrupdate/files/patch-Makeconf qrupdate/files/patch-Makeconf
X--- /usr/ports/math/qrupdate/files/patch-Makeconf	2009-08-06 13:38:13.000000000 +1000
X+++ qrupdate/files/patch-Makeconf	2010-02-12 13:00:29.000000000 +1100
X@@ -1,5 +1,5 @@
X---- Makeconf.orig	2009-03-11 15:08:32.000000000 +0900
X-+++ Makeconf	2009-08-06 12:30:47.000000000 +0900
X+--- Makeconf
X++++ Makeconf
X @@ -1,14 +1,14 @@
X  # set this to your compiler's executable name (e.g. gfortran, g77)
X -FC=gfortran
X@@ -19,4 +19,4 @@
X +#LAPACK=-llapack
X  
X  # Library version
X- VERSION=1.0
X+ VERSION=1.1
Xdiff -rubBw /usr/ports/math/qrupdate/files/patch-Makefile qrupdate/files/patch-Makefile
X--- /usr/ports/math/qrupdate/files/patch-Makefile	2009-08-06 13:38:13.000000000 +1000
X+++ qrupdate/files/patch-Makefile	2010-02-12 13:00:45.000000000 +1100
X@@ -1,5 +1,5 @@
X---- Makefile.orig	2009-02-06 20:12:00.000000000 +1100
X-+++ Makefile	2009-08-06 01:20:12.000000000 +1000
X+--- Makefile
X++++ Makefile
X @@ -21,6 +21,8 @@
X  
X  include Makeconf
X@@ -34,4 +34,5 @@
X +	gmake -C src/ install-shlib
X  
X  install-staticlib:
X- 	make -C src/ install-staticlib
X+-	make -C src/ install-staticlib
X++	gmake -C src/ install-staticlib
Xdiff -rubBw /usr/ports/math/qrupdate/files/patch-src-Makefile qrupdate/files/patch-src-Makefile
X--- /usr/ports/math/qrupdate/files/patch-src-Makefile	2009-08-06 13:38:13.000000000 +1000
X+++ qrupdate/files/patch-src-Makefile	2010-02-12 13:01:12.000000000 +1100
X@@ -1,14 +1,19 @@
X---- src/Makefile.orig	2009-08-06 01:21:58.000000000 +1000
X-+++ src/Makefile	2009-08-06 01:28:32.000000000 +1000
X-@@ -52,9 +52,9 @@
X- install: install-shlib install-staticlib
X+--- src/Makefile
X++++ src/Makefile
X+@@ -65,14 +65,9 @@
X+ install-shlib: ../libqrupdate$(SOEXT) install-lib$(SOEXT)
X  
X- install-shlib: ../libqrupdate.so
X--	install -D -m644 ../libqrupdate.so $(PREFIX)/lib/libqrupdate.so.$(VERSION)
X-+	install -s ../libqrupdate.so $(PREFIX)/lib/libqrupdate.so.$(VERSION)
X- 	ln -s libqrupdate.so.$(VERSION) $(PREFIX)/lib/libqrupdate.so.$(MAJOR)
X- 	ln -s libqrupdate.so.$(VERSION) $(PREFIX)/lib/libqrupdate.so
X+ install-lib.so:
X+-	install -D -m644 ../libqrupdate.so $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.so.$(VERSION)
X++	install -s ../libqrupdate.so $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.so.$(VERSION)
X+ 	ln -s libqrupdate.so.$(VERSION) $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.so.$(MAJOR)
X+ 	ln -s libqrupdate.so.$(VERSION) $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.so
X  
X+-install-lib.dylib:
X+-	install -D -m644 ../libqrupdate.dylib $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.$(VERSION).dylib
X+-	ln -s libqrupdate.$(VERSION).dylib $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.$(MAJOR).dylib
X+-	ln -s libqrupdate.$(VERSION).dylib $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.dylib
X+-
X  install-staticlib: ../libqrupdate.a
X--	install -D -m644 ../libqrupdate.a $(PREFIX)/lib/libqrupdate.a
X-+	install -s ../libqrupdate.a $(PREFIX)/lib/libqrupdate.a
X+-	install -D -m644 ../libqrupdate.a $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.a
X++	install -s ../libqrupdate.a $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.a
XOnly in qrupdate: patch-qrupdate
Xdiff -rubBw /usr/ports/math/qrupdate/pkg-plist qrupdate/pkg-plist
X--- /usr/ports/math/qrupdate/pkg-plist	2009-08-06 13:38:13.000000000 +1000
X+++ qrupdate/pkg-plist	2010-02-12 11:53:34.000000000 +1100
X@@ -1,4 +1,4 @@
X-lib/libqrupdate.so.1.0
X+lib/libqrupdate.so.1.1
X lib/libqrupdate.so.1
X lib/libqrupdate.so
X lib/libqrupdate.a
b7011e9e4360e128bc321ebd7c7873a7
exit



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



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