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: 29-Sep-2008 08:47:21 Branch: HEAD Handle: 2008092907471900 Modified files: openpkg-src/doxygen doxygen.patch doxygen.spec Log: upgrading package: doxygen 1.5.6 -> 1.5.7 Summary: Revision Changes Path 1.9 +6 -4 openpkg-src/doxygen/doxygen.patch 1.65 +2 -2 openpkg-src/doxygen/doxygen.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/doxygen/doxygen.patch ============================================================================ $ cvs diff -u -r1.8 -r1.9 doxygen.patch --- openpkg-src/doxygen/doxygen.patch 13 Feb 2008 19:42:57 -0000 1.8 +++ openpkg-src/doxygen/doxygen.patch 29 Sep 2008 06:47:19 -0000 1.9 @@ -1,6 +1,6 @@ Index: src/portable.cpp ---- src/portable.cpp.orig 2008-01-01 11:41:08 +0100 -+++ src/portable.cpp 2008-02-13 20:36:16 +0100 +--- src/portable.cpp.orig 2008-06-09 12:43:07 +0200 ++++ src/portable.cpp 2008-09-29 08:38:35 +0200 @@ -14,7 +14,7 @@ #include <qglobal.h> @@ -10,13 +10,15 @@ #if defined(_MSC_VER) || defined(__BORLANDC__) #define popen _popen -@@ -380,13 +380,7 @@ +@@ -380,15 +380,7 @@ // libiconv is a mess. For some platforms/version the prototype of inbuf is // "const char **", for others it is "char **". C++ requires the proper cast to // avoid a compile error, that is were the CASTNEEDED is for. -#if ((defined(_LIBICONV_VERSION) && (_LIBICONV_VERSION>=0x0109) && \ - !((defined(_OS_MAC_) || defined(Q_OS_MACX) )&& (_LIBICONV_VERSION==0x010B))) \ -- || defined(_OS_SOLARIS_)) +- || defined(_OS_SOLARIS_) \ +- || defined(_OS_NETBSD_) \ +- ) -#define CASTNEEDED(x) (x) -#else #define CASTNEEDED(x) (char **)(x) @@ . patch -p0 <<'@@ .' Index: openpkg-src/doxygen/doxygen.spec ============================================================================ $ cvs diff -u -r1.64 -r1.65 doxygen.spec --- openpkg-src/doxygen/doxygen.spec 18 May 2008 18:11:43 -0000 1.64 +++ openpkg-src/doxygen/doxygen.spec 29 Sep 2008 06:47:19 -0000 1.65 @@ -31,8 +31,8 @@ Class: PLUS Group: Development License: GPL -Version: 1.5.6 -Release: 20080518 +Version: 1.5.7 +Release: 20080929 # list of sources Source0: ftp://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org