Commit graph

29 commits

Author SHA1 Message Date
christos
460bd4190f make this work on 64 bit platforms:
- fix warnings for missing prototypes
- use termios instead of sgtty (why doesn't this work on amd64?)
2008-12-17 02:19:59 +00:00
jlam
94cf4505bd + Add termcap.buildlink3.mk to get proper termcap support across
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-02 07:06:20 +00:00
jlam
b20a1ef040 Add full DESTDIR support. 2008-03-01 04:17:29 +00:00
rillig
0dc829fa71 Removed trailing white-space. 2006-05-21 10:52:08 +00:00
christos
b2bede7c6c Make this work with 64 bit hosts. 2006-05-15 15:33:00 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
jlam
5d925a8bdf Install sample files into the examples directory and treat icbserverdb
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-04-08 19:57:15 +00:00
schwarz
381ee5013b added -f option to rm command to ensure it works even if the archive gets
unpacked without user write permissions for the file to be removed.
2006-01-22 21:39:33 +00:00
joerg
21320c5685 Teach the backbone of NetBSD communication some ISO C tricks.
- 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-12-14 13:53:24 +00:00
rillig
cc755fa09c Removed trailing empty line. 2005-05-23 09:04:00 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
0cbe9b3900 Add RMD160 digests in addition to SHA1 ones 2005-02-23 15:59:10 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
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-08-28 06:05:31 +00:00
schmonz
99681e8cde Enable pkgviews installation. 2004-03-29 03:28:49 +00:00
tron
4f9e6625e6 Don't (unnecessarily) include "varargs.h" which breaks the build on
platforms which use GCC 3.3.x.
2003-11-13 20:59:53 +00:00
tron
75aeb79808 Fix thinko in last commit. 2003-09-28 20:13:55 +00:00
tron
6aba2107d6 Fix GCC 3.3.1 related build problem. 2003-09-28 19:29:37 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
schmonz
1cb3115b45 "r:-ltermcap" didn't remove -ltermcap. "s:-ltermcap:" does. Fixes
link error on Darwin.
2002-11-23 06:25:41 +00:00
jlam
d613050341 buildlink1 -> buildlink2 2002-11-14 23:24:23 +00:00
schmonz
9e1dc2bf71 Darwinize. 2002-06-02 01:41:19 +00:00
zuntum
8a563b4343 Move pkg/ files into package's toplevel directory 2001-10-31 19:02:25 +00:00
jlam
0f19a44df7 Mark as USE_BUILDLINK_ONLY. 2001-06-26 16:36:50 +00:00
agc
8c2348422c Move to sha1 distfile digests, and add distfile sizes. 2001-04-18 11:07:14 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
hubertf
a5bbac3e93 First round of cleaning up INSTALL usage:
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-24 02:09:27 +00:00
wiz
2db9056f6e Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:41:26 +00:00
itojun
d1982e17cc do not reference freed memory region. found by mallof.conf=AJ 2001-02-12 00:53:12 +00:00
wiz
ae7f28b14b Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
2000-12-15 00:36:25 +00:00