pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/quirc
Module Name: pkgsrc
Committed By: joerg
Date: Thu Mar 26 02:39:01 UTC 2020
Modified Files:
pkgsrc/chat/quirc: distinfo
Added Files:
pkgsrc/chat/quirc/patches: patch-servertcl.cc
Log Message:
Fix const use
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/chat/quirc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/quirc/patches/patch-servertcl.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/quirc/distinfo
diff -u pkgsrc/chat/quirc/distinfo:1.12 pkgsrc/chat/quirc/distinfo:1.13
--- pkgsrc/chat/quirc/distinfo:1.12 Tue Nov 3 01:20:23 2015
+++ pkgsrc/chat/quirc/distinfo Thu Mar 26 02:39:01 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2015/11/03 01:20:23 agc Exp $
+$NetBSD: distinfo,v 1.13 2020/03/26 02:39:01 joerg Exp $
SHA1 (quirc-0.9.84.tar.gz) = 0d9aa3f35616c3d5e6835a318266f1c71232e4d1
RMD160 (quirc-0.9.84.tar.gz) = 6fdacee28b63363c3276349c32bd7bfbd463ff19
@@ -12,4 +12,5 @@ SHA1 (patch-history.h) = 7f8a6a742cd169c
SHA1 (patch-nick.h) = 5a7e46b1da8c4e6381d00bb7477706df52c1505b
SHA1 (patch-query.h) = 6803318fea7c20a1b3d477bc0e55ad42a5b08862
SHA1 (patch-serverdcc.h) = 4354cc730fd2d5bda072c61fa00e06d10c6c9448
+SHA1 (patch-servertcl.cc) = 3b8f4781c19342af85ebe2a6f38d38c5d80d5305
SHA1 (patch-tcl.cc) = dce4bcb73d29edd03e97fccdf1af68c3820e8c24
Added files:
Index: pkgsrc/chat/quirc/patches/patch-servertcl.cc
diff -u /dev/null pkgsrc/chat/quirc/patches/patch-servertcl.cc:1.1
--- /dev/null Thu Mar 26 02:39:01 2020
+++ pkgsrc/chat/quirc/patches/patch-servertcl.cc Thu Mar 26 02:39:01 2020
@@ -0,0 +1,22 @@
+$NetBSD: patch-servertcl.cc,v 1.1 2020/03/26 02:39:01 joerg Exp $
+
+--- servertcl.cc.orig 2020-03-25 14:15:08.938867224 +0000
++++ servertcl.cc
+@@ -877,7 +877,7 @@ int TT_Proc___template__script(TT_PROC_A
+ twindow *windowp;
+ char temp[TEMPLEN];
+ char assemble[TEMPLEN];
+- char *pos;
++ const char *pos;
+ const char *afterslash;
+ int n;
+ if(argc>=3) {
+@@ -997,7 +997,7 @@ int TT_Proc___template__unscript(TT_PROC
+ twindow *windowp;
+ char temp[TEMPLEN];
+ char storage[TEMPLEN];
+- char *pos;
++ const char *pos;
+ const char *afterslash;
+ int n;
+ if(argc>=3) {
Home |
Main Index |
Thread Index |
Old Index