Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2008 16:12:17 GMT
From:      Chess Griffin <chess@chessgriffin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121792: [patch] x11-wm/ratpoison - remove USE_XLIB in favor of USE_XORG
Message-ID:  <200803171612.m2HGCHSN076557@www.freebsd.org>
Resent-Message-ID: <200803171620.m2HGK3fv083838@freefall.freebsd.org>

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

>Number:         121792
>Category:       ports
>Synopsis:       [patch] x11-wm/ratpoison - remove USE_XLIB in favor of USE_XORG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 17 16:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Chess Griffin
>Release:        7.0-RELEASE
>Organization:
>Environment:
FreeBSD bsdbob.localdomain 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Mon Feb 25 19:09:06 EST 2008     chess@bsdbob.localdomain:/usr/obj/usr/src/sys/CHESS  i386

>Description:
Attached patch builds on my local tinderbox with 6-STABLE, 7-STABLE, and 8-CURRENT.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ratpoison.orig/Makefile ratpoison/Makefile
--- ratpoison.orig/Makefile	2008-03-17 09:58:37.000000000 -0400
+++ ratpoison/Makefile	2008-03-17 10:16:41.000000000 -0400
@@ -7,6 +7,7 @@
 
 PORTNAME=	ratpoison
 PORTVERSION=	1.4.3
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,7 +17,7 @@
 
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-USE_X_PREFIX=	yes
+USE_XORG=	xext xinerama xtst  
 GNU_CONFIGURE=	yes
 
 OPTIONS=	GDM_SUPPORT "Install session data files for GDM" off


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



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