From owner-svn-ports-head@FreeBSD.ORG Fri Feb 27 19:03:08 2015 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 90DA1EBA; Fri, 27 Feb 2015 19:03:08 +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 7BA1D99E; Fri, 27 Feb 2015 19:03:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1RJ38iA043762; Fri, 27 Feb 2015 19:03:08 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1RJ38VJ043761; Fri, 27 Feb 2015 19:03:08 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502271903.t1RJ38VJ043761@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 27 Feb 2015 19:03:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380116 - head/databases/opendbx 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: Fri, 27 Feb 2015 19:03:08 -0000 Author: marino Date: Fri Feb 27 19:03:07 2015 New Revision: 380116 URL: https://svnweb.freebsd.org/changeset/ports/380116 QAT: https://qat.redports.org/buildarchive/r380116/ Log: databases/opendbx: add USES+= readline This started failing without a recent change to opendbx, so a dependency most have stopped pulling in readline. The configure error was: error: readline library (libreadline) not found approved by: blanket Modified: head/databases/opendbx/Makefile Modified: head/databases/opendbx/Makefile ============================================================================== --- head/databases/opendbx/Makefile Fri Feb 27 18:57:19 2015 (r380115) +++ head/databases/opendbx/Makefile Fri Feb 27 19:03:07 2015 (r380116) @@ -12,7 +12,7 @@ COMMENT= C library for accessing databas LICENSE= LGPL21 -USES= gmake libtool +USES= gmake libtool readline CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -L${WRKSRC}/lib -L${LOCALBASE}/lib