pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/trac
Module Name: pkgsrc
Committed By: gdt
Date: Sun Sep 11 15:48:27 UTC 2016
Modified Files:
pkgsrc/www/trac: options.mk
Log Message:
Add link to upstream's non-recommendation of mysql
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/trac/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/trac/options.mk
diff -u pkgsrc/www/trac/options.mk:1.1 pkgsrc/www/trac/options.mk:1.2
--- pkgsrc/www/trac/options.mk:1.1 Sun Sep 11 15:43:01 2016
+++ pkgsrc/www/trac/options.mk Sun Sep 11 15:48:27 2016
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2016/09/11 15:43:01 gdt Exp $
+# $NetBSD: options.mk,v 1.2 2016/09/11 15:48:27 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.trac
PKG_OPTIONS_REQUIRED_GROUPS= db
@@ -15,5 +15,5 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../.
.if !empty(PKG_OPTIONS:Mpsycopg2)
DEPENDS+= ${PYPKGPREFIX}-psycopg2>=2:../../databases/py-psycopg2
.endif
-# MySQL is sort of supported but not recommended by upstream and hence
-# omitted.
+# Upstream has MySQL support but it is not really recommended:
+# https://trac.edgewall.org/wiki/MySqlDb
Home |
Main Index |
Thread Index |
Old Index