ports/95689: [PATCH] wrong backend in openldap23 Makefile

Dmitriy Kirhlarov dkirhlarov at oilspace.com
Thu Apr 13 10:30:12 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list