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: 07-Oct-2006 11:30:09
Branch: HEAD Handle: 2006100710300900
Added files:
openpkg-src/imap imap.patch
Modified files:
openpkg-src/imap imap.spec
Log:
upgrading package: imap 2006a -> 2006b
Summary:
Revision Changes Path
1.1 +26 -0 openpkg-src/imap/imap.patch
1.45 +5 -3 openpkg-src/imap/imap.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/imap/imap.patch
============================================================================
$ cvs diff -u -r0 -r1.1 imap.patch
--- /dev/null 2006-10-07 11:30:08 +0200
+++ imap.patch 2006-10-07 11:30:09 +0200
@@ -0,0 +1,26 @@
+Index: src/osdep/unix/os_soln.h
+--- src/osdep/unix/os_soln.h.orig 2006-09-15 16:38:24.000000000 +0000
++++ src/osdep/unix/os_soln.h 2006-10-03 18:14:33.819454648 +0000
+@@ -72,9 +72,6 @@
+ long gethostid (void);
+ typedef int (*select_t) (struct direct *name);
+ typedef int (*compar_t) (const void *d1,const void *d2);
+-int scandir (char *dirname,struct direct ***namelist,select_t select,
+- compar_t compar);
+-int alphasort (void *d1,void *d2);
+
+
+ #include "env_unix.h"
+Index: src/osdep/unix/os_solo.h
+--- src/osdep/unix/os_solo.h.orig 2006-09-15 16:38:42.000000000 +0000
++++ src/osdep/unix/os_solo.h 2006-10-03 18:15:13.928608943 +0000
+@@ -69,9 +69,6 @@
+ long gethostid (void);
+ typedef int (*select_t) (struct direct *name);
+ typedef int (*compar_t) (const void *d1,const void *d2);
+-int scandir (char *dirname,struct direct ***namelist,select_t select,
+- compar_t compar);
+-int alphasort (void *d1,void *d2);
+
+
+ #include "env_unix.h"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/imap/imap.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 imap.spec
--- openpkg-src/imap/imap.spec 23 Sep 2006 07:36:25 -0000 1.44
+++ openpkg-src/imap/imap.spec 7 Oct 2006 09:30:09 -0000 1.45
@@ -23,8 +23,8 @@
##
# package version
-%define V_real 2006a
-%define V_here 2006a
+%define V_real 2006b
+%define V_here 2006b
# package information
Name: imap
@@ -37,7 +37,7 @@
Group: Mail
License: University of Washington's Free-Fork License
Version: %{V_here}
-Release: 20060923
+Release: 20061007
# package options
%option with_ssl yes
@@ -47,6 +47,7 @@
# list of sources
Source0: ftp://ftp.cac.washington.edu/imap/imap-%{V_real}.tar.Z
+Patch0: imap.patch
# build information
Prefix: %{l_prefix}
@@ -80,6 +81,7 @@
%prep
%setup -q -n imap-%{V_real}
+ %patch -p0
%build
mflags="%{l_mflags}"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org