ports/106105: [PATCH]: math/biggles: Respect X11BASE

Frank J. Laszlo laszlof at FreeBSD.org
Fri Dec 1 02:10:08 UTC 2006


>Number:         106105
>Category:       ports
>Synopsis:       [PATCH]: math/biggles: 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 02:10:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Frank J. Laszlo
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Dec 10 03:18:20 UTC 2005 kensmith at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
	Respect X11BASE.

	Maintainer CC'd.

>How-To-Repeat:
	
>Fix:

	



--- biggles-1.6.4-X11BASE.diff begins here ---
? work
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/biggles/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	16 Jun 2006 22:17:24 -0000	1.11
+++ Makefile	1 Dec 2006 01:58:54 -0000
@@ -22,4 +22,8 @@
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/make.inc
+	@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/setup.py
+
 .include <bsd.port.mk>
--- biggles-1.6.4-X11BASE.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list