]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/install/discussion.mdwn
updated, compatible with the merged trail
[ikiwiki.git] / doc / install / discussion.mdwn
index c06893ec1c0880f1646c88ed3f160d252681577f..b27cc4bacb13d011dc16aee6243265f0fe132fec 100644 (file)
@@ -331,3 +331,28 @@ 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 mergeably patch these in my git, commit
+5c177c96ac98b24aaa0613ca241fb113f1b32c55.
+
+--[[schmonz]]
+
+-----
+
+[[!template id=gitbranch branch=schmonz/portability author="[[schmonz]]"]]
+
+My git was in a screwy state so I started over. These changes are
+now on a branch. --[[schmonz]]