From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 17 10:00:43 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED24916A4CE for ; Sat, 17 Apr 2004 10:00:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD5AB43D1F for ; Sat, 17 Apr 2004 10:00:43 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3HH0hbv095012 for ; Sat, 17 Apr 2004 10:00:43 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3HH0hTD095011; Sat, 17 Apr 2004 10:00:43 -0700 (PDT) (envelope-from gnats) Resent-Date: Sat, 17 Apr 2004 10:00:43 -0700 (PDT) Resent-Message-Id: <200404171700.i3HH0hTD095011@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roman Neuhauser Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E501F16A4CE for ; Sat, 17 Apr 2004 09:54:59 -0700 (PDT) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id DA6DB43D49 for ; Sat, 17 Apr 2004 09:54:58 -0700 (PDT) (envelope-from neuhauser@chello.cz) Received: (qmail 50101 invoked by uid 0); 17 Apr 2004 16:54:58 -0000 Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16) by smtp.dkm.cz with SMTP; 17 Apr 2004 16:54:58 -0000 Received: by isis.wad.cz (Postfix, from userid 1001) id EE17A2FDA01; Sat, 17 Apr 2004 17:55:30 +0200 (CEST) Message-Id: <20040417155530.EE17A2FDA01@isis.wad.cz> Date: Sat, 17 Apr 2004 17:55:30 +0200 (CEST) From: Roman Neuhauser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: perky@FreeBSD.org Subject: ports/65680: [PATCH] lang/python: fix ./configure --host warning X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Neuhauser List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 17:00:44 -0000 >Number: 65680 >Category: ports >Synopsis: [PATCH] lang/python: fix ./configure --host warning >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 Apr 17 10:00:43 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Roman Neuhauser >Release: FreeBSD 4.9-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386 >Description: silence a configure warning >How-To-Repeat: >Fix: --- lang-python.CONFIGURE_TARGET.patch begins here --- Index: lang/python/Makefile =================================================================== RCS file: /home/ncvs/ports/lang/python/Makefile,v retrieving revision 1.127 diff -u -r1.127 Makefile --- lang/python/Makefile 14 Apr 2004 06:49:21 -0000 1.127 +++ lang/python/Makefile 17 Apr 2004 15:23:49 -0000 @@ -20,6 +20,7 @@ DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-fpectl CONFIGURE_ENV= OPT="${CFLAGS}" MAKE_ENV= VPATH="${WRKSRC}" --- lang-python.CONFIGURE_TARGET.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: