pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gmic
Module Name: pkgsrc
Committed By: joerg
Date: Tue Feb 14 21:29:01 UTC 2017
Modified Files:
pkgsrc/graphics/gmic: distinfo
Added Files:
pkgsrc/graphics/gmic/patches: patch-src_gmic.h
Log Message:
Provide an actual dtor implementation.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/gmic/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/gmic/patches/patch-src_gmic.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/gmic/distinfo
diff -u pkgsrc/graphics/gmic/distinfo:1.4 pkgsrc/graphics/gmic/distinfo:1.5
--- pkgsrc/graphics/gmic/distinfo:1.4 Sun Sep 18 06:57:24 2016
+++ pkgsrc/graphics/gmic/distinfo Tue Feb 14 21:29:01 2017
@@ -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
Added files:
Index: pkgsrc/graphics/gmic/patches/patch-src_gmic.h
diff -u /dev/null pkgsrc/graphics/gmic/patches/patch-src_gmic.h:1.1
--- /dev/null Tue Feb 14 21:29:01 2017
+++ pkgsrc/graphics/gmic/patches/patch-src_gmic.h Tue Feb 14 21:29:01 2017
@@ -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