From owner-freebsd-python@FreeBSD.ORG Thu Apr 1 14:20:11 2010 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A5741065678 for ; Thu, 1 Apr 2010 14:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4ED8E8FC19 for ; Thu, 1 Apr 2010 14:20:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o31EKBSq079150 for ; Thu, 1 Apr 2010 14:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o31EKBaI079144; Thu, 1 Apr 2010 14:20:11 GMT (envelope-from gnats) Date: Thu, 1 Apr 2010 14:20:11 GMT Message-Id: <201004011420.o31EKBaI079144@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: wen heping Cc: Subject: Re: ports/145259: [Update]math/py-matplotlib:Update to 0.99.1.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: wen heping List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2010 14:20:11 -0000 The following reply was made to PR ports/145259; it has been noted by GNATS. From: wen heping To: bug-followup@FreeBSD.org, wen@FreeBSD.org Cc: Subject: Re: ports/145259: [Update]math/py-matplotlib:Update to 0.99.1.1 Date: Thu, 1 Apr 2010 22:10:49 +0800 Sorry, this line should be added to post-patch section to fix the build error with custom LOCALBASE: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/setupext.py wen