summaryrefslogtreecommitdiff
path: root/chat/ekg/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-17Final distribution: bug fixesadam1-4/+3
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-20Changes:adam1-3/+3
* Security bug fix
2005-07-13Changes:adam1-4/+4
* Important security-related bug-fixes
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-21Changes 1.6rc1:adam1-8/+9
* Fixed: memory leaks, crashes * Now works with a proxy * Enhanced scripts * Bug fixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-22Do not require openssl in pkgconfig any moreadam1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+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-07-08Changes 1.5:adam1-4/+2
* aspell support added * better ioctl handling * memory leaks fixed * minor bug fixes
2004-04-21Added PKGCONFIG_OVERRIDEadam1-1/+2
2004-03-26Update comment why ncurses are needed (using internal, ewww).wiz1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-19Convert to buildlink3.wiz1-8/+8
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-08Changes 1.4:adam1-12/+11
* fixed "auto_away" and "auto_away_keep_descr" * fixed "/find" for usernames with a space * fixed "/dcc list" for large files * fixed "/last user" * more...
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+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-09-16Changes 1.3:adam1-2/+2
* corrupted messages can't make ekg disconnect any more
2003-07-22USE_NCURSES should _always_ be set to a comment explaining why itwiz1-2/+2
is needed. (undo part of last)
2003-07-22Changes 1.1:adam1-13/+19
* ekgbot * log viewer * bug fixes Now makes a shared library and uses buildlink2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-05-02Update ekg to 1.0zuntum1-2/+2
* no NEWS available, just long Changelog, but I think it's enough to say that it's The 1.0 Release
2003-03-22Updated to version 1.0rc1.salo1-3/+4
Patch provided by maintainer Dawid Szymanski via PR pkg/20807. Changes: - pkgsrc pthreads support - minor code clanups
2003-01-24Note in USE_NCURSES variable which functions actually are missing for thiswiz1-2/+2
to build with native curses.
2003-01-16Update to version 0.20030114.salo1-4/+5
Patches provided by Dawid Szymanski <dawszy at arhea dot net> in PR pkg/19864. Changes: - a lot of changes to match new 5.0 protocol specification. - full list of changes at http://dev.null.pl/ekg/changelog.php (polish only)
2002-09-25Update to 20020918, by Dawid Szymanski in PR 18335.wiz1-6/+11
Some fixes and buildlink2ing by me. Changes: - bugfixes - new ncurses based interface (like irssi)
2002-07-13Update ekg to 0.20020709. From Dawid Szumanski (the maintainer of therh1-3/+3
package). This closes PR pkg/17555. list of minor changes: - added external User Interface support - bugfixes - FreeBSD specific includes adjusted
2002-06-13Updated ekg to 20020503 (pkg/17215 by Dawid Szymanski)martti1-3/+3
List of major changes: * DCC fixed * sex recognition fixed * gg_saprintf() fixed * libgadu.h fixed * smiles patch
2002-05-05Update ekg to 20020503 version. Changes:hubertf1-3/+3
* License change to LGPL * s/bzero/memset/ (function change) * F-keys support under FreeBSD * libgadu: s/gg_alloc_sprintf/gg_saprintf/ * ekg: s/gg_alloc_sprintf/saprintf/ * F1, F2 shortcuts to help and userlist * working proxy! * ,,ordering cd'' removed from configure script * dcc code upgrade Update provided by Dawid SzymaƱski <dawszy@arhea.net> in PR 16586
2002-04-03Updated to release from 20020402, many new features and nicer for users.hubertf1-8/+6
Update contributed by Dawid SzymaƱski <dawszy@arhea.net> in PR 16184
2002-03-25Turn off debugging when buildingjmc1-1/+2
2002-03-18Clarify in COMMENT that it's "polish instant messaging system"zuntum1-2/+2
2002-03-18Initial import of ekg-0.20020317zuntum1-0/+24
EKG is an experimental text mode client for a polish instant messaging system "Gadu-Gadu". It supports themes, and contact list exchange with the original (windows) client. Submitted by Dawid Szymanski in private mail.