Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 1997 23:07:10 -0800 (PST)
From:      asami@vader.cs.berkeley.edu (Satoshi Asami)
To:        ache@freefall.freebsd.org
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit:  ports/www/apache Makefile ports/www/apache/files md5 ports/www/apache/patches patch-aa patch-af
Message-ID:  <199701280707.XAA10660@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199701280539.VAA19932@freefall.freebsd.org> (ache@freefall.freebsd.org)

next in thread | previous in thread | raw e-mail | index | archive | help
 *   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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701280707.XAA10660>