summaryrefslogtreecommitdiff
path: root/sysutils/runwhen/files/patch-src_rw__scan.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/runwhen: Add skalibs-2.14 supportJan Bramkamp2024-06-161-3/+6
| | | | | | | | | | | | Patch skalibs-2.14 support into runwhen-2021.04.30: - Skalibs no longer pollutes the namespace with uint64 (without _t). - Patch runwhen to use uint64_t instead of uint64. - Update dependency to devel/skalibs>=2.14.1.1 - Bump port revision. No functional change intended. PR: 279116
* sysutils/runwhen: Unbreak buildFernando ApesteguĂ­a2022-08-131-0/+20
| | | | | | | | | | Build despite the skalibs_t typedef removal. Add support for the latest skalibs release. Submitter steps up to maintain the port. Already maintainer of several ports. PR: 265759 Reported by: crest@rlwinm.de
* sysutils/runwhen: update to version 2021.04.30 and thus unbreak.Alexey Dokuchaev2021-05-091-11/+0
|
* sysutils/runwhen: Add support for skalibs 2.9.2.1Tobias C. Berner2020-04-241-0/+11
Five years after its latest release runwhen 2015.02.24 is no longer compatible the latest skalibs version (2.9.2.1 from 16 days ago). The attached patch allows the old runwhen code to build against the latest skalibs version. It converts the enum values in rw-match.c from lower to upper case to avoid a name collision on "div", deals with the renaming of tainnow.lib to to sysclock.lib and replaces a call to the deprecated env_get() function with getenv(). This gets rid of all compiler warnings and errors. PR: 245836 Submitted by: crest@rlwinm.de Notes: svn path=/head/; revision=532885