From owner-cvs-ports Mon Jan 27 23:08:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA24867 for cvs-ports-outgoing; Mon, 27 Jan 1997 23:08:00 -0800 (PST) Received: from dfw-ix5.ix.netcom.com (dfw-ix5.ix.netcom.com [206.214.98.5]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id XAA24862; Mon, 27 Jan 1997 23:07:52 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (wck-ca21-03.ix.netcom.com [207.94.231.99]) by dfw-ix5.ix.netcom.com (8.6.13/8.6.12) with ESMTP id XAA09218; Mon, 27 Jan 1997 23:07:12 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.4/8.6.9) id XAA10660; Mon, 27 Jan 1997 23:07:10 -0800 (PST) Date: Mon, 27 Jan 1997 23:07:10 -0800 (PST) Message-Id: <199701280707.XAA10660@silvia.HIP.Berkeley.EDU> To: ache@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199701280539.VAA19932@freefall.freebsd.org> (ache@freefall.freebsd.org) Subject: Re: cvs commit: ports/www/apache Makefile ports/www/apache/files md5 ports/www/apache/patches patch-aa patch-af From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Modified: www/apache Makefile * www/apache/files md5 * www/apache/patches patch-aa patch-af * Log: * Upgrade to 1.2b6 Ouch. This port now compiles on -current but not on -2.2: === : gcc -c -O2 -pipe -DSTATUS -DHTTPD_ROOT=\"/usr/local/etc/apache/\" -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DSERVER_CONFIG_FILE=\"httpd.conf\" -DRESOURCE_CONFIG_FILE=\"srm.conf\" -DTYPES_CONFIG_FILE=\"mime.types\" -DACCESS_CONFIG_FILE=\"access.conf\" http_core.c http_core.c: In function `set_rlimit': http_core.c:995: `rlim_t' undeclared (first use this function) http_core.c:995: (Each undeclared identifier is reported only once http_core.c:995: for each function it appears in.) http_core.c:995: parse error before `cur' http_core.c:1009: `cur' undeclared (first use this function) http_core.c:1018: `max' undeclared (first use this function) : === Satoshi