Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-29 | bl3ify | xtraeme | 1 | -8/+8 | |
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -2/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2004-01-03 | Bump package revisions for tiff update. | reed | 1 | -2/+2 | |
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. | |||||
2003-12-02 | Regen. | jmcneill | 1 | -1/+2 | |
2003-12-02 | Make BitchX compile with GCC3 | jmcneill | 1 | -0/+13 | |
2003-11-12 | PKGREVISION++ after openssl update. | jschauma | 1 | -2/+2 | |
2003-09-28 | Back out last change related to moving ncurses/buildlink2.mk to | jlam | 1 | -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-27 | move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides | grant | 1 | -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 used | reed | 1 | -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-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -2/+2 | |
2003-05-15 | Style and whitespace, no functional changes. | salo | 1 | -11/+12 | |
2003-05-14 | PKGREVISION++ | salo | 3 | -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-05 | build with GTK support if BITCHX_WITH_GTK is defined. | grant | 2 | -6/+19 | |
no PKGREVISION bump as the default build is unchanged. | |||||
2003-03-29 | Bump PKGREVISION: fix several potential buffer overflows found by Timo | salo | 8 | -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-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2003-01-31 | Update to version 1.0c19. | salo | 9 | -632/+617 | |
Changes unknown. Based on PR pkg/19296 from Juan RP. | |||||
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -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-23 | handle the fixing of paths in files more gracefully. | grant | 1 | -2/+3 | |
2002-11-06 | fix /usr/local paths in man page. | grant | 3 | -2/+45 | |
2002-10-13 | buildlink1 -> buildlink2. | wiz | 1 | -4/+4 | |
2002-09-09 | Add patch that might fix pkg/17715, submitter never replied. | wiz | 2 | -1/+15 | |
2002-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -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-30 | add ftp://ftp.bitchx.org/pub/BitchX/source/old/ to MASTER_SITES for | grant | 1 | -2/+5 | |
when pkgsrc is not up to date. | |||||
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -4/+4 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-30 | Fixed improper tgetstr call that was causing bitchx to crash when | blymn | 3 | -6/+41 | |
used with NetBSD curses. | |||||
2001-07-27 | Wildcard dependency on bzip2. | wiz | 1 | -2/+2 | |
2001-07-14 | Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option | jlam | 1 | -3/+3 | |
on Solaris' xargs. | |||||
2001-06-23 | Generalize how the dependency pattern may be specified. Instead of just | jlam | 1 | -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-20 | Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Compile | jlam | 1 | -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-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 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-08 | Update to 1.0.3.18. ChangeLog not available AFAIK. Closes PR/11967 | wiz | 6 | -1021/+1023 | |
by Jared D. McNeill who provided the update. | |||||
2000-12-16 | Add patch against security problem, closing pkg/11750 by Jared McNeill. | wiz | 3 | -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-15 | Move bitchx from net to chat. | wiz | 8 | -0/+1051 | |