From bland@bbnest.net  Wed Sep 16 02:44:44 2009
Return-Path: <bland@bbnest.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 84CCA1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Sep 2009 02:44:44 +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 54C678FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Sep 2009 02:44:43 +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 A882C7FFBD
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Sep 2009 11:44:42 +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 n8G2idp6023821
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Sep 2009 11:44:39 +0900 (JST)
	(envelope-from bland@hub.bbnest.net)
Received: (from bland@localhost)
	by hub.bbnest.net (8.14.3/8.14.3/Submit) id n8G2idpN023820;
	Wed, 16 Sep 2009 11:44:39 +0900 (JST)
	(envelope-from bland)
Message-Id: <200909160244.n8G2idpN023820@hub.bbnest.net>
Date: Wed, 16 Sep 2009 11:44:39 +0900 (JST)
From: Alexander Nedotsukov <bland@bbnest.net>
Reply-To: Alexander Nedotsukov <bland@bbnest.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: net-im/jabberd: Broken plist with LDAP option switched on.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         138867
>Category:       ports
>Synopsis:       net-im/jabberd: Broken plist with LDAP option switched on.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 16 02:50:05 UTC 2009
>Closed-Date:    Mon Oct 05 07:14:44 UTC 2009
>Last-Modified:  Mon Oct  5 07:20:01 UTC 2009
>Originator:     Alexander Nedotsukov
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD hub.bbnest.net 7.2-STABLE FreeBSD 7.2-STABLE #3: Mon Jul 13 20:52:53 JST 2009 bland@hub.bbnest.net:/usr/obj/usr/src/sys/HUB i386

>Description:
	Plist is broken when LDAP option switched on.
>How-To-Repeat:
>Fix:
	Apply the patch attached.

--- ldap.patch begins here ---
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net-im/jabberd/pkg-plist,v
retrieving revision 1.13
diff -u -r1.13 pkg-plist
--- pkg-plist	24 May 2008 00:04:49 -0000	1.13
+++ pkg-plist	16 Sep 2009 02:37:23 -0000
@@ -26,6 +26,8 @@
 %%SUB_BDB%%lib/jabberd/authreg_db.so
 %%SUB_LDAP%%lib/jabberd/authreg_ldap.la
 %%SUB_LDAP%%lib/jabberd/authreg_ldap.so
+%%SUB_LDAP%%lib/jabberd/authreg_ldapfull.la
+%%SUB_LDAP%%lib/jabberd/authreg_ldapfull.so
 %%SUB_MYSQL%%lib/jabberd/authreg_mysql.la
 %%SUB_MYSQL%%lib/jabberd/authreg_mysql.so
 %%SUB_PAM%%lib/jabberd/authreg_pam.la
@@ -112,6 +114,8 @@
 %%SUB_FS%%lib/jabberd/storage_fs.so
 %%SUB_BDB%%lib/jabberd/storage_db.la
 %%SUB_BDB%%lib/jabberd/storage_db.so
+%%SUB_LDAP%%lib/jabberd/storage_ldapvcard.la
+%%SUB_LDAP%%lib/jabberd/storage_ldapvcard.so
 %%SUB_MYSQL%%lib/jabberd/storage_mysql.la
 %%SUB_MYSQL%%lib/jabberd/storage_mysql.so
 %%SUB_PGSQL%%lib/jabberd/storage_pgsql.la
--- ldap.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Sep 16 02:50:24 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138867 
State-Changed-From-To: open->closed 
State-Changed-By: bland 
State-Changed-When: Mon Oct 5 07:13:39 UTC 2009 
State-Changed-Why:  
Committed after maintainer timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138867 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138867: commit references a PR
Date: Mon,  5 Oct 2009 07:12:10 +0000 (UTC)

 bland       2009-10-05 07:12:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-im/jabberd       pkg-plist 
   Log:
   Fix plist with LDAP option switched on.
   
   PR:             138867
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.14      +4 -0      ports/net-im/jabberd/pkg-plist
 _______________________________________________
 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"
 
>Unformatted:
