ports/103748: [PATCH] comms/kermit: [SUMMARIZE CHANGES]

trasz trasz at pin.if.uz.zgora.pl
Thu Sep 28 11:10:27 UTC 2006


>Number:         103748
>Category:       ports
>Synopsis:       [PATCH] comms/kermit: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 28 11:10:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat Jun  3 01:12:10 CEST
>Description:
Fix compilation error with gcc41.

(http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006092721/kermit-8.0.211.log)

Added file(s):
- files/patch-ck_crp.c

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- kermit-8.0.211.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/comms/kermit/files/patch-ck_crp.c /home/trasz/kermit/files/patch-ck_crp.c
--- /usr/ports/comms/kermit/files/patch-ck_crp.c	Thu Jan  1 01:00:00 1970
+++ /home/trasz/kermit/files/patch-ck_crp.c	Thu Sep 28 13:06:00 2006
@@ -0,0 +1,13 @@
+--- ck_crp.c.orig	Thu Sep 28 12:56:58 2006
++++ ck_crp.c	Thu Sep 28 12:57:09 2006
+@@ -467,8 +467,8 @@
+  * These function pointers point to the current routines
+  * for encrypting and decrypting data.
+  */
+-static VOID     (*encrypt_output) P((unsigned char *, int));
+-static int      (*decrypt_input) P((int));
++VOID     (*encrypt_output) P((unsigned char *, int));
++int      (*decrypt_input) P((int));
+ 
+ #ifdef DEBUG
+ static int encrypt_debug_mode = 1;
--- kermit-8.0.211.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list