<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="auto">Okay, thanks all for the recommendations. I will use the gzip approach and submit it for the next SBo update.<div dir="auto"><br></div><div dir="auto">Regards,</div><div dir="auto">Dan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Dec 22, 2023 8:27 PM, "B. Watson" <urchlay@slackware.uk> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">
<br>
<br>
On Fri, 22 Dec 2023, Daniel Prosser wrote:
<br>
<br>
> I recently updated xflr5 to the latest version. The SlackBuild includes a
<br>
> patch which is supposed to have dos line endings, since the source file also
<br>
> has dos line endings. The patch file I uploaded had dos line endings (and I
<br>
> tested before uploading), but now in the repo, it has unix line endings,
<br>
<br>
This is an ongoing issue. The best way we've found to handle it, is
<br>
to gzip the patch, then use "zcat $CWD/whatever.diff.gz | patch -p1"
<br>
or similar. For examples, see games/oblige and system/unage.
<br>
<br>
If you're wondering, the problem is caused by git. It tries to
<br>
"correct" the line endings for whatever system it's running on.
<br>
_______________________________________________
<br>
SlackBuilds-users mailing list
<br>
SlackBuilds-users@slackbuilds.org
<br>
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
<br>
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
<br>
FAQ - https://slackbuilds.org/faq/
<br>
<br>
</p>
</blockquote></div><br></div>