mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 22:00:09 +02:00
* 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/
22 lines
888 B
Plaintext
22 lines
888 B
Plaintext
ISC Licence (OSI approved)
|
|
========================
|
|
|
|
strlcpy.c is
|
|
Copyright (c) 2006, 2008, 2009, 2013
|
|
mirabilos <m@mirbsd.org>
|
|
Copyright (c) 1998
|
|
Todd C. Miller <Todd.Miller@courtesan.com>
|
|
|
|
|
|
Permission to use, copy, modify, and distribute this software for any
|
|
purpose with or without fee is hereby granted, provided that the above
|
|
copyright notice and this permission notice appear in all copies.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|