FreeBSD Port: lynx-ssl-2.8.5_2

Scot Hetzel swhetzel at gmail.com
Tue Nov 29 16:20:13 GMT 2005


On 11/29/05, Scot Hetzel <swhetzel at gmail.com> wrote:
> > 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
> .endfor
>
> As they are clearly not patch files.
>
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.

Scot

--
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.


More information about the freebsd-ports mailing list