OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Mar-2005 08:53:58
Branch: HEAD Handle: 2005032407535800
Modified files:
openpkg-src/smbc smbc.patch smbc.spec
Log:
upgrading package: smbc 1.1.2 -> 1.2.1
Summary:
Revision Changes Path
1.6 +26 -3 openpkg-src/smbc/smbc.patch
1.16 +3 -2 openpkg-src/smbc/smbc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/smbc/smbc.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 smbc.patch
--- openpkg-src/smbc/smbc.patch 15 Feb 2005 18:06:06 -0000 1.5
+++ openpkg-src/smbc/smbc.patch 24 Mar 2005 07:53:58 -0000 1.6
@@ -1,6 +1,17 @@
+Index: src/fnet.h
+--- src/fnet.h.orig 2005-03-17 13:56:40 +0100
++++ src/fnet.h 2005-03-24 08:47:57 +0100
+@@ -14,6 +14,7 @@
+ #define RdelwinE(ptr) { if (ptr) werase(ptr); delwin(ptr); ptr = NULL; }
+ #include <curses.h>
+ #include <time.h>
++#include <sys/types.h>
+
+ #ifdef HAVE_STRING_H
+ #include <string.h>
Index: src/smbc.c
---- src/smbc.c.orig 2004-09-23 11:07:25 +0200
-+++ src/smbc.c 2004-09-30 20:24:55 +0200
+--- src/smbc.c.orig 2005-03-18 13:31:53 +0100
++++ src/smbc.c 2005-03-24 08:31:31 +0100
@@ -23,6 +23,8 @@
#endif /* HAVE_STRINGS_H */
#endif /* not HAVE_STRING_H */
@@ -10,7 +21,7 @@
#include <sys/ioctl.h>
#include <libintl.h>
#include <sys/file.h>
-@@ -1391,7 +1391,7 @@
+@@ -1175,7 +1177,7 @@
int Rkey, Rsel, RmaxY, Rx6, Ri, RlFirst, RlSelect;
TTdownload *RdownloadListTmp, *RdownloadListTmp2;
int Rcut = 0;
@@ -19,3 +30,15 @@
void
RpaintList(int Rfirst, int Rselect)
+Index: src/rtypedef.h
+--- src/rtypedef.h.orig 2005-03-17 08:07:52 +0100
++++ src/rtypedef.h 2005-03-24 08:53:02 +0100
+@@ -10,6 +10,8 @@
+ // -------------------------------------------------------------------
+
+ #include "consts.h"
++#include <time.h>
++#include <sys/time.h>
+
+ #define RMAXDIRLEN 1000
+ #define TdownloadsizeDisplayRLen 6
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/smbc/smbc.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 smbc.spec
--- openpkg-src/smbc/smbc.spec 24 Feb 2005 09:28:58 -0000 1.15
+++ openpkg-src/smbc/smbc.spec 24 Mar 2005 07:53:58 -0000 1.16
@@ -33,8 +33,8 @@
Class: EVAL
Group: Filesystem
License: GPL
-Version: 1.1.2
-Release: 20050224
+Version: 1.2.1
+Release: 20050324
# list of sources
Source0: http://smbc.airm.net/%{version}/smbc-%{version}.tgz
@@ -73,6 +73,7 @@
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
+ LIBS="-liconv" \
./configure \
--prefix=%{l_prefix} \
--datadir=%{l_prefix}/share \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]