From owner-svn-ports-head@FreeBSD.ORG Sat Oct 25 12:43:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 474B9B73; Sat, 25 Oct 2014 12:43:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 343EC1E5; Sat, 25 Oct 2014 12:43:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9PChQsh087991; Sat, 25 Oct 2014 12:43:26 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9PChQEA087990; Sat, 25 Oct 2014 12:43:26 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201410251243.s9PChQEA087990@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 25 Oct 2014 12:43:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371481 - head/polish/ekg2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2014 12:43:26 -0000 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