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-Oct-2007 11:55:15 Branch: HEAD Handle: 2007101810551500 Modified files: openpkg-src/openldap openldap.patch openldap.spec Log: fix two termios.h related checks Summary: Revision Changes Path 1.15 +27 -3 openpkg-src/openldap/openldap.patch 1.200 +1 -1 openpkg-src/openldap/openldap.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openldap/openldap.patch ============================================================================ $ cvs diff -u -r1.14 -r1.15 openldap.patch --- openpkg-src/openldap/openldap.patch 22 Sep 2007 17:22:25 -0000 1.14 +++ openpkg-src/openldap/openldap.patch 18 Oct 2007 09:55:15 -0000 1.15 @@ -1,6 +1,6 @@ Index: include/ac/fdset.h --- include/ac/fdset.h.orig 2007-01-02 22:43:47 +0100 -+++ include/ac/fdset.h 2007-09-22 19:03:32 +0200 ++++ include/ac/fdset.h 2007-10-18 11:46:32 +0200 @@ -22,6 +22,13 @@ #ifndef _AC_FDSET_H #define _AC_FDSET_H @@ -15,9 +15,33 @@ #if !defined( OPENLDAP_FD_SETSIZE ) && !defined( FD_SETSIZE ) # define OPENLDAP_FD_SETSIZE 4096 #endif +Index: include/ac/termios.h +--- include/ac/termios.h.orig 2007-01-02 22:43:47 +0100 ++++ include/ac/termios.h 2007-10-18 11:47:55 +0200 +@@ -17,7 +17,7 @@ + #ifndef _AC_TERMIOS_H + #define _AC_TERMIOS_H + +-#ifdef HAVE_POSIX_TERMIOS ++#ifdef HAVE_TERMIOS_H + #include <termios.h> + + #ifdef GCWINSZ_IN_SYS_IOCTL +Index: libraries/liblutil/getpass.c +--- libraries/liblutil/getpass.c.orig 2007-01-02 22:43:52 +0100 ++++ libraries/liblutil/getpass.c 2007-10-18 11:48:27 +0200 +@@ -60,7 +60,7 @@ + char * + lutil_getpass( const char *prompt ) + { +-#if !defined(HAVE_POSIX_TERMIOS) && !defined(HAVE_SGTTY_H) ++#if !defined(HAVE_TERMIOS_H) && !defined(HAVE_SGTTY_H) + static char buf[256]; + int i, c; + Index: servers/slapd/back-perl/config.c --- servers/slapd/back-perl/config.c.orig 2007-01-02 22:44:06 +0100 -+++ servers/slapd/back-perl/config.c 2007-09-22 19:13:23 +0200 ++++ servers/slapd/back-perl/config.c 2007-10-18 11:46:32 +0200 @@ -49,6 +49,9 @@ } @@ -30,7 +54,7 @@ Index: servers/slapd/slapd.conf --- servers/slapd/slapd.conf.orig 2004-06-18 04:49:08 +0200 -+++ servers/slapd/slapd.conf 2007-09-22 19:03:32 +0200 ++++ servers/slapd/slapd.conf 2007-10-18 11:46:32 +0200 @@ -65,3 +65,19 @@ directory %LOCALSTATEDIR%/openldap-data # Indices to maintain @@ . patch -p0 <<'@@ .' Index: openpkg-src/openldap/openldap.spec ============================================================================ $ cvs diff -u -r1.199 -r1.200 openldap.spec --- openpkg-src/openldap/openldap.spec 12 Oct 2007 08:32:19 -0000 1.199 +++ openpkg-src/openldap/openldap.spec 18 Oct 2007 09:55:15 -0000 1.200 @@ -33,7 +33,7 @@ Group: LDAP License: GPL Version: 2.3.38 -Release: 20071012 +Release: 20071018 # package options %option with_server yes @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org