Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-06 | repair getline(3) conflicts, "getline" -> "get_line" | plunky | 5 | -10/+61 | |
2009-07-24 | fix time.h issues | christos | 4 | -16/+30 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2008-12-17 | make this work on 64 bit platforms: | christos | 45 | -1029/+1176 | |
- fix warnings for missing prototypes - use termios instead of sgtty (why doesn't this work on amd64?) | |||||
2008-03-02 | + Add termcap.buildlink3.mk to get proper termcap support across | jlam | 2 | -10/+5 | |
platforms. + Remove -lcurses from link command -- icb only needs termcap support, and then only for the embedded readline library. Bump the PKGREVISION to 4. | |||||
2008-03-01 | Add full DESTDIR support. | jlam | 1 | -8/+9 | |
2006-05-21 | Removed trailing white-space. | rillig | 1 | -1/+1 | |
2006-05-15 | Make this work with 64 bit hosts. | christos | 14 | -26/+359 | |
2006-04-22 | Removed the superfluous "quotes" and 'quotes' from variables that don't | rillig | 1 | -2/+2 | |
need them, for example RESTRICTED and SUBST_MESSAGE.*. | |||||
2006-04-08 | Install sample files into the examples directory and treat icbserverdb | jlam | 2 | -12/+14 | |
as a config file since it may be modified on a per-system basis to select the default ICB server with which to connect. Bump the PKGREVISION to 2. | |||||
2006-01-22 | added -f option to rm command to ensure it works even if the archive gets | schwarz | 1 | -2/+2 | |
unpacked without user write permissions for the file to be removed. | |||||
2005-12-14 | Teach the backbone of NetBSD communication some ISO C tricks. | joerg | 20 | -62/+335 | |
- no errno, use errno.h - no redefinition of function parameters as local variables [how did this ever work?!] - malloc comes from stdlib.h - NAME_MAX is prefered when available, it is POSIX - strchr, strpbrk, strspn, strstr, strtol and strtoul can and should be used from libc. - remove tcl version of string.h, system header is good enough (and if it doesn't have index, it would have been broken anyway) | |||||
2005-05-23 | Removed trailing empty line. | rillig | 2 | -4/+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 | |
2004-08-28 | Use the new BUILDLINK_TRANSFORM commands to more precisely state the | jlam | 1 | -2/+2 | |
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else. | |||||
2004-03-29 | Enable pkgviews installation. | schmonz | 1 | -2/+6 | |
2003-11-13 | Don't (unnecessarily) include "varargs.h" which breaks the build on | tron | 2 | -8/+15 | |
platforms which use GCC 3.3.x. | |||||
2003-09-28 | Fix thinko in last commit. | tron | 2 | -7/+7 | |
2003-09-28 | Fix GCC 3.3.1 related build problem. | tron | 2 | -1/+39 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2002-11-23 | "r:-ltermcap" didn't remove -ltermcap. "s:-ltermcap:" does. Fixes | schmonz | 1 | -2/+2 | |
link error on Darwin. | |||||
2002-11-14 | buildlink1 -> buildlink2 | jlam | 1 | -9/+7 | |
2002-06-02 | Darwinize. | schmonz | 4 | -7/+24 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-06-26 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+2 | |
2001-04-18 | Move to sha1 distfile digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -25/+23 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-24 | First round of cleaning up INSTALL usage: | hubertf | 1 | -2/+2 | |
INSTALL -d => INSTALL_*_DIR INSTALL => INSTALL_* Beware that only invocations are changed that don't set special values for owner, mode or group! Cleanup suggested by zuntum@IRC | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-12 | do not reference freed memory region. found by mallof.conf=AJ | itojun | 2 | -1/+42 | |
2000-12-15 | Create new 'chat' category, featuring chat clients and servers of all kinds. | wiz | 26 | -0/+681 | |
Move some packages from 'net' here. |