From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 7 03:30:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D8781065672 for ; Wed, 7 Oct 2009 03:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D90E18FC13 for ; Wed, 7 Oct 2009 03:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n973U2x7025353 for ; Wed, 7 Oct 2009 03:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n973U2Mq025352; Wed, 7 Oct 2009 03:30:02 GMT (envelope-from gnats) Resent-Date: Wed, 7 Oct 2009 03:30:02 GMT Resent-Message-Id: <200910070330.n973U2Mq025352@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Nedotsukov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37D38106566B for ; Wed, 7 Oct 2009 03:27:33 +0000 (UTC) (envelope-from bland@bbnest.net) Received: from mail2.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id 040BD8FC08 for ; Wed, 7 Oct 2009 03:27:32 +0000 (UTC) Received: from hub.bbnest.net (w133033.ppp.asahi-net.or.jp [121.1.133.33]) by mail2.asahi-net.or.jp (Postfix) with ESMTP id 00B0B772CE for ; Wed, 7 Oct 2009 12:27:31 +0900 (JST) Received: from hub.bbnest.net (localhost [127.0.0.1]) by hub.bbnest.net (8.14.3/8.14.3) with ESMTP id n973RQPh031788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 7 Oct 2009 12:27:26 +0900 (JST) (envelope-from bland@hub.bbnest.net) Received: (from bland@localhost) by hub.bbnest.net (8.14.3/8.14.3/Submit) id n973RQfE031787; Wed, 7 Oct 2009 12:27:26 +0900 (JST) (envelope-from bland) Message-Id: <200910070327.n973RQfE031787@hub.bbnest.net> Date: Wed, 7 Oct 2009 12:27:26 +0900 (JST) From: Alexander Nedotsukov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139385: net-im/jabber-pyaim: Circular dependency with jabberd startup script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Nedotsukov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 03:30:03 -0000 >Number: 139385 >Category: ports >Synopsis: net-im/jabber-pyaim: Circular dependency with jabberd startup script >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 07 03:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander Nedotsukov >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD hub.bbnest.net 8.0-RC1 FreeBSD 8.0-RC1 #0: Sun Oct 4 00:53:11 JST 2009 bland@hub.bbnest.net:/usr/obj/usr/src/sys/HUB i386 >Description: Startup script marked to run before the LOGIN point but after the jabberd. At the same time jabberd itself requires to run after the LOGIN. I can't see any obvious reason why it is not sufficient for this transport to be run after the jabber server or DAEMON point in the stand-alone mode. >How-To-Repeat: Install net-im/jabberd with REQUIRES option on. Run rcorder /etc/rc.d/* /usr/local/etc/rc.d/* and see the diagnostics. >Fix: Please approve the patch attached. --- jabber-pyaim.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-im/jabber-pyaim/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 13 Mar 2008 11:27:28 -0000 1.8 +++ Makefile 7 Oct 2009 03:07:36 -0000 @@ -7,6 +7,7 @@ PORTNAME= pyaim PORTVERSION= 0.8a +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= jabber- Index: files/jabber-pyaim-transport.sh.in =================================================================== RCS file: /home/pcvs/ports/net-im/jabber-pyaim/files/jabber-pyaim-transport.sh.in,v retrieving revision 1.1 diff -u -r1.1 jabber-pyaim-transport.sh.in --- files/jabber-pyaim-transport.sh.in 5 Jul 2006 15:28:07 -0000 1.1 +++ files/jabber-pyaim-transport.sh.in 7 Oct 2009 03:07:36 -0000 @@ -4,7 +4,6 @@ # # PROVIDE: jabber_pyaim # REQUIRE: DAEMON %%JABBER_REQUIRE%% -# BEFORE: LOGIN # KEYWORD: shutdown # # Define these jabber_pyaim_* variables in one of these files: --- jabber-pyaim.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: