1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

31 Commits

Author SHA1 Message Date
Volker Stolz
2818642b71 Optimize USE_RC_SUBR-usage: USE_RC_SUBR=foo.sh instead of having to set
three separate variables
2005-04-11 08:41:40 +00:00
Volker Stolz
495ccf41a6 Use SUB_{FILES,LIST} to make rc.subr-script PREFIX-aware
(Somebody might also want to move the pid-file to /var/run in a future update)
2005-04-08 11:48:38 +00:00
Volker Stolz
c9c05d2623 - Add rcng'ified startup-script
- Move pid-file to /var/spool/jabber/ (/var/run/ would be better but we
    can't use it since jabberd drops its privs to early)

PR:		ports/77028
Submitted by:	Vivek Khera
2005-03-10 16:27:39 +00:00
Volker Stolz
6554026e0c After a crash jabberd refuses to run if a pidfile exists.
Check if a process with the pid contained
in jabber.pid is running and removes the file if not.

PR:		ports/75824
Submitted by:	oss-freebsd-ports AT technorama DOT net
2005-02-01 11:12:05 +00:00
Sean Chittenden
ee795931d4 Update to jabber 1.4.3.1. Jabber 1.4.3 contains a remotely exploitable
vulnerability detailed here.  All jabber 1.4.3 users are strongly advised to
upgrade now:

http://mail.jabber.org/pipermail/jabberd/2004-September/002004.html

Reset maintainership back to ports@ (not using 1.X any more).

Submitted by:	Randy Bush <randy -at- psg.com>
2004-10-31 20:15:20 +00:00
Volker Stolz
3bc6a87b33 Update to 1.4.3
PR:		ports/66307
Submitted by:	c0decafe.net
Approved by:	maintainer timeout
2004-06-23 13:02:45 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Sean Chittenden
75c4fbe514 Update various URLs that no longer resolve or are useful.
Pointed out by: demon
2003-10-17 16:38:38 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Edwin Groothuis
37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Sean Chittenden
563c36833c Updating maintainer e-mail address
Reviewed by:	knu (mentor)
Approved by:	knu (mentor)
2002-09-04 19:41:43 +00:00
David W. Chapman Jr.
0083051248 Jabber needs SIGKILL to die
remove redundant logfile
fix pkg-plist (mispelling and extra directory)

PR:		37363
Submitted by:	maintainer
Pointed out by:	Neil Darlow
2002-04-26 18:52:12 +00:00
Ying-Chieh Liao
7bf03cf660 upgrade to 1.4.2
PR:		37207
Submitted by:	maintainer
2002-04-18 16:12:04 +00:00
Kevin Lo
0917ae1fac Fix pth is in the library path.
PR: 34681
Submitted by: MAINTAINER
2002-02-08 15:35:10 +00:00
FUJISHIMA Satsuki
3e81d0959e update aim-transport to 0.9.24c.
update irc-transport to 0.1.1-1.4.
differences from the PR:
 - install jud.so correctly.
 - bump PORTREVISION.

PR:		34156
Submitted by:	maintainer
2002-01-22 16:39:14 +00:00
Pete Fritchman
093917a29a Give maintainership to Sean Chittenden <sean@chittenden.org>
Approved by:	joe (old maintainer)
2001-10-05 01:41:01 +00:00
Pete Fritchman
ca9c437edf Enable SSL
PR:		28962
Submitted by:	Sean Chittenden <sean@chittenden.org>
Approved by:	maintainer timeout
2001-10-05 00:38:41 +00:00
FUJISHIMA Satsuki
e58dff261b respect CC/CFLAGS. 2001-09-11 14:52:01 +00:00
FUJISHIMA Satsuki
9a53054b39 sync with devel/pth:
o use pth-config to detect pth headers/libraries.
o deinstall etc/jabber.xml if not modified.

Approved by:	maintainer
2001-09-11 14:51:14 +00:00
Josef Karthauser
d5999d414a Replace BUILD_DEPENDS with LIB_DEPENDS.
PR:		ports/25066
2001-06-18 12:31:55 +00:00
Josef Karthauser
b1639793f4 * Upgrade jabber from 1.4 to 1.4.1.
* Integate the jabber transports into this port instead of having
  separate ports.  Included are: aim-transport, conference, icq-transport
  irc-transport, jud, msn-transport and yahoo-transport.

Note: The configuration file still needs updating for the new transports.
2001-06-16 14:03:04 +00:00
Josef Karthauser
ba29ffd681 There are reports of jabber not removing it's pidfile when shutting
down, so remove it by hand just in case.

Submitted by:	Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
2001-03-11 15:40:01 +00:00
Josef Karthauser
9cd0da0ee6 I got confused when porting the 1.4 version and included some
dependancies that were necessary for v1.2, but had since been
dropped.

PR:		ports/25066
2001-03-11 13:28:54 +00:00
Josef Karthauser
59b10374be Port of the Jabber instant messaging server, version 1.4.
This replaces net/jabber-transport, and was repo-copied from there.
2001-02-12 19:44:39 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Steve Price
02cb26a650 Location on MASTER_SITE changed.
PR:		19741
Submitted by:	maintainer
2000-07-07 16:13:21 +00:00
Neil Blakey-Milner
c43f3c00d1 Update md5 and a hint in DESCR. Tarball was simply rerolled, no
difference in contents.

PR:		ports/19028
Submitted by:	Kostya Lukin <lukin@sapa.ivcme.elektra.ru> (maintainer)
2000-06-30 14:41:29 +00:00
Chris Piazza
cc3897a83e Make the makefile and INSTALL script to work correctly with pkg_add.
PR:		18635
Submitted by:	maintainer
2000-05-19 06:37:24 +00:00
Neil Blakey-Milner
8b5c744c32 Upgrade jabber-transport to 1.0
PR:		18602
Submitted by:	Kostya Lukin <lukin@sapa.ivcme.elektra.ru> (maintainer)
2000-05-16 14:18:46 +00:00
Steve Price
878c790879 Adding jabber-transport version 0.9.
An online presence and instant messaging server.  The Jabber transport
(jserver) is a daemon for Jabber clients to connect and communicate with.

PR:		17982
Submitted by:	Kostya Lukin <lukin@okbmei.msk.su>
2000-05-01 03:25:19 +00:00