From owner-svn-ports-head@freebsd.org Fri Jun 26 15:00:50 2015 Return-Path: Delivered-To: svn-ports-head@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 0403298C975; Fri, 26 Jun 2015 15:00:50 +0000 (UTC) (envelope-from amdmi3@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 E91B01A38; Fri, 26 Jun 2015 15:00:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5QF0nKh086032; Fri, 26 Jun 2015 15:00:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5QF0nEM086031; Fri, 26 Jun 2015 15:00:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506261500.t5QF0nEM086031@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 26 Jun 2015 15:00:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390643 - head/databases/speedtables 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.20 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, 26 Jun 2015 15:00:50 -0000 Author: amdmi3 Date: Fri Jun 26 15:00:49 2015 New Revision: 390643 URL: https://svnweb.freebsd.org/changeset/ports/390643 Log: - Switch to USES=autoreconf - Add LICENSE_FILE Modified: head/databases/speedtables/Makefile Modified: head/databases/speedtables/Makefile ============================================================================== --- head/databases/speedtables/Makefile Fri Jun 26 14:46:40 2015 (r390642) +++ head/databases/speedtables/Makefile Fri Jun 26 15:00:49 2015 (r390643) @@ -10,29 +10,25 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= High-performance memory-resident database LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libtclx8.4.so:${PORTSDIR}/lang/tclX \ libboost_graph.so:${PORTSDIR}/devel/boost-libs -OPTIONS_DEFINE= DOCS PGSQL -PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} -PGSQL_LIB_DEPENDS= libpgtcl2.0.0.so:${PORTSDIR}/databases/postgresql94-pgtcl - -PORTDOCS= * - -USES= tcl - -USE_AUTOTOOLS= autoconf USE_GITHUB= yes GH_ACCOUNT= flightaware +USES= autoreconf tcl GNU_CONFIGURE= yes CONFIGURE_ARGS+=--exec-prefix=${PREFIX} \ --with-boost=${PREFIX} \ --with-tcl=${TCL_LIBDIR} -pre-configure: - @cd ${WRKSRC} && ${AUTORECONF} +PORTDOCS= * + +OPTIONS_DEFINE= DOCS PGSQL +PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} +PGSQL_LIB_DEPENDS= libpgtcl2.0.0.so:${PORTSDIR}/databases/postgresql94-pgtcl post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR}