From owner-freebsd-ports Sun Dec 2 14:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A523437B417 for ; Sun, 2 Dec 2001 14:40:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB2Me0A57371; Sun, 2 Dec 2001 14:40:00 -0800 (PST) (envelope-from gnats) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 35A6137B405 for ; Sun, 2 Dec 2001 14:31:59 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fB2MVwv79249; Sun, 2 Dec 2001 14:31:58 -0800 (PST) (envelope-from obrien) Message-Id: <200112022231.fB2MVwv79249@dragon.nuxi.com> Date: Sun, 2 Dec 2001 14:31:58 -0800 (PST) From: "David O'Brien" Reply-To: "David O'Brien" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32445: CONFIGURE_TARGET default setting is bogus Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32445 >Category: ports >Synopsis: CONFIGURE_TARGET default setting is bogus >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 02 14:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: David O'Brien >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD dragon.nuxi.com 5.0-CURRENT FreeBSD 5.0-CURRENT #220: Thu Nov 29 09:09:59 PST 2001 rootk@dragon.nuxi.com:/FBSD/src/sys/i386/compile/DRAGON i386 >Description: 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. >How-To-Repeat: >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. Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.394 diff -u -r1.394 bsd.port.mk --- bsd.port.mk 28 Nov 2001 05:00:36 -0000 1.394 +++ bsd.port.mk 2 Dec 2001 22:23:41 -0000 @@ -426,7 +426,7 @@ # (default: "Makefile.PL" if PERL_CONFIGURE is set, # "configure" otherwise). # CONFIGURE_TARGET - The name of target to call when GNU_CONFIGURE is -# defined (default: ${MACHINE_ARCH}--freebsd${OSREL}). +# defined (default: ${MACHINE_ARCH}-portbld-freebsd${OSREL}). # CONFIGURE_ARGS - Pass these args to configure if ${HAS_CONFIGURE} is set # (default: "--prefix=${PREFIX} ${CONFIGURE_TARGET}" if # GNU_CONFIGURE is set, "CC=${CC} CCFLAGS=${CFLAGS} @@ -1382,7 +1382,7 @@ .endif CONFIGURE_SCRIPT?= configure -CONFIGURE_TARGET?= ${MACHINE_ARCH}--freebsd${OSREL} +CONFIGURE_TARGET?= ${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_LOG?= config.log .if defined(GNU_CONFIGURE) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message