pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gmic Provide an actual dtor implementation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5db46b50d3c5
branches:  trunk
changeset: 358558:5db46b50d3c5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 14 21:29:01 2017 +0000

description:
Provide an actual dtor implementation.

diffstat:

 graphics/gmic/distinfo                 |   3 ++-
 graphics/gmic/patches/patch-src_gmic.h |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r b599fea3a467 -r 5db46b50d3c5 graphics/gmic/distinfo
--- a/graphics/gmic/distinfo    Tue Feb 14 21:28:08 2017 +0000
+++ b/graphics/gmic/distinfo    Tue Feb 14 21:29:01 2017 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2016/09/18 06:57:24 dholland Exp $
+$NetBSD: distinfo,v 1.5 2017/02/14 21:29:01 joerg Exp $
 
 SHA1 (gmic_1.5.9.3.tar.gz) = c795fd628a4e416538dd5521581307326d1785df
 RMD160 (gmic_1.5.9.3.tar.gz) = 19f7edd3200ec1fb199d1584b2999d6137a1273f
 SHA512 (gmic_1.5.9.3.tar.gz) = e8f9128ae819d07dbd87f0b13fd7b96926efad02ee8cf4371247912a47332d199aa1572fd06f62423af394f7921c4d772d8c79253f74e06a48721a4ad387829c
 Size (gmic_1.5.9.3.tar.gz) = 2791352 bytes
 SHA1 (patch-src_Makefile) = 8d6518d6517a1601419067546be46e0d9156f40b
+SHA1 (patch-src_gmic.h) = face3d3cc938c172090c51331a47d97488baac74
diff -r b599fea3a467 -r 5db46b50d3c5 graphics/gmic/patches/patch-src_gmic.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gmic/patches/patch-src_gmic.h    Tue Feb 14 21:29:01 2017 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_gmic.h,v 1.1 2017/02/14 21:29:01 joerg Exp $
+
+--- src/gmic.h.orig    2015-12-24 22:27:45.000000000 +0000
++++ src/gmic.h
+@@ -138,7 +138,7 @@ namespace cimg_library {
+     CImg<T> *_data;                // Pointer to the first image of the list.
+ 
+     // Destructor.
+-    ~CImgList();
++    ~CImgList() {}
+     // Empty constructor.
+     CImgList():_width(0),_allocated_width(0),_data(0) {}
+     // Use to allocate a new image list with specified dimension.



Home | Main Index | Thread Index | Old Index