pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/libixion/patches libixion: remove patch that was ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b652f7afb3ff
branches:  trunk
changeset: 373249:b652f7afb3ff
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 10 07:42:26 2022 +0000

description:
libixion: remove patch that was removed from distinfo during update

diffstat:

 math/libixion/patches/patch-src_libixion_model__context.cpp |  16 -------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diffs (20 lines):

diff -r 740c6e618c60 -r b652f7afb3ff math/libixion/patches/patch-src_libixion_model__context.cpp
--- a/math/libixion/patches/patch-src_libixion_model__context.cpp       Thu Feb 10 07:35:52 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_libixion_model__context.cpp,v 1.1 2021/02/06 06:23:22 ryoon Exp $
-
-* Fix build.
-  model_context.cpp:20:38: error: expected constructor, destructor, or type conversion before '(' token
-
---- src/libixion/model_context.cpp.orig        2020-08-28 21:23:48.000000000 +0000
-+++ src/libixion/model_context.cpp
-@@ -17,7 +17,7 @@
- 
- namespace ixion {
- 
--model_context::input_cell::input_cell(nullptr_t) : type(celltype_t::empty) {}
-+model_context::input_cell::input_cell(std::nullptr_t) : type(celltype_t::empty) {}
- model_context::input_cell::input_cell(bool b) : type(celltype_t::boolean)
- {
-     value.boolean = b;



Home | Main Index | Thread Index | Old Index