From leres@ee.lbl.gov  Mon Jul 28 21:55:11 2008
Return-Path: <leres@ee.lbl.gov>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 27DE11065674
	for <freebsd-gnats-submit@freebsd.org>; Mon, 28 Jul 2008 21:55:11 +0000 (UTC)
	(envelope-from leres@ee.lbl.gov)
Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [131.243.2.202])
	by mx1.freebsd.org (Postfix) with ESMTP id DE8078FC29
	for <freebsd-gnats-submit@freebsd.org>; Mon, 28 Jul 2008 21:55:10 +0000 (UTC)
	(envelope-from leres@ee.lbl.gov)
Received: from fun.ee.lbl.gov (localhost [127.0.0.1])
	by fun.ee.lbl.gov (8.14.2/8.14.2) with ESMTP id m6SLYYR2097512
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <freebsd-gnats-submit@freebsd.org>; Mon, 28 Jul 2008 14:34:34 -0700 (PDT)
Received: from fun.ee.lbl.gov (leres@localhost)
	by fun.ee.lbl.gov (8.14.2/8.14.2/Submit) with ESMTP id m6SLYYQC097509
	for <freebsd-gnats-submit@freebsd.org>; Mon, 28 Jul 2008 14:34:34 -0700 (PDT)
Message-Id: <200807282134.m6SLYYQC097509@fun.ee.lbl.gov>
Date: Mon, 28 Jul 2008 14:34:34 -0700
From: leres@ee.lbl.gov (Craig Leres)
To: freebsd-gnats-submit@freebsd.org
Subject: ports/apache22: missing dependancy on apr-svn
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         126053
>Category:       ports
>Synopsis:       www/apache22 missing dependancy on apr-svn
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    apache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 28 22:00:04 UTC 2008
>Closed-Date:    Sun Jan 18 19:45:20 UTC 2009
>Last-Modified:  Sun Jan 18 19:45:20 UTC 2009
>Originator:     Craig Leres
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
Lawrence Berkeley National Laboratory
>Environment:
	    FreeBSD crd.lbl.gov 6.2-RELEASE FreeBSD 6.2-RELEASE #12: Sat Jun  7 17:22:09 PDT 2008     leres@fun.ee.lbl.gov:/usr/src/6.2-RELEASE/sys/i386/compile/LBLSMP  i386

>Description:
	If you build apache22 with APR_FROM_PORTS and have apr-svn
	(apr-db43-ldap) installed, binaries installed by apache22
	depend on apr-svn but there no dependancy is registered.

>How-To-Repeat:
	I had apache-2.2.9 and apr-db43-ldap-1.2.12 installed; I
	upgraded to apr-db43-ldap-1.3.2 and now httpd is missing
	libaprutil-1.so.2 and libapr-1.so.2; see attachment.

>Fix:

------- =_aaaaaaaaaa0
Content-Type: text/plain; name="trans.txt"; charset="us-ascii"
Content-ID: <69188.1217276151.2@fun.ee.lbl.gov>

# pkg_info | egrep -w '(apr|apache)'
apache-2.2.9        Version 2.2 of Apache web server with prefork MPM.
apr-db43-ldap-1.3.2 The Apache Group's Portability Library
# ldd /usr/local/sbin/httpd
/usr/local/sbin/httpd:
	libm.so.4 => /lib/libm.so.4 (0x280cf000)
	libaprutil-1.so.2 => not found (0x0)
	libldap-2.3.so.2 => /usr/local/lib/libldap-2.3.so.2 (0x280e5000)
	liblber-2.3.so.2 => /usr/local/lib/liblber-2.3.so.2 (0x28113000)
	libssl.so.5 => /usr/lib/libssl.so.5 (0x2811e000)
	libcrypto.so.5 => /usr/lib/libcrypto.so.5 (0x28157000) 
	libdb-4.3.so.0 => /usr/local/lib/libdb-4.3.so.0 (0x28275000)
	libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x28340000)
	libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x2835e000)
	libapr-1.so.2 => not found (0x0)
	libcrypt.so.3 => /lib/libcrypt.so.3 (0x28452000)
	libpthread.so.2 => /lib/libpthread.so.2 (0x2846a000)
	libc.so.6 => /lib/libc.so.6 (0x2848f000)
# pkg_info -r apache-2.2.9
Information for apache-2.2.9:

Depends on:
Dependency: expat-2.0.1
Dependency: openldap-client-2.3.42
Dependency: perl-5.8.8_1
Dependency: libiconv-1.11_1

------- =_aaaaaaaaaa0--
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Mon Jul 28 22:28:22 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126053: commit references a PR
Date: Sun, 31 Aug 2008 16:51:46 +0000 (UTC)

 clement     2008-08-31 16:51:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/apache22         Makefile pkg-plist 
     www/apache22/files   patch-srclib:apr-util:build:dbm.m4 
   Log:
   - Fix plist when NOPORTDOCS is defined [1]
   - Add WITH_SVN knob. It enables BDB for apache22 port and
     force dependency on dev/apr-svn when WITH_APR_FROM_PORTS is
     defined. (should help fixing [2]).
     Introduce APR_PORT.
   - Add support for db-4.7 [3]
   - Add mod_ldap OPTIONS fixup [4]
   - Sometimes, rc scripts aren't included in package
     Try to fix this. [5]
   
   PR:    ports/126053 [2], ports/125520 [3]
          ports/124651 [4], ports/126670 [5] (partially)
   
   Reported by: QA Tindy [1],
                Crazig Leres [2],
                Larry Rosenman [4]
                Kirk Strauser [3],
                Joseph S. Atkinson [5]
   
   Revision  Changes    Path
   1.221     +17 -4     ports/www/apache22/Makefile
   1.4       +132 -8    ports/www/apache22/files/patch-srclib:apr-util:build:dbm.m4
   1.88      +2 -1      ports/www/apache22/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"
 
Responsible-Changed-From-To: pgollucci->apache 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Sat Dec 27 20:26:39 UTC 2008 
Responsible-Changed-Why:  
apache team 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126053 
State-Changed-From-To: open->analyzed 
State-Changed-By: pgollucci 
State-Changed-When: Mon Jan 12 20:35:14 UTC 2009 
State-Changed-Why:  
See also, ports/130437 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126053 
State-Changed-From-To: analyzed->closed 
State-Changed-By: pgollucci 
State-Changed-When: Sun Jan 18 19:45:20 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126053 
>Unformatted:
 ------- =_aaaaaaaaaa0
 Content-Type: text/plain; charset="us-ascii"
 Content-ID: <69188.1217276151.1@fun.ee.lbl.gov>
 
