pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sr Clean up patches.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26e74ebdf735
branches:  trunk
changeset: 489960:26e74ebdf735
user:      is <is%pkgsrc.org@localhost>
date:      Tue Mar 01 10:00:47 2005 +0000

description:
Clean up patches.

diffstat:

 lang/sr/distinfo         |  6 +++---
 lang/sr/patches/patch-ab |  6 +++---
 lang/sr/patches/patch-au |  8 +++-----
 3 files changed, 9 insertions(+), 11 deletions(-)

diffs (64 lines):

diff -r 2a42be40a9bc -r 26e74ebdf735 lang/sr/distinfo
--- a/lang/sr/distinfo  Tue Mar 01 07:45:28 2005 +0000
+++ b/lang/sr/distinfo  Tue Mar 01 10:00:47 2005 +0000
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.4 2005/02/26 22:28:38 is Exp $
+$NetBSD: distinfo,v 1.5 2005/03/01 10:00:47 is Exp $
 
 SHA1 (sr233.tar.Z) = 0354987527ed1e84c32d3b1fc6bacb65d647f337
 Size (sr233.tar.Z) = 1424566 bytes
 SHA1 (patch-aa) = 25100667c8a9a48d828253ecba12125d5a7a62aa
-SHA1 (patch-ab) = 3d12695fe38cdc372352279738f593e74599c00d
+SHA1 (patch-ab) = 2a086280fefb4acddd19cb3cbafd58f8de5b309e
 SHA1 (patch-ac) = f412be8e1a2bbdf8249d5f1585805fab447a518a
 SHA1 (patch-ad) = 7fc00d7f52a16dc7b814c94c795bb5d7af02e58b
 SHA1 (patch-ar) = 9a331cdb90959d0cc7475d2fc203d2c302d4bf5c
 SHA1 (patch-as) = 6e959d3d151499dabdc9e9ee056d5f8187d83074
 SHA1 (patch-at) = e66f57026322ff22db9bd7be3dfbaccfb466ccc1
-SHA1 (patch-au) = 78201c528aeb97e6b59c98fb0bdaa63852ce6993
+SHA1 (patch-au) = b5676e357dba37a7eed24d1c77b8cf6aab1dbf51
diff -r 2a42be40a9bc -r 26e74ebdf735 lang/sr/patches/patch-ab
--- a/lang/sr/patches/patch-ab  Tue Mar 01 07:45:28 2005 +0000
+++ b/lang/sr/patches/patch-ab  Tue Mar 01 10:00:47 2005 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-ab,v 1.1.1.1 2005/02/25 15:54:59 is Exp $
+$NetBSD: patch-ab,v 1.2 2005/03/01 10:00:47 is Exp $
 
---- arch.h.orig        1999-08-09 18:34:12.000000000 +0200
+--- arch.h.orig        1999-08-09 16:34:12.000000000 +0000
 +++ arch.h
 @@ -7,6 +7,12 @@
   *  BIGCC     arguments passed to CC to enlarge tree space (if needed)
   */
  
 +
++/* here so that cpu-specific code below doesn't overwrite our choices */
 +#if !defined(ARCH) && defined(__NetBSD__)
 +#define ARCH  "NetBSD 2.0 and later"
-+#define SFILE "i386.s"
 +#endif
 +
  #ifndef ARCH
diff -r 2a42be40a9bc -r 26e74ebdf735 lang/sr/patches/patch-au
--- a/lang/sr/patches/patch-au  Tue Mar 01 07:45:28 2005 +0000
+++ b/lang/sr/patches/patch-au  Tue Mar 01 10:00:47 2005 +0000
@@ -1,16 +1,14 @@
-$NetBSD: patch-au,v 1.1.1.1 2005/02/25 15:54:59 is Exp $
+$NetBSD: patch-au,v 1.2 2005/03/01 10:00:47 is Exp $
 
---- csw/netbsd.c.orig  2004-11-03 23:04:48.000000000 +0100
+--- csw/netbsd.c.orig  2005-03-01 09:35:06.000000000 +0000
 +++ csw/netbsd.c
-@@ -0,0 +1,118 @@
+@@ -0,0 +1,116 @@
 +/*
 + *  netbsd.c -- context switch code for NetBSD 2.
 + *
 + *  Some Makefile changes are needed to use this code.
 + */
 +
-+#include <stdio.h>
-+#include <stdlib.h>
 +#include <ucontext.h>
 +
 +static void startup();



Home | Main Index | Thread Index | Old Index