ports/55180: [PATCH] for removing configure warning of lang/python

Rui Lopes rui at ruilopes.com
Sat Aug 2 09:00:03 UTC 2003


>Number:         55180
>Category:       ports
>Synopsis:       [PATCH] for removing configure warning of lang/python
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 02 02:00:02 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list