Commit graph

107 commits

Author SHA1 Message Date
rillig
6b386e81af chat: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 22:18:22 +00:00
mrg
3447152493 bump pkg version - real bug fix added. 2019-04-26 00:13:34 +00:00
mrg
9c3889f190 avoid a crash when setting IRCIISERVER. older free() must hae been
less grumpy about passing data it didn't know about ..

pointed out by bad@.
2019-04-26 00:12:14 +00:00
mrg
af1e7e3bbf update to ircii 20170117. just one change from yesterday:
o  fix a memory corruption bug found by leot@netbsd with electric fence
2019-01-18 10:47:48 +00:00
mrg
a90afba275 update to ircII 20190116. changes include:
o  new /lastlog commands -saveall and -loadall that save and load the
     current window's lastlog, allowing session restoring
  o  new REFRESH_WINDOW_LASTLOG binding that will fully redraw the
     current window, using data from the lastlog, leaving it in a
     scrollable manner
  o  fix run-time errors on macOS
  o  ircII is now cross compileable
  o  add a basic help2html.pl script that converts the help pages into
     (poorly so far) formatted html pages, many help issues pages fixed
  o  restore case-insensitive /lastlog, accidentally broken in 20161207
  o  fix input line scrolling problem where it would not keep any of the
     existing input line.
2019-01-17 05:21:24 +00:00
mrg
eb975acf2a fix problem from upstream: avoid failing to nul terminate strings, which
could lead to garbage being added to assignment values.
2018-09-26 10:38:26 +00:00
mrg
1c7a91d602 apply the fix from my repo for PR 53456: "chat/ircII crashes on joining
to a channel with +k, with wrong channel key", which also fixes
reconnecting in some cases for me.  now chan->window is never stale or
uninitialised.
2018-07-19 22:22:21 +00:00
maya
9988a6e3e6 include limits.h for PATH_MAX.
fixes builds on smartos, confirmed by wiedi, thanks.
2017-07-22 15:13:41 +00:00
mrg
318a1cbce9 update to ircII 20170704. changes include:
o  fixes for the OSX fixes in 20170606
  o  new window resizer now works, can get the old one at compile time with
     --with-default-resize-method=old configure option
  o  more fixes for OSX and @-style assignment
  o  fix a window rebalance when not resizing bug
  o  fix crashes on OSX in complex scripts using []
  o  fix reconnecting channels moving windows
2017-07-06 14:51:00 +00:00
jperkin
777a466f98 Use PKGMANDIR. 2016-03-27 22:53:39 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
jperkin
1755fe8fda Use OPSYSVARS. 2016-02-25 11:21:11 +00:00
mrg
66206e4d41 update to ircii 20151120. changes include:
o  fix a program hang upon invalid utf-8 sequences
  o  /set log and /window log no longer double the output
  o  /lastlog no longer adds trailing ^Os to log files

this also fixes an assert() in /server.
2015-12-07 06:44:23 +00:00
agc
b35b0abbb4 Add SHA512 digests for distfiles for chat category
Problems found with existing distfiles:
	distfiles/icb-5.0.9.tar.gz
	distfiles/icb.2.1.4.tar.Z
	distfiles/zenicb-19981202.tar.gz
No changes made to these /distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:20:17 +00:00
tnn
3e1c48dfa7 replace optional socks5 dependencies with net/dante 2015-09-30 08:25:37 +00:00
tron
72c423095c Add "share/irc/script/nicksearch" to the package list. 2015-09-17 07:06:48 +00:00
mrg
2e07e11c8c update to ircii 20150903. changes include:
o  ircII now uses the final column of the display
  o  contrib/noansi.c is a program to remove ANSI C colours
  o  fix irc "realname" handling
  o  fix SWITCH_CHANNELS binding
  o  revert to old window size change handling for now
2015-09-16 20:21:07 +00:00
tnn
9f2bd2c8a5 fix iconv linkage 2015-03-14 23:43:28 +00:00
mrg
a7867dfaf2 update ircII to 20141122. main change is to revert the broken resize code. 2014-11-22 22:20:15 +00:00
mrg
443b49081a update to ircii 20141028. mostly, this fixes a resize bug. 2014-11-01 14:24:14 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
jperkin
baae83266e SunOS needs -liconv. 2014-09-08 09:28:37 +00:00
mrg
a1891a14a9 update to ircii 20140831. minor bug fix release: netbsd 5.x builds again,
minor server connection and option parsing bugs fixed.
2014-09-02 06:56:59 +00:00
tron
076e9901f9 Fix build under NetBSD (and Linux?). 2014-08-25 15:27:22 +00:00
tron
c5e6553f07 Fix build under Mac OS X and add missing buildlink dependences. Bump
package revision because the wrong OpenSSL library might have been
used on various platforms before.
2014-08-25 15:09:41 +00:00
mrg
0aad8e7fe1 update to ircII 20140824.
main changes are significant internal cleanup, dozens of minor bug
fixes, and two new major features:  connect via HTTP proxy, and
connect to SSL IRC servers.
2014-08-25 06:22:18 +00:00
mrg
7726e1246a pull over a patch from ircii-current to fix input lines. 2014-03-12 07:22:34 +00:00
mrg
2b8d6edbc5 update ircii to 20131230. changes include:
o  re-add the utf-8 changes now that the scrolling is not slowed
  o  scrolling is much faster now
  o  fix compile time errors in on modern glibc systems
  o  add /nuser command
  o  wserv and ircio move into "libexec" dir.
2014-01-02 07:57:49 +00:00
asau
4840ebad6d Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 00:02:33 +00:00
abs
f8d9881f4e Trim COMMENT slightly 2012-05-23 13:16:34 +00:00
sbd
2daf223d40 Add missing mk/termcap buildlink.
Bump PKGREVISION
2011-12-17 23:42:40 +00:00
tron
c7e1109719 Add missing file "share/irc/help/nuser" to package list and bump
revision because the binary package changed.
2011-11-16 08:28:29 +00:00
mrg
f41bb0ae81 update ircii to 20111115. main changes since 20110228 include:
o  fix compile time errors in on modern glibc systems
  o  add /nuser command
  o  wserv and ircio move into "libexec" dir.
2011-11-15 09:41:40 +00:00
mrg
fb4028186f update to ircII 20110228. major changes:
- warn the user if the IRCHOST may be wrong
- make /save save /ignore'd things
- remove K&R C support
- remove many old UNIX platforms support
- avoid a spurious SIGALRM
- avoid printing some 8-bit unprintable chars
- add support for modern qnx
2011-04-12 00:49:35 +00:00
jwise
c56b3aba9e Work around an issue where SunOS (10) definition of SIGRTMIN and SIGRTMAX
confuses ircII signal handling autogeneration.
2010-12-13 19:32:11 +00:00
mrg
53fd659219 avoid accessing arrays out of bounds. should fix build isses on freebsd8. 2010-08-12 04:02:28 +00:00
tron
d436714ef5 Fix installation into a destination directory with "MANZ" defined
by passing the correct directory name to "mk/plist/doc-compress".
2010-03-30 10:29:40 +00:00
heinz
fd374cbdee Added LICENSE information. 2010-01-22 00:22:18 +00:00
joerg
01ff4d7ea3 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:28:43 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
tron
a376320d70 Re-generate patch which wasn't accepted by GNU patch. 2009-02-18 10:22:53 +00:00
mrg
86f3e6f8e8 update to ircII 20081115. this fixes the missing translation tables,
adds chanusers()/onchannel() support for ICB and increases the default
lastlog to 440.
2009-02-18 08:30:50 +00:00
mrg
0360dda9ad update to ircII 20081115. this fixes the missing translation tables,
adds chanusers()/onchannel() support for ICB and increases the default
lastlog to 440.
2009-02-18 08:18:53 +00:00
dsainty
5f9a121cb7 Add an HTTP URL to MASTER_SITES, for firewall convenience. 2008-11-17 08:09:19 +00:00
wiz
3e83de3a37 Update to 20080314:
Changes since ircII 20060725:

  o  /on channel_signoff works again
  o  try to split ICB messages at word boundaries
  o  disallow many IRC commands on ICB
  o  /ping works on ICB
  o  revert the utf-8 changes for large lastlog performance reasons.
     there should be a re-implementation coming in the future.
2008-11-10 19:25:27 +00:00
heinz
4cc5222021 The package supports installation to DESTDIR.
Removed unnecessary write permissions to shut up warnings by checkperms.
2008-01-04 20:00:32 +00:00
jlam
07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00
rillig
68b84d4b6b Fixed MASTER_SITES. Patch provided by Zafer Aydogan in private mail. 2007-06-26 09:01:49 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
rillig
dd6e4e191b Added a patch that is needed for Solaris with SunPro. 2006-09-07 13:09:50 +00:00