diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-27 22:17:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-27 22:17:15 +0000 |
commit | b72013a9702b82b5d9e19f528d6ae8b26a1850e4 (patch) | |
tree | 11b5efd207438e01c2d4101635b46c02e2b2643e /chat | |
parent | 21430ca4494bcae216534ecfda54e6cd2b240d8e (diff) | |
download | pkgsrc-b72013a9702b82b5d9e19f528d6ae8b26a1850e4.tar.gz |
Fix build on DragonFly, remove unconditional PKG_FAILREASON.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/kmess/Makefile | 6 | ||||
-rw-r--r-- | chat/kmess/distinfo | 5 | ||||
-rw-r--r-- | chat/kmess/patches/patch-ac | 13 | ||||
-rw-r--r-- | chat/kmess/patches/patch-ad | 13 | ||||
-rw-r--r-- | chat/kmess/patches/patch-ae | 13 |
5 files changed, 45 insertions, 5 deletions
diff --git a/chat/kmess/Makefile b/chat/kmess/Makefile index 0ec312d9e27..1b37ea64ef9 100644 --- a/chat/kmess/Makefile +++ b/chat/kmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/12/26 23:39:30 schmonz Exp $ +# $NetBSD: Makefile,v 1.20 2005/12/27 22:17:15 joerg Exp $ # DISTNAME= kmess-1.1 @@ -10,14 +10,12 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://kmess.sourceforge.net/ COMMENT= MSN Messenger Client for KDE3 -PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" -PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" - BUILD_USES_MSGFMT= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes .include "../../audio/arts/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/chat/kmess/distinfo b/chat/kmess/distinfo index 8c7384295cc..a45968c0a83 100644 --- a/chat/kmess/distinfo +++ b/chat/kmess/distinfo @@ -1,7 +1,10 @@ -$NetBSD: distinfo,v 1.3 2005/12/20 21:08:16 rillig Exp $ +$NetBSD: distinfo,v 1.4 2005/12/27 22:17:15 joerg Exp $ SHA1 (kmess-1.1.tar.gz) = b014367b98d73b50dddb4d53aac53f1a2c07e844 RMD160 (kmess-1.1.tar.gz) = 237b45372b91b377b3b01d3519feebfe003c2015 Size (kmess-1.1.tar.gz) = 1496331 bytes SHA1 (patch-aa) = 7880277aeca41cc8ab1d76e16eacbbd2b41d64fa SHA1 (patch-ab) = c2651282f604a35ff12799f75c804507c25bf4b5 +SHA1 (patch-ac) = 3eae828907715fbd54115d5d628ca80d921431f8 +SHA1 (patch-ad) = c7c0ed92ed99648764517b6873494c88cf2c9d82 +SHA1 (patch-ae) = 82495747fe7d34ee3fce91882eadfd330c15b552 diff --git a/chat/kmess/patches/patch-ac b/chat/kmess/patches/patch-ac new file mode 100644 index 00000000000..dfc3acc10be --- /dev/null +++ b/chat/kmess/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2005/12/27 22:17:15 joerg Exp $ + +--- kmess/network/application.h.orig 2005-12-27 21:47:15.000000000 +0000 ++++ kmess/network/application.h +@@ -89,7 +89,7 @@ class Application : public QObject + + protected: // Protected attributes + // A string handler, required for the manipulation of certain strings +- const KStringHandler kStringHandler_; ++ KStringHandler kStringHandler_; + // The local port that the application uses. + QCString localPort_; + diff --git a/chat/kmess/patches/patch-ad b/chat/kmess/patches/patch-ad new file mode 100644 index 00000000000..b676284a394 --- /dev/null +++ b/chat/kmess/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2005/12/27 22:17:15 joerg Exp $ + +--- kmess/network/msnconnection.h.orig 2005-12-27 21:55:02.000000000 +0000 ++++ kmess/network/msnconnection.h +@@ -109,7 +109,7 @@ class MsnConnection : public QObject + // Data waiting to be sent when the socket is connected + QValueList<QCString> pendingData_; + // A string handler, required for the manipulation of certain strings +- const KStringHandler kStringHandler_; ++ KStringHandler kStringHandler_; + // The socket + KExtendedSocket *socket_; + diff --git a/chat/kmess/patches/patch-ae b/chat/kmess/patches/patch-ae new file mode 100644 index 00000000000..ef74e77a40a --- /dev/null +++ b/chat/kmess/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2005/12/27 22:17:15 joerg Exp $ + +--- kmess/specialgroups.h.orig 2005-12-27 21:58:38.000000000 +0000 ++++ kmess/specialgroups.h +@@ -27,7 +27,7 @@ namespace SpecialGroups + const QCString OFFLINE = "97"; + const QCString ALLOWED = "98"; + const QCString REMOVED = "99"; +-}; ++} + + namespace SpecialColumns + { |