pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/socket++ socket++: fix another makeinfo syntax error



details:   https://anonhg.NetBSD.org/pkgsrc/rev/086aa736a6cc
branches:  trunk
changeset: 377958:086aa736a6cc
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Apr 25 16:19:45 2022 +0000

description:
socket++: fix another makeinfo syntax error

diffstat:

 net/socket++/distinfo                        |   4 ++--
 net/socket++/patches/patch-af                |   2 +-
 net/socket++/patches/patch-doc_socket++.texi |  13 +++++++++++--
 3 files changed, 14 insertions(+), 5 deletions(-)

diffs (54 lines):

diff -r 128bb924b21a -r 086aa736a6cc net/socket++/distinfo
--- a/net/socket++/distinfo     Mon Apr 25 16:17:48 2022 +0000
+++ b/net/socket++/distinfo     Mon Apr 25 16:19:45 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2022/04/25 16:17:48 tnn Exp $
+$NetBSD: distinfo,v 1.10 2022/04/25 16:19:45 tnn Exp $
 
 BLAKE2s (socket++-1.12.10.tar.gz) = d09b25892fbd45493a08daf416cee43f6ea349560ead28e9d3c213ce46f803bf
 SHA512 (socket++-1.12.10.tar.gz) = 297dfc7283e8fcfb717679fa2e8b02c51115e6bda1586badead35bc4a37d0defeef3b198bc14e64b59a74cbd3fe61b9496516205e7d5bfa6f5d65890d629db6c
@@ -11,4 +11,4 @@
 SHA1 (patch-af) = 11a301e5b4ce55e048dbafbf41465a3513d96bb1
 SHA1 (patch-ag) = 403b04500cb267d70f4bb6254a1b479f181eda32
 SHA1 (patch-configure.in) = f1e1f1466553f619254f477bf9343bdeb2aaeec1
-SHA1 (patch-doc_socket++.texi) = 53b6d2d01b99252ba19eddcd67516034ff8f4850
+SHA1 (patch-doc_socket++.texi) = 5da3cc4ef5173a72949c4d733a20098142f68903
diff -r 128bb924b21a -r 086aa736a6cc net/socket++/patches/patch-af
--- a/net/socket++/patches/patch-af     Mon Apr 25 16:17:48 2022 +0000
+++ b/net/socket++/patches/patch-af     Mon Apr 25 16:19:45 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.2 2022/04/25 16:17:48 tnn Exp $
+$NetBSD: patch-af,v 1.3 2022/04/25 16:19:45 tnn Exp $
 
 --- socket++/sockstream.cpp.orig       2003-03-14 18:26:07.000000000 +0000
 +++ socket++/sockstream.cpp
diff -r 128bb924b21a -r 086aa736a6cc net/socket++/patches/patch-doc_socket++.texi
--- a/net/socket++/patches/patch-doc_socket++.texi      Mon Apr 25 16:17:48 2022 +0000
+++ b/net/socket++/patches/patch-doc_socket++.texi      Mon Apr 25 16:19:45 2022 +0000
@@ -1,7 +1,8 @@
-$NetBSD: patch-doc_socket++.texi,v 1.1 2022/04/25 16:17:48 tnn Exp $
+$NetBSD: patch-doc_socket++.texi,v 1.2 2022/04/25 16:19:45 tnn Exp $
 
 socket++.texi:2337: raising the section level of @subsection which is too low
 socket++.texi:2452: raising the section level of @subsection which is too low
+socket++.texi:2350: raising the section level of @subsection which is too low
 
 --- doc/socket++.texi.orig     2002-11-25 12:31:56.000000000 +0000
 +++ doc/socket++.texi
@@ -13,7 +14,15 @@
  @example
  // echo server. Serves clients at port 4000.
  #include <echo.h>
-@@ -2449,7 +2448,6 @@ recipient previously established through
+@@ -2348,7 +2347,6 @@ int main ()
+ @}
+ @end example
+ 
+-@subsection tcecho.C
+ @example
+ // echo client. Sends "mary had a litte lamb" to the server
+ #include <echo.h>
+@@ -2449,7 +2447,6 @@ recipient previously established through
  
  @end table
  



Home | Main Index | Thread Index | Old Index