Date: Tue, 7 May 2002 08:51:36 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Jens Rehsack <rehsack@liwing.de> Cc: Dominic Marks <dominic_marks@btinternet.com>, ports@freebsd.org Subject: Re: FreeBSD Port: apache-1.3.24_2 Message-ID: <20020507045135.GA84039@nagual.pp.ru> In-Reply-To: <3CD504EE.828802D1@liwing.de> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020507045135.GA84039>