| Summary: | CONFIGURE_TARGET default setting is bogus | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | David O'Brien <obrien> | ||||
| Component: | Individual Port(s) | Assignee: | Port Management Team <portmgr> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports->portmgr Over to maintainer Looks fine to me. -Maxim State Changed From-To: open->closed Already resolved. |
CONFIGURE_TARGET?= ${MACHINE_ARCH}--freebsd${OSREL} is not a proper GNU 3-tupple. Autoconf 2.5x built configure scripts are now bitching "configure: WARNING: you should use --build, --host, --target" due to it. Fix: "unknown" is the canonical "vendor" value. But I prefer "portbld" as knowning that has helped me in the past when epople send me bug reports,etc.