Date: Thu, 13 Apr 2006 14:28:27 +0400 (MSD) From: Dmitriy Kirhlarov <dkirhlarov@oilspace.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/95689: [PATCH] wrong backend in openldap23 Makefile Message-ID: <200604131028.k3DASRe0002852@dimma.mow.oilspace.com> Resent-Message-ID: <200604131030.k3DAU9Fp040453@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 95689 >Category: ports >Synopsis: [PATCH] wrong backend in openldap23 Makefile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Apr 13 10:30:09 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604131028.k3DASRe0002852>