Zap 03 from suitesparse. Ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/suitesparse/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile 13 Nov 2017 07:10:46 -0000 1.6
+++ Makefile 20 Jan 2019 13:20:12 -0000
@@ -6,7 +6,7 @@ COMMENT= suite of sparse matrix algorit
DISTNAME= SuiteSparse-4.4.6
PKGNAME= ${DISTNAME:L}
-REVISION= 0
+REVISION= 1
CATEGORIES= math
Index: patches/patch-SuiteSparse_config_SuiteSparse_config_mk
===================================================================
RCS file:
/cvs/ports/math/suitesparse/patches/patch-SuiteSparse_config_SuiteSparse_config_mk,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-SuiteSparse_config_SuiteSparse_config_mk
--- patches/patch-SuiteSparse_config_SuiteSparse_config_mk 13 Nov 2017
07:10:46 -0000 1.2
+++ patches/patch-SuiteSparse_config_SuiteSparse_config_mk 20 Jan 2019
13:20:12 -0000
@@ -1,6 +1,16 @@
$OpenBSD: patch-SuiteSparse_config_SuiteSparse_config_mk,v 1.2 2017/11/13
07:10:46 steven Exp $
---- SuiteSparse_config/SuiteSparse_config.mk.orig Wed Mar 25 19:15:00 2015
-+++ SuiteSparse_config/SuiteSparse_config.mk Mon Jul 20 04:52:54 2015
+Index: SuiteSparse_config/SuiteSparse_config.mk
+--- SuiteSparse_config/SuiteSparse_config.mk.orig
++++ SuiteSparse_config/SuiteSparse_config.mk
+@@ -69,7 +69,7 @@
+ # C and C++ compiler flags. The first three are standard for *.c and *.cpp
+ # Add -DNTIMER if you do use any timing routines (otherwise -lrt is required).
+ # CF = $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -O3 -fexceptions -fPIC -DNTIMER
+- CF = $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -O3 -fexceptions -fPIC
++ CF = $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -fexceptions -fPIC
+ # for the MKL BLAS:
+ # CF = $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -O3 -fexceptions -fPIC
-I$(MKLROOT)/include -D_GNU_SOURCE
+ # with no optimization:
@@ -90,13 +90,13 @@ F77FLAGS = $(FFLAGS) -O
F77LIB =