pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/randlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 28 11:47:35 UTC 2019

Modified Files:
        pkgsrc/math/randlib: Makefile PLIST distinfo
        pkgsrc/math/randlib/patches: patch-aa

Log Message:
randlib: update to 1.3nb1.

Consistently disable PIC archives.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/randlib/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/randlib/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/randlib/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/randlib/patches/patch-aa

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

Modified files:

Index: pkgsrc/math/randlib/Makefile
diff -u pkgsrc/math/randlib/Makefile:1.19 pkgsrc/math/randlib/Makefile:1.20
--- pkgsrc/math/randlib/Makefile:1.19   Sat Nov  2 16:16:22 2019
+++ pkgsrc/math/randlib/Makefile        Sat Dec 28 11:47:34 2019
@@ -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/
 

Index: pkgsrc/math/randlib/PLIST
diff -u pkgsrc/math/randlib/PLIST:1.2 pkgsrc/math/randlib/PLIST:1.3
--- pkgsrc/math/randlib/PLIST:1.2       Sun Jun 14 18:05:48 2009
+++ pkgsrc/math/randlib/PLIST   Sat Dec 28 11:47:34 2019
@@ -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

Index: pkgsrc/math/randlib/distinfo
diff -u pkgsrc/math/randlib/distinfo:1.5 pkgsrc/math/randlib/distinfo:1.6
--- pkgsrc/math/randlib/distinfo:1.5    Thu Mar 23 17:06:55 2017
+++ pkgsrc/math/randlib/distinfo        Sat Dec 28 11:47:34 2019
@@ -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

Index: pkgsrc/math/randlib/patches/patch-aa
diff -u pkgsrc/math/randlib/patches/patch-aa:1.1 pkgsrc/math/randlib/patches/patch-aa:1.2
--- pkgsrc/math/randlib/patches/patch-aa:1.1    Thu Feb  8 06:10:41 2001
+++ pkgsrc/math/randlib/patches/patch-aa        Sat Dec 28 11:47:35 2019
@@ -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 @@ $NetBSD: patch-aa,v 1.1 2001/02/08 06:10
 +LIBDIR=${PREFIX}/lib
 +
 +NOLINT=1
++MKPICINSTALL=no
 +
 +SRCS = com.c randlib.c linpack.c
 +



Home | Main Index | Thread Index | Old Index