2020-10-26 10:45:17 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Update HOMEPAGE and MASTER_SITES.
|
2020-07-07 12:31:31 by Amitai Schleier | Files touched by this commit (6) |
Log message:
Update to 2020.05.04. From the changelog:
- The setstate command from idtools is now included in fdtools.
- Compatibility with the latest skalibs.
- Silencing modern compiler warnings.
|
2020-06-25 07:42:40 by Amitai Schleier | Files touched by this commit (39) |
Log message:
Retire 'djbware-errno-hack' and associated options.mk cleverness.
Instead:
1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed
Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.
Approved during the freeze by wiz@.
|
2020-05-01 22:44:52 by Roland Illig | Files touched by this commit (1) |
Log message:
sysutils/fdtools: does not have error.h
|
2019-12-15 20:07:51 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Bump PKGREVISION (and fix build) for new skalibs.
|
2019-06-20 19:31:06 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Recursive revbump for new skalibs, noted by leot@ (thanks!).
|
2018-12-17 18:04:38 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Improve _XOPEN_SOURCE handling on SunOS. Should fix SmartOS build.
|
2018-05-28 14:00:39 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Link with -lsocket on SunOS.
|
2017-10-03 02:43:22 by Amitai Schleier | Files touched by this commit (8) |
Log message:
Initial import of fdtools, to manipulate file descriptors from shell scripts.
fdtools is a set of utilities for working with file descriptors. With
these tools, you can examine and manipulate file descriptor properties
from shell scripts, where without them you might have resorted to a
different language. These tools can rewind file descriptors, switch them
between blocking and nonblocking mode, and examine their inode
information. On some systems (currently only Linux, as far as I know)
they can also allocate, lock, and switch virtual consoles.
|