From 26edaca7bb13575eca053bdeadc74df68dbe5b03 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 25 Jan 2014 10:29:56 +0000 Subject: Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary. --- www/ja-trac/options.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/ja-trac') diff --git a/www/ja-trac/options.mk b/www/ja-trac/options.mk index 4905cc840df..5090cb9d156 100644 --- a/www/ja-trac/options.mk +++ b/www/ja-trac/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2013/02/14 14:53:31 gdt Exp $ +# $NetBSD: options.mk,v 1.5 2014/01/25 10:30:27 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.trac PKG_OPTIONS_REQUIRED_GROUPS= db @@ -14,10 +14,12 @@ PKG_OPTIONS_LEGACY_OPTS= psycopg2:pgsql # preferred over "py-sqlite3", the bundled version of sqlite3 support, # because it is more up to date. DEPENDS+= ${PYPKGPREFIX}-sqlite2>=2.5.5:../../databases/py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-sqlite2 .endif .if !empty(PKG_OPTIONS:Mpgsql) DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2:../../databases/py-psycopg2 .endif .if !empty(PKG_OPTIONS:Mmysql) DEPENDS+= ${PYPKGPREFIX}-mysqldb>=1.2.2:../../databases/py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mysqldb .endif -- cgit v1.2.3