- Update to 1.0.6.
- Unbreak.
This commit is contained in:
parent
bd962d96fb
commit
e57bc54102
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473153
3 changed files with 15 additions and 7 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= octave-forge-sparsersb
|
||||
PORTVERSION= 1.0.5
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 1.0.6
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@FreeBSD.org
|
||||
|
@ -12,8 +11,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
|
||||
|
||||
BROKEN= does not build with octave version >= 4.4.0
|
||||
|
||||
LIB_DEPENDS= librsb.so:math/librsb
|
||||
|
||||
# OCTSRC is the name of the directory of the package.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1497931798
|
||||
SHA256 (octave-forge/sparsersb-1.0.5.tar.gz) = 888c1f4f6ebf8fb6e09c1bf2ae647dc902bee860d91ecb0c82ef875d16412d17
|
||||
SIZE (octave-forge/sparsersb-1.0.5.tar.gz) = 90522
|
||||
TIMESTAMP = 1529780613
|
||||
SHA256 (octave-forge/sparsersb-1.0.6.tar.gz) = 56fd7baf282c3e16096560f0d51e3597070941b3ef7f98509df8777e1418d7a3
|
||||
SIZE (octave-forge/sparsersb-1.0.6.tar.gz) = 91369
|
||||
|
|
11
math/octave-forge-sparsersb/files/patch-sparsersb.cc
Normal file
11
math/octave-forge-sparsersb/files/patch-sparsersb.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- sparsersb.cc.orig 2018-06-23 19:12:49 UTC
|
||||
+++ sparsersb.cc
|
||||
@@ -97,7 +97,7 @@
|
||||
#define RSBOI_WARN( MSG )
|
||||
#endif
|
||||
#define RSBOI_TODO( MSG ) RSBOI_WARN( MSG )/* new */
|
||||
-#define RSBOI_FIXME( MSG ) RSBOI_WARN( "FIXME: "MSG )/* new */
|
||||
+#define RSBOI_FIXME( MSG ) RSBOI_WARN( "FIXME: " MSG )/* new */
|
||||
|
||||
#define RSBOI_PRINTF( ... ) printf( __VA_ARGS__ )
|
||||
#if RSBOI_VERBOSE
|
Loading…
Reference in a new issue