pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/meschach



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Dec 20 00:02:06 UTC 2019

Modified Files:
        pkgsrc/math/meschach: Makefile PLIST
        pkgsrc/math/meschach/files: makefile.in makefile.test

Log Message:
Always skip PIC libraries. Bump revisions. Add RCS IDs.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/meschach/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/meschach/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/meschach/files/makefile.in
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/meschach/files/makefile.test

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

Modified files:

Index: pkgsrc/math/meschach/Makefile
diff -u pkgsrc/math/meschach/Makefile:1.19 pkgsrc/math/meschach/Makefile:1.20
--- pkgsrc/math/meschach/Makefile:1.19  Tue Sep 11 23:04:23 2012
+++ pkgsrc/math/meschach/Makefile       Fri Dec 20 00:02:06 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2012/09/11 23:04:23 asau Exp $
+# $NetBSD: Makefile,v 1.20 2019/12/20 00:02:06 joerg Exp $
 
 DISTNAME=              mesch12b
 PKGNAME=               meschach-1.2b
+PKGREVISION=           1
 CATEGORIES=            math
 MASTER_SITES=          http://www.math.uiowa.edu/~dstewart/meschach/
 

Index: pkgsrc/math/meschach/PLIST
diff -u pkgsrc/math/meschach/PLIST:1.2 pkgsrc/math/meschach/PLIST:1.3
--- pkgsrc/math/meschach/PLIST:1.2      Sun Jun 14 18:05:45 2009
+++ pkgsrc/math/meschach/PLIST  Fri Dec 20 00:02:06 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:05:45 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/12/20 00:02:06 joerg Exp $
 include/meschach/err.h
 include/meschach/iter.h
 include/meschach/machine.h
@@ -16,7 +16,6 @@ lib/libmeschach.so
 lib/libmeschach.so.0
 lib/libmeschach.so.0.0
 lib/libmeschach_p.a
-lib/libmeschach_pic.a
 share/meschach/README
 share/meschach/copyright
 share/meschach/fnindex.txt

Index: pkgsrc/math/meschach/files/makefile.in
diff -u pkgsrc/math/meschach/files/makefile.in:1.5 pkgsrc/math/meschach/files/makefile.in:1.6
--- pkgsrc/math/meschach/files/makefile.in:1.5  Tue May  1 02:13:23 2001
+++ pkgsrc/math/meschach/files/makefile.in      Fri Dec 20 00:02:06 2019
@@ -1,3 +1,4 @@
+# $NetBSD: makefile.in,v 1.6 2019/12/20 00:02:06 joerg Exp $
 LIB= meschach
 
 SHLIB_MAJOR= 0
@@ -9,6 +10,7 @@ LDADD+= @LIBS@
 LIBDIR= ${PREFIX}/lib
 
 NOLINT= 1
+MKPICINSTALL= no
 
 SRCS=  copy.c err.c matrixio.c memory.c vecop.c matop.c pxop.c            \
        submat.c init.c otherio.c machine.c matlab.c ivecop.c version.c    \

Index: pkgsrc/math/meschach/files/makefile.test
diff -u pkgsrc/math/meschach/files/makefile.test:1.4 pkgsrc/math/meschach/files/makefile.test:1.5
--- pkgsrc/math/meschach/files/makefile.test:1.4        Tue Feb 27 18:42:05 2001
+++ pkgsrc/math/meschach/files/makefile.test    Fri Dec 20 00:02:06 2019
@@ -1,3 +1,5 @@
+# $NetBSD: makefile.test,v 1.5 2019/12/20 00:02:06 joerg Exp $
+
 TORTURE= torture sptort ztorture memtort itertort mfuntort iotort
 
 CPPFLAGS+= -I@PREFIX@/include



Home | Main Index | Thread Index | Old Index