pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/randlib randlib: update to 1.3nb1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/816a004caa0f
branches:  trunk
changeset: 346052:816a004caa0f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 28 11:47:34 2019 +0000

description:
randlib: update to 1.3nb1.

Consistently disable PIC archives.

diffstat:

 math/randlib/Makefile         |  3 ++-
 math/randlib/PLIST            |  3 +--
 math/randlib/distinfo         |  4 ++--
 math/randlib/patches/patch-aa |  7 ++++---
 4 files changed, 9 insertions(+), 8 deletions(-)

diffs (65 lines):

diff -r b5a1772511e2 -r 816a004caa0f math/randlib/Makefile
--- a/math/randlib/Makefile     Sat Dec 28 11:43:58 2019 +0000
+++ b/math/randlib/Makefile     Sat Dec 28 11:47:34 2019 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2019/11/02 16:16:22 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2019/12/28 11:47:34 wiz Exp $
 
 DISTNAME=      randlib.c-1.3
 PKGNAME=       randlib-1.3
+PKGREVISION=   1
 CATEGORIES=    math
 MASTER_SITES=  # ftp://odin.mdacc.tmc.edu/pub/source/
 
diff -r b5a1772511e2 -r 816a004caa0f math/randlib/PLIST
--- a/math/randlib/PLIST        Sat Dec 28 11:43:58 2019 +0000
+++ b/math/randlib/PLIST        Sat Dec 28 11:47:34 2019 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:05:48 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/12/28 11:47:34 wiz Exp $
 include/randlib.h
 lib/librandlib.a
 lib/librandlib.so
 lib/librandlib.so.0
 lib/librandlib.so.0.0
 lib/librandlib_p.a
-lib/librandlib_pic.a
 share/doc/randlib/Basegen.c.doc
 share/doc/randlib/README
 share/doc/randlib/randlib.c.chs
diff -r b5a1772511e2 -r 816a004caa0f math/randlib/distinfo
--- a/math/randlib/distinfo     Sat Dec 28 11:43:58 2019 +0000
+++ b/math/randlib/distinfo     Sat Dec 28 11:47:34 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2017/03/23 17:06:55 joerg Exp $
+$NetBSD: distinfo,v 1.6 2019/12/28 11:47:34 wiz Exp $
 
 SHA1 (randlib-1.3/randlib.c-1.3.tar.gz) = fece8e186781e94199fe3443262ddcc729ec08d6
 RMD160 (randlib-1.3/randlib.c-1.3.tar.gz) = 0b722553ffabc7204a2ec797ca6e2f44bd3f5554
 SHA512 (randlib-1.3/randlib.c-1.3.tar.gz) = fa1883e48b3d8f44dcfdc3b485387b6dfb6abc75ec841b08f885df4e8152ab89bc5df3bae2765d4e89adc4939b24c3dea3b19650108d8c1d4c4e21fef1214c8c
 Size (randlib-1.3/randlib.c-1.3.tar.gz) = 42044 bytes
-SHA1 (patch-aa) = d4ec41f0dc0da1ebc4facff2066a21f1746e3526
+SHA1 (patch-aa) = 22f4ba868eeec1603b75feaa2ca5249950099310
diff -r b5a1772511e2 -r 816a004caa0f math/randlib/patches/patch-aa
--- a/math/randlib/patches/patch-aa     Sat Dec 28 11:43:58 2019 +0000
+++ b/math/randlib/patches/patch-aa     Sat Dec 28 11:47:34 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2001/02/08 06:10:41 jtb Exp $
+$NetBSD: patch-aa,v 1.2 2019/12/28 11:47:35 wiz Exp $
 
---- /dev/null  Thu Feb  8 06:06:37 2001
+--- Makefile.orig      2019-12-28 11:46:09.222077493 +0000
 +++ Makefile
-@@ -0,0 +1,14 @@
+@@ -0,0 +1,15 @@
 +LIB=  randlib
 +
 +SHLIB_MAJOR=0
@@ -11,6 +11,7 @@
 +LIBDIR=${PREFIX}/lib
 +
 +NOLINT=1
++MKPICINSTALL=no
 +
 +SRCS = com.c randlib.c linpack.c
 +



Home | Main Index | Thread Index | Old Index