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:   04-Jun-2004 20:52:03
  Branch: HEAD                             Handle: 2004060419520300

  Added files:
    openpkg-src/readline    readline.patch
  Modified files:
    openpkg-src/readline    readline.spec

  Log:
    port to HP-UX 11.11

  Summary:
    Revision    Changes     Path
    1.1         +15 -0      openpkg-src/readline/readline.patch
    1.15        +3  -2      openpkg-src/readline/readline.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/readline/readline.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 readline.patch
  --- /dev/null 2004-06-04 20:52:03.000000000 +0200
  +++ readline.patch    2004-06-04 20:52:03.000000000 +0200
  @@ -0,0 +1,15 @@
  +Index: rlmbutil.h
  +--- rlmbutil.h.orig  2001-12-20 15:54:38.000000000 +0100
  ++++ rlmbutil.h       2004-06-04 20:50:28.000000000 +0200
  +@@ -33,6 +33,11 @@
  +    support user defined character classes.  */
  +    /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>.  */
  + #if defined (HAVE_WCTYPE_H) && defined (HAVE_WCHAR_H)
  ++#if defined (__hpux)
  ++#include <stdarg.h>
  ++#include <sys/stdsyms.h>
  ++#define _INCLUDE__STDC_A1_SOURCE
  ++#endif
  + #  include <wchar.h>
  + #  include <wctype.h>
  + #  if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/readline/readline.spec
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 readline.spec
  --- openpkg-src/readline/readline.spec        11 Feb 2004 07:14:17 -0000      1.14
  +++ openpkg-src/readline/readline.spec        4 Jun 2004 18:52:03 -0000       1.15
  @@ -39,7 +39,7 @@
   Group:        Converter
   License:      GPL
   Version:      %{V_real}.%{V_patch}
  -Release:      20040211
  +Release:      20040604
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/readline/readline-%{V_real}.tar.gz
  @@ -48,6 +48,7 @@
   Patch2:       
ftp://ftp.gnu.org/gnu/readline/readline-%{V_real}-patches/readline%{V_comp}-003
   Patch3:       
ftp://ftp.gnu.org/gnu/readline/readline-%{V_real}-patches/readline%{V_comp}-004
   Patch4:       
ftp://ftp.gnu.org/gnu/readline/readline-%{V_real}-patches/readline%{V_comp}-005
  +Patch5:       readline.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -76,7 +77,7 @@
   
   %prep
       %setup -q -n readline-%{V_real}
  -    %patch -p0 -P 0 1 2 3 4
  +    %patch -p0 -P 0 1 2 3 4 5
   
   %build
       CC="%{l_cc}" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to