From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 1 21:50:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D9C816A589 for ; Fri, 1 Dec 2006 21:50:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA6D43CBF for ; Fri, 1 Dec 2006 21:49:55 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kB1LoBnL029053 for ; Fri, 1 Dec 2006 21:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB1LoB7a029052; Fri, 1 Dec 2006 21:50:11 GMT (envelope-from gnats) Resent-Date: Fri, 1 Dec 2006 21:50:11 GMT Resent-Message-Id: <200612012150.kB1LoB7a029052@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, Rong-En Fan Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DFCC16A47C; Fri, 1 Dec 2006 21:44:09 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9512443CA2; Fri, 1 Dec 2006 21:43:52 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.8/8.13.8) with ESMTP id kB1Li8rE019799; Sat, 2 Dec 2006 05:44:08 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.8/8.13.8/Submit) id kB1Li8K1008055; Sat, 2 Dec 2006 05:44:08 +0800 (CST) (envelope-from rafan) Message-Id: <200612012144.kB1Li8K1008055@svm.csie.ntu.edu.tw> Date: Sat, 2 Dec 2006 05:44:08 +0800 (CST) From: Rong-En Fan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: linimon@FreeBSD.org Subject: ports/106159: [PATCH] math/ploticus: Respect X11BASE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 21:50:25 -0000 >Number: 106159 >Category: ports >Synopsis: [PATCH] math/ploticus: Respect X11BASE >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: Fri Dec 01 21:50:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.2-PRERELEASE amd64 >Organization: NTU CSIE >Environment: >Description: - Respect X11BASE Port maintainer (linimon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ploticus-2.32_1.patch begins here --- Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/math/ploticus/Makefile,v retrieving revision 1.24 diff -u -u -r1.24 Makefile --- Makefile 19 Apr 2006 15:41:53 -0000 1.24 +++ Makefile 1 Dec 2006 21:43:51 -0000 @@ -44,6 +44,10 @@ USE_XPM= yes .endif +post-patch: + @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' \ + ${WRKSRC}/Makefile ${WRKSRC}/Makefile_api + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pl ${PREFIX}/bin/ploticus @${MKDIR} ${DATADIR} --- ploticus-2.32_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: