pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/qlandkartem Another day, another C++ syntax ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1e9303a602f
branches:  trunk
changeset: 368007:d1e9303a602f
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Sep 09 23:57:36 2017 +0000

description:
Another day, another C++ syntax change.

diffstat:

 geography/qlandkartem/distinfo                       |   3 ++-
 geography/qlandkartem/patches/patch-src_CDlgMenu.cpp |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 76aec67ac1af -r d1e9303a602f geography/qlandkartem/distinfo
--- a/geography/qlandkartem/distinfo    Sat Sep 09 23:52:28 2017 +0000
+++ b/geography/qlandkartem/distinfo    Sat Sep 09 23:57:36 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 00:08:45 agc Exp $
+$NetBSD: distinfo,v 1.5 2017/09/09 23:57:36 dholland Exp $
 
 SHA1 (QLandkarteM.0.2.0.tar.gz) = 54649684df7dd904d436eee37513c3dcd42c44bf
 RMD160 (QLandkarteM.0.2.0.tar.gz) = e6f18e7442b2845c9e492c67f44114bae1a5730c
@@ -6,4 +6,5 @@
 Size (QLandkarteM.0.2.0.tar.gz) = 422493 bytes
 SHA1 (patch-aa) = e3b996bcd37034e4486af58fc32c2f06492ec809
 SHA1 (patch-ab) = 85ee59c2e40adc3927a928ff8becb983ee329148
+SHA1 (patch-src_CDlgMenu.cpp) = 2b9cf35ca1f5f7a297e7533dfe1266818dce7109
 SHA1 (patch-src_GeoMath_cpp) = c4005cf917b6cd4bfff658137d3134bcfdfb5c8e
diff -r 76aec67ac1af -r d1e9303a602f geography/qlandkartem/patches/patch-src_CDlgMenu.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/qlandkartem/patches/patch-src_CDlgMenu.cpp      Sat Sep 09 23:57:36 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_CDlgMenu.cpp,v 1.1 2017/09/09 23:57:36 dholland Exp $
+
+Another day, another C++ syntax change.
+
+--- src/CDlgMenu.cpp~  2009-10-13 17:50:05.000000000 +0000
++++ src/CDlgMenu.cpp
+@@ -41,7 +41,7 @@
+ #define _MKSTR(x)      _MKSTR_1(x)
+ #endif
+ 
+-#define VER_STR       _MKSTR(VER_MAJOR)"."_MKSTR(VER_MINOR)"."_MKSTR(VER_STEP)
++#define VER_STR       _MKSTR(VER_MAJOR) "." _MKSTR(VER_MINOR) "." _MKSTR(VER_STEP)
+ 
+ CDlgMenu * CDlgMenu::m_self = 0;
+ 



Home | Main Index | Thread Index | Old Index