2022-07-25 13:12:30 by Thomas Klausner | Files touched by this commit (102) |
Log message:
*: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2018-05-14 18:23:51 by Filip Hajny | Files touched by this commit (2) |
Log message:
devel/ivykis: Update to 0.42.3.
- Explicitly build with -D_REENTRANT on Solaris.
- Don't install IV_FD_PUMP_INIT.3 when on a case sensitive filesystem.
|
2018-01-12 15:33:14 by Filip Hajny | Files touched by this commit (1) |
Log message:
devel/ivykis: Force pthread support. Fixes syslog-ng crashes on SunOS
at least, as described in joyent/pkgsrc#64.
|
2017-10-18 13:05:22 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update devel/ivykis to 0.42.2.
- Fix crash in __iv_event_run_pending_events().
- Hold a reference on the main loop for each registered iv_event.
|
2017-09-27 14:50:31 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update devel/ivykis to 0.42.1.
- Fix object reference counting bug when unregistering an expired timer.
- Fix segfault when calling IV_TASK_INIT() before iv_init().
|
2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Switch github HOMEPAGEs to https.
|
2017-05-03 12:43:02 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update devel/ivykis to 0.42.
- Fix ->set_poll_timeout() related bug with timers that expire at time zero.
|
2017-01-04 12:45:50 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update devel/ivykis to 0.41.
* A fix for the aarch64/ppc64 linker issue that has been plaguing us
for a while (https://github.com/buytenh/ivykis/issues/6). I don't
have access to a ppc box, but I reproduced the problem in an aarch64
(qemu-system-aarch64) virtual machine and fixed it there.
* libivykis.so now no longer pulls in libpthread.so, and linking
against libpthread.so is now fully optional. If libpthread isn't
linked in, ivykis can perform various optimizations, such as
skipping pthread mutex calls, and iv_event can skip creating an
eventfd when running in single-threaded mode.
* iv_signal now lets you register a thread-specific signal interest,
indicated by the IV_SIGNAL_FLAG_THIS_THREAD flag, for which the
handler will be called when that signal is delivered to the thread
the interest was registered in (and will not trigger if the signal
is delivered to another thread in the process).
|