pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qt3-libs Make it compile on DragonFly master.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00167f1ef00c
branches:  trunk
changeset: 556960:00167f1ef00c
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Tue Apr 07 10:59:48 2009 +0000

description:
Make it compile on DragonFly master.

diffstat:

 x11/qt3-libs/distinfo         |   4 ++--
 x11/qt3-libs/patches/patch-ac |  20 +++++++++++++++-----
 2 files changed, 17 insertions(+), 7 deletions(-)

diffs (59 lines):

diff -r f908f5ca2425 -r 00167f1ef00c x11/qt3-libs/distinfo
--- a/x11/qt3-libs/distinfo     Tue Apr 07 10:57:42 2009 +0000
+++ b/x11/qt3-libs/distinfo     Tue Apr 07 10:59:48 2009 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.48 2007/12/16 13:42:10 tron Exp $
+$NetBSD: distinfo,v 1.49 2009/04/07 10:59:48 hasso Exp $
 
 SHA1 (qt-x11-free-3.3.8.tar.bz2) = 91b192cb8e80679607d24ae35d6e20ed68d149d7
 RMD160 (qt-x11-free-3.3.8.tar.bz2) = 7b8e4e35f49014eac4fcfe91b7ec0a45c5569cf4
 Size (qt-x11-free-3.3.8.tar.bz2) = 14360483 bytes
 SHA1 (patch-aa) = 0247c3694db7bf29556e00809b5d7f26817f3055
 SHA1 (patch-ab) = 4dfee5c06bc322646465f43fe850126873d7bb75
-SHA1 (patch-ac) = 1914c348846ae2ab0358e554d29ba49a0be90d52
+SHA1 (patch-ac) = aca8761d8adb87624340d7d75df22e91bef8182b
 SHA1 (patch-ad) = 366c411ad5cb8227d5e40165d877c627dbf9c670
 SHA1 (patch-ae) = 2ec0b408edd78daa03c02c654e0ce515933f36e7
 SHA1 (patch-af) = 7ac1629afd6de928d35d0a410795ca45451d5b18
diff -r f908f5ca2425 -r 00167f1ef00c x11/qt3-libs/patches/patch-ac
--- a/x11/qt3-libs/patches/patch-ac     Tue Apr 07 10:57:42 2009 +0000
+++ b/x11/qt3-libs/patches/patch-ac     Tue Apr 07 10:59:48 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.5 2004/04/16 14:30:45 recht Exp $
+$NetBSD: patch-ac,v 1.6 2009/04/07 10:59:48 hasso Exp $
 
---- src/tools/qdir_unix.cpp.orig       2004-02-18 14:22:42.000000000 +0100
-+++ src/tools/qdir_unix.cpp    2004-04-15 01:49:24.000000000 +0200
+--- src/tools/qdir_unix.cpp.orig       2007-02-02 16:01:05 +0200
++++ src/tools/qdir_unix.cpp    2009-04-07 13:10:26 +0300
 @@ -36,6 +36,16 @@
  **********************************************************************/
  
@@ -19,7 +19,17 @@
  #include "qdir.h"
  
  #ifndef QT_NO_DIR
-@@ -88,10 +98,19 @@
+@@ -53,6 +63,9 @@
+ #include <limits.h>
+ #include <errno.h>
+ 
++#ifndef MAXNAMLEN
++#define MAXNAMLEN NAME_MAX
++#endif
+ 
+ void QDir::slashify( QString& )
+ {
+@@ -88,10 +101,19 @@ QString QDir::canonicalPath() const
  
  bool QDir::mkdir( const QString &dirName, bool acceptAbsPath ) const
  {
@@ -42,7 +52,7 @@
      int status =
        ::mkdir( QFile::encodeName(filePath(name,acceptAbsPath)), 0777 );
  #else
-@@ -103,7 +122,24 @@
+@@ -103,7 +125,24 @@ bool QDir::mkdir( const QString &dirName
  
  bool QDir::rmdir( const QString &dirName, bool acceptAbsPath ) const
  {



Home | Main Index | Thread Index | Old Index