psi uses 'play' by default, which is from sox, but there is no
dependency registered.

-- 
jake...@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/psi/Makefile,v
retrieving revision 1.10
diff -N -u -p Makefile
--- Makefile    10 Aug 2009 06:33:43 -0000      1.10
+++ Makefile    2 Oct 2009 09:35:16 -0000
@@ -3,7 +3,7 @@
 COMMENT=       multiplatform Jabber client
 
 DISTNAME=      psi-0.10
-PKGNAME=       ${DISTNAME}p0
+PKGNAME=       ${DISTNAME}p1
 CATEGORIES=    net
 
 HOMEPAGE=      http://psi-im.org/
Index: patches/patch-src_psi_profiles_cpp
===================================================================
RCS file: patches/patch-src_psi_profiles_cpp
diff -N -u -p patches/patch-src_psi_profiles_cpp
--- /dev/null   2 Oct 2009 03:35:16 -0000
+++ patches/patch-src_psi_profiles_cpp  2 Oct 2009 09:35:16 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- src/psi_profiles.cpp.orig  Fri Oct  2 02:28:10 2009
++++ src/psi_profiles.cpp       Fri Oct  2 02:28:54 2009
+@@ -441,7 +441,7 @@ void UserProfile::reset()
+       prefs.rosterOpacity = 95;
+       prefs.outlineHeadings = false;
+ 
+-      prefs.player = "play";
++      prefs.player = "aucat -i";
+       prefs.noAwaySound = FALSE;
+ 
+       prefs.onevent[eMessage]    = g.pathBase + "/sound/chat2.wav";

Reply via email to