Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2006 05:44:08 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        linimon@FreeBSD.org
Subject:   ports/106159: [PATCH] math/ploticus: Respect X11BASE
Message-ID:  <200612012144.kB1Li8K1008055@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200612012150.kB1LoB7a029052@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612012144.kB1Li8K1008055>