summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2013-07-24 21:15:54 +0000
committershattered <shattered@pkgsrc.org>2013-07-24 21:15:54 +0000
commitff8ed0287462583effb9709fc935b545aa3dc290 (patch)
tree3db1b22738720dd586a39af6da929beb30599663 /emulators
parentee3e65cff27d3beaba8e4080844414885af493a4 (diff)
downloadpkgsrc-ff8ed0287462583effb9709fc935b545aa3dc290.tar.gz
Unbreak build w/newer Xorg
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xhomer/Makefile4
-rw-r--r--emulators/xhomer/distinfo3
-rw-r--r--emulators/xhomer/patches/patch-ab16
3 files changed, 20 insertions, 3 deletions
diff --git a/emulators/xhomer/Makefile b/emulators/xhomer/Makefile
index dcfbc67537f..72e3e74f035 100644
--- a/emulators/xhomer/Makefile
+++ b/emulators/xhomer/Makefile
@@ -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 @@ EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xhomer.isani.org/xhomer/
-COMMENT= DEC Pro 350/380 emulator
+COMMENT= DEC Professional 350/380 emulator
USE_TOOLS+= gmake
diff --git a/emulators/xhomer/distinfo b/emulators/xhomer/distinfo
index bcb702cfc2e..1f75ede1bf4 100644
--- a/emulators/xhomer/distinfo
+++ b/emulators/xhomer/distinfo
@@ -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 --git a/emulators/xhomer/patches/patch-ab b/emulators/xhomer/patches/patch-ab
new file mode 100644
index 00000000000..3f8b9d48d59
--- /dev/null
+++ b/emulators/xhomer/patches/patch-ab
@@ -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