Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2001 02:21:48 +0800 (CST)
From:      leeym@bsd.ce.ntu.edu.tw
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25066: update port: net/jabber
Message-ID:  <200102131821.f1DILla41239@utopia.leeym.com>

next in thread | raw e-mail | index | archive | help

>Number:         25066
>Category:       ports
>Synopsis:       update port: net/jabber
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 13 10:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

FreeBSD utopia.leeym.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Feb  1 17:24:18 ST 2001     root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA  i386

>Description:

Hi,

I ported jabber-1.4 and all related transports to FreeBSD last week.
I asked lukin@okbmei.msk.su (maintainer of jabber-transport-1.0) to upgrade 
it, but he didn't answer me. I install jabber into ${PREFIX}/jabber while 
joe split jabber into ${PREFIX}/{bin,etc,lib}. Anyway, It works.

I'll reorganize transports to depend on joe's jabber-1.4 and submit them
within the next few days.

I found some problems in net/jabber.

1. BUILD_DEPENDS should be pth-config, not pth; otherwise please use
LIB_DEPENDS=pth.13:${PORTSDIR}/devel/pth

2. jabber-1.4 doesn't depend on libxode-1.2 and libjabber-1.2, please remove 
them from BUILD_DEPENDS list and ports collection.

3. pid file should be in /var/run

>How-To-Repeat:

	

>Fix:

diff -ruN /usr/ports/net/jabber/Makefile jabber/Makefile
--- /usr/ports/net/jabber/Makefile	Wed Feb 14 02:00:51 2001
+++ jabber/Makefile	Wed Feb 14 01:56:56 2001
@@ -12,9 +12,7 @@
 
 MAINTAINER=	joe@FreeBSD.org
 
-BUILD_DEPENDS=	pth:${PORTSDIR}/devel/pth \
-		libxode-config:${PORTSDIR}/textproc/libxode \
-		jabber-config:${PORTSDIR}/net/libjabber
+BUILD_DEPENDS=	pth-config:${PORTSDIR}/devel/pth
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
diff -ruN /usr/ports/net/jabber/files/patch-ac jabber/files/patch-ac
--- /usr/ports/net/jabber/files/patch-ac	Tue Feb 13 08:03:05 2001
+++ jabber/files/patch-ac	Wed Feb 14 01:58:08 2001
@@ -5,7 +5,7 @@
    This specifies the file to store the pid of the process in.
    -->
 -  <pidfile>./jabber.pid</pidfile>
-+  <pidfile>/var/tmp/jabber.pid</pidfile>
++  <pidfile>/var/run/jabber.pid</pidfile>
  
  
  </jabber>


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102131821.f1DILla41239>