From owner-freebsd-ports Mon May 6 21:52:13 2002 Delivered-To: freebsd-ports@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 5E68537B403 for ; Mon, 6 May 2002 21:52:09 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g474pmcL084222; Tue, 7 May 2002 08:51:56 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g474pdoZ084221; Tue, 7 May 2002 08:51:39 +0400 (MSD) Date: Tue, 7 May 2002 08:51:36 +0400 From: "Andrey A. Chernov" To: Jens Rehsack Cc: Dominic Marks , ports@freebsd.org Subject: Re: FreeBSD Port: apache-1.3.24_2 Message-ID: <20020507045135.GA84039@nagual.pp.ru> References: <3CD30C9C.BBFA5DC5@liwing.de> <20020504023109.B921@host217-41-52-202.in-addr.btope> <20020504023327.D921@host217-41-52-202.in-addr.btope> <3CD3C006.DCB42156@liwing.de> <20020504181251.GA11045@nagual.pp.ru> <3CD504EE.828802D1@liwing.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CD504EE.828802D1@liwing.de> User-Agent: Mutt/1.3.28i 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 On Sun, May 05, 2002 at 12:09:50 +0200, Jens Rehsack wrote: > +.if defined(WITH_APACHE_SUEXEC) && ${WITH_APACHE_SUEXEC} == YES I just commit some variant of that. > +# required by www/mod_perl > +.if defined(LARGEFILE_SOURCE) > +CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > +.endif I doubt this is ever needed. I can't find such defines used somewhere inside Apache or in /usr/include > +.if defined(APACHE_LISTEN_PORT) > +CONFIGURE_ARGS+= \ > + --with-port=${APACHE_LISTEN_PORT} > +.endif I not commit this and similar stuff because port Makefile isn't place for all possible configuration options, there are config files for this purpose. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message