Path to this page:
./
chat/icb,
Internet CB - a mostly-defunct chat client
Branch: CURRENT,
Version: 5.0.9pl1nb7,
Package name: icb-5.0.9pl1nb7,
Maintainer: pkgsrc-usersThis is a chat client similar to irc, but for the icb protocol.
Virtually nobody uses it these days.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 349.185 KB
Version history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2017-12-12) Updated to version: icb-5.0.9pl1nb7
- (2017-11-23) Package has been reborn
- (2009-07-24) Updated to version: icb-5.0.9pl1nb6
- (2008-12-17) Updated to version: icb-5.0.9pl1nb5
CVS history: (Expand)
| 2026-04-03 18:46:05 by S.P.Zeidler | Files touched by this commit (2) |
Log message:
build fix
In NetBSD 11 and possibly also SmartOS the ar 'l' modifier went from
l This modifier is accepted but not used.
to
l Specify dependencies of this library.
so ar clq went to "not working"; remove the l and reorder to
"command first, modifier after" and it'll build again.
Test-built on netbsd-11 and netbsd-10
|
| 2026-01-03 23:43:54 by Thomas Klausner | Files touched by this commit (1) |
Log message:
icb: remove some warnings for NetBSD-current
still doesn't build
|
| 2024-04-19 19:00:47 by Chuck Cranor | Files touched by this commit (2) |
Log message:
Fix MAKEFLAGS handling to work with spaces in UNPRIVILEGED_GROUPS
Let environment variables handling passing MFLAGS/MAKEFLAGS to children
rather than do it explicitly on the command line. As of 1.24 of
mk/unprivileged.mk pkgsrc puts UNPRIVILEGED_GROUPS in MAKEFLAGS.
UNPRIVILEGED_GROUPS contains a space-separated list of the groups
the current account is a member of. This requires proper quoting
in MAKEFLAGS if the current account is a member of more than one group
(due to the spaces), and the old version of Makefile does not take
that into account.
|
| 2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
| 2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146) |
Log message:
chat: Remove SHA1 hashes for distfiles
|
| 2020-08-18 04:17:26 by David H. Gutteridge | Files touched by this commit (3) |
Log message:
icb: fix building on modern mainstream Linux distros
Committed on the off chance someone else may want to run this on modern
Linux. Tested on Debian 9 and Fedora 29 through 32.
|
| 2017-12-12 08:13:01 by S.P.Zeidler | Files touched by this commit (7) |
Log message:
RELRO & friends
|
| 2017-03-23 18:07:02 by Joerg Sonnenberger | Files touched by this commit (219) |
Log message:
Extend SHA512 checksums to various files I have on my local distfile
mirror.
|