Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-07 | If we're going to use <termios.h>, which is reasonable, don't also use | dholland | 2 | -4/+41 | |
<sgtty.h>. Hi joerg... | |||||
2015-11-03 | Add SHA512 digests for distfiles for chat category | agc | 1 | -1/+2 | |
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. | |||||
2014-04-21 | Fix readline use. | joerg | 4 | -8/+102 | |
2014-01-11 | Revbump after updating tcl/tk. | adam | 1 | -2/+2 | |
2013-08-31 | Missing termios.h. | joerg | 2 | -6/+7 | |
2013-07-15 | * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes | ryoon | 1 | -2/+1 | |
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk". | |||||
2012-12-24 | Don't use "restrict" as an identifier; it's a keyword nowadays. | dholland | 4 | -5/+54 | |
Fixes clang build. | |||||
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-08-21 | Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 | marino | 1 | -2/+2 | |
2012-02-16 | Fix build on SunOS. | hans | 6 | -11/+61 | |
2010-03-04 | Add patches to compile on systems with getline() and to link to the tcl | spz | 7 | -17/+70 | |
currently in pkgsrc. | |||||
2010-02-11 | Forget to comment out and mark i2cb as broken. | joerg | 1 | -1/+3 | |
2009-08-20 | Give up maintainership of packages where I am still listed as MAINTAINER. | jwise | 1 | -2/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2009-06-05 | string.h is a standard header for getting protoypes for memset and friends. | hasso | 2 | -5/+14 | |
Fixes build on DragonFly. | |||||
2009-05-20 | Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib | wiz | 1 | -2/+2 | |
major change. Reported by Robert Elz in PR 41345. | |||||
2008-03-03 | Mechanical changes to add full DESTDIR support to packages that install | jlam | 1 | -6/+9 | |
their files via a custom do-install target. | |||||
2007-05-21 | Use tcl>=8.3.4<8.4 instead of tcl-8.3.4*. Bump revision. | joerg | 1 | -2/+2 | |
2007-03-17 | Fixed the build on NetBSD 4 using gcc4. | rillig | 2 | -1/+22 | |
2005-12-13 | Always include sys/types.h, it is needed on !NetBSD as well. | joerg | 6 | -22/+88 | |
Use dirent.h instead of sys/dir.h, the former is POSIX and the latter gives a warning on DragonFly, which breaks -Werror. Use NAME_MAX if available, fall back to MAXNAMLEN otherwise. | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones | agc | 1 | -1/+2 | |
2005-02-22 | Might as well be MAINTAINER for i2cb{,d}. Thanks for making these, hubert! | jwise | 1 | -2/+2 | |
2005-02-21 | Sign over maintainership to tech-pkg@ | hubertf | 1 | -2/+2 | |
2004-12-30 | Make this package build on NetBSD-current by casting args (where necessary) | agc | 6 | -5/+56 | |
to ctype macros. Bump package revision. | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-04-13 | Add a -lhost switch to allow binding to a local address on a multihomed | hubertf | 7 | -8/+181 | |
host (i.e. choose with which address to connect to the server). Bump revision to i2cb-6.0_ALPHAnb1. | |||||
2004-04-11 | Convert to buildlink3. | snj | 1 | -4/+4 | |
2004-03-08 | Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will | minskim | 1 | -2/+2 | |
be updated to depend on lang/tcl after Tcl/Tk update. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-12-19 | Make this compile with gcc3. | agc | 7 | -4/+72 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2003-02-06 | DISTNAME is required. Regen distinfo. (Hi Jim!) | dmcmahill | 2 | -5/+5 | |
2003-02-05 | We now have a properly versioned distfile for the (alpha) i2cb client, and | jwise | 1 | -3/+2 | |
we now point users to ${MASTER_SITE_LOCAL} for the distfiles. | |||||
2003-02-05 | include missing headers to make this build on alpha. Problem noted in ↵ | dmcmahill | 5 | -1/+53 | |
recent bulk build | |||||
2002-12-08 | fixup buildlink stuff - mostly by salo | hubertf | 1 | -2/+5 | |
2002-11-14 | Remove old files | hubertf | 2 | -10/+0 | |
2002-11-14 | Import i2cb-6.0_ALPHA: Next generation Internet Citicen's Band chat client | hubertf | 13 | -0/+188 | |
ICB (International CB) is a teleconferencing system that allows Internet users to participate in realtime online discussions. This package builds a client program (called, strangely enough, "icb") that is used to access ICB. i2cb was enhanced to support IPv6 etc. |