Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2009 20:30:53 +0300 (EEST)
From:      Esa Karkkainen <ejk@iki.fi>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Esa Karkkainen <ejk@iki.fi>
Subject:   ports/133398: emulators/x48: fix port after Xorg update to 7.4 broke it
Message-ID:  <200904051730.n35HUr5v014563@thunderbolt.my.domain>
Resent-Message-ID: <200904051810.n35IA1wJ043487@freefall.freebsd.org>

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

>Number:         133398
>Category:       ports
>Synopsis:       emulators/x48: fix port after Xorg update to 7.4 broke it
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 05 18:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Esa Karkkainen
>Release:        FreeBSD 6.4-RELEASE-p3 i386
>Organization:
Is in state of disintegration
>Environment:

System: FreeBSD 6.4-RELEASE-p3 Wed Feb 18 19:02:13 EET 2009

>Description:

Port has suffered from corrupted "display" since the x11/xorg was
updated to 7.4 version.

>How-To-Repeat:

# cd ports/emulators/x48 
# make install
$ x48

>Fix:

diff -ruN /usr/ports/emulators/x48/Makefile ports/emulators/x48/Makefile
--- /usr/ports/emulators/x48/Makefile	2009-01-06 15:26:39.000000000 +0200
+++ ports/emulators/x48/Makefile	2009-04-05 19:48:22.000000000 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	x48
 PORTVERSION=	0.4.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_BERLIOS}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN /usr/ports/emulators/x48/files/patch-config.h ports/emulators/x48/files/patch-config.h
--- /usr/ports/emulators/x48/files/patch-config.h	1970-01-01 02:00:00.000000000 +0200
+++ ports/emulators/x48/files/patch-config.h	2009-04-05 19:48:05.000000000 +0300
@@ -0,0 +1,11 @@
+--- config.h.orig	2005-04-14 21:33:56.000000000 +0300
++++ config.h	2009-04-05 19:46:14.000000000 +0300
+@@ -49,7 +49,7 @@
+ /*
+  * If you don't have the XShm extension, comment the following line
+  */
+-#define HAVE_XSHM
++/* #define HAVE_XSHM */
+ 
+ /*
+  * If you don't want to use the readline library,
>Release-Note:
>Audit-Trail:
>Unformatted:



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