pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/slatec Support staged installation.
details: https://anonhg.NetBSD.org/pkgsrc/rev/da8283d1b8a0
branches: trunk
changeset: 568355:da8283d1b8a0
user: asau <asau%pkgsrc.org@localhost>
date: Fri Dec 11 17:32:41 2009 +0000
description:
Support staged installation.
diffstat:
math/slatec/Makefile | 4 +++-
math/slatec/distinfo | 4 ++--
math/slatec/patches/patch-aa | 4 ++--
3 files changed, 7 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r bc863fb7d672 -r da8283d1b8a0 math/slatec/Makefile
--- a/math/slatec/Makefile Fri Dec 11 17:21:30 2009 +0000
+++ b/math/slatec/Makefile Fri Dec 11 17:32:41 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2009/12/03 13:06:55 asau Exp $
+# $NetBSD: Makefile,v 1.22 2009/12/11 17:32:41 asau Exp $
#
DISTNAME= slatec_src
@@ -12,6 +12,8 @@
HOMEPAGE= http://www.netlib.org/slatec/
COMMENT= Library of mathematical and statistical Fortran 77 subroutines
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}/src
USE_LANGUAGES= fortran
USE_LIBTOOL= YES
diff -r bc863fb7d672 -r da8283d1b8a0 math/slatec/distinfo
--- a/math/slatec/distinfo Fri Dec 11 17:21:30 2009 +0000
+++ b/math/slatec/distinfo Fri Dec 11 17:32:41 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2006/07/27 18:49:47 rillig Exp $
+$NetBSD: distinfo,v 1.6 2009/12/11 17:32:41 asau Exp $
SHA1 (slatec_src.tgz) = 9ff75f3976fa4a5544806a29bf8402aab2132ee0
RMD160 (slatec_src.tgz) = f4393d91e25ecd2ec0cae6b25d4b2829afcd4291
Size (slatec_src.tgz) = 2373787 bytes
-SHA1 (patch-aa) = e9df720c0ca20a1280987dab8f3056b75bef1aeb
+SHA1 (patch-aa) = bbdcca172b7216ffa8fc8d94c844d3373d9accd2
diff -r bc863fb7d672 -r da8283d1b8a0 math/slatec/patches/patch-aa
--- a/math/slatec/patches/patch-aa Fri Dec 11 17:21:30 2009 +0000
+++ b/math/slatec/patches/patch-aa Fri Dec 11 17:32:41 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2006/07/27 18:49:47 rillig Exp $
+$NetBSD: patch-aa,v 1.3 2009/12/11 17:32:41 asau Exp $
--- /dev/null 2003-12-04 12:37:08.000000000 +0000
+++ Makefile
@@ -223,4 +223,4 @@
+
+install: lib$(LIB).a
+ ${LIBTOOL} --mode=install ${BSD_INSTALL_DATA} ${.ALLSRC:.a=.la} \
-+ ${PREFIX}/lib
++ ${DESTDIR}${PREFIX}/lib
Home |
Main Index |
Thread Index |
Old Index