2006-01-01 17:17:15 by Ben Collver | Files touched by this commit (1) |
Log message: The ircII non-blocking code does not work correctly on Interix, disable it. |
2005-12-06 00:55:25 by Roland Illig | Files touched by this commit (413) |
Log message: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for 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-07-01 06:12:20 by grant beattie | Files touched by this commit (2) |
Log message: don't pass -Xc on Solaris if not building with gcc. passing -Xc to sunpro defines __STDC__=1 and the build fails in ircsig.c because <signal.h> only declares sigaction if __STD__=0. fixes build on Solaris w/ sunpro. |
2005-06-03 00:21:18 by Thomas Klausner | Files touched by this commit (2) |
Log message: Convert to options framework. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2005-02-23 16:59:14 by Alistair G. Crooks | Files touched by this commit (86) |
Log message: Add RMD160 digests in addition to SHA1 ones |
2004-08-20 05:20:55 by matthew green | Files touched by this commit (3) | |
Log message: update to ircii 20040820. changes include: o /msg . now works for ICB mode as well o /topic now works by default for ICB o fix building on SunOS4 with GCC |
2004-04-27 22:55:44 by Todd Vierling | Files touched by this commit (2) |
Log message: Don't forcibly reset the umask when installing; let it propagate from pkgsrc. |
2004-04-14 19:33:38 by grant beattie | Files touched by this commit (1) |
Log message: s,/etc/mk.conf,${MAKECONF}, in a comment. |