From owner-svn-ports-all@freebsd.org Fri Sep 11 18:47:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B04B9CD005; Fri, 11 Sep 2015 18:47:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.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 EFCC81E7A; Fri, 11 Sep 2015 18:47:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BIleW3086368; Fri, 11 Sep 2015 18:47:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BIleV1086367; Fri, 11 Sep 2015 18:47:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509111847.t8BIleV1086367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Sep 2015 18:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396703 - head/databases/firebird25-server 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: Fri, 11 Sep 2015 18:47:41 -0000 Author: amdmi3 Date: Fri Sep 11 18:47:40 2015 New Revision: 396703 URL: https://svnweb.freebsd.org/changeset/ports/396703 Log: - Switch to USES=libedit for firebird-client, as suggested by stage-qa Approved by: portmgr blanket Modified: head/databases/firebird25-server/Makefile Modified: head/databases/firebird25-server/Makefile ============================================================================== --- head/databases/firebird25-server/Makefile Fri Sep 11 18:46:36 2015 (r396702) +++ head/databases/firebird25-server/Makefile Fri Sep 11 18:47:40 2015 (r396703) @@ -3,7 +3,7 @@ PORTNAME= firebird PORTVERSION= 2.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/ PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server @@ -91,6 +91,8 @@ PKGINSTALL?= ${PKGDIR}/pkg-install-serve ALL_TARGET= firebird_basic libfbembed libfbclient embed_isql embed_gpre \ embed_gdef embed_qli extlib +USES+= libedit + USE_LDCONFIG= yes CLIENT_BIN= gpre isql-fb qli