pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2003Q4]: pkgsrc/x11/qt2-libs Pull up portability fix to the pk...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1eb1ecff6eac
branches: pkgsrc-2003Q4
changeset: 463733:1eb1ecff6eac
user: agc <agc%pkgsrc.org@localhost>
date: Fri Jan 09 22:33:35 2004 +0000
description:
Pull up portability fix to the pkgsrc-2003Q4 branch, requested by Dan
McMahill.
Committed By: dmcmahill
Date: Tue Nov 25 23:05:24 UTC 2003
Modified Files:
pkgsrc/x11/qt2-libs: distinfo
pkgsrc/x11/qt2-libs/patches: patch-am
Log Message:
include stdlib.h to get a prototype for getenv(). Fixes recently noted
bulk build problems on alpha.
diffstat:
x11/qt2-libs/distinfo | 4 ++--
x11/qt2-libs/patches/patch-am | 23 ++++++++++++++++-------
2 files changed, 18 insertions(+), 9 deletions(-)
diffs (50 lines):
diff -r 75cf2dab52ea -r 1eb1ecff6eac x11/qt2-libs/distinfo
--- a/x11/qt2-libs/distinfo Fri Jan 09 22:30:41 2004 +0000
+++ b/x11/qt2-libs/distinfo Fri Jan 09 22:33:35 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2003/06/09 12:32:45 tron Exp $
+$NetBSD: distinfo,v 1.12.2.1 2004/01/09 22:33:35 agc Exp $
SHA1 (qt-x11-2.3.1.tar.gz) = f1403700fe80fbfb125ec84731d0dfe9c576c823
Size (qt-x11-2.3.1.tar.gz) = 8967271 bytes
@@ -14,4 +14,4 @@
SHA1 (patch-aj) = ed0cd262eca3ff190c221421a62ce2970121a4d4
SHA1 (patch-ak) = 3eac0d921f3535231aab9ff1f6738f9541b8b564
SHA1 (patch-al) = 32f6b13393b115c56a4ca75f62f5916034189174
-SHA1 (patch-am) = bc6fc455ca86df1e9b877bbd08ba226145de484f
+SHA1 (patch-am) = ebbc184b095e2adcf81461472f4723d515167a9e
diff -r 75cf2dab52ea -r 1eb1ecff6eac x11/qt2-libs/patches/patch-am
--- a/x11/qt2-libs/patches/patch-am Fri Jan 09 22:30:41 2004 +0000
+++ b/x11/qt2-libs/patches/patch-am Fri Jan 09 22:33:35 2004 +0000
@@ -1,15 +1,24 @@
-$NetBSD: patch-am,v 1.1 2003/06/09 12:32:46 tron Exp $
+$NetBSD: patch-am,v 1.1.2.1 2004/01/09 22:33:35 agc Exp $
---- src/kernel/qpsprinter.cpp.orig 2001-06-13 10:53:46.000000000 +0200
-+++ src/kernel/qpsprinter.cpp 2003-06-09 14:16:18.000000000 +0200
-@@ -2771,10 +2771,6 @@
+--- src/kernel/qpsprinter.cpp.orig Wed Jun 13 08:53:46 2001
++++ src/kernel/qpsprinter.cpp
+@@ -92,6 +92,8 @@
+ #include <unistd.h>
+ #endif
+
++#include <stdlib.h>
++
+ #ifdef _WS_X11_
+ #include "qt_x11.h"
+ #ifdef None
+@@ -2770,10 +2772,6 @@ private:
+
};
-
+-
-#ifndef _OS_OSF_
-extern "C" char* getenv(char*);
-#endif
--
+
QPSPrinterFontTTF::QPSPrinterFontTTF(const QFont &f, QByteArray& d)
{
- psname = makePSFontName( f );
Home |
Main Index |
Thread Index |
Old Index