ports/106159: [PATCH] math/ploticus: Respect X11BASE

Rong-En Fan rafan at FreeBSD.org
Fri Dec 1 21:50:25 UTC 2006


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



More information about the freebsd-ports-bugs mailing list