diff options
author | gdt <gdt@pkgsrc.org> | 2011-03-15 12:58:04 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-03-15 12:58:04 +0000 |
commit | 6047b531c0c3851bd8acee59c8629a014227162e (patch) | |
tree | 0e4f27e7e82c8ff86551e268c4e575f4095c9373 /www/trac/Makefile | |
parent | e7fcdbd59fd413ac1c5119d82b70fd157d04c251 (diff) | |
download | pkgsrc-6047b531c0c3851bd8acee59c8629a014227162e.tar.gz |
Add comments describing differences to ../ja-trac.
These comments are based on private mail with obache@, but errors are
my fault. They are intended to be useful primarily to package
maintainers, but also to people administering trac via pkgsrc.
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r-- | www/trac/Makefile | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index eec6c20c1df..f956a042746 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2011/03/14 19:45:37 gdt Exp $ +# $NetBSD: Makefile,v 1.52 2011/03/15 12:58:04 gdt Exp $ # DISTNAME= Trac-0.12 @@ -15,6 +15,28 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir +# Maintainer notes: +# +# This package is similar to wip/trac, which in turn structurally +# matches www/ja-trac. Ideally, www/trac and ja-trac would converge. +# This note outlines the known differences and proposed resolution. +# Besides bringing the packages closer, a goal is to avoid breaking +# existing trac installations that blindly upgrade, to the extent that +# this is reasonable. +# +# subversion dependency: ja-trac does not depend on subversion, +# because 1) trac is useful without a repo, and because one can use +# other than svn. Perhaps options to specify repo support (not a +# group, because trac can support multiple), defaulting to subversion +# is a good strategy for now. +# +# www/trac options are not in options.mk (to be fixed). +# +# sqlite2 vs sqlite3: This package has logic to choose sqlite2 vs +# sqlite3, and ja-trac uses only sqlite2. This is hard, because +# database format changes are disruptive, and gdt should consult +# upstream's idea of best practice. + DEPENDS+= ${PYPKGPREFIX}-genshi>=0.5:../../www/py-genshi DEPENDS+= ${PYPKGPREFIX}-subversion>=1.1.0:../../devel/py-subversion |