From jeh@thehousleys.net  Wed Oct 18 07:14:33 2000
Return-Path: <jeh@thehousleys.net>
Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201])
	by hub.freebsd.org (Postfix) with ESMTP id 1AB1437B4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Oct 2000 07:14:33 -0700 (PDT)
Received: (from jeh@localhost)
	by thehousleys.net (8.11.0/8.11.0) id e9IEEWS87705;
	Wed, 18 Oct 2000 10:14:32 -0400 (EDT)
	(envelope-from jeh)
Message-Id: <200010181414.e9IEEWS87705@thehousleys.net>
Date: Wed, 18 Oct 2000 10:14:32 -0400 (EDT)
From: jeh@freebsd.org
Sender: jeh@thehousleys.net
Reply-To: jeh@freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: PHP3.0.[67] broken im imap-uw changes.
X-Send-Pr-Version: 3.2

>Number:         22084
>Category:       ports
>Synopsis:       PHP3.0.[67] broken by imap-uw changes.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    dirk
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 18 07:20:01 PDT 2000
>Closed-Date:    Wed Oct 18 15:53:49 PDT 2000
>Last-Modified:  Wed Oct 18 15:54:05 PDT 2000
>Originator:     James E. Housley
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
>Environment:

	FreeBSD 4-STABLE

>Description:

	www/mod_php3 was broken by mail/imap-uw/Makefile 1.42 on July 17.
	The Makefile was changed to depend upon mail/cclient instead of
	an internal version.  The internal version installed the h-files,
	specifically mail.h into ${PREFIX}/include and the libraries into
	${PREFIX}/lib.  mail/cclient installs the includes into 
	${PREFIX}/include/c-client and libraries into ${PREFIX}/lib.


	This cause the port to fail on configure.

>How-To-Repeat:

	

>Fix:

	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->dirk 
Responsible-Changed-By: jeh 
Responsible-Changed-When: Wed Oct 18 07:20:23 PDT 2000 
Responsible-Changed-Why:  
Over to MAINTAINER 

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

From: "James E. Housley" <jeh@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, jeh@FreeBSD.org
Cc:  
Subject: Re: ports/22084: PHP3.0.[67] broken by imap-uw changes.
Date: Wed, 18 Oct 2000 10:47:17 -0400

 This is a multi-part message in MIME format.
 --------------51C05588A5F53F5150EB6995
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 The following patch seems to fix the problem.
 
 Jim
 -- 
 jeh@FreeBSD.org      http://www.FreeBSD.org     The Power to Serve
 jim@TheHousleys.Net  http://www.TheHousleys.net
 ---------------------------------------------------------------------
 microsoft: "where do you want to go today?"
 linux:     "where do you want to go tomorrow?"
 BSD:       "are you guys coming, or what?"
 --------------51C05588A5F53F5150EB6995
 Content-Type: text/plain; charset=us-ascii;
  name="diff.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="diff.txt"
 
 --- files/patch-aq.orig	Mon May 29 15:24:14 2000
 +++ files/patch-aq	Wed Oct 18 10:42:46 2000
 @@ -1,5 +1,16 @@
  --- configure.orig	Fri Feb 25 21:49:48 2000
  +++ configure	Tue Feb 29 22:29:05 2000
 +@@ -5139,8 +5139,8 @@
 +     fi
 + 	if test "$withval" != "no" && test "$withval" != "yes"; then
 + 		IMAP_DIR=$withval
 +-		if test -f $IMAP_DIR/include/imap/mail.h; then
 +-			IMAP_INC_DIR=$IMAP_DIR/include/imap
 ++		if test -f $IMAP_DIR/include/c-client/mail.h; then
 ++			IMAP_INC_DIR=$IMAP_DIR/include/c-client
 + 		else
 + 			IMAP_INC_DIR=$withval/include
 + 		fi
  @@ -8961,7 +8945,7 @@
      	fi
       SYBASE_CT_INCLUDE=-I$SYBASE_CT_INCDIR
 
 --------------51C05588A5F53F5150EB6995--
 
 
State-Changed-From-To: open->closed 
State-Changed-By: dirk 
State-Changed-When: Wed Oct 18 15:53:49 PDT 2000 
State-Changed-Why:  
Patch committed. Thanks! 

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