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:   09-Jul-2008 15:54:21
  Branch: HEAD                             Handle: 2008070914542100

  Modified files:
    openpkg-src/libxslt     libxslt.patch libxslt.spec

  Log:
    fix building under Solaris

  Summary:
    Revision    Changes     Path
    1.9         +9  -0      openpkg-src/libxslt/libxslt.patch
    1.102       +1  -1      openpkg-src/libxslt/libxslt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/libxslt/libxslt.patch
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 libxslt.patch
  --- openpkg-src/libxslt/libxslt.patch 14 Jun 2008 20:46:18 -0000      1.8
  +++ openpkg-src/libxslt/libxslt.patch 9 Jul 2008 13:54:21 -0000       1.9
  @@ -428,6 +428,15 @@
   Index: libxslt/extra.c
   --- libxslt/extra.c.orig     2007-01-03 16:11:57 +0100
   +++ libxslt/extra.c  2008-06-14 22:39:04 +0200
  +@@ -154,7 +154,7 @@ xsltFunctionNodeSet(xmlXPathParserContex
  +  * Okay the following really seems unportable and since it's not
  +  * part of any standard I'm not too ashamed to do this
  +  */
  +-#if defined(linux) || defined(__sun)
  ++#if defined(linux)
  + #if defined(HAVE_MKTIME) && defined(HAVE_LOCALTIME) && defined(HAVE_ASCTIME)
  + #define WITH_LOCALTIME
  + 
   @@ -244,7 +244,12 @@
         * Calling localtime() has the side-effect of setting timezone.
         * After we know the timezone, we can adjust for it
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/libxslt/libxslt.spec
  ============================================================================
  $ cvs diff -u -r1.101 -r1.102 libxslt.spec
  --- openpkg-src/libxslt/libxslt.spec  14 Jun 2008 20:46:18 -0000      1.101
  +++ openpkg-src/libxslt/libxslt.spec  9 Jul 2008 13:54:21 -0000       1.102
  @@ -32,7 +32,7 @@
   Group:        XML
   License:      MIT-style
   Version:      1.1.24
  -Release:      20080614
  +Release:      20080709
   
   #   package options
   %option       with_regexp  no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to