Subject: Re: lynx build asking for file to patch
To: Thomas Klausner <wiz@NetBSD.org>
From: Mark E. Perkins <perkinsm@bway.net>
List: tech-pkg
Date: 05/15/2004 18:49:43
On 5/15/04 5:41 PM, Thomas Klausner wrote:
> The patches look fine. You could try to find out which one
> doesn't apply for you:
>
> make clean
> make extract
> cd work*/lynx*
> for i in /usr/pkgsrc/www/lynx/patches/p*; do
> patch < $i;
> done
>
> [You'll have to do another ``make clean'' before you
> next let pkgsrc try patching since the patch cookie will
> be missing.]
>
> Thomas
Hmmm... patch-aa applies no problem, but patch-a[ef] choke. But before we
try to solve the wrong problem, I just had a closer look at the error I'm
getting. It seems that the patches that are causing a problem are the
distribution patches:
===> Patching for lynx-2.8.5.2
===> Applying distribution patches for lynx-2.8.5.2
The text leading up to this was:
--------------------------
|#
------------------------------------------------------------------------------
|# CHANGES | 11 +++++++++++
|# README | 2 +-
|# WWW/Library/Implementation/HTString.c | 6 +++++-
|# WWW/Library/Implementation/HTUtils.h | 4 ++++
|# configure | 2 +-
|# configure.in | 4 ++--
|# lynx.cfg | 4 ++--
|# src/HTAlert.c | 17 ++++++++++-------
|# src/LYKeymap.c | 7 +++++--
|# userdefs.h | 4 ++--
|# 10 files changed, 43 insertions(+), 18 deletions(-)
|#
------------------------------------------------------------------------------
|Index: CHANGES
|--- 2.8.5rel.1/CHANGES Wed Feb 4 04:07:09 2004
|+++ 2.8.5rel.2/CHANGES Thu Apr 22 16:08:10 2004
--------------------------
File to patch:
Any ideas on this?
Thanks,
Mark