Commit Graph

3 Commits

Author SHA1 Message Date
fbrosson
5a456e5d67 mksh: bump to R54.
No need to keep cmd:install (in BUILD_PREREQUIRES) since it is
provided by coreutils.
2016-12-05 23:41:37 +00:00
fbrosson
bad6bba157 mksh: bump to R53a, add cmd:cmp to BUILD_PREREQ for TEST(). (#782) 2016-08-27 19:06:29 -04:00
fbrosson
875c4ddcad mksh: bump version, add x86{,_64} with a patch.
* Drop the "r" prefix in version.
* Bump version to 52c and use portVersion where appropriate.
* Fix wrong LICENSE declaration and add missing licenses.
* Move haiku_devel from BUILD_PREREQUIRES to BUILD_REQUIRES to be
  consistent with most other recipes.
* Add missing cmd:awk to BUILD_PREREQUIRES.
* Add x86{,_64} to ARCHITECTURES with a tiny conditional patch to make
  the recipe build on these architectures.
* Do not create the "sh -> mksh" symbolic link anymore as changing the
  default "sh -> bash" symbolic link might create problems.
* Do not "mkdir -p" and, instead, call "install" with the "-D" switch.
* Do not use documentation/packages/mksh/mksh/examples/ but
  documentation/packages/mksh/examples/ to install dot.mkshrc.
* Don't copy dot.mkshrc in documentation/packages/mksh/mksh/examples/
  but in documentation/packages/mksh/examples/
2016-03-22 23:44:55 +00:00