./sysutils/bsdinstall, Portable version of the BSD install(1) program

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20160108nb1, Package name: bsdinstall-20160108nb1, Maintainer: pkgsrc-users

This package provides the BSD install(1) program for compatability to
systems which do not have a native version.


Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2025-04-19 10:07:28 by Thomas Klausner | Files touched by this commit (11)
Log message:
*: mark bootstrap packages with POLICY_UPDATE_LIMITED=bootstrap
   2023-01-06 15:21:17 by Jonathan Perkin | Files touched by this commit (3)
Log message:
bsdinstall: Apply patch directly to sources.

Packages that have unpacked sources that are in the bootstrap path must never
have patches as it causes bootstrap issues with requiring digest and nbpatch.
   2023-01-04 19:35:56 by Paolo Vincenzo Olivo | Files touched by this commit (3)
Log message:
sysutils/bsdinstall: fix building on Linux.
   2016-01-28 14:38:53 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Add LICENSE (modified-bsd).
   2016-01-08 16:43:36 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Build largefile-aware bsdinstall on SunOS.  Fixes install of libwebkitgtk.a
which is now >2GB.

Bump version to 20160108.
   2015-11-18 13:12:49 by Jonathan Perkin | Files touched by this commit (1)
Log message:
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-06-04 19:21:06 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Fix build under Solaris/x86_64 11.2.
   2015-04-03 01:03:31 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Ensure we do not try to regenerate the catpage.  Avoids possible issues
on platforms where nroff isn't native.