Bug 139385 - net-im/jabber-pyaim: Circular dependency with jabberd startup script
Summary: net-im/jabber-pyaim: Circular dependency with jabberd startup script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 04:30 UTC by Alexander Nedotsukov
Modified: 2009-10-13 17:10 UTC (History)
0 users

See Also:


Attachments
jabber-pyaim.patch (1010 bytes, patch)
2009-10-07 04:30 UTC, Alexander Nedotsukov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Nedotsukov 2009-10-07 04:30:01 UTC
	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.

Fix: Please approve the patch attached.
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-07 04:30:10 UTC
Maintainer of net-im/jabber-pyaim,

Please note that PR ports/139385 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139385

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-07 04:30:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 takeda 2009-10-07 05:26:08 UTC
Approving the change.

The error was originally in pymsn (from where I copied the script),
looks like the issue was fixed there as well:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/net-im/jabber-pymsn/files/jabber-pymsn-transport.sh.in.diff?r1=1.8;r2=1.9;f=h
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-10-13 17:00:12 UTC
bland       2009-10-13 15:59:59 UTC

  FreeBSD ports repository

  Modified files:
    net-im/jabber-pyaim  Makefile 
    net-im/jabber-pyaim/files jabber-pyaim-transport.sh.in 
  Log:
  Fix circular dependency with jabberd startup script.
  
  PR:             139385
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.9       +1 -0      ports/net-im/jabber-pyaim/Makefile
  1.2       +1 -2      ports/net-im/jabber-pyaim/files/jabber-pyaim-transport.sh.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Alexander Nedotsukov freebsd_committer freebsd_triage 2009-10-13 17:00:27 UTC
State Changed
From-To: feedback->closed

Patch committed.