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: 07-Oct-2005 10:16:48
Branch: HEAD Handle: 2005100709164601
Modified files:
openpkg-src/openldap openldap.patch openldap.spec
Log:
fix building under FreeBSD 4
Summary:
Revision Changes Path
1.13 +5 -2 openpkg-src/openldap/openldap.patch
1.145 +1 -1 openpkg-src/openldap/openldap.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openldap/openldap.patch
============================================================================
$ cvs diff -u -r1.12 -r1.13 openldap.patch
--- openpkg-src/openldap/openldap.patch 25 Jun 2005 11:02:04 -0000
1.12
+++ openpkg-src/openldap/openldap.patch 7 Oct 2005 08:16:46 -0000
1.13
@@ -23,11 +23,14 @@
+
Index: include/ac/fdset.h
--- include/ac/fdset.h.orig 2005-01-20 19:03:49 +0100
-+++ include/ac/fdset.h 2005-06-25 12:29:21 +0200
-@@ -22,6 +22,10 @@
++++ include/ac/fdset.h 2005-10-07 10:07:52 +0200
+@@ -22,6 +22,13 @@
#ifndef _AC_FDSET_H
#define _AC_FDSET_H
++#if defined(HAVE_SYS_TYPES_H)
++#include <sys/types.h>
++#endif
+#if defined(HAVE_SYS_SELECT_H)
+#include <sys/select.h>
+#endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openldap/openldap.spec
============================================================================
$ cvs diff -u -r1.144 -r1.145 openldap.spec
--- openpkg-src/openldap/openldap.spec 6 Oct 2005 06:40:19 -0000
1.144
+++ openpkg-src/openldap/openldap.spec 7 Oct 2005 08:16:47 -0000
1.145
@@ -33,7 +33,7 @@
Group: Database
License: GPL
Version: 2.3.8
-Release: 20051006
+Release: 20051007
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]