From 82f7a84c2bcd0500934a413b850d485ec6167c6d Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 4 Nov 2002 12:32:16 +0000 Subject: Update to 2.1pre6; fixes compilation problem which patch-ad also fixed. --- www/links/Makefile | 4 ++-- www/links/Makefile.common | 4 ++-- www/links/distinfo | 7 +++---- www/links/patches/patch-ad | 52 ---------------------------------------------- 4 files changed, 7 insertions(+), 60 deletions(-) delete mode 100644 www/links/patches/patch-ad (limited to 'www/links') diff --git a/www/links/Makefile b/www/links/Makefile index 2834e909a69..87cc422ca91 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2002/11/03 12:42:18 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2002/11/04 12:32:16 wiz Exp $ # -PKGNAME= links-2.1.0.5 +PKGNAME= links-2.1.0.6 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 aac4063440f..1e294b23e84 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.9 2002/11/04 12:21:30 tron Exp $ +# $NetBSD: Makefile.common,v 1.10 2002/11/04 12:32:16 wiz Exp $ -DISTNAME= links-2.1pre5 +DISTNAME= links-2.1pre6 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 1a34be04d1c..4c30a05ddcb 100644 --- a/www/links/distinfo +++ b/www/links/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.15 2002/11/03 12:42:18 wiz Exp $ +$NetBSD: distinfo,v 1.16 2002/11/04 12:32:16 wiz Exp $ -SHA1 (links-2.1pre5.tar.bz2) = a298387509d1a06f0ff9b6031e27acefe3c9ad48 -Size (links-2.1pre5.tar.bz2) = 3533029 bytes +SHA1 (links-2.1pre6.tar.bz2) = 424435cc423e510495411ecf61b65276ded55cfa +Size (links-2.1pre6.tar.bz2) = 3532819 bytes SHA1 (patch-aa) = 47fab20748fc660517ebc2d2ef8a6b9c7c0dd1e4 SHA1 (patch-ab) = 159c06569c42ea2d3eb4ec1a25a958621f11f793 SHA1 (patch-ac) = 0d0bb5000ef8511aa6783cfb97ea03c2b2b32803 -SHA1 (patch-ad) = 4ee73e661b60a97f90fc8eb187205f1854bde597 diff --git a/www/links/patches/patch-ad b/www/links/patches/patch-ad deleted file mode 100644 index a3587e29bc4..00000000000 --- a/www/links/patches/patch-ad +++ /dev/null @@ -1,52 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2002/11/03 12:42:39 wiz Exp $ - ---- codepage.inc.orig Sat Nov 2 18:22:19 2002 -+++ codepage.inc -@@ -1992,30 +1992,30 @@ struct table_entry table_cp1251 [] = { - unsigned char *aliases_cp1251 [] = {"windows-1251", "1251", "cp1251", NULL }; - - struct table_entry table_cp1252 [] = { -- { 0x80, 20AC }, -- { 0x82, 201A }, -+ { 0x80, 0x20AC }, -+ { 0x82, 0x201A }, - { 0x83, 0x0192 }, -- { 0x84, 201E }, -- { 0x85, 2026 }, -- { 0x86, 2020 }, -- { 0x87, 2021 }, -+ { 0x84, 0x201E }, -+ { 0x85, 0x2026 }, -+ { 0x86, 0x2020 }, -+ { 0x87, 0x2021 }, - { 0x88, 0x02C6 }, -- { 0x89, 2030 }, -+ { 0x89, 0x2030 }, - { 0x8A, 0x0160 }, -- { 0x8B, 2039 }, -+ { 0x8B, 0x2039 }, - { 0x8C, 0x0152 }, - { 0x8E, 0x017D }, -- { 0x91, 2018 }, -- { 0x92, 2019 }, -- { 0x93, 201C }, -- { 0x94, 201D }, -- { 0x95, 2022 }, -- { 0x96, 2013 }, -- { 0x97, 2014 }, -+ { 0x91, 0x2018 }, -+ { 0x92, 0x2019 }, -+ { 0x93, 0x201C }, -+ { 0x94, 0x201D }, -+ { 0x95, 0x2022 }, -+ { 0x96, 0x2013 }, -+ { 0x97, 0x2014 }, - { 0x98, 0x02DC }, -- { 0x99, 2122 }, -+ { 0x99, 0x2122 }, - { 0x9A, 0x0161 }, -- { 0x9B, 203A }, -+ { 0x9B, 0x203A }, - { 0x9C, 0x0153 }, - { 0x9E, 0x017E }, - { 0x9F, 0x0178 }, -- cgit v1.2.3