From nobody@FreeBSD.org  Tue Nov 29 16:24:29 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 56CAC16A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 Nov 2005 16:24:29 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1963F43D7D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 Nov 2005 16:24:13 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id jATGO7j3034135
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 Nov 2005 16:24:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id jATGO7mk034134;
	Tue, 29 Nov 2005 16:24:07 GMT
	(envelope-from nobody)
Message-Id: <200511291624.jATGO7mk034134@www.freebsd.org>
Date: Tue, 29 Nov 2005 16:24:07 GMT
From: "Scot W. Hetzel" <swhetzel@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/lynx: "I can't seem to find a patch in there anywhere."
X-Send-Pr-Version: www-2.3

>Number:         89729
>Category:       ports
>Synopsis:       www/lynx: "I can't seem to find a patch in there anywhere."
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lawrance
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 29 16:30:10 GMT 2005
>Closed-Date:    Mon Dec 12 21:33:47 GMT 2005
>Last-Modified:  Mon Dec 12 21:33:47 GMT 2005
>Originator:     Scot W. Hetzel
>Release:        FreeBSD 5.x
>Organization:
>Environment:
>Description:
On 11/29/05, Rob <spamrefuse@yahoo.com> wrote:
>
> Hi,
>
> There seem to be a problem with the distribution
> patches for lynx-ssl; I get three messages like
> this:
>
>  "I can't seem to find a patch in there anywhere."
>
> See below for details.
> Is there a problem with these patches?
>

The problem are these files:

> => MD5 Checksum OK for lynx2.8.5rel.1.tar.bz2.asc.
> => MD5 Checksum OK for 2.8.5rel.2.patch.gz.asc.
> => MD5 Checksum OK for 2.8.5rel.3.patch.gz.asc.
> => MD5 Checksum OK for 2.8.5rel.4.patch.gz.asc.

These files are PGP Signature files for the respective
2.8.5rel.?.patch.gz files.

These files should be removed from the www/lynx/Makefile:

.for i in 2 3 4
PATCHFILES+=    2.8.5rel.${i}.patch.gz 2.8.5rel.${i}.patch.gz.asc
.endfor

As they are clearly not patch files.

Scot
--

>How-To-Repeat:
go to either www/lynx or www/lynx-ssl and do a make patch
>Fix:
I just came up with a solution to this problem, change the for loop to:

.for i in 2 3 4
PATCHFILES+=    2.8.5rel.${i}.patch.gz
DISTFILES+=    2.8.5rel.${i}.patch.gz.asc
.endfor

Then change SIG_FILES to:

SIG_FILES=      ${DISTFILES:M*.asc}

In the www/lynx/Makefile

This will prevent the "I can't seem to find a patch in there anywhere."
patch error from occuring.
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Nov 29 16:33:17 GMT 2005 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89729 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jharris@widomaker.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/89729: www/lynx: "I can't seem to find a patch in there anywhere."
Date: Tue, 29 Nov 2005 16:33:10 UT

 Maintainer of www/lynx,
 
 Please note that PR ports/89729 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/89729
 
 -- 
 Edwin Groothuis
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->lawrance 
Responsible-Changed-By: lawrance 
Responsible-Changed-When: Mon Dec 12 00:20:53 UTC 2005 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89729 
State-Changed-From-To: feedback->closed 
State-Changed-By: lawrance 
State-Changed-When: Mon Dec 12 21:30:59 UTC 2005 
State-Changed-Why:  
Close but no banana.  A similar fix was committed, though :-) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=89729 
>Unformatted:
