From obrien@NUXI.com  Sun Jul  7 11:53:27 2002
Return-Path: <obrien@NUXI.com>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id B151D37B400; Sun,  7 Jul 2002 11:53:27 -0700 (PDT)
Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3612B43E3B; Sun,  7 Jul 2002 11:53:27 -0700 (PDT)
	(envelope-from obrien@NUXI.com)
Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1])
	by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g67Ir0oi089135;
	Sun, 7 Jul 2002 11:53:00 -0700 (PDT)
	(envelope-from obrien@dragon.nuxi.com)
Received: (from obrien@localhost)
	by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g67IqwLw089134;
	Sun, 7 Jul 2002 11:52:58 -0700 (PDT)
Message-Id: <20020707185258.GD58914@dragon.nuxi.com>
Date: Sun, 7 Jul 2002 11:52:58 -0700
From: "David O'Brien" <obrien@freebsd.org>
Reply-To: obrien@freebsd.org
To: Mathieu Arnold <m@absolight.net>
Cc: FreeBSD-gnats-submit@freebsd.org, dinoex@freebsd.org,
	hetzels@westbend.net, khera@kciLink.com, shuna@pop16.odn.ne.jp,
	udo.schweigert@siemens.com, ume@freebsd.org
In-Reply-To: <20020707121804.0A36A2A94@mail.absolight.net>
Subject: Re: moving saslv1 includes files to make it easier to add saslv2
References: <20020707121804.0A36A2A94@mail.absolight.net>

>Number:         40310
>Category:       ports
>Synopsis:       Re: moving saslv1 includes files to make it easier to add saslv2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 07 12:00:04 PDT 2002
>Closed-Date:    Wed Jul 10 17:40:16 PDT 2002
>Last-Modified:  Wed Jul 10 17:40:16 PDT 2002
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 On Sun, Jul 07, 2002 at 02:18:04PM +0200, Mathieu Arnold wrote:
 > Index: mail/mutt/files/patch-configure.in
 > ===================================================================
 > RCS file: /home/ncvs/ports/mail/mutt/files/patch-configure.in,v
 > retrieving revision 1.2
 > diff -u -r1.2 patch-configure.in
 > --- mail/mutt/files/patch-configure.in	22 Jun 2002 00:15:41 -0000	1.2
 > +++ mail/mutt/files/patch-configure.in	2 Jul 2002 14:41:12 -0000
 > @@ -14,7 +14,7 @@
 >             if test "$with_sasl" != "yes"
 >             then
 >  -            CPPFLAGS="$CPPFLAGS -I$with_sasl/include"
 > -+            CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl"
 > ++            CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1"
 >               LDFLAGS="$LDFLAGS -L$with_sasl/lib"
 >             fi
 
 This is not commit ready.  You are removing parts from the existing
 ports/mail/mutt/files/patch-configure.in:
 
 
 --- configure.in.orig	Fri Jun 21 14:52:03 2002
 +++ configure.in	Fri Jun 21 14:54:07 2002
 @@ -515,7 +515,7 @@
             AC_MSG_ERROR([SSL support is only useful with POP or IMAP support])
            fi
  
 -          if test "$with_ssl" != "yes"
 +          if test "$with_ssl" != "yes" && x$withval != x/usr
            then
             LDFLAGS="$LDFLAGS -L$withval/lib"
             CPPFLAGS="$CPPFLAGS -I$withval/include"
 @@ -609,6 +609,8 @@
          [if test $enableval = yes; then
                  AC_DEFINE(USE_FLOCK,1, [ Define to use flock() to lock mailboxes. ])
          fi])
 +
 +MUTTLIBS="$MUTTLIBS -lxpg4"
  
  mutt_cv_fcntl=yes
  AC_ARG_ENABLE(fcntl, [  --disable-fcntl            Do NOT use fcntl() to lock files ],
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Wed Jul 10 17:39:44 PDT 2002 
State-Changed-Why:  
Followup to ports/40288 misfiled as a new PR. 

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