From owner-svn-ports-all@FreeBSD.ORG Mon Jun 15 20:59:18 2015 Return-Path: Delivered-To: svn-ports-all@hub.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 1F7E849F; Mon, 15 Jun 2015 20:59:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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 0D6C88B8; Mon, 15 Jun 2015 20:59:18 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5FKxHbu068799; Mon, 15 Jun 2015 20:59:17 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5FKxHmF068792; Mon, 15 Jun 2015 20:59:17 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506152059.t5FKxHmF068792@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 15 Jun 2015 20:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389752 - in head: databases/tarantool net-mgmt/argus3-clients X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 20:59:18 -0000 Author: antoine Date: Mon Jun 15 20:59:16 2015 New Revision: 389752 URL: https://svnweb.freebsd.org/changeset/ports/389752 Log: Add explicit USES=readline Modified: head/databases/tarantool/Makefile head/net-mgmt/argus3-clients/Makefile Modified: head/databases/tarantool/Makefile ============================================================================== --- head/databases/tarantool/Makefile Mon Jun 15 20:52:42 2015 (r389751) +++ head/databases/tarantool/Makefile Mon Jun 15 20:59:16 2015 (r389752) @@ -3,6 +3,7 @@ PORTNAME= tarantool PORTVERSION= 1.5.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://tarantool.org/dist/ DISTNAME= ${PORTNAME}-${PORTVERSION}-${TR_REV}-src @@ -14,7 +15,7 @@ LICENSE= BSD2CLAUSE TR_REV= 102-g2857a4e MAKE_JOBS_UNSAFE=yes -USES= cmake gettext gmake iconv perl5 compiler:c++11-lang +USES= cmake compiler:c++11-lang gettext gmake iconv perl5 readline USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message Modified: head/net-mgmt/argus3-clients/Makefile ============================================================================== --- head/net-mgmt/argus3-clients/Makefile Mon Jun 15 20:52:42 2015 (r389751) +++ head/net-mgmt/argus3-clients/Makefile Mon Jun 15 20:59:16 2015 (r389752) @@ -3,6 +3,7 @@ PORTNAME= argus-clients PORTVERSION= 3.0.8 +PORTREVISION= 1 CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ @@ -23,7 +24,7 @@ MYSQL_USE= MYSQL=yes GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP GEOIP_CONFIGURE_ON= --with-GeoIP=${LOCALBASE} -USES= bison ncurses perl5 +USES= bison ncurses perl5 readline USE_CSTD= gnu89 GNU_CONFIGURE= yes