Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Oct 2014 12:43:26 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371481 - head/polish/ekg2
Message-ID:  <201410251243.s9PChQEA087990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Oct 25 12:43:25 2014
New Revision: 371481
URL: https://svnweb.freebsd.org/changeset/ports/371481
QAT: https://qat.redports.org/buildarchive/r371481/

Log:
  - Switch to gnutls for encryption, openssl from base fails to connect
    with Facebook chat servers recently [1]
  - Install striped binaries
  
  Reported by:	Wojciech Scigala [1]

Modified:
  head/polish/ekg2/Makefile

Modified: head/polish/ekg2/Makefile
==============================================================================
--- head/polish/ekg2/Makefile	Sat Oct 25 12:09:30 2014	(r371480)
+++ head/polish/ekg2/Makefile	Sat Oct 25 12:43:25 2014	(r371481)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ekg2
 PORTVERSION=	0.3.1
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	polish net-im
 MASTER_SITES=	http://pl.ekg2.org/
@@ -12,6 +12,7 @@ MAINTAINER=	pawel@FreeBSD.org
 COMMENT=	Text-mode Gadu-Gadu, Jabber, and IRC client
 
 LIB_DEPENDS=	libgadu.so:${PORTSDIR}/polish/libgadu \
+		libgnutls.so:${PORTSDIR}/security/gnutls \
 		libexpat.so:${PORTSDIR}/textproc/expat2
 
 LICENSE=	GPLv2
@@ -26,10 +27,10 @@ CONFIGURE_ARGS+=	--enable-shared \
 			--without-sqlite \
 			--without-gpm-mouse \
 			--with-libgadu \
-			--without-libgnutls \
 			--without-gif \
 			--without-libjpeg \
 			--without-libidn
+INSTALL_TARGET=	install-strip
 
 LDFLAGS+=		-L${LOCALBASE}/lib -lintl -pthread
 CFLAGS+=		-I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410251243.s9PChQEA087990>