viq [Wed, Mar 22, 2006 at 03:19:10AM +0100] wrote:
>> Yes, Psi will fail to build if you have the libidn package installed.
>> Remove it and Psi will once again build happily.
>
>Yes, just found that. Thank you for answer.
>
Please try the following patch with *installed* libidn.

Bernd


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/psi/Makefile,v
retrieving revision 1.2
diff -u -p -u -r1.2 Makefile
--- Makefile    9 Mar 2006 20:40:06 -0000       1.2
+++ Makefile    22 Mar 2006 10:45:47 -0000
@@ -3,7 +3,7 @@
 COMMENT=       "multiplatform Jabber client"
 
 DISTNAME=      psi-0.9.3
-PKGNAME=       ${DISTNAME}p0
+PKGNAME=       ${DISTNAME}p1
 CATEGORIES=    net
 
 HOMEPAGE=      http://psi.affinix.com/
Index: patches/patch-iris_libidn_rfc3454_c
===================================================================
RCS file: patches/patch-iris_libidn_rfc3454_c
diff -N patches/patch-iris_libidn_rfc3454_c
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-iris_libidn_rfc3454_c 22 Mar 2006 10:45:47 -0000
@@ -0,0 +1,9 @@
+$OpenBSD$
+--- iris/libidn/rfc3454.c.orig Wed Mar 22 11:28:27 2006
++++ iris/libidn/rfc3454.c      Wed Mar 22 11:28:27 2006
+@@ -1,4 +1,4 @@
+-#include <stringprep.h>
++#include "stringprep.h"
+ 
+ /*
+  * A.1 Unassigned code points in Unicode 3.2
Index: patches/patch-iris_xmpp-core_jid_cpp
===================================================================
RCS file: patches/patch-iris_xmpp-core_jid_cpp
diff -N patches/patch-iris_xmpp-core_jid_cpp
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-iris_xmpp-core_jid_cpp        22 Mar 2006 10:45:47 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- iris/xmpp-core/jid.cpp.orig        Wed Mar 22 11:25:09 2006
++++ iris/xmpp-core/jid.cpp     Wed Mar 22 11:25:09 2006
+@@ -20,7 +20,7 @@
+ 
+ #include"xmpp.h"
+ 
+-#include<stringprep.h>
++#include"../libidn/stringprep.h"
+ 
+ using namespace XMPP;
+ 

Reply via email to