summaryrefslogtreecommitdiff
path: root/chat/bitchx
AgeCommit message (Collapse)AuthorFilesLines
2004-03-29bl3ifyxtraeme1-8/+8
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-02Regen.jmcneill1-1/+2
2003-12-02Make BitchX compile with GCC3jmcneill1-0/+13
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed1-1/+1
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-15Style and whitespace, no functional changes.salo1-11/+12
2003-05-14PKGREVISION++salo3-7/+21
- Fix major core bug with channel mode -k * on hybrid7 servers. For more information see: http://www.securityfocus.com/archive/1/321093 Patch from BitchX CVS.
2003-05-05build with GTK support if BITCHX_WITH_GTK is defined.grant2-6/+19
no PKGREVISION bump as the default build is unchanged.
2003-03-29Bump PKGREVISION: fix several potential buffer overflows found by Timosalo8-2/+313
Sirainen <tss at iki dot fi>, see the following url for more details: http://securityfocus.com/archive/1/315057 Patch from bugtraq by <caf at guarana dor org>.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-01-31Update to version 1.0c19.salo9-632/+617
Changes unknown. Based on PR pkg/19296 from Juan RP.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+3
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
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