Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2010-12-28 | Use TAILQ instead of CIRCLEQ, it is not recommended anyway and it was removed in | obache | 3 | -8/+190 | |
FreeBSD and DragonFly. Patch provided by Nolan Lum via PR#44284 Bump PKGREVISION. | |||||
2010-02-14 | DESTDIR support | joerg | 1 | -3/+9 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -3/+3 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -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-15 | Fix errno, don't add more #if cancer. | joerg | 10 | -1/+192 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones | agc | 1 | -1/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -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-11 | Convert to buildlink3. | snj | 1 | -3/+4 | |
2004-02-02 | link against libnsl and libsocket on Solaris. | grant | 1 | -1/+3 | |
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-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -1/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-02-01 | If there's a system header <sys/queue.h>, don't use the one that's bundled | agc | 1 | -1/+4 | |
with the tirc package, since it is unlikely to work in most cases - use the system one instead. | |||||
2002-10-25 | buildlink1 -> buildlink2. | wiz | 1 | -2/+3 | |
2001-11-10 | Add the ncurses buildlink glue. | agc | 1 | -1/+2 | |
Fixes PR 14526 from mherzog@mediaone.net | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -5/+5 | |
2001-05-11 | regen (no patch-aa here) | wiz | 1 | -2/+1 | |
2001-04-27 | Initial import of tirc-1.2 | zuntum | 4 | -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 |