aboutsummaryrefslogtreecommitdiff
path: root/net-im/climm
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2008-02-26 07:31:41 +0000
committerJohan van Selst <johans@FreeBSD.org>2008-02-26 07:31:41 +0000
commit1beaf6baa4babd262305497fd98cc65eabf8a65c (patch)
treec83b3150b940f7866b9ad984e539f0e89609d39b /net-im/climm
parent6a3f4db328a21a7dab8c9b771331a4ad382ed9f8 (diff)
downloadports-1beaf6baa4babd262305497fd98cc65eabf8a65c.tar.gz
ports-1beaf6baa4babd262305497fd98cc65eabf8a65c.zip
Notes
Diffstat (limited to 'net-im/climm')
-rw-r--r--net-im/climm/Makefile14
-rw-r--r--net-im/climm/distinfo6
2 files changed, 9 insertions, 11 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index 3e1f215fe6c8..89b1d0172910 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= climm
-PORTVERSION= 0.6.1
-PORTREVISION= 2
+PORTVERSION= 0.6.2
CATEGORIES= net-im
MASTER_SITES= http://www.climm.org/source/ \
http://http.bg.climm.org/source/
@@ -31,23 +30,22 @@ OPTIONS= LIBICONV "Iconv character set conversion" on \
P2P "Peer2peer connection support" on \
TCL "TCL scripting support" on \
SSL "SSL/OTR encryption support" on \
- REMOTE "Remote control fifo support" on
-# XMPP "XMPP Jabber support" on
+ REMOTE "Remote control fifo support" on \
+ XMPP "XMPP Jabber support" off
.include <bsd.port.pre.mk>
-# XMPP support is currently broken - forcefully turn this off
-WITHOUT_XMPP= true
-
.if defined(WITHOUT_SSL)
CONFIGURE_ARGS+= --disable-ssl --disable-otr
.else
. if defined(WITHOUT_XMPP)
CONFIGURE_ARGS+= --enable-ssl=openssl
. else
-CONFIGURE_ARGS+= --enable-ssl=gnutls
+CONFIGURE_ARGS+= --enable-ssl=gnutls --with-libgnutls-prefix=${LOCALBASE}
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
. endif
+CPPFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ARGS+= --with-libgcrypt-prefix=${LOCALBASE}
LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt \
otr:${PORTSDIR}/security/libotr \
gpg-error:${PORTSDIR}/security/libgpg-error
diff --git a/net-im/climm/distinfo b/net-im/climm/distinfo
index 1487e3c3f0a9..638c690b006f 100644
--- a/net-im/climm/distinfo
+++ b/net-im/climm/distinfo
@@ -1,3 +1,3 @@
-MD5 (climm-0.6.1.tgz) = d315eac8ee64179ad1cceb2c3681b18c
-SHA256 (climm-0.6.1.tgz) = 900b054c4cfc27e3f0363038705eaee5c2457a0b3d0ae5e587deaf7cfb94eea2
-SIZE (climm-0.6.1.tgz) = 1177518
+MD5 (climm-0.6.2.tgz) = cf43b4fdb91e60bacf27678eea3ae9c8
+SHA256 (climm-0.6.2.tgz) = 25e0aca09981f65eef2f77f61b8580a99b690f4a3ae9cf1441151ad551c5812d
+SIZE (climm-0.6.2.tgz) = 1190182