From rolnas@uosis.mif.vu.lt  Thu Oct  2 01:20:50 2003
Return-Path: <rolnas@uosis.mif.vu.lt>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 756F416A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  2 Oct 2003 01:20:50 -0700 (PDT)
Received: from uosis.mif.vu.lt (uosis.mif.vu.lt [193.219.42.14])
	by mx1.FreeBSD.org (Postfix) with SMTP id 2B3EC43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  2 Oct 2003 01:20:49 -0700 (PDT)
	(envelope-from rolnas@uosis.mif.vu.lt)
Received: (qmail 75905 invoked by uid 1001); 2 Oct 2003 08:20:47 -0000
Message-Id: <20031002082047.75903.qmail@uosis.mif.vu.lt>
Date: 2 Oct 2003 08:20:47 -0000
From: Rolandas Naujikas <rolnas@takas.lt>
Reply-To: Rolandas Naujikas <rolnas@takas.lt>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: www/mod_php4 doesn't build with ldap
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57491
>Category:       ports
>Synopsis:       www/mod_php4 doesn't build with ldap
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 02 01:30:02 PDT 2003
>Closed-Date:    Tue Oct 07 06:34:54 PDT 2003
>Last-Modified:  Tue Oct 07 06:34:54 PDT 2003
>Originator:     Rolandas Naujikas
>Release:        FreeBSD 4.8-RELEASE-p10 i386
>Organization:
VU MIF
>Environment:
System: FreeBSD **** 4.8-RELEASE-p10 FreeBSD 4.8-RELEASE-p10 #0: Thu Sep 25 21:12:59 EEST 2003 root@***:/FreeBSD/obj/FreeBSD/src/sys/***** i386


	
>Description:
After changes in ports/www/php4/Makefile to use USE_OPENLDAP=yes, dependencies doesn't include any openldap port so doesn't compile on clean system. The code about USE_OPENLDAP in ports/Mk/bsd.ports.mk doesn't executes, so problem is possible in ports/Mk/bsd.ports.mk.

	
>How-To-Repeat:
pkg_delete -a
cd /usr/ports/www/mod_php4
make WITH_OPENLDAP=yes BATCH=yes

	
>Fix:
Not avalaible.

	


>Release-Note:
>Audit-Trail:

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Rolandas Naujikas <rolnas@takas.lt>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/57491: www/mod_php4 doesn't build with ldap
Date: Thu, 02 Oct 2003 12:34:26 +0200

 Rolandas Naujikas wrote:
 
 > After changes in ports/www/php4/Makefile to use USE_OPENLDAP=yes, dependencies 
 > doesn't include any openldap port so doesn't compile on clean system. The code 
 > about USE_OPENLDAP in ports/Mk/bsd.ports.mk doesn't executes, so problem is 
 > possible in ports/Mk/bsd.ports.mk.
 
 USE_OPENLDAP has to be defined *before* including bsd.port.pre.mk.
 The reason it is defined in the pre section is that you have to be
 able to check to the chosen WANT_OPENLDAP_VER after bsd.port.pre.mk.
 
 >>Fix:
 
 move USE_OPENLDAP up or, better, move .include <bsd.port.pre.mk> down
 as far as possible.
 
 Regards
     Oliver
 

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Alex Dupre <sysadmin@alexdupre.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org,
	Rolandas Naujikas <rolnas@takas.lt>
Subject: Re: ports/57491: www/mod_php4 doesn't build with ldap
Date: Thu, 02 Oct 2003 14:07:58 +0200

 Hi Alex,
 
 I think nobody has CCed you so far, so please have a look in PR 57491:
 
   http://www.freebsd.org/cgi/query-pr.cgi?pr=57491
   
 Regards
     Oliver
 
 
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Tue Oct 7 06:33:58 PDT 2003 
State-Changed-Why:  
This should be fixed in the maintainer update in ports/57699 
Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57491 
>Unformatted:
