OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 19-Oct-2003 13:23:48
Branch: HEAD Handle: 2003101912234602
Added files:
openpkg-src/fetchmail fetchmail.patch
Modified files:
openpkg-src/fetchmail fetchmail.spec
openpkg-web news.txt
Log:
make more portable
Summary:
Revision Changes Path
1.4 +12 -0 openpkg-src/fetchmail/fetchmail.patch
1.53 +3 -1 openpkg-src/fetchmail/fetchmail.spec
1.7061 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/fetchmail/fetchmail.patch
============================================================================
$ cvs diff -u -r0 -r1.4 fetchmail.patch
--- /dev/null 2003-10-19 13:23:48.000000000 +0200
+++ fetchmail.patch 2003-10-19 13:23:48.000000000 +0200
@@ -0,0 +1,12 @@
+Index: socket.c
+--- socket.c.orig 2003-10-10 12:32:15.000000000 +0200
++++ socket.c 2003-10-19 13:17:45.000000000 +0200
+@@ -9,6 +9,8 @@
+ #include <stdio.h>
+ #include <errno.h>
+ #include <string.h>
++#include <time.h>
++#include <sys/time.h>
+ #include <ctype.h> /* isspace() */
+ #ifdef HAVE_MEMORY_H
+ #include <memory.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/fetchmail/fetchmail.spec
============================================================================
$ cvs diff -u -r1.52 -r1.53 fetchmail.spec
--- openpkg-src/fetchmail/fetchmail.spec 16 Oct 2003 08:33:20 -0000 1.52
+++ openpkg-src/fetchmail/fetchmail.spec 19 Oct 2003 11:23:48 -0000 1.53
@@ -33,10 +33,11 @@
Group: Mail
License: GPL
Version: 6.2.5
-Release: 20031016
+Release: 20031019
# list of sources
Source0: http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
+Patch0: fetchmail.patch
# build information
Prefix: %{l_prefix}
@@ -58,6 +59,7 @@
%prep
%setup -q
+ %patch -p0 -P 0
# don't outguess configure parameters
%{l_shtool} subst \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7060 -r1.7061 news.txt
--- openpkg-web/news.txt 19 Oct 2003 09:59:37 -0000 1.7060
+++ openpkg-web/news.txt 19 Oct 2003 11:23:46 -0000 1.7061
@@ -1,3 +1,4 @@
+19-Oct-2003: Upgraded package: P<fetchmail-6.2.5-20031019>
19-Oct-2003: Upgraded package: P<dhcpd-3.0.1rc12-20031019>
19-Oct-2003: Upgraded package: P<ntp-4.2.0-20031019>
19-Oct-2003: Upgraded package: P<pnetlib-0.6.0.1-20031019>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]