Commit graph

9 commits

Author SHA1 Message Date
jperkin
c14f995b36 Add LICENSE (modified-bsd). 2016-01-28 13:38:53 +00:00
jperkin
63f3bb6c74 Build largefile-aware bsdinstall on SunOS. Fixes install of libwebkitgtk.a
which is now >2GB.

Bump version to 20160108.
2016-01-08 15:43:35 +00:00
jperkin
17f2ed388b Pull in grp.h and pwd.h from libnbcompat, fixes implicit declaration of
gid_from_group and uid_from_user on Darwin.  Fix (lightly modified by myself)
submitted by Aleksej Lebedev in PR#50440.
2015-11-18 12:12:49 +00:00
ryoon
f54efb78c8 Fix build under Solaris/x86_64 11.2. 2015-06-04 17:21:06 +00:00
jperkin
efd33593e1 Ensure we do not try to regenerate the catpage. Avoids possible issues
on platforms where nroff isn't native.
2015-04-02 23:03:31 +00:00
jperkin
d66c54b5ce bsdinstall-20130905: Install pre-generated catman page where necessary.
This is a bootstrap package, we cannot rely on a BSD-compatible nroff
being available at bootstrap time, so add a pre-generated version.
2013-09-05 12:19:49 +00:00
jperkin
5a42c5d746 Portability fixes. 2013-09-03 15:27:38 +00:00
joerg
1456b8ea61 Don't try to create weak symbols as the renaming isn't done. 2013-08-30 16:54:46 +00:00
jperkin
b01f4aebb9 Add bsdinstall-20130828 to pkgsrc.
This is a portable version of NetBSD's install(1) program, and is intended
to be used as a replacement for the install-sh script on platforms which do
not have a native BSD install program.  The install-sh script does not
support file names with spaces, and this version should be more robust.

This portable version does not include mtree, futimes and chflags support.

Tested in a full SmartOS bulk build with no apparent issues.
2013-08-28 11:42:36 +00:00