summaryrefslogtreecommitdiff
path: root/chat/tirc
AgeCommit message (Collapse)AuthorFilesLines
2016-01-07Don't modify CFLAGS, especially when done badly and break -gfoo arguments.jperkin2-1/+17
2015-11-03Add SHA512 digests for distfiles for chat categoryagc1-1/+2
Problems found with existing distfiles: distfiles/icb-5.0.9.tar.gz distfiles/icb.2.1.4.tar.Z distfiles/zenicb-19981202.tar.gz No changes made to these /distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-10-16tirc requires termcap, not ncursesroy1-3/+3
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-12-28Use TAILQ instead of CIRCLEQ, it is not recommended anyway and it was removed inobache3-8/+190
FreeBSD and DragonFly. Patch provided by Nolan Lum via PR#44284 Bump PKGREVISION.
2010-02-14DESTDIR supportjoerg1-3/+9
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-15Fix errno, don't add more #if cancer.joerg10-1/+192
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-11Convert to buildlink3.snj1-3/+4
2004-02-02link against libnsl and libsocket on Solaris.grant1-1/+3
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-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-02-01If there's a system header <sys/queue.h>, don't use the one that's bundledagc1-1/+4
with the tirc package, since it is unlikely to work in most cases - use the system one instead.
2002-10-25buildlink1 -> buildlink2.wiz1-2/+3
2001-11-10Add the ncurses buildlink glue.agc1-1/+2
Fixes PR 14526 from mherzog@mediaone.net
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-5/+5
2001-05-11regen (no patch-aa here)wiz1-2/+1
2001-04-27Initial import of tirc-1.2zuntum4-0/+41
tirc is another IRC client. It has support for vi-like editor line and general usage, nickname completion, ANSI-colors, flood protection and many more. Fixes pkg/12527 by majkel@cvd.pl