Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2005 10:20:10 -0600
From:      Scot Hetzel <swhetzel@gmail.com>
To:        Rob <spamrefuse@yahoo.com>
Cc:        jharris@widomaker.com, freebsd-ports@freebsd.org
Subject:   Re: FreeBSD Port: lynx-ssl-2.8.5_2
Message-ID:  <790a9fff0511290820g10dc7306l8b7301d6cd59118c@mail.gmail.com>
In-Reply-To: <790a9fff0511290811q4e61ca69y4f766a921cae471c@mail.gmail.com>
References:  <20051129075524.31218.qmail@web36209.mail.mud.yahoo.com> <790a9fff0511290811q4e61ca69y4f766a921cae471c@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/29/05, Scot Hetzel <swhetzel@gmail.com> wrote:
> > Is there a problem with these patches?
> >
>
> The problem are these files:
>
> > =3D> MD5 Checksum OK for lynx2.8.5rel.1.tar.bz2.asc.
> > =3D> MD5 Checksum OK for 2.8.5rel.2.patch.gz.asc.
> > =3D> MD5 Checksum OK for 2.8.5rel.3.patch.gz.asc.
> > =3D> 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+=3D    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+=3D    2.8.5rel.${i}.patch.gz
DISTFILES+=3D    2.8.5rel.${i}.patch.gz.asc
.endfor

Then change SIG_FILES to:

SIG_FILES=3D=09${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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0511290820g10dc7306l8b7301d6cd59118c>