ports/63355: WITH_CUSTOM_WWW and WITHOUT_WWW don't work as expected

Anthony Howe achowe at snert.com
Wed Feb 25 16:00:42 UTC 2004


>Number:         63355
>Category:       ports
>Synopsis:       WITH_CUSTOM_WWW and WITHOUT_WWW don't work as expected
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 25 08:00:41 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Anthony Howe
>Release:        4.9
>Organization:
>Environment:
FreeBSD mougins.villedemougins.com 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003     root at freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Using the www/apache2 make option WITH_CUSTOM_WWW=/var fails to create the web document root in /var/www and insists on placing the document root in /usr/local/www instead.

In order to work around the issue I tried the WITHOUT_WWW option, which still insists on creating /usr/local/www directory with content, when I don't want the defaults.

Essentially it is non-trivial to customise the location or remove the web document tree; and/or www/apache2/Makefile.doc fails to clearly document how to accomplish this task. Searches of the FAQ, articles, Google, provide no relevant information.

>How-To-Repeat:
make \
WITH_DBM="bdb" \
WITH_BERKELEYDB="db42" \
WITH_SUEXEC=yes \
WITH_CUSTOM_WWW=/var install

or

make \
WITH_DBM="bdb" \
WITH_BERKELEYDB="db42" \
WITH_SUEXEC=yes \
WITHOUT_WWW=yes  install

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list