summaryrefslogtreecommitdiff
path: root/chat/jabberd2/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-08-07Move Makefile.options to options.mk (to follow jlam@'s changes),xtraeme1-2/+4
by default we'll use PKG_OPTIONS.jabberd2?=mysql4 (which is the default for jabberd2).
2004-08-07Remove unused JABBERD_METHOD, it was replaced by PKG_OPTIONS.jabberd2.xtraeme1-3/+2
2004-07-31Welcome to the new world: bsd.options.mk.xtraeme1-21/+2
2004-07-18Make sure the configure script finds the mysql includes.kristerw1-1/+2
2004-07-14Remove JABBERD_METHOD, which is already defined in bsd.pkg.defaults.mk.xtraeme1-3/+1
2004-07-14Update chat/jabberd2 to 2.0s3.xtraeme1-78/+31
Changes: 2004-06-25 jabberd 2.0s3 * Fixed several memory leaks and overruns <karsten.petersen@hrz.tu-chemnitz.de> * Fixed XMPP session replacement [rob] * Added support for Win32 platforms <peter@cerebus.co.za> [rob] * Added support for requiring SSL/TLS before auth <deryni@eden.rutgers.edu> * Added support for LDAPv3 (including channel encryption) [rob] * Added workaround to make large presence broadcasts more efficient [rob] * Generate random dialback key if none provided [rob] * Rewrote configure script (+ many code tweaks to support this) [rob] * Remove build requirement for Libidn and OpenSSL [rob] * Removed bundled Libidn due to licensing issues [rob] * Bugfixes: 3059, 3174, 3343, 3368, 3480, 3481, 3594
2004-07-06Simplify pre-configure target, fix a typo in a comment and remove thextraeme1-8/+3
option --enable-debug (which was disabled).
2004-06-26Update jabberd2 to jabberd-2.0s2nb1abs1-2/+3
Since the various jabber daemons need to write their pid files as the jabberd user, ensure a jabberd owned /var/run/jabberd is created by rc.d files
2004-06-03Fix small typo in commentabs1-2/+2
2004-05-24Change JABBERD_PIDDIR to /var/run instead of /var/run/jabberd,xtraeme1-2/+2
because with the previous way, /etc/rc.d/mouncritlocal removes all the files/dirs in /var/run every time the machine is rebooted... from David Brownlee in private email.
2004-03-28Initial import of jabberd2 (2.0s2) from pkgsrc-wip.xtraeme1-0/+181
Jabber is an open XML protocol for real-time exchange of messages and presence notification between any two points on the Internet. The first application of Jabber technology is an asynchronous, extensible instant messaging platform, and an IM network that offers functionality similar to legacy IM systems such as AIM, ICQ, MSN, and Yahoo. This is a complete rewrite of the original jabberd.