pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tidy: add more information in the TODO



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Jan 5 21:03:40 2016 +0100
Changeset:	5731a14e86353da59ab9863e8e364c649fefe84a

Modified Files:
	tidy/TODO

Log Message:
tidy: add more information in the TODO

I have analyzed all possible packages related to tidy and all the
actions needed when importing it in pkgsrc.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5731a14e86353da59ab9863e8e364c649fefe84a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tidy/TODO | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diffs:
diff --git a/tidy/TODO b/tidy/TODO
index 46acd11..dfd0bfd 100644
--- a/tidy/TODO
+++ b/tidy/TODO
@@ -1,3 +1,21 @@
-o Still not ready to be imported because probably all the existing programs in
-  pkgsrc expect tidy headers in <tidy/...>.
 o Add a "doc" option like www/tidy
+o Still not ready to be imported because probably all the existing programs in
+  pkgsrc expect tidy headers in <tidy/...>:
+  + DEPENDS on tidy:
+   - meta-pkgs/netbsd-doc
+   - doc/guide/Makefile.common (used by meta-pkgs/pkgsrc-guide-tools)
+  + Change in htdocs/share/mk/doc.docbook.mk:63:
+     REQPKGS_HTML=   tidy>=20021108
+  + Other tidy users (via buildlink3.mk):
+   - editors/abiword-plugins/Makefile	-- hardcode tidy/tidy.h in configure,
+       plugins/mht/xp/tidyReader.h
+   - mail/prayer/Makefile		-- hardcode tidy/ in
+       patches/patch-defaults_Config
+   - www/kdewebdev4/Makefile		-- dunno, check
+       ${WRKSRC}/klinkstatus/cmake/modules/FindLibTidy.cmake
+       (probably it will work but it will not be able to recognise the
+       TIDY_ULONG_VERSION)
+   - www/php-tidy/Makefile		-- should be ok
+   - x11/kde-baseapps4/Makefile		-- like www/kdewebdev4, check
+       ${WRKSRC}/konq-plugins/validators/FindLibTidy.cmake
+   - wip/gurlchecker/options.mk		-- should be ok


Home | Main Index | Thread Index | Old Index