OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Jan-2005 13:51:03
Branch: HEAD Handle: 2005012012510200
Added files:
openpkg-src/openpkg curl.patch
Modified files:
openpkg-src/openpkg openpkg.spec
Log:
add patch to correct latest header file ordering problems in curl
Summary:
Revision Changes Path
1.3 +19 -0 openpkg-src/openpkg/curl.patch
1.388 +2 -0 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/curl.patch
============================================================================
$ cvs diff -u -r0 -r1.3 curl.patch
--- /dev/null 2005-01-20 13:51:02 +0100
+++ curl.patch 2005-01-20 13:51:02 +0100
@@ -0,0 +1,19 @@
+Index: lib/select.c
+diff -Nau lib/select.c.orig lib/select.c
+--- lib/select.c.orig Tue Dec 21 09:06:14 2004
++++ lib/select.c Tue Dec 21 09:06:27 2004
+@@ -23,11 +23,11 @@
+
+ #include "setup.h"
+
+-#ifdef HAVE_SYS_SELECT_H
+-#include <sys/select.h>
+-#endif
+ #ifdef HAVE_SYS_TYPES_H
+ #include <sys/types.h>
++#endif
++#ifdef HAVE_SYS_SELECT_H
++#include <sys/select.h>
+ #endif
+
+ #ifdef HAVE_SYS_TIME_H
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.387 -r1.388 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 20 Jan 2005 07:57:14 -0000 1.387
+++ openpkg-src/openpkg/openpkg.spec 20 Jan 2005 12:51:02 -0000 1.388
@@ -132,6 +132,7 @@
Source61: uuid.pod
Source62: uuid.sh
Source63: zlib.patch
+Source64: curl.patch
# build information
Prefix: %{l_prefix}
@@ -643,6 +644,7 @@
# build cURL tool
( cd curl-%{V_curl}
+ ${l_patch} -p0 <`SOURCE curl.patch`
sh $shtool subst \
-e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
configure
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]