From 813a6423441fe256c48e34e2cb12fecc96265086 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 20 Dec 2019 00:02:06 +0000 Subject: Always skip PIC libraries. Bump revisions. Add RCS IDs. --- math/meschach/Makefile | 3 ++- math/meschach/PLIST | 3 +-- math/meschach/files/makefile.in | 2 ++ math/meschach/files/makefile.test | 2 ++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/math/meschach/Makefile b/math/meschach/Makefile index 4b5be5d220f..249ac1acf84 100644 --- a/math/meschach/Makefile +++ b/math/meschach/Makefile @@ -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/ diff --git a/math/meschach/PLIST b/math/meschach/PLIST index 9e6a88610ed..c4f0bb6dd64 100644 --- a/math/meschach/PLIST +++ b/math/meschach/PLIST @@ -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 diff --git a/math/meschach/files/makefile.in b/math/meschach/files/makefile.in index 810d59edaf6..a10c395ef38 100644 --- a/math/meschach/files/makefile.in +++ b/math/meschach/files/makefile.in @@ -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 \ diff --git a/math/meschach/files/makefile.test b/math/meschach/files/makefile.test index df5ebfea33d..cdea07dc37f 100644 --- a/math/meschach/files/makefile.test +++ b/math/meschach/files/makefile.test @@ -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 -- cgit v1.2.3