Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-01 | "uses strlcpy" -> BROKEN_ON_PLATFORM, not NOT_FOR_PLATFORM. | dholland | 1 | -2/+2 | |
(do we have strlcpy support in MISSING_FEATURES?) | |||||
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2008-11-16 | Add a small function from OpenSSH for systems that don't support __progname | adrianp | 3 | -6/+62 | |
Initially this is for SunOS only so this package can build on OpenSolaris. PKGREVISION++ | |||||
2008-03-03 | Mechanical changes to add full DESTDIR support to packages that install | jlam | 1 | -3/+5 | |
their files via a custom do-install target. | |||||
2007-11-29 | Needs libresolv on Solaris. | sketch | 1 | -3/+3 | |
2007-03-19 | give away to pkgsrc-users | tv | 1 | -2/+2 | |
2007-03-04 | Mark as not for Linux. From Sergey Svishchev in private mail. | wiz | 1 | -1/+4 | |
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -3/+3 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-03-22 | Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a | tv | 1 | -2/+2 | |
PR-responsible person (such as I am ;) a little easier. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 2 | -4/+4 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-05-23 | Moved WRKSRC some lines down. Replaced $f with ${f}. | rillig | 1 | -3/+3 | |
2005-03-10 | Make build on Interix (no socklen_t, fd_set requires <sys/time.h>). | tv | 3 | -2/+16 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones | agc | 1 | -1/+2 | |
2004-11-19 | Update to 1.8. Only one change: incorporate pkgsrc changes into main source. | tv | 7 | -172/+14 | |
Take over as MAINTAINER (requested by tron@). | |||||
2004-06-26 | Update icbirc to 1.7 | adrianp | 4 | -20/+15 | |
Ok'ed wiz@/snj@/tron@ No Changelog available, diff looks like minor code fixes. | |||||
2004-04-01 | nb1: Make more IRC protocol correct. | tv | 7 | -7/+150 | |
* Automatically issue the equivalent of a NAMES after a JOIN. * Allow PART command so that client may lurk; reissue a JOIN to re-"open" the channel on the client if a new open message arrives. * Provide a fake MOTD to make some IRC clients happier. * 353 (NAMES response) should have a single space character at the end of each line per protocol (Gaim is strict about this). | |||||
2004-01-18 | Fix build problems under SunOS (untested) and Darwin. | tron | 2 | -3/+21 | |
2004-01-18 | Use "+=" instead of "=" in assignment to "MAKE_ENV". | tron | 1 | -2/+2 | |
2004-01-18 | Import new "icbirc" package: Proxy IRC client and ICB server | tron | 5 | -0/+44 | |