From root@ns.webtt.biz  Sat Aug  2 01:59:47 2003
Return-Path: <root@ns.webtt.biz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3446437B404
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Aug 2003 01:59:47 -0700 (PDT)
Received: from ns.webtt.biz (ns.webtt.biz [64.239.29.225])
	by mx1.FreeBSD.org (Postfix) with SMTP id 306C743FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Aug 2003 01:59:46 -0700 (PDT)
	(envelope-from root@ns.webtt.biz)
Received: (qmail 16753 invoked by uid 0); 2 Aug 2003 09:02:00 -0000
Message-Id: <20030802090200.16752.qmail@ns.webtt.biz>
Date: 2 Aug 2003 09:02:00 -0000
From: Rui Lopes <rui@ruilopes.com>
Reply-To: Rui Lopes <rui@ruilopes.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: perky@FreeBSD.org
Subject: [PATCH] for removing configure warning of lang/python
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55180
>Category:       ports
>Synopsis:       [PATCH] for removing configure warning of lang/python
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perky
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 02 02:00:02 PDT 2003
>Closed-Date:    Sun Apr 18 11:43:36 GMT 2004
>Last-Modified:  Sun Apr 18 11:43:36 GMT 2004
>Originator:     Rui Lopes
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD disty 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Fri Jun 6 19:30:44 WEST 2003 root@disty:/usr/obj/usr/src/sys/DEBUGGER i386


	
>Description:
Just a simple patch to remove the configure warning:

===>  Configuring for python-2.3
configure: WARNING: you should use --build, --host, --target
checking MACHDEP... freebsd5
	
>How-To-Repeat:
	
>Fix:

	

--- python.patch begins here ---
diff -u python.orig/Makefile python/Makefile
--- python.orig/Makefile	Sat Aug  2 08:28:49 2003
+++ python/Makefile	Sat Aug  2 08:32:18 2003
@@ -20,6 +20,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-fpectl
 CONFIGURE_ENV=	OPT="${CFLAGS}"
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 INSTALL_TARGET=	install
 MAN1=		python.1
 
--- python.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perky  
Responsible-Changed-By: krion 
Responsible-Changed-When: Sat Aug 2 07:36:27 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55180 
State-Changed-From-To: open->closed 
State-Changed-By: perky 
State-Changed-When: Sun Apr 18 11:43:11 GMT 2004 
State-Changed-Why:  
Fixed in CVS. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55180 
>Unformatted:
