summaryrefslogtreecommitdiff
path: root/chat/bitchx
AgeCommit message (Collapse)AuthorFilesLines
2001-09-30Fixed improper tgetstr call that was causing bitchx to crash whenblymn3-6/+41
used with NetBSD curses.
2001-07-27Wildcard dependency on bzip2.wiz1-2/+2
2001-07-14Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable optionjlam1-3/+3
on Solaris' xargs.
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-3/+3
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Compilejlam1-11/+18
with SSL support and deal with fact that bzip2 programs must be installed at run-time. Also, minor cosmetic fix to use XARGS instead of find/-exec.
2001-04-18Move to sha1 distfile digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-08Update to 1.0.3.18. ChangeLog not available AFAIK. Closes PR/11967wiz6-1021/+1023
by Jared D. McNeill who provided the update.
2000-12-16Add patch against security problem, closing pkg/11750 by Jared McNeill.wiz3-3/+35
See http://www.securityfocus.com/archive/1/149465 and http://www.securityfocus.com/archive/1/149471. Bump version to 1.0.3.17nb1.
2000-12-15Move bitchx from net to chat.wiz8-0/+1051