diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-14 09:31:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-14 09:31:18 +0000 |
commit | ea1a003afa85d101415ba4ff073de3dc429749f5 (patch) | |
tree | 42efb5a5a6ede85cb8fe623a071c0d3cbfec588a /www/links | |
parent | 3e3f710d2c9fee10f739a1fe421b2c687c345a27 (diff) | |
download | pkgsrc-ea1a003afa85d101415ba4ff073de3dc429749f5.tar.gz |
Update to 2.1pre4.
* Polish translation update.
* SSL patch for Solaris and other systems without /dev/random
* Links-now button.
* Belarusian translation
* Swaped open and closed folder symbol in bookmarks.
* Fixed Solaris keyboard translation bug.
Diffstat (limited to 'www/links')
-rw-r--r-- | www/links/Makefile | 4 | ||||
-rw-r--r-- | www/links/Makefile.common | 4 | ||||
-rw-r--r-- | www/links/distinfo | 8 | ||||
-rw-r--r-- | www/links/patches/patch-ab | 10 |
4 files changed, 13 insertions, 13 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 7b32e94cfc5..b4d066bde56 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2002/09/12 13:44:47 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2002/10/14 09:31:18 wiz Exp $ # -PKGNAME= links-2.1.0.3 +PKGNAME= links-2.1.0.4 COMMENT= Lynx-like text WWW browser CONFLICTS+= links-gui-[0-9]* elinks-[0-9]* diff --git a/www/links/Makefile.common b/www/links/Makefile.common index 03c6d72f706..659341a3504 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.5 2002/09/12 13:44:47 wiz Exp $ +# $NetBSD: Makefile.common,v 1.6 2002/10/14 09:31:18 wiz Exp $ # -DISTNAME= links-2.1pre3 +DISTNAME= links-2.1pre4 CATEGORIES= www MASTER_SITES= \ http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/ \ diff --git a/www/links/distinfo b/www/links/distinfo index df7f8c62315..ef150227b0e 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2002/09/12 13:44:47 wiz Exp $ +$NetBSD: distinfo,v 1.12 2002/10/14 09:31:19 wiz Exp $ -SHA1 (links-2.1pre3.tar.bz2) = 1294974ea18c17d78a542cdec3120a00e2f1073e -Size (links-2.1pre3.tar.bz2) = 3510812 bytes +SHA1 (links-2.1pre4.tar.bz2) = 578b441f0bb8a1d3f40d1677dc6b92380e2f1549 +Size (links-2.1pre4.tar.bz2) = 3526466 bytes SHA1 (patch-aa) = 47fab20748fc660517ebc2d2ef8a6b9c7c0dd1e4 -SHA1 (patch-ab) = 54a37b69e53ef878a7f0a8468b6b36729224ecd2 +SHA1 (patch-ab) = d1b08807d085d7d60ce9cde5b98ed0be675856d7 SHA1 (patch-ac) = 0d0bb5000ef8511aa6783cfb97ea03c2b2b32803 diff --git a/www/links/patches/patch-ab b/www/links/patches/patch-ab index 2435495b573..06f65b1fe87 100644 --- a/www/links/patches/patch-ab +++ b/www/links/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.2 2002/09/05 01:41:24 dillo Exp $ +$NetBSD: patch-ab,v 1.3 2002/10/14 09:31:19 wiz Exp $ ---- x.c.orig Thu Sep 5 01:24:30 2002 +--- x.c.orig Sun Sep 22 11:05:29 2002 +++ x.c -@@ -967,6 +967,11 @@ bytes_per_pixel_found: +@@ -964,6 +964,11 @@ bytes_per_pixel_found: case 15: case 16: if (x_bitmap_bpp!=2)break; @@ -14,7 +14,7 @@ $NetBSD: patch-ab,v 1.2 2002/09/05 01:41:24 dillo Exp $ if (x_bitmap_bit_order==MSBFirst)break; if (vinfo.red_mask>vinfo.green_mask&&vinfo.green_mask>vinfo.blue_mask) { -@@ -982,14 +987,14 @@ bytes_per_pixel_found: +@@ -979,14 +984,14 @@ bytes_per_pixel_found: misordered=256; goto visual_found; } @@ -33,7 +33,7 @@ $NetBSD: patch-ab,v 1.2 2002/09/05 01:41:24 dillo Exp $ goto visual_found; } break; -@@ -1018,6 +1023,7 @@ visual_found:; +@@ -1015,6 +1020,7 @@ visual_found:; case 451: case 195: case 196: |