Commit graph

15 commits

Author SHA1 Message Date
schmonz
a597e0cd0d Update to 2021.04.30. From the changelog:
- Compatibility with the latest skalibs.
2021-04-30 13:00:11 +00:00
schmonz
665f82bf34 Bump PKGREVISION for skalibs update. 2021-04-26 15:00:16 +00:00
schmonz
051804f639 Define SKALIBS_TOLERATE_TARGET_SKEW=no. 2021-02-04 14:08:43 +00:00
schmonz
ac23a960f9 Bump PKGREVISION for skalibs update. 2021-01-22 16:10:35 +00:00
schmonz
fb930366f7 PKGREVISION bump from skalibs update (and fix building with changed API). 2021-01-11 20:20:28 +00:00
schmonz
c6e2fac040 Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
schmonz
a3ebf0ac49 Update HOMEPAGE and MASTER_SITES. 2020-10-26 09:45:17 +00:00
schmonz
0713c89a27 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-07-07 10:31:31 +00:00
schmonz
3948870bde 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-06-25 05:42:36 +00:00
rillig
c2f9f0dc7f sysutils/fdtools: does not have error.h 2020-05-01 20:44:52 +00:00
schmonz
17cc0bf1ed Bump PKGREVISION (and fix build) for new skalibs. 2019-12-15 19:07:51 +00:00
schmonz
750f40c707 Recursive revbump for new skalibs, noted by leot@ (thanks!). 2019-06-20 17:31:06 +00:00
schmonz
719e2e620a Improve _XOPEN_SOURCE handling on SunOS. Should fix SmartOS build. 2018-12-17 17:04:38 +00:00
schmonz
72542a558b Link with -lsocket on SunOS. 2018-05-28 12:00:39 +00:00
schmonz
4fafc00f4a 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.
2017-10-03 00:43:22 +00:00