OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   12-Mar-2008 10:07:00
  Branch: HEAD                             Handle: 2008031209065900

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

  Log:
    Fix platform-specific type definitions by incorporating a vendor patch
    [1]. Someone with access to
    ftp://ftp.openpkg.org/sources/CPY/VERSIONED/tidy/ should fetch an
    up-to-date CVS snapshot from the vendor as the Tidy project does not
    release tarballs by policy.

[1]
    http://tidy.cvs.sourceforge.net/tidy/tidy/include/platform.h?r1=1.62&r2=1.63

  Summary:
    Revision    Changes     Path
    1.8         +15 -0      openpkg-src/tidy/tidy.patch
    1.200       +1  -1      openpkg-src/tidy/tidy.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/tidy/tidy.patch
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 tidy.patch
  --- openpkg-src/tidy/tidy.patch       2 Feb 2007 07:34:38 -0000       1.7
  +++ openpkg-src/tidy/tidy.patch       12 Mar 2008 09:06:59 -0000      1.8
  @@ -16,3 +16,18 @@
    # OTHERCFLAGS+= -fvisibility=hidden 
-DTIDY_EXPORT='__attribute__((visibility("default")))'
    ifdef SUPPORT_UTF16_ENCODINGS
    CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS)
  +Index: include/platform.h
  +--- include/platform.h.orig  Sun Jan 21 21:36:21 2007
  ++++ include/platform.h       Wed Mar 12 09:30:39 2008
  +@@ -511,9 +511,11 @@
  + #include <sys/types.h>
  + #endif
  + #if !defined(HPUX_OS) && !defined(CYGWIN_OS) && !defined(MAC_OS_X) && 
!defined(BE_OS) && !defined(SOLARIS_OS) && !defined(BSD_BASED_OS) && 
!defined(OSF_OS) && !defined(IRIX_OS) && !defined(AIX_OS) && !defined(LINUX_OS)
  ++# undef uint
  + typedef unsigned int uint;
  + #endif
  + #if defined(HPUX_OS) || defined(CYGWIN_OS) || defined(MAC_OS) || 
defined(BSD_BASED_OS) || defined(_WIN32)
  ++# undef ulong
  + typedef unsigned long ulong;
  + #endif
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/tidy/tidy.spec
  ============================================================================
  $ cvs diff -u -r1.199 -r1.200 tidy.spec
  --- openpkg-src/tidy/tidy.spec        1 Jan 2008 15:06:02 -0000       1.199
  +++ openpkg-src/tidy/tidy.spec        12 Mar 2008 09:06:59 -0000      1.200
  @@ -36,7 +36,7 @@
   Group:        HTML
   License:      GPL
   Version:      %{V_tidy}
  -Release:      20080101
  +Release:      20080312
   
   #   package options
   %option       with_perl  no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to