Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4481

Modified Files:
        ftp-tls.info ftp-tls.patch 
Log Message:
XCode2.1 patch is safe to backport, so sync pkg with 10.4T


Index: ftp-tls.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/ftp-tls.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ftp-tls.info        14 Jul 2005 07:24:07 -0000      1.1
+++ ftp-tls.info        14 Jul 2005 07:48:13 -0000      1.2
@@ -1,6 +1,6 @@
 Package: ftp-tls
 Version: 20020906
-Revision: 3
+Revision: 4
 Source: ftp://ftp.runestig.com/pub/ftp-tls/ftp-tls-%v.tar.gz
 Depends: openssl097-shlibs
 BuildDepends: openssl097-dev

Index: ftp-tls.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo/ftp-tls.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ftp-tls.patch       14 Jul 2005 07:24:07 -0000      1.1
+++ ftp-tls.patch       14 Jul 2005 07:48:13 -0000      1.2
@@ -70,3 +70,88 @@
                el_set(el, EL_HIST, history, hist);     /* use history */
  
                el_set(el, EL_EDITOR, "emacs"); /* default editor is emacs */
+diff -ur ftp-tls-20020906.old/extern.h ftp-tls-20020906/extern.h
+--- ftp-tls-20020906.old/extern.h      2002-05-21 23:43:08.000000000 -0700
++++ ftp-tls-20020906/extern.h  2005-06-13 11:27:04.000000000 -0700
+@@ -65,7 +65,11 @@
+  *    @(#)extern.h    8.3 (Berkeley) 10/9/94
+  */
+ 
++#ifndef __EXTERN_H
++#define __EXTERN_H
++
+ #include <sys/types.h>
++#include "ftp_var.h"
+ 
+ void    abort_remote __P((FILE *));
+ void    abortpt __P((int));
+@@ -219,3 +223,5 @@
+ extern char   reply_string[];
+ extern off_t  restart_point;
+ extern int    NCMDS;
++
++#endif
+diff -ur ftp-tls-20020906.old/ftp_var.h ftp-tls-20020906/ftp_var.h
+--- ftp-tls-20020906.old/ftp_var.h     2002-07-25 09:49:16.000000000 -0700
++++ ftp-tls-20020906/ftp_var.h 2005-06-13 11:29:21.000000000 -0700
+@@ -65,6 +65,9 @@
+  *    @(#)ftp_var.h   8.4 (Berkeley) 10/9/94
+  */
+ 
++#ifndef __FTP_VAR_H
++#define __FTP_VAR_H
++
+ /*
+  * FTP global variables.
+  */
+@@ -86,6 +89,22 @@
+ #endif
+ 
+ #include "stringlist.h"
++
++/*
++ * Format of command table.
++ */
++struct cmd {
++      char    *c_name;        /* name of command */
++      char    *c_help;        /* help string */
++      char     c_bell;        /* give bell when command completes */
++      char     c_conn;        /* must be connected to use command */
++      char     c_proxy;       /* proxy server may execute */
++#ifndef SMALL
++      char    *c_complete;    /* context sensitive completion list */
++#endif /* !SMALL */
++      void    (*c_handler) __P((int, char **)); /* function to call */
++};
++
+ #include "extern.h"
+ 
+ #define HASHBYTES     1024
+@@ -195,21 +214,6 @@
+ 
+ int   options;                /* used during socket creation */
+ 
+-/*
+- * Format of command table.
+- */
+-struct cmd {
+-      char    *c_name;        /* name of command */
+-      char    *c_help;        /* help string */
+-      char     c_bell;        /* give bell when command completes */
+-      char     c_conn;        /* must be connected to use command */
+-      char     c_proxy;       /* proxy server may execute */
+-#ifndef SMALL
+-      char    *c_complete;    /* context sensitive completion list */
+-#endif /* !SMALL */
+-      void    (*c_handler) __P((int, char **)); /* function to call */
+-};
+-
+ struct macel {
+       char mac_name[9];       /* macro name */
+       char *mac_start;        /* start of macro in macbuf */
+@@ -224,3 +228,5 @@
+ 
+ /* sig_t isn't what we expect on all platforms so we use a custom one */
+ typedef void (*my_sig_t)__P((int));
++
++#endif



-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to