Mon Apr 25 16:19:45 2022 UTC ()
socket++: fix another makeinfo syntax error


(tnn)
diff -r1.9 -r1.10 pkgsrc/net/socket++/distinfo
diff -r1.2 -r1.3 pkgsrc/net/socket++/patches/patch-af
diff -r1.1 -r1.2 pkgsrc/net/socket++/patches/patch-doc_socket++.texi

cvs diff -r1.9 -r1.10 pkgsrc/net/socket++/distinfo (expand / switch to unified diff)

--- pkgsrc/net/socket++/distinfo 2022/04/25 16:17:48 1.9
+++ pkgsrc/net/socket++/distinfo 2022/04/25 16:19:45 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: distinfo,v 1.9 2022/04/25 16:17:48 tnn Exp $ 1$NetBSD: distinfo,v 1.10 2022/04/25 16:19:45 tnn Exp $
2 2
3BLAKE2s (socket++-1.12.10.tar.gz) = d09b25892fbd45493a08daf416cee43f6ea349560ead28e9d3c213ce46f803bf 3BLAKE2s (socket++-1.12.10.tar.gz) = d09b25892fbd45493a08daf416cee43f6ea349560ead28e9d3c213ce46f803bf
4SHA512 (socket++-1.12.10.tar.gz) = 297dfc7283e8fcfb717679fa2e8b02c51115e6bda1586badead35bc4a37d0defeef3b198bc14e64b59a74cbd3fe61b9496516205e7d5bfa6f5d65890d629db6c 4SHA512 (socket++-1.12.10.tar.gz) = 297dfc7283e8fcfb717679fa2e8b02c51115e6bda1586badead35bc4a37d0defeef3b198bc14e64b59a74cbd3fe61b9496516205e7d5bfa6f5d65890d629db6c
5Size (socket++-1.12.10.tar.gz) = 62741 bytes 5Size (socket++-1.12.10.tar.gz) = 62741 bytes
6SHA1 (patch-aa) = 6fc10ecc5e4a78d452bd4264fea0b88628de360f 6SHA1 (patch-aa) = 6fc10ecc5e4a78d452bd4264fea0b88628de360f
7SHA1 (patch-ab) = 2fa03c7ee83dca495db14887e3c179388f71c71a 7SHA1 (patch-ab) = 2fa03c7ee83dca495db14887e3c179388f71c71a
8SHA1 (patch-ac) = a7e48aa5795fd4d78bc2d133e72c51417172b6f9 8SHA1 (patch-ac) = a7e48aa5795fd4d78bc2d133e72c51417172b6f9
9SHA1 (patch-ad) = 7f0ffbf79592b340a45f2c7868b7a6904a63c9f3 9SHA1 (patch-ad) = 7f0ffbf79592b340a45f2c7868b7a6904a63c9f3
10SHA1 (patch-ae) = df00fd55c4af18ec1aaed4a1a16432146e026aff 10SHA1 (patch-ae) = df00fd55c4af18ec1aaed4a1a16432146e026aff
11SHA1 (patch-af) = 11a301e5b4ce55e048dbafbf41465a3513d96bb1 11SHA1 (patch-af) = 11a301e5b4ce55e048dbafbf41465a3513d96bb1
12SHA1 (patch-ag) = 403b04500cb267d70f4bb6254a1b479f181eda32 12SHA1 (patch-ag) = 403b04500cb267d70f4bb6254a1b479f181eda32
13SHA1 (patch-configure.in) = f1e1f1466553f619254f477bf9343bdeb2aaeec1 13SHA1 (patch-configure.in) = f1e1f1466553f619254f477bf9343bdeb2aaeec1
14SHA1 (patch-doc_socket++.texi) = 53b6d2d01b99252ba19eddcd67516034ff8f4850 14SHA1 (patch-doc_socket++.texi) = 5da3cc4ef5173a72949c4d733a20098142f68903

cvs diff -r1.2 -r1.3 pkgsrc/net/socket++/patches/patch-af (expand / switch to unified diff)

--- pkgsrc/net/socket++/patches/patch-af 2022/04/25 16:17:48 1.2
+++ pkgsrc/net/socket++/patches/patch-af 2022/04/25 16:19:45 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: patch-af,v 1.2 2022/04/25 16:17:48 tnn Exp $ 1$NetBSD: patch-af,v 1.3 2022/04/25 16:19:45 tnn Exp $
2 2
3--- socket++/sockstream.cpp.orig 2003-03-14 18:26:07.000000000 +0000 3--- socket++/sockstream.cpp.orig 2003-03-14 18:26:07.000000000 +0000
4+++ socket++/sockstream.cpp 4+++ socket++/sockstream.cpp
5@@ -71,6 +71,10 @@ 5@@ -71,6 +71,10 @@
6 #if defined(__APPLE__) 6 #if defined(__APPLE__)
7 #typedef int socklen_t; 7 #typedef int socklen_t;
8 #endif 8 #endif
9+#if defined(__sun) 9+#if defined(__sun)
10+#include <sys/filio.h> 10+#include <sys/filio.h>
11+#include <sys/sockio.h> 11+#include <sys/sockio.h>
12+#endif 12+#endif
13  13
14 #ifndef WIN32 14 #ifndef WIN32

cvs diff -r1.1 -r1.2 pkgsrc/net/socket++/patches/patch-doc_socket++.texi (expand / switch to unified diff)

--- pkgsrc/net/socket++/patches/patch-doc_socket++.texi 2022/04/25 16:17:48 1.1
+++ pkgsrc/net/socket++/patches/patch-doc_socket++.texi 2022/04/25 16:19:45 1.2
@@ -1,23 +1,32 @@ @@ -1,23 +1,32 @@
1$NetBSD: patch-doc_socket++.texi,v 1.1 2022/04/25 16:17:48 tnn Exp $ 1$NetBSD: patch-doc_socket++.texi,v 1.2 2022/04/25 16:19:45 tnn Exp $
2 2
3socket++.texi:2337: raising the section level of @subsection which is too low 3socket++.texi:2337: raising the section level of @subsection which is too low
4socket++.texi:2452: raising the section level of @subsection which is too low 4socket++.texi:2452: raising the section level of @subsection which is too low
 5socket++.texi:2350: raising the section level of @subsection which is too low
5 6
6--- doc/socket++.texi.orig 2002-11-25 12:31:56.000000000 +0000 7--- doc/socket++.texi.orig 2002-11-25 12:31:56.000000000 +0000
7+++ doc/socket++.texi 8+++ doc/socket++.texi
8@@ -2334,7 +2334,6 @@ an @code{echo} object is a smart pointer 9@@ -2334,7 +2334,6 @@ an @code{echo} object is a smart pointer
9  10
10 @end table 11 @end table
11  12
12-@subsection tsecho.C 13-@subsection tsecho.C
13 @example 14 @example
14 // echo server. Serves clients at port 4000. 15 // echo server. Serves clients at port 4000.
15 #include <echo.h> 16 #include <echo.h>
16@@ -2449,7 +2448,6 @@ recipient previously established through 17@@ -2348,7 +2347,6 @@ int main ()
 18 @}
 19 @end example
 20
 21-@subsection tcecho.C
 22 @example
 23 // echo client. Sends "mary had a litte lamb" to the server
 24 #include <echo.h>
 25@@ -2449,7 +2447,6 @@ recipient previously established through
17  26
18 @end table 27 @end table
19  28
20-@subsection tcsmtp.C 29-@subsection tcsmtp.C
21 @example 30 @example
22 // smtp client. 31 // smtp client.
23 // The president sends a message to gs4t@@virginia.edu. 32 // The president sends a message to gs4t@@virginia.edu.