Bug 32445

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:
Description Flags
file.diff none

Description David O'Brien 2001-12-02 22:40:00 UTC
	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.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-12-02 23:15:08 UTC
Responsible Changed
From-To: freebsd-ports->portmgr

Over to maintainer
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2001-12-03 09:15:10 UTC
Looks fine to me.

-Maxim
Comment 3 Maxim Sobolev freebsd_committer freebsd_triage 2002-03-26 08:38:20 UTC
State Changed
From-To: open->closed

Already resolved.