Bug 62340

Summary: /usr/ports/www/mod_php4 configuration has no option to NOT install X11
Product: Ports & Packages Reporter: Anthony Howe <achowe>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Anthony Howe 2004-02-04 11:50:20 UTC
Installing mod_php4 on a web server, with GD support, but is NOT going to run X Windows, proceeds to attempt to install Xpm and all its dependencies anyways.  There is no option in the configuration menu to DISABLE the installation of X11.

Fix: 

My work around was to CTRL-C immediately after the configuration is written and the make starts to get dependecies.  Append to work/Makefile.inc:

WITHOUT_X11=yes

then restart the make.  However, this is inelagent when you want to script an install together.
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2004-02-04 12:00:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2004-02-04 12:59:26 UTC
State Changed
From-To: open->closed

This is the correct and usual behaviour. If you haven't X11, 
you should put WITHOUT_X11=yes in /etc/make.conf