svn commit: r371481 - head/polish/ekg2
Pawel Pekala
pawel at FreeBSD.org
Sat Oct 25 12:43:26 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list