portability/packagability fixes
authorhttps://www.google.com/accounts/o8/id?id=AItOawnxp2XU8gIribhhGhGuYtU6eMMwHv5gUGI <Amitai@web>
Sat, 4 Jun 2011 17:14:44 +0000 (17:14 +0000)
committeradmin <admin@branchable.com>
Sat, 4 Jun 2011 17:14:44 +0000 (17:14 +0000)
doc/install/discussion.mdwn

index c06893ec1c0880f1646c88ed3f160d252681577f..5a93ebded2345d0ee9d552fab437718706ee7350 100644 (file)
@@ -331,3 +331,21 @@ I've not investigated more the /etc files ussage, but does not seems like a good
 
 
 IƱigo
+
+-----
+
+
+Portability fixes encountered while maintaining the pkgsrc package:
+
+* In `IkiWiki::Setup::Standard::gendump()`, generate a shebang
+  matching the current `perl`.
+* In `Makefile.PL`, provide overridable defaults for `SYSCONFDIR`
+  and `MANDIR`.
+* In `Makefile.PL`, use `perl` to bump `ikiwiki.spec` instead of
+  `sed -i`.
+* In `Makefile.PL`, specify more portable options to `cp`.
+
+I've attempted to patch these in a way that might be acceptable:
+<http://cvsweb.se.netbsd.org/cgi-bin/bsdweb.cgi/pkgsrc/www/ikiwiki/patches/>
+
+--[[schmonz]]