Update to the new version of mcabber, original patch by Simon Kuhnle. This version introduces support for spell checking with enchant, as the aspell support is already disabled I disabled the enchant option too. The question is if there are people out there wanting some kind of spell checking in the mcabber port? And if so, which should get in?
Kind regards, Markus
Index: Makefile =================================================================== RCS file: /cvs/ports/net/mcabber/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile 16 Oct 2008 18:14:09 -0000 1.5 +++ Makefile 12 Oct 2009 18:49:46 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.5 2008/10/16 18:14:09 jasper Exp $ COMMENT= console jabber client -DISTNAME= mcabber-0.9.9 +DISTNAME= mcabber-0.9.10 CATEGORIES= net HOMEPAGE= http://www.lilotux.net/~mikael/mcabber/ @@ -32,6 +32,7 @@ CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --enable-gpgme \ --with-ssl \ --disable-aspell \ + --disable-enchant \ --enable-otr \ --enable-sigwinch \ --with-libotr-prefix=${LOCALBASE}/lib \ Index: distinfo =================================================================== RCS file: /cvs/ports/net/mcabber/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 16 Oct 2008 18:14:09 -0000 1.4 +++ distinfo 12 Oct 2009 18:49:46 -0000 @@ -1,5 +1,5 @@ -MD5 (mcabber-0.9.9.tar.bz2) = GJ+50j9ahBK8ZgiEUoR16g== -RMD160 (mcabber-0.9.9.tar.bz2) = a6vb//bCtatKEzbeQS3HJrfKDko= -SHA1 (mcabber-0.9.9.tar.bz2) = M09IP1VAmK83aNV0a8A5W/5mPJE= -SHA256 (mcabber-0.9.9.tar.bz2) = KiMckkEhHTN0XxEPNc+mvbBRsyeRRhuVeXlLZiOGO7E= -SIZE (mcabber-0.9.9.tar.bz2) = 492360 +MD5 (mcabber-0.9.10.tar.bz2) = iHQV0Wwyr1jqsuwtm7F/pg== +RMD160 (mcabber-0.9.10.tar.bz2) = ZWgYswS5CICXrSoP5IXzjNDnBPw= +SHA1 (mcabber-0.9.10.tar.bz2) = b/giLtiVbgeKPD1RkBOhJecV5Jk= +SHA256 (mcabber-0.9.10.tar.bz2) = Qx5HujCVwcxsEZMbq5A0xCugkR363ME3unZYA+RGDLU= +SIZE (mcabber-0.9.10.tar.bz2) = 579621
