Index: branches/2018Q1/textproc/scim/files/patch-src_scim__debug.h =================================================================== --- branches/2018Q1/textproc/scim/files/patch-src_scim__debug.h (nonexistent) +++ branches/2018Q1/textproc/scim/files/patch-src_scim__debug.h (revision 458190) @@ -0,0 +1,13 @@ +https://github.com/scim-im/scim/commit/ea2a777b2fab + +--- src/scim_debug.h.orig 2008-11-02 06:42:34 UTC ++++ src/scim_debug.h +@@ -41,7 +41,7 @@ namespace scim { + * @name The mask for debug messages filtering. + * @{ + */ +-#define SCIM_DEBUG_AllMask (~0) /**< Show all messages. */ ++#define SCIM_DEBUG_AllMask ((uint32)~0) /**< Show all messages. */ + #define SCIM_DEBUG_MainMask 1 /**< Show messages of main application. */ + #define SCIM_DEBUG_ConfigMask 2 /**< Show messages of Config objects */ + #define SCIM_DEBUG_IMEngineMask 4 /**< Show messages of IMEngine objects */ Property changes on: branches/2018Q1/textproc/scim/files/patch-src_scim__debug.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2018Q1/textproc/scim/files/patch-src_scim__pointer.h =================================================================== --- branches/2018Q1/textproc/scim/files/patch-src_scim__pointer.h (nonexistent) +++ branches/2018Q1/textproc/scim/files/patch-src_scim__pointer.h (revision 458190) @@ -0,0 +1,13 @@ +https://github.com/scim-im/scim/commit/bdeff0b45eda + +--- src/scim_pointer.h.orig 2008-11-02 06:42:37 UTC ++++ src/scim_pointer.h +@@ -84,7 +84,7 @@ class Pointer (public) + //!< + //!<
Initialize a new Pointer with any dumb pointer. + +- Pointer(Pointer& src) : t(0) ++ Pointer(const Pointer& src) : t(0) + { + set(src.get()); + } Property changes on: branches/2018Q1/textproc/scim/files/patch-src_scim__pointer.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2018Q1 =================================================================== --- branches/2018Q1 (revision 458189) +++ branches/2018Q1 (revision 458190) Property changes on: branches/2018Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r458189