diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-18 14:40:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-18 14:40:23 +0000 |
commit | 6ce9e0b08a07afcecc4ac1f7dbc80f0785433f9f (patch) | |
tree | 897b1cbe16c40c3feb0916790f960d5e13c07a56 /www | |
parent | 3fc789d9ca0746f57a1d1beb2f4d71fcf1bd3634 (diff) | |
download | pkgsrc-6ce9e0b08a07afcecc4ac1f7dbc80f0785433f9f.tar.gz |
Remove some really annoying "ks=..." debugging output.
Diffstat (limited to 'www')
-rw-r--r-- | www/links/distinfo | 4 | ||||
-rw-r--r-- | www/links/patches/patch-ab | 18 |
2 files changed, 15 insertions, 7 deletions
diff --git a/www/links/distinfo b/www/links/distinfo index ef150227b0e..9669d1e5fc3 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2002/10/14 09:31:19 wiz Exp $ +$NetBSD: distinfo,v 1.13 2002/10/18 14:40:23 jlam Exp $ SHA1 (links-2.1pre4.tar.bz2) = 578b441f0bb8a1d3f40d1677dc6b92380e2f1549 Size (links-2.1pre4.tar.bz2) = 3526466 bytes SHA1 (patch-aa) = 47fab20748fc660517ebc2d2ef8a6b9c7c0dd1e4 -SHA1 (patch-ab) = d1b08807d085d7d60ce9cde5b98ed0be675856d7 +SHA1 (patch-ab) = 3b5af42c6f8a48bb426b1801a319d63fbbe0d542 SHA1 (patch-ac) = 0d0bb5000ef8511aa6783cfb97ea03c2b2b32803 diff --git a/www/links/patches/patch-ab b/www/links/patches/patch-ab index 06f65b1fe87..f731a5fbcd5 100644 --- a/www/links/patches/patch-ab +++ b/www/links/patches/patch-ab @@ -1,8 +1,16 @@ -$NetBSD: patch-ab,v 1.3 2002/10/14 09:31:19 wiz Exp $ +$NetBSD: patch-ab,v 1.4 2002/10/18 14:40:24 jlam Exp $ ---- x.c.orig Sun Sep 22 11:05:29 2002 +--- x.c.orig Sun Sep 22 02:05:29 2002 +++ x.c -@@ -964,6 +964,11 @@ bytes_per_pixel_found: +@@ -294,7 +294,6 @@ static void x_translate_key(XKeyEvent *e + int len; + + len=XLookupString(e,str,15,&ks,NULL); +- printf("ks=%ld\n",ks); + str[len>15?15:len]=0; + *flag=0; + *key=0; +@@ -964,6 +963,11 @@ bytes_per_pixel_found: case 15: case 16: if (x_bitmap_bpp!=2)break; @@ -14,7 +22,7 @@ $NetBSD: patch-ab,v 1.3 2002/10/14 09:31:19 wiz Exp $ if (x_bitmap_bit_order==MSBFirst)break; if (vinfo.red_mask>vinfo.green_mask&&vinfo.green_mask>vinfo.blue_mask) { -@@ -979,14 +984,14 @@ bytes_per_pixel_found: +@@ -979,14 +983,14 @@ bytes_per_pixel_found: misordered=256; goto visual_found; } @@ -33,7 +41,7 @@ $NetBSD: patch-ab,v 1.3 2002/10/14 09:31:19 wiz Exp $ goto visual_found; } break; -@@ -1015,6 +1020,7 @@ visual_found:; +@@ -1015,6 +1019,7 @@ visual_found:; case 451: case 195: case 196: |