Date: Fri, 1 Dec 2006 20:34:29 GMT From: "Frank J. Laszlo" <laszlof@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: janos.mohacsi@bsd.hu Subject: ports/106155: [PATCH]: games/bubbros: Respect X11BASE Message-ID: <200612012034.kB1KYTnZ095424@freefall.freebsd.org> Resent-Message-ID: <200612012040.kB1KeG41099931@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 106155 >Category: ports >Synopsis: [PATCH]: games/bubbros: 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 20:40:16 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@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: Respect X11BASE and USE_XLIB Maintainer is CC'd. >How-To-Repeat: >Fix: --- bubbros-1.5-X11BASE.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/games/bubbros/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 25 Aug 2006 19:56:20 -0000 1.3 +++ Makefile 1 Dec 2006 20:33:15 -0000 @@ -19,8 +19,11 @@ USE_PYTHON= yes USE_BZIP2= yes +USE_XLIB= yes do-build: + @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \ + ${WRKSRC}/display/setup.py # Compile the statesaver extension module cd ${WRKSRC}/bubbob; ${PYTHON_CMD} setup.py build_ext -i # Compile the X-window client extension module --- bubbros-1.5-X11BASE.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612012034.kB1KYTnZ095424>