FreeBSD Bugzilla – Attachment 81568 Details for
Bug 116807
Update port: textproc/sxml
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sxml.diff
sxml.diff (text/x-diff; charset=us-ascii), 1.70 KB, created by
Kouichi ABE
on 2007-10-06 12:07:18 UTC
(
hide
)
Description:
sxml.diff
Filename:
MIME Type:
Creator:
Kouichi ABE
Created:
2007-10-06 12:07:18 UTC
Size:
1.70 KB
patch
obsolete
>diff -Nru sxml/Makefile sxml-local/Makefile >--- sxml/Makefile Mon Jul 16 07:16:11 2007 >+++ sxml-local/Makefile Sat Oct 6 19:51:09 2007 >@@ -6,7 +6,7 @@ > # > > PORTNAME= sxml >-PORTVERSION= 1.0.4 >+PORTVERSION= 1.0.5 > CATEGORIES= textproc > MASTER_SITES= http://www.MysticWALL.COM/download/ > >diff -Nru sxml/distinfo sxml-local/distinfo >--- sxml/distinfo Mon Jul 16 07:16:11 2007 >+++ sxml-local/distinfo Tue Sep 4 17:20:24 2007 >@@ -1,3 +1,3 @@ >-MD5 (sxml-1.0.4.tar.bz2) = 647b30e1a7afa980898ddeca30a63f9d >-SHA256 (sxml-1.0.4.tar.bz2) = 920daad6bb15a2e86e064b4d9cc7a6d26ca4329ac9e30baa29b92ca11b07e6ff >-SIZE (sxml-1.0.4.tar.bz2) = 57423 >+MD5 (sxml-1.0.5.tar.bz2) = e889de22e5f4e79b57cef22b994a09ee >+SHA256 (sxml-1.0.5.tar.bz2) = de36369e23e8a594cab54e737a29e7e102376eaad89c75035e772fbdd44c6b42 >+SIZE (sxml-1.0.5.tar.bz2) = 61771 >diff -Nru sxml/files/patch-sxmlrpc.c sxml-local/files/patch-sxmlrpc.c >--- sxml/files/patch-sxmlrpc.c Mon Aug 6 02:21:33 2007 >+++ sxml-local/files/patch-sxmlrpc.c Thu Jan 1 09:00:00 1970 >@@ -1,23 +0,0 @@ >---- sxmlrpc.c.org Mon Jul 3 17:28:19 2006 >-+++ sxmlrpc.c Mon Aug 6 00:50:08 2007 >-@@ -442,6 +442,10 @@ >- >- /*****************************************************************************/ >- >-+static sxmlrpc_boolean_t forever = true; >-+ >-+static void trap(int signo) { forever = false; } >-+ >- int >- sxmlrpc_server(sxRPC, backlog, callback) >- sxmlrpc_t * sxRPC; >-@@ -458,9 +462,7 @@ >- listenfd = netfd_tcp_server(sxRPC->hostname, sxRPC->servname, backlog); >- if (listenfd != NULL) { >- struct sigaction act; >-- sxmlrpc_boolean_t forever = true; >- >-- static void trap(int signo) { forever = false; } >- sigemptyset(&act.sa_mask); >- act.sa_flags = 0; >- act.sa_handler = (void *)trap;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 116807
:
81566
|
81567
| 81568