pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www Patch no longer needed, besides failing for some b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/129f593247de
branches: trunk
changeset: 546056:129f593247de
user: is <is%pkgsrc.org@localhost>
date: Wed Aug 20 09:26:44 2008 +0000
description:
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.
diffstat:
www/links-gui/Makefile | 3 ++-
www/links/Makefile | 3 ++-
www/links/distinfo | 4 ++--
www/links/patches/patch-aa | 19 ++-----------------
4 files changed, 8 insertions(+), 21 deletions(-)
diffs (63 lines):
diff -r b71c8d8d0866 -r 129f593247de www/links-gui/Makefile
--- a/www/links-gui/Makefile Wed Aug 20 08:20:14 2008 +0000
+++ b/www/links-gui/Makefile Wed Aug 20 09:26:44 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2008/07/24 01:38:13 bjs Exp $
+# $NetBSD: Makefile,v 1.57 2008/08/20 09:26:45 is Exp $
#
PKGNAME= ${DISTNAME:S/links/&-gui/:S/pre/.0./}
+PKGREVISION= 1
COMMENT= Lynx-like text and graphics WWW browser
CONFLICTS+= links-[0-9]* elinks-0.3*
diff -r b71c8d8d0866 -r 129f593247de www/links/Makefile
--- a/www/links/Makefile Wed Aug 20 08:20:14 2008 +0000
+++ b/www/links/Makefile Wed Aug 20 09:26:44 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2008/07/24 01:38:13 bjs Exp $
+# $NetBSD: Makefile,v 1.55 2008/08/20 09:26:44 is Exp $
#
PKGNAME= ${DISTNAME:S/pre/.0./}
+PKGREVISION= 1
COMMENT= Lynx-like text WWW browser
CONFLICTS+= links-gui-[0-9]* elinks-0.3*
diff -r b71c8d8d0866 -r 129f593247de www/links/distinfo
--- a/www/links/distinfo Wed Aug 20 08:20:14 2008 +0000
+++ b/www/links/distinfo Wed Aug 20 09:26:44 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.49 2008/08/09 19:59:10 bjs Exp $
+$NetBSD: distinfo,v 1.50 2008/08/20 09:26:44 is Exp $
SHA1 (links-2.2.tar.bz2) = 7588c151e98057f83a2e0b81b3f467e7eee9f824
RMD160 (links-2.2.tar.bz2) = fe051b2655a67e004fdf682045349664611a3101
Size (links-2.2.tar.bz2) = 3832115 bytes
-SHA1 (patch-aa) = 0ef14390247d67b6d36f33a2fe916321110aad57
+SHA1 (patch-aa) = aff3ac1b292b5aaf4f2f6beb94a07957a189b752
SHA1 (patch-ab) = a2d461c9d8b6300469ab6195886830fdd63be837
diff -r b71c8d8d0866 -r 129f593247de www/links/patches/patch-aa
--- a/www/links/patches/patch-aa Wed Aug 20 08:20:14 2008 +0000
+++ b/www/links/patches/patch-aa Wed Aug 20 09:26:44 2008 +0000
@@ -1,18 +1,3 @@
-$NetBSD: patch-aa,v 1.3 2008/07/24 01:38:13 bjs Exp $
+$NetBSD: patch-aa,v 1.4 2008/08/20 09:26:45 is Exp $
---- session.c.orig 2008-06-21 12:12:07.000000000 -0400
-+++ session.c
-@@ -2631,6 +2631,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);
- }
-
+(Kept here to allow for pulling up to 8Q2).
Home |
Main Index |
Thread Index |
Old Index