summaryrefslogtreecommitdiff
path: root/chat/bitchx
AgeCommit message (Collapse)AuthorFilesLines
2002-12-23handle the fixing of paths in files more gracefully.grant1-2/+3
2002-11-06fix /usr/local paths in man page.grant3-2/+45
2002-10-13buildlink1 -> buildlink2.wiz1-4/+4
2002-09-09Add patch that might fix pkg/17715, submitter never replied.wiz2-1/+15
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-4/+4
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-05-30add ftp://ftp.bitchx.org/pub/BitchX/source/old/ to MASTER_SITES forgrant1-2/+5
when pkgsrc is not up to date.
2002-02-15mkdir -> ${MKDIR}skrll1-4/+4
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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