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:52:35
Branch: HEAD Handle: 2005012012523500
Added files:
openpkg-src/curl curl.patch
Modified files:
openpkg-src/curl curl.spec
Log:
add patch to correct latest header file ordering problems
Summary:
Revision Changes Path
1.7 +19 -0 openpkg-src/curl/curl.patch
1.64 +3 -1 openpkg-src/curl/curl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/curl/curl.patch
============================================================================
$ cvs diff -u -r0 -r1.7 curl.patch
--- /dev/null 2005-01-20 13:52:35 +0100
+++ curl.patch 2005-01-20 13:52:35 +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/curl/curl.spec
============================================================================
$ cvs diff -u -r1.63 -r1.64 curl.spec
--- openpkg-src/curl/curl.spec 1 Jan 2005 10:48:27 -0000 1.63
+++ openpkg-src/curl/curl.spec 20 Jan 2005 12:52:35 -0000 1.64
@@ -34,7 +34,7 @@
Group: Web
License: GPL
Version: 7.12.3
-Release: 20041220
+Release: 20050120
# package options
%option with_ssl yes
@@ -43,6 +43,7 @@
# list of sources
Source0: http://curl.haxx.se/download/curl-%{version}.tar.bz2
+Patch0: curl.patch
# build information
Prefix: %{l_prefix}
@@ -80,6 +81,7 @@
%prep
%setup -q
+ %patch -p0
%build
%{l_shtool} subst \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]