From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 18 09:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92EFA1065679 for ; Thu, 18 Sep 2008 09:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6FC608FC1E for ; Thu, 18 Sep 2008 09:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8I9U2Xn012565 for ; Thu, 18 Sep 2008 09:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8I9U2Zt012562; Thu, 18 Sep 2008 09:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 18 Sep 2008 09:30:02 GMT Resent-Message-Id: <200809180930.m8I9U2Zt012562@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aleksandr Stankevic Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 481FB106564A for ; Thu, 18 Sep 2008 09:22:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 379258FC2A for ; Thu, 18 Sep 2008 09:22:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m8I9M5Q7096802 for ; Thu, 18 Sep 2008 09:22:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m8I9M5o2096801; Thu, 18 Sep 2008 09:22:05 GMT (envelope-from nobody) Message-Id: <200809180922.m8I9M5o2096801@www.freebsd.org> Date: Thu, 18 Sep 2008 09:22:05 GMT From: Aleksandr Stankevic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127464: www/apache13* knobs not honoring "YES" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 09:30:02 -0000 >Number: 127464 >Category: ports >Synopsis: www/apache13* knobs not honoring "YES" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 18 09:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Aleksandr Stankevic >Release: >Organization: >Environment: >Description: www/apache13* doesn't honor "YES" for WITH_* stuff: > grep -R "== yes" /usr/ports/www/apache13/ /usr/ports/www/apache13/Makefile:.if defined(WITHOUT_APACHE_EXPAT) && ${WITHOUT_APACHE_EXPAT} == yes /usr/ports/www/apache13/Makefile:.if defined(WITH_APACHE_SUEXEC) && ${WITH_APACHE_SUEXEC} == yes /usr/ports/www/apache13/Makefile:.if defined(WITH_APACHE_PERF_TUNING) && ${WITH_APACHE_PERF_TUNING} == yes So, setting i.e. WITH_APACHE_SUEXEC="YES" won't work, it has to be WITH_APACHE_SUEXEC=yes There are also same problems for other www/apache13-* ports (apache13-modssl and friends) >How-To-Repeat: cd /usr/ports/www/apache13/ make WITH_APACHE_SUEXEC=YES find ./ -name suexec #doesn't find anything make clean make WITH_APACHE_SUEXEC=yes find ./ -name suexec # find a compiled suexec binary >Fix: make it honor the 'yes' flag case-insensitively or don't look at the YES at all, and only look if it's defined? >Release-Note: >Audit-Trail: >Unformatted: