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: 18-Feb-2005 13:34:12
Branch: HEAD Handle: 2005021812341200
Added files:
openpkg-src/gift-gnutella
gift-gnutella.patch
Modified files:
openpkg-src/gift-gnutella
gift-gnutella.spec
Log:
port to Solaris
Summary:
Revision Changes Path
1.1 +12 -0 openpkg-src/gift-gnutella/gift-gnutella.patch
1.9 +3 -1 openpkg-src/gift-gnutella/gift-gnutella.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gift-gnutella/gift-gnutella.patch
============================================================================
$ cvs diff -u -r0 -r1.1 gift-gnutella.patch
--- /dev/null 2005-02-18 13:33:00 +0100
+++ gift-gnutella.patch 2005-02-18 13:34:12 +0100
@@ -0,0 +1,12 @@
+Index: src/gt_gnutella.h
+--- src/gt_gnutella.h.orig 2005-01-05 21:20:43.000000000 +0100
++++ src/gt_gnutella.h 2005-02-18 13:32:35.476448938 +0100
+@@ -111,4 +111,8 @@
+
+
/*****************************************************************************/
+
++#ifndef INADDR_NONE
++#define INADDR_NONE 0xffffffffUL
++#endif
++
+ #endif /* GIFT_GT_GNUTELLA_H_ */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gift-gnutella/gift-gnutella.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 gift-gnutella.spec
--- openpkg-src/gift-gnutella/gift-gnutella.spec 10 Jan 2005 06:32:45
-0000 1.8
+++ openpkg-src/gift-gnutella/gift-gnutella.spec 18 Feb 2005 12:34:12
-0000 1.9
@@ -34,10 +34,11 @@
Group: Network
License: GPL
Version: 0.0.10
-Release: 20050110
+Release: 20050218
# list of sources
Source0:
http://osdn.dl.sourceforge.net/gift/gift-gnutella-%{version}.tar.bz2
+Patch0: gift-gnutella.patch
# build information
Prefix: %{l_prefix}
@@ -67,6 +68,7 @@
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]