| 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
Ryan Malloy
2004-06-09 11:00:43 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. |