Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2014 13:34:42 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368372 - head/dns/bind10
Message-ID:  <201409171334.s8HDYgeb056620@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Sep 17 13:34:41 2014
New Revision: 368372
URL: http://svnweb.freebsd.org/changeset/ports/368372
QAT: https://qat.redports.org/buildarchive/r368372/

Log:
  Update to USES=python, and use correct depends style for python packages.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind10/Makefile

Modified: head/dns/bind10/Makefile
==============================================================================
--- head/dns/bind10/Makefile	Wed Sep 17 13:27:12 2014	(r368371)
+++ head/dns/bind10/Makefile	Wed Sep 17 13:34:41 2014	(r368372)
@@ -20,21 +20,20 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/interprocess/sync/interprocess_upgradable_mutex.hpp:${PORTSDIR}/devel/boost-libs \
 		${LOCALBASE}/include/log4cplus/logger.h:${PORTSDIR}/devel/log4cplus \
 		sqlite3>=3.3.9:${PORTSDIR}/databases/sqlite3 \
-		${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
+		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
 LIB_DEPENDS=	libbotan-1.10.so:${PORTSDIR}/security/botan110 \
 		liblog4cplus.so:${PORTSDIR}/devel/log4cplus \
 		libicuuc.so:${PORTSDIR}/devel/icu \
 		libgmp.so:${PORTSDIR}/math/gmp \
 		libsqlite3.so:${PORTSDIR}/databases/sqlite3
-RUN_DEPENDS=	${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
 
 DEPRECATED=	Is not developed any more, use dns/bundy
 EXPIRATION_DATE=	2015-12-31
 
-USE_PYTHON=	3
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
-USES=	compiler:c++11-lang pathfix pkgconfig
+USES=	compiler:c++11-lang pathfix pkgconfig python:3
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409171334.s8HDYgeb056620>