pkgsrc-Bugs archive

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

Re: pkg/43811 (pkgsrc-2010Q2 - emulators/vice build (wrong patch))



The following reply was made to PR pkg/43811; it has been noted by GNATS.

From: Matthew Mondor <mm_lists%pulsar-zone.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/43811 (pkgsrc-2010Q2 - emulators/vice build (wrong patch))
Date: Mon, 30 Aug 2010 04:11:26 -0400

 On Sun, 29 Aug 2010 23:34:20 +0000 (UTC)
 gls%NetBSD.org@localhost wrote:
 
 > Vice has been updated recently in pkgsrc-current. Can you give it a try ?
 
 I tried -current vice (2.2) and the problem was still true with the
 include unless I applied this change:
 
 Index: distinfo
 ===================================================================
 RCS file: /nfs/ginseng/home/data/cvsup/netbsd/pkgsrc/emulators/vice/distinfo,v
 retrieving revision 1.35
 diff -u -r1.35 distinfo
 --- distinfo    24 Jul 2010 09:44:57 -0000      1.35
 +++ distinfo    30 Aug 2010 07:02:58 -0000
 @@ -8,4 +8,4 @@
  Size (vice_2_2_netbsd.patch) = 4437 bytes
  SHA1 (patch-aa) = 08ac51c0674fde12ff0032a69f7c301464c1b408
  SHA1 (patch-ab) = 982424905a9fb8eb011d19b3ec649b5d7a01ca83
 -SHA1 (patch-ad) = 0ace2e00ed2f66c8669ec745b62118570187735a
 +SHA1 (patch-ad) = 13a28600046442ea0124d06188aa937d099faf55
 Index: patches/patch-ad
 ===================================================================
 RCS file: 
/nfs/ginseng/home/data/cvsup/netbsd/pkgsrc/emulators/vice/patches/patch-ad,v
 retrieving revision 1.14
 diff -u -r1.14 patch-ad
 --- patches/patch-ad    24 Jul 2010 09:44:57 -0000      1.14
 +++ patches/patch-ad    30 Aug 2010 07:02:49 -0000
 @@ -4,12 +4,11 @@
  
  --- src/arch/unix/x11/xaw/x11video.c.orig      2009-10-21 16:46:45.000000000 
+0000
  +++ src/arch/unix/x11/xaw/x11video.c
 -@@ -59,6 +59,8 @@
 +@@ -59,6 +59,7 @@
   #include <X11/Xutil.h>
   #include <X11/Intrinsic.h>
   #include <X11/cursorfont.h>
  +#include <X11/Xmd.h>
 -+#include <X11/extensions/shmproto.h>
   
   #include <stdio.h>
   #include <stdlib.h>
 
 After a first look I was concerned that DGA and SHM no longer seemed
 supported and though it might be a performance regression, but I
 noticed that where available it uses the XV YUV output extension, which
 should allow 2D accelerated scaling.
 
 Thanks,
 -- 
 Matt
 


Home | Main Index | Thread Index | Old Index