From owner-freebsd-ports Sat Jun 29 16:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7B6A37B400 for ; Sat, 29 Jun 2002 16:20:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EFCF43E0A for ; Sat, 29 Jun 2002 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5TNK1JU003061 for ; Sat, 29 Jun 2002 16:20:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5TNK1Z5003060; Sat, 29 Jun 2002 16:20:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCA8B37B400 for ; Sat, 29 Jun 2002 16:11:33 -0700 (PDT) Received: from mail.chrislaco.com (mail.chrislaco.com [63.114.73.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7EE43E13 for ; Sat, 29 Jun 2002 16:11:32 -0700 (PDT) (envelope-from chris.laco@threetech.com) Received: (from root@localhost) by cypher.dmz.matrix.network (8.12.3/8.12.3/Submit) id g5TNBMMr034525; Sat, 29 Jun 2002 19:11:22 -0400 (EDT) Message-Id: <200206292311.g5TNBMMr034525@cypher.dmz.matrix.network> Date: Sat, 29 Jun 2002 19:11:22 -0400 (EDT) From: "Christopher H. Laco" Reply-To: "Christopher H. Laco" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40019: [PATCH] apache13-modssl port Makefile clobbers passed CONFIGURE_ARGS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40019 >Category: ports >Synopsis: [PATCH] apache13-modssl port Makefile clobbers passed CONFIGURE_ARGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 29 16:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Christopher H. Laco >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD cypher.threetech.com 4.6-STABLE FreeBSD 4.6-STABLE #2: Mon Jun 17 22:00:51 EDT 2002 claco@cypher.threetech.com:/usr/obj/usr/src/sys/TUNED_IPF i386 >Description: Running make CONFIGURE_ARGS=--disable-rule=EXPAT clobbers the CONFIGURE_ARGS already set in Makefile. >How-To-Repeat: cd /usr/ports/www/apache13-modssl && make CONFIGURE_ARGS=--disable-rule=EXPAT >Fix: --- Makefile.diff begins here --- --- ./Makefile.orig Sat Jun 29 18:50:59 2002 +++ ./Makefile Sat Jun 29 18:51:16 2002 @@ -53,7 +53,7 @@ USE_PERL5= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ +CONFIGURE_ARGS+= --prefix=${PREFIX} \ --server-uid=www \ --server-gid=www \ --with-perl=${PERL} \ --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message