From laszlof@FreeBSD.org  Fri Dec  1 20:36:29 2006
Return-Path: <laszlof@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 1440016A51F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Dec 2006 20:36:29 +0000 (UTC)
	(envelope-from laszlof@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 38E3B43E72;
	Fri,  1 Dec 2006 20:34:13 +0000 (GMT)
	(envelope-from laszlof@FreeBSD.org)
Received: from freefall.freebsd.org (laszlof@localhost [127.0.0.1])
	by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kB1KYTLh095425;
	Fri, 1 Dec 2006 20:34:29 GMT
	(envelope-from laszlof@freefall.freebsd.org)
Received: (from laszlof@localhost)
	by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB1KYTnZ095424;
	Fri, 1 Dec 2006 20:34:29 GMT
	(envelope-from laszlof)
Message-Id: <200612012034.kB1KYTnZ095424@freefall.freebsd.org>
Date: Fri, 1 Dec 2006 20:34:29 GMT
From: "Frank J. Laszlo" <laszlof@freebsd.org>
Reply-To: "Frank J. Laszlo" <laszlof@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: janos.mohacsi@bsd.hu
Subject: [PATCH]: games/bubbros: Respect X11BASE
X-Send-Pr-Version: 3.113
X-GNATS-Notify: janos.mohacsi@bsd.hu

>Number:         106155
>Category:       ports
>Synopsis:       [PATCH]: games/bubbros: Respect X11BASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    laszlof
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 01 20:40:16 GMT 2006
>Closed-Date:    Sat Dec 09 13:18:27 GMT 2006
>Last-Modified:  Sat Dec  9 13:20:08 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->laszlof 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 1 20:41:03 UTC 2006 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106155 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Dec 1 20:41:22 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106155 
State-Changed-From-To: feedback->closed 
State-Changed-By: laszlof 
State-Changed-When: Sat Dec 9 13:18:24 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106155 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/106155: commit references a PR
Date: Sat,  9 Dec 2006 13:18:00 +0000 (UTC)

 laszlof     2006-12-09 13:17:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/bubbros        Makefile 
   Log:
   Respect X11BASE
   
   PR:             ports/106155
   Approved by:    maintainer (implicit)
   
   Revision  Changes    Path
   1.4       +3 -0      ports/games/bubbros/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
