pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/IglooFTP Eliminate use of BSDisms __P() and __cons...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45427eb4ba3f
branches:  trunk
changeset: 502709:45427eb4ba3f
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 08 15:47:44 2005 +0000

description:
Eliminate use of BSDisms __P() and __const in the only place they are used
(internal strptime(3) replacement prototypes).

diffstat:

 net/IglooFTP/distinfo         |   5 ++++-
 net/IglooFTP/patches/patch-ac |  13 +++++++++++++
 net/IglooFTP/patches/patch-ad |  12 ++++++++++++
 net/IglooFTP/patches/patch-ae |  12 ++++++++++++
 4 files changed, 41 insertions(+), 1 deletions(-)

diffs (64 lines):

diff -r 89edb7949f7e -r 45427eb4ba3f net/IglooFTP/distinfo
--- a/net/IglooFTP/distinfo     Tue Nov 08 15:41:20 2005 +0000
+++ b/net/IglooFTP/distinfo     Tue Nov 08 15:47:44 2005 +0000
@@ -1,7 +1,10 @@
-$NetBSD: distinfo,v 1.4 2005/11/03 22:39:38 rillig Exp $
+$NetBSD: distinfo,v 1.5 2005/11/08 15:47:44 tv Exp $
 
 SHA1 (IglooFTP-0.6.1.src.tar.gz) = ab56bc6c15dc81525b8e987ae5fc15e562f92eed
 RMD160 (IglooFTP-0.6.1.src.tar.gz) = 7f0971ec857542d96a09dffc9db8a3544df38fae
 Size (IglooFTP-0.6.1.src.tar.gz) = 300553 bytes
 SHA1 (patch-aa) = 62f8e163e4b4fa3842732c11beb712bbd3a7448a
 SHA1 (patch-ab) = 95acf4685cf1da0ce04afc86f92ce201b24324e5
+SHA1 (patch-ac) = 4ab6aaf9e8bd4765a3d64a83ce6b84e661433749
+SHA1 (patch-ad) = 9e2fbcc3ece0782d32b8bf661dd81e513822852e
+SHA1 (patch-ae) = 84cd31095b3b4772e27f7bc56daeaf77834680b6
diff -r 89edb7949f7e -r 45427eb4ba3f net/IglooFTP/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/IglooFTP/patches/patch-ac     Tue Nov 08 15:47:44 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2005/11/08 15:47:44 tv Exp $
+
+--- src/protos.h.orig  1999-04-15 12:05:15.000000000 -0400
++++ src/protos.h
+@@ -132,7 +132,7 @@ char PANEL_FOCUS;
+ 
+ 
+ /* EXTERN */
+-extern char *strptime __P ((__const char *__s, __const char *__fmt, struct tm * __tp));
++extern char *strptime (const char *__s, const char *__fmt, struct tm * __tp);
+ 
+ 
+ 
diff -r 89edb7949f7e -r 45427eb4ba3f net/IglooFTP/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/IglooFTP/patches/patch-ad     Tue Nov 08 15:47:44 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2005/11/08 15:47:44 tv Exp $
+
+--- src/local_select.h.orig    1999-04-15 12:05:15.000000000 -0400
++++ src/local_select.h
+@@ -271,7 +271,6 @@ local_compare_directories (GtkWidget * w
+   gchar *filename;
+   gchar *filesize;
+   char *filedate;
+-  extern char *strptime __P ((__const char *__s, __const char *__fmt, struct tm * __tp));
+ 
+   gtk_clist_freeze (GTK_CLIST (clist));
+   gtk_clist_unselect_all (GTK_CLIST (clist));
diff -r 89edb7949f7e -r 45427eb4ba3f net/IglooFTP/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/IglooFTP/patches/patch-ae     Tue Nov 08 15:47:44 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2005/11/08 15:47:44 tv Exp $
+
+--- src/remote_select.h.orig   1999-04-15 12:05:15.000000000 -0400
++++ src/remote_select.h
+@@ -270,7 +270,6 @@ remote_compare_directories (GtkWidget * 
+   gchar *filename;
+   gchar *filesize;
+   char *filedate;
+-  extern char *strptime __P ((__const char *__s, __const char *__fmt, struct tm * __tp));
+ 
+   gtk_clist_freeze (GTK_CLIST (clist));
+   gtk_clist_unselect_all (GTK_CLIST (clist));



Home | Main Index | Thread Index | Old Index