From dkirhlarov@localhost.oilspace.com  Thu Apr 13 10:28:30 2006
Return-Path: <dkirhlarov@localhost.oilspace.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1838016A404
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Apr 2006 10:28:30 +0000 (UTC)
	(envelope-from dkirhlarov@localhost.oilspace.com)
Received: from office.oilspace.com (office.oilspace.com [194.129.65.230])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A3DE143D49
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Apr 2006 10:28:29 +0000 (GMT)
	(envelope-from dkirhlarov@localhost.oilspace.com)
Received: from dimma.mow.oilspace.com (hq.oilspace.com [81.19.78.185])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by office.oilspace.com (Postfix) with ESMTP id 75530136CDB
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Apr 2006 11:28:28 +0100 (BST)
Received: from dimma.mow.oilspace.com (localhost [127.0.0.1])
	by dimma.mow.oilspace.com (8.13.4/8.13.3) with ESMTP id k3DASRYl002853
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Apr 2006 14:28:27 +0400 (MSD)
	(envelope-from dkirhlarov@localhost.oilspace.com)
Received: (from dkirhlarov@localhost)
	by dimma.mow.oilspace.com (8.13.4/8.13.3/Submit) id k3DASRe0002852;
	Thu, 13 Apr 2006 14:28:27 +0400 (MSD)
	(envelope-from dkirhlarov)
Message-Id: <200604131028.k3DASRe0002852@dimma.mow.oilspace.com>
Date: Thu, 13 Apr 2006 14:28:27 +0400 (MSD)
From: Dmitriy Kirhlarov <dkirhlarov@oilspace.com>
Reply-To: Dmitriy Kirhlarov <dkirhlarov@oilspace.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] wrong backend in openldap23 Makefile
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         95689
>Category:       ports
>Synopsis:       [PATCH] wrong backend in openldap23 Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    delphij
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 13 10:30:09 GMT 2006
>Closed-Date:    Sun Apr 16 13:08:36 GMT 2006
>Last-Modified:  Sun Apr 16 13:08:36 GMT 2006
>Originator:     Dmitriy Kirhlarov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD dimma.mow.oilspace.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Sep 25 23:26:13 MSD 2005 root@dimma.mow.oilspace.com:/usr/obj/usr/src/sys/dimma i386


>Description:
	muddle up WITH_SHELL and WITHOUT_SHELL options.

>How-To-Repeat:
	cd ports/net/openldap23-server; make config (select
	"SHELL"); make configure
	And look configure options:
	grep "./configure" work/openldap-2.3.20/config.log

	Now invert SHELL option with make config and repeat experiment

>Fix:
--- Makefile.orig	Thu Apr 13 10:16:21 2006
+++ Makefile	Thu Apr 13 10:16:58 2006
@@ -269,10 +269,10 @@
 .endif
 
 .if defined(WITHOUT_SHELL)
+PLIST_SUB+=		BACK_SHELL="@comment "
+.else
 CONFIGURE_ARGS+=	--enable-shell=${BACKEND_ENABLE}
 PLIST_SUB+=		BACK_SHELL=${BACKEND_PLIST}
-.else
-PLIST_SUB+=		BACK_SHELL="@comment "
 .endif
 
 .if defined(WITH_PERL)
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vsevolod 
Responsible-Changed-By: osa 
Responsible-Changed-When: Thu Apr 13 10:44:15 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95689 
Responsible-Changed-From-To: vsevolod->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Apr 14 18:53:46 UTC 2006 
Responsible-Changed-Why:  
Maintainer was reset. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95689 
Responsible-Changed-From-To: freebsd-ports-bugs->delphij 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Sun Apr 16 04:54:33 UTC 2006 
Responsible-Changed-Why:  
I have confirmed that this is an issue and will commit the proposed 
change as soon as I got approval from a ports committer.  Thanks 
for your submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95689 
State-Changed-From-To: open->closed 
State-Changed-By: delphij 
State-Changed-When: Sun Apr 16 13:08:22 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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