Commit graph

12 commits

Author SHA1 Message Date
xtraeme
603fe7821b Move Makefile.options to options.mk (to follow jlam@'s changes),
by default we'll use PKG_OPTIONS.jabberd2?=mysql4 (which is the default
for jabberd2).
2004-08-07 14:29:20 +00:00
xtraeme
6bb0fe05f0 Remove unused JABBERD_METHOD, it was replaced by PKG_OPTIONS.jabberd2. 2004-08-07 14:13:06 +00:00
xtraeme
09b184adc7 Welcome to the new world: bsd.options.mk. 2004-07-31 00:01:04 +00:00
kristerw
f6a3323476 Make sure the configure script finds the mysql includes. 2004-07-18 18:55:14 +00:00
xtraeme
ee43420459 Remove JABBERD_METHOD, which is already defined in bsd.pkg.defaults.mk. 2004-07-14 00:27:09 +00:00
xtraeme
2f7fe4cd5f Update chat/jabberd2 to 2.0s3.
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-14 00:25:11 +00:00
xtraeme
7fad285f77 Simplify pre-configure target, fix a typo in a comment and remove the
option --enable-debug (which was disabled).
2004-07-06 00:10:57 +00:00
abs
1399f729f6 Update jabberd2 to jabberd-2.0s2nb1
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-26 11:21:46 +00:00
abs
d17a9782c3 Fix small typo in comment 2004-06-03 10:14:13 +00:00
xtraeme
27627e6fac Change JABBERD_PIDDIR to /var/run instead of /var/run/jabberd,
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-05-24 09:08:48 +00:00
reed
9c790735db mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23 22:07:52 +00:00
xtraeme
6c3fb39c17 Initial import of jabberd2 (2.0s2) from pkgsrc-wip.
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.
2004-03-28 19:44:05 +00:00