From cf39e0030e9624706971f9ba10e87f9f0ad15a92 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Mon, 23 Oct 2006 21:49:31 +0000 Subject: adjust include paths to avoid header conflict with net/socks5 package fixes PR pkg/33022 by Steven M. Bellovin --- chat/psi/Makefile | 4 ++-- chat/psi/distinfo | 6 +++++- chat/psi/patches/patch-af | 13 +++++++++++++ chat/psi/patches/patch-ag | 13 +++++++++++++ chat/psi/patches/patch-ah | 25 +++++++++++++++++++++++++ chat/psi/patches/patch-ai | 13 +++++++++++++ 6 files changed, 71 insertions(+), 3 deletions(-) create mode 100644 chat/psi/patches/patch-af create mode 100644 chat/psi/patches/patch-ag create mode 100644 chat/psi/patches/patch-ah create mode 100644 chat/psi/patches/patch-ai diff --git a/chat/psi/Makefile b/chat/psi/Makefile index eeb1ea92c96..9d226da898c 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2006/10/04 20:50:47 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2006/10/23 21:49:31 jdolecek Exp $ PSI_VERSION= 0.10 DISTNAME= psi-${PSI_VERSION} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/psi/distinfo b/chat/psi/distinfo index f2687a19d4f..06dcd7351eb 100644 --- a/chat/psi/distinfo +++ b/chat/psi/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.19 2006/09/02 20:21:54 rillig Exp $ +$NetBSD: distinfo,v 1.20 2006/10/23 21:49:31 jdolecek Exp $ SHA1 (psi-0.10-20060806-1/psi-0.10.tar.bz2) = f1687f8b93338f47cb1c8fa363e4b4f58628f167 RMD160 (psi-0.10-20060806-1/psi-0.10.tar.bz2) = b8be1490cd02f61cf86f09f2dc9f29716ea4c186 @@ -52,3 +52,7 @@ SHA1 (patch-aa) = 1cc8ebcc9317f48e1a1548e6a3895f57899f6cb7 SHA1 (patch-ac) = 011dfae070e171628ce03471c76360aa1f4a30d4 SHA1 (patch-ad) = 01c71c5a00284570b919a5d244fe0e96d141138e SHA1 (patch-ae) = 93896bc73cb834a42d81e3eed1419940b75a49a0 +SHA1 (patch-af) = 3be7b02847bbc1c552a15334ae1ba158b030326b +SHA1 (patch-ag) = ed53824947298272f5ac83af91bf59186d544b93 +SHA1 (patch-ah) = 97eba977a7519488b2d3bef0ed2cbc3e2636de9b +SHA1 (patch-ai) = 06d0e9dc7aa67ca42462779acf4d2978904df66b diff --git a/chat/psi/patches/patch-af b/chat/psi/patches/patch-af new file mode 100644 index 00000000000..c0c6d52ec9d --- /dev/null +++ b/chat/psi/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.3 2006/10/23 21:49:31 jdolecek Exp $ + +--- src/psiaccount.cpp.orig 2006-10-23 23:12:24.000000000 +0200 ++++ src/psiaccount.cpp +@@ -83,7 +83,7 @@ + #include "psigrowlnotifier.h" + #endif + +-#include"bsocket.h" ++#include"network/bsocket.h" + /*#ifdef Q_WS_WIN + #include + typedef int socklen_t; diff --git a/chat/psi/patches/patch-ag b/chat/psi/patches/patch-ag new file mode 100644 index 00000000000..cd94e3672f1 --- /dev/null +++ b/chat/psi/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2006/10/23 21:49:31 jdolecek Exp $ + +--- iris/jabber/s5b.cpp.orig 2006-10-23 23:06:52.000000000 +0200 ++++ iris/jabber/s5b.cpp +@@ -26,7 +26,7 @@ + #include + #include"xmpp_xmlcommon.h" + #include"hash.h" +-#include"socks.h" ++#include"network/socks.h" + #include"safedelete.h" + + #ifdef Q_OS_WIN diff --git a/chat/psi/patches/patch-ah b/chat/psi/patches/patch-ah new file mode 100644 index 00000000000..0d2070218dd --- /dev/null +++ b/chat/psi/patches/patch-ah @@ -0,0 +1,25 @@ +$NetBSD: patch-ah,v 1.1 2006/10/23 21:49:31 jdolecek Exp $ + +--- iris/xmpp-core/connector.cpp.orig 2006-10-23 23:00:30.000000000 +0200 ++++ iris/xmpp-core/connector.cpp +@@ -38,14 +38,14 @@ + #ifdef NO_NDNS + #include + #else +-#include"ndns.h" ++#include"network/ndns.h" + #endif + +-#include"srvresolver.h" +-#include"bsocket.h" +-#include"httpconnect.h" +-#include"httppoll.h" +-#include"socks.h" ++#include"network/srvresolver.h" ++#include"network/bsocket.h" ++#include"network/httpconnect.h" ++#include"network/httppoll.h" ++#include"network/socks.h" + #include"hash.h" + + //#define XMPP_DEBUG diff --git a/chat/psi/patches/patch-ai b/chat/psi/patches/patch-ai new file mode 100644 index 00000000000..2ee9e207c26 --- /dev/null +++ b/chat/psi/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2006/10/23 21:49:31 jdolecek Exp $ + +--- psics.pri.orig 2006-10-23 22:53:43.000000000 +0200 ++++ psics.pri +@@ -2,7 +2,7 @@ psics { + # iris + INCLUDEPATH += \ + $$IRISCS_CPP/util \ +- $$IRISCS_CPP/network ++ $$IRISCS_CPP + + HEADERS += \ + $$IRISCS_CPP/util/base64.h \ -- cgit v1.2.3