diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnxp2XU8gIribhhGhGuYtU6eMMwHv5gUGI <Amitai@web> | 2011-06-04 17:14:44 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-06-04 17:14:44 +0000 |
commit | ebbf02a79357b74b9df0d95becc7af0486ba5ee7 (patch) | |
tree | 0124f779afb813852886f52220d70e84da336475 /doc/install | |
parent | 0fe321c2361d89cbcdea23c0b377d63bb48865fe (diff) | |
download | ikiwiki-ebbf02a79357b74b9df0d95becc7af0486ba5ee7.tar ikiwiki-ebbf02a79357b74b9df0d95becc7af0486ba5ee7.tar.gz |
portability/packagability fixes
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/discussion.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/install/discussion.mdwn b/doc/install/discussion.mdwn index c06893ec1..5a93ebded 100644 --- a/doc/install/discussion.mdwn +++ b/doc/install/discussion.mdwn @@ -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]] |