pkgsrc-Bugs archive

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

Re: pkg/41527



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

From: Yorick Hardy <yorickhardy%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/41527
Date: Wed, 03 Jun 2009 12:16:29 +0200

 This is a multi-part message in MIME format.
 --------------070007000506070407080500
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 I am not sure why the checksums for patch-ab and patch-ac changed.
 Maybe they should be regenerated?
 
 -- 
 Kind regards,
 
 Yorick Hardy
 
 --------------070007000506070407080500
 Content-Type: text/plain;
  name="upgradeioquake3.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="upgradeioquake3.patch"
 
 diff -urN games/ioquake3/Makefile games/ioquake3/Makefile
 --- games/ioquake3/Makefile    2009-01-13 02:12:29.000000000 +0200
 +++ games/ioquake3/Makefile    2009-05-24 18:28:24.000000000 +0200
 @@ -1,9 +1,10 @@
  # $NetBSD: Makefile,v 1.1.1.1 2009/01/13 00:12:29 jmcneill Exp $
  #
  
 -DISTNAME=     ioquake3-0.0.1490
 +DISTNAME=     ioquake3-1.36
  CATEGORIES=   games
 -MASTER_SITES= http://www.invisible.ca/~jmcneill/distfiles/
 +MASTER_SITES= http://ioquake3.org/files/1.36/
 +EXTRACT_SUFX= .tar.bz2
  
  MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
  HOMEPAGE=     http://www.ioquake3.org/
 diff -urN games/ioquake3/distinfo games/ioquake3/distinfo
 --- games/ioquake3/distinfo    2009-05-23 00:28:01.000000000 +0200
 +++ games/ioquake3/distinfo    2009-05-27 15:12:52.000000000 +0200
 @@ -1,9 +1,9 @@
  $NetBSD: distinfo,v 1.2 2009/03/23 09:57:36 hasso Exp $
  
 -SHA1 (ioquake3-0.0.1490.tar.gz) = 249bf7e55d62adde90caa20aca05e2df10541079
 -RMD160 (ioquake3-0.0.1490.tar.gz) = 16bc03444cfa8670b3f37cc713be52109bd528ba
 -Size (ioquake3-0.0.1490.tar.gz) = 4054017 bytes
 +SHA1 (ioquake3-1.36.tar.bz2) = 0f92891e2b174253d02f666fd22e147c886089b4
 +RMD160 (ioquake3-1.36.tar.bz2) = af9f65bbde2fe5531fa371ec6d2023126a523293
 +Size (ioquake3-1.36.tar.bz2) = 3503058 bytes
  SHA1 (patch-aa) = 3f89e248cb2e64657f37ccb4f77b837fc7e7a012
 -SHA1 (patch-ab) = 4c4135d7340d4301ccb38694b4952423715b4dc9
 -SHA1 (patch-ac) = fedef0468b677294041c6c3fe830504bea73c3e4
 -SHA1 (patch-ad) = be5e91745076c23b3984268f428445722223f350
 +SHA1 (patch-ab) = 7808f9c26160ae1931c96fe1bc5e898b69afbde2
 +SHA1 (patch-ac) = 38834fd3e1b3b1c9dba648ffbc97814c0aaa581a
 +SHA1 (patch-ad) = dd7fb540d77b84a1c916fe1693d1eb04fae5b343
 diff -urN games/ioquake3/patches/patch-ad games/ioquake3/patches/patch-ad
 --- games/ioquake3/patches/patch-ad    2009-01-13 02:12:29.000000000 +0200
 +++ games/ioquake3/patches/patch-ad    2009-05-27 15:11:15.000000000 +0200
 @@ -1,8 +1,8 @@
  $NetBSD: patch-ad,v 1.1.1.1 2009/01/13 00:12:29 jmcneill Exp $
  
 ---- code/qcommon/vm_x86_64.c.orig     2009-01-12 18:50:39.000000000 -0500
 -+++ code/qcommon/vm_x86_64.c
 -@@ -58,6 +58,10 @@ void assemble_line(const char* input, si
 +--- ./code/qcommon/vm_x86_64.c.orig   2009-05-27 14:56:03.000000000 +0200
 ++++ ./code/qcommon/vm_x86_64.c        2009-05-27 14:56:11.000000000 +0200
 +@@ -58,6 +58,10 @@
   #endif
   #endif // USE_GAS
   
 @@ -13,3 +13,12 @@
   static void VM_Destroy_Compiled(vm_t* self);
   
   /*
 +@@ -250,7 +246,7 @@
 + #else
 + #define JMPIARG \
 +      emit("movq $%lu, %%rax", vm->codeBase+vm->instructionPointers[iarg]); \
 +-     emit("jmpq *%rax");
 ++     emit("jmpq *%%rax");
 + #endif
 +  
 + // integer compare and jump
 
 --------------070007000506070407080500--
 


Home | Main Index | Thread Index | Old Index