Bug 67744

Summary: Can't build devel/gettext in batch mode
Product: Ports & Packages Reporter: Ryan Malloy <rpm>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ryan Malloy 2004-06-09 11:00:43 UTC
I use a shell script to do all my port installs unattended. There is no knob on devel/gettext to prevent dialog from promting for user input.  I have included a patch to add a BATCH knob that disables any user interaction, allowing the port to be installed unattended.

How-To-Repeat: cd /usr/ports/devel/gettext
make &

Port will hang at dialog waiting for user input.
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2004-06-09 17:01:58 UTC
State Changed
From-To: open->closed

This isn't necessary. If BATCH is defined in the environment, 
the config target (usage of OPTIONS) will not be run. Try 
putting BATCH=yes in /etc/make.conf, or make sure to 
export BATCH=yes in your shell script. 

Check line 2671 of bsd.port.mk.