svn commit: r396703 - head/databases/firebird25-server
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Sep 11 18:47:41 UTC 2015
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
More information about the svn-ports-all
mailing list