pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/xhomer Unbreak build w/newer Xorg



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1a403b3c841
branches:  trunk
changeset: 622076:c1a403b3c841
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Wed Jul 24 21:15:54 2013 +0000

description:
Unbreak build w/newer Xorg

diffstat:

 emulators/xhomer/Makefile         |   4 ++--
 emulators/xhomer/distinfo         |   3 ++-
 emulators/xhomer/patches/patch-ab |  16 ++++++++++++++++
 3 files changed, 20 insertions(+), 3 deletions(-)

diffs (50 lines):

diff -r 05dc23a64f5a -r c1a403b3c841 emulators/xhomer/Makefile
--- a/emulators/xhomer/Makefile Wed Jul 24 20:11:40 2013 +0000
+++ b/emulators/xhomer/Makefile Wed Jul 24 21:15:54 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/23 10:24:04 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2013/07/24 21:15:54 shattered Exp $
 
 DISTNAME=      xhomer-9-16-06
 PKGNAME=       xhomer-9.16.06
@@ -8,7 +8,7 @@
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://xhomer.isani.org/xhomer/
-COMMENT=       DEC Pro 350/380 emulator
+COMMENT=       DEC Professional 350/380 emulator
 
 USE_TOOLS+=    gmake
 
diff -r 05dc23a64f5a -r c1a403b3c841 emulators/xhomer/distinfo
--- a/emulators/xhomer/distinfo Wed Jul 24 20:11:40 2013 +0000
+++ b/emulators/xhomer/distinfo Wed Jul 24 21:15:54 2013 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/12/06 12:56:27 obache Exp $
+$NetBSD: distinfo,v 1.2 2013/07/24 21:15:54 shattered Exp $
 
 SHA1 (xhomer-9-16-06.tgz) = ebb9762b60121dd9caafd973b8161254fb8bb629
 RMD160 (xhomer-9-16-06.tgz) = 7d6ed8ec8cd0a1b43ed9a87f2835fe53efee73ae
 Size (xhomer-9-16-06.tgz) = 318277 bytes
 SHA1 (patch-aa) = a765656930ca2748766d27bc15008b9d5d49b5e5
+SHA1 (patch-ab) = e1684a6c239c33e693d771d23001cc0a48bcdd93
diff -r 05dc23a64f5a -r c1a403b3c841 emulators/xhomer/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xhomer/patches/patch-ab Wed Jul 24 21:15:54 2013 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2013/07/24 21:15:54 shattered Exp $
+
+--- term_x11.c.orig    2003-12-13 16:06:36.000000000 +0000
++++ term_x11.c
+@@ -61,9 +61,9 @@
+ #include <sys/shm.h>
+ #endif
+ #ifdef DGA
+-#include <X11/extensions/xf86dga.h>
++#include <X11/extensions/Xxf86dga.h>
+ #ifndef DGA2
+-#include <X11/extensions/xf86vmode.h>
++#include <X11/extensions/Xxf86vmode.h>
+ #endif
+ #include <unistd.h>
+ #endif



Home | Main Index | Thread Index | Old Index