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 Date: 07-Jul-2004 12:33:00
Branch: HEAD Handle: 2004070711330000
Modified files:
openpkg-src/gift-openft gift-openft.patch gift-openft.spec
Log:
try to fix building under non-FreeBSD platforms
Summary:
Revision Changes Path
1.2 +13 -3 openpkg-src/gift-openft/gift-openft.patch
1.7 +1 -1 openpkg-src/gift-openft/gift-openft.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gift-openft/gift-openft.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 gift-openft.patch
--- openpkg-src/gift-openft/gift-openft.patch 20 May 2004 11:25:30 -0000 1.1
+++ openpkg-src/gift-openft/gift-openft.patch 7 Jul 2004 10:33:00 -0000 1.2
@@ -1,6 +1,16 @@
---- configure.orig Fri Sep 5 01:16:52 2003
-+++ configure Fri Sep 5 01:16:58 2003
-@@ -8790,7 +8790,7 @@
+Index: configure
+--- configure.orig 2004-05-08 04:24:24 +0200
++++ configure 2004-07-07 12:32:02 +0200
+@@ -19705,7 +19705,7 @@
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+-#include <zlib.h>
++#include "zlib.h"
+ #include <string.h>
+ void main() {
+ exit(strcmp(ZLIB_VERSION, "${ZLIB_VER}") < 0);
+@@ -20179,7 +20179,7 @@
echo "${ECHO_T}$found_libdb" >&6
CFLAGS="$ac_save_CFLAGS"
LIBS="$ac_save_LIBS"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gift-openft/gift-openft.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 gift-openft.spec
--- openpkg-src/gift-openft/gift-openft.spec 1 Jul 2004 17:54:29 -0000 1.6
+++ openpkg-src/gift-openft/gift-openft.spec 7 Jul 2004 10:33:00 -0000 1.7
@@ -34,7 +34,7 @@
Group: Network
License: GPL
Version: 0.2.1.3
-Release: 20040701
+Release: 20040707
# list of sources
Source0: http://osdn.dl.sourceforge.net/gift/gift-openft-%{version}.tar.bz2
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]