pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2008Q2]: pkgsrc/www Pullup ticket 2502 - requested by is
details: https://anonhg.NetBSD.org/pkgsrc/rev/94cc5a253bc6
branches: pkgsrc-2008Q2
changeset: 544294:94cc5a253bc6
user: spz <spz%pkgsrc.org@localhost>
date: Mon Sep 01 06:08:43 2008 +0000
description:
Pullup ticket 2502 - requested by is
fix PR 34723
Revisions pulled up:
- pkgsrc/www/links/Makefile by patch provided
- pkgsrc/www/links/distinfo by patch provided
- pkgsrc/www/links-gui/Makefile by patch provided
- pkgsrc/www/links/patches/patch-aa by patch provided
Module Name: pkgsrc
Committed By: is
Date: Wed Aug 20 09:26:45 UTC 2008
Modified Files:
pkgsrc/www/links: Makefile distinfo
pkgsrc/www/links-gui: Makefile
pkgsrc/www/links/patches: patch-aa
Log Message:
Patch no longer needed, besides failing for some boundary conditions.
Feature request/code had been submitted upstream "back then", and
apparently a different solution has been implemented upstream in the
meantime, but our package was upgraded without removing our patch.
To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 pkgsrc/www/links/Makefile
cvs rdiff -r1.49 -r1.50 pkgsrc/www/links/distinfo
cvs rdiff -r1.56 -r1.57 pkgsrc/www/links-gui/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/links/patches/patch-aa
diffstat:
www/links-gui/Makefile | 3 ++-
www/links/Makefile | 3 ++-
www/links/distinfo | 4 ++--
www/links/patches/patch-aa | 16 +---------------
4 files changed, 7 insertions(+), 19 deletions(-)
diffs (66 lines):
diff -r 1c30485b5012 -r 94cc5a253bc6 www/links-gui/Makefile
--- a/www/links-gui/Makefile Sat Aug 30 18:46:53 2008 +0000
+++ b/www/links-gui/Makefile Mon Sep 01 06:08:43 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2008/05/21 14:00:40 wiz Exp $
+# $NetBSD: Makefile,v 1.55.4.1 2008/09/01 06:08:43 spz Exp $
#
PKGNAME= links-gui-2.1.0.36
+PKGREVISION= 1
COMMENT= Lynx-like text and graphics WWW browser
CONFLICTS+= links-[0-9]* elinks-0.3*
diff -r 1c30485b5012 -r 94cc5a253bc6 www/links/Makefile
--- a/www/links/Makefile Sat Aug 30 18:46:53 2008 +0000
+++ b/www/links/Makefile Mon Sep 01 06:08:43 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2008/05/21 14:00:40 wiz Exp $
+# $NetBSD: Makefile,v 1.53.4.1 2008/09/01 06:08:43 spz Exp $
#
PKGNAME= links-2.1.0.36
+PKGREVISION= 1
COMMENT= Lynx-like text WWW browser
CONFLICTS+= links-gui-[0-9]* elinks-0.3*
diff -r 1c30485b5012 -r 94cc5a253bc6 www/links/distinfo
--- a/www/links/distinfo Sat Aug 30 18:46:53 2008 +0000
+++ b/www/links/distinfo Mon Sep 01 06:08:43 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.47 2008/05/21 14:00:40 wiz Exp $
+$NetBSD: distinfo,v 1.47.4.1 2008/09/01 06:08:43 spz Exp $
SHA1 (links-2.1pre36.tar.bz2) = 79ff4ff2d663de99ba590e11f42a52435a6e1809
RMD160 (links-2.1pre36.tar.bz2) = e34d61aa6db196d897afd4f07c1eb6f3a87dd4eb
Size (links-2.1pre36.tar.bz2) = 3824394 bytes
-SHA1 (patch-aa) = 374bd3262b4f50712cd42898d67e90ebcba72577
+SHA1 (patch-aa) = 47fab20748fc660517ebc2d2ef8a6b9c7c0dd1e4
SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837
diff -r 1c30485b5012 -r 94cc5a253bc6 www/links/patches/patch-aa
--- a/www/links/patches/patch-aa Sat Aug 30 18:46:53 2008 +0000
+++ b/www/links/patches/patch-aa Mon Sep 01 06:08:43 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2006/04/20 18:34:07 is Exp $
+$NetBSD: patch-aa,v 1.2.20.1 2008/09/01 06:08:43 spz Exp $
--- session.c.orig Sat Jun 29 21:27:04 2002
+++ session.c
@@ -20,17 +20,3 @@
else add_chr_to_str(&u, &l, (unhx(url[1]) << 4) + unhx(url[2])), url += 2;
}
return u;
-@@ -2047,6 +2047,13 @@ void goto_url_f(struct session *ses, voi
- /* this doesn't send referer */
- void goto_url(struct session *ses, unsigned char *url)
- {
-+ char *p;
-+ p = url + strlen(url);
-+ do {
-+ --p;
-+ } while (isspace(*p));
-+ *++p = 0;
-+
- goto_url_f(ses, NULL, url, NULL, NULL, -1, 0, 1, 0);
- }
-
Home |
Main Index |
Thread Index |
Old Index