pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/42755: [math/py-mpmath]update to 0.14
The following reply was made to PR pkg/42755; it has been noted by GNATS.
From: wen heping <wenheping%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/42755: [math/py-mpmath]update to 0.14
Date: Sat, 6 Feb 2010 23:10:18 +0800
--001636e0a71d4c467f047eeff791
Content-Type: text/plain; charset=ISO-8859-1
On Sat, Feb 6, 2010 at 9:40 PM, OBATA Akio <obache%netbsd.org@localhost> wrote:
> The following reply was made to PR pkg/42755; it has been noted by GNATS.
>
> From: "OBATA Akio" <obache%netbsd.org@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc:
> Subject: Re: pkg/42755: [math/py-mpmath]update to 0.14
> Date: Sat, 06 Feb 2010 22:35:56 +0900
>
> And this project only focus to Windows?
> All text files contains both .tar.gz and .zip archives provided by the
> project
> are DOS style EOL. Furthermore, in .zip file, all files are marked as
> binary,
> so even if extract "unzip -a", EOL style is still DOS.
> Then, installed files also...it should be fixed.
>
In FreeBSD, I should only set "USE DOS2UNIX=yes" could resolve it.
Here I can resole it by adding these lines to the Makefile:
USE_TOOLS+=perl
post-extract:
@cd ${WRKSRC} && find . -type f | xargs perl -p -i -e 's/\r\n/\n/g'
But I am not sure whether or not it is NetBSD way.
wen
--001636e0a71d4c467f047eeff791
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<br><br><div class=3D"gmail_quote">On Sat, Feb 6, 2010 at 9:40 PM, OBATA Ak=
io <span dir=3D"ltr"><<a href=3D"mailto:obache%netbsd.org@localhost"
target=3D"_bl=
ank">obache%netbsd.org@localhost</a>></span> wrote:<br><blockquote
class=3D"gmail_=
quote" style=3D"margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, =
204, 204); padding-left: 1ex;">
<div>The following reply was made to PR pkg/42755; it has been noted by GNA=
TS.<br>
<br>
</div><div>From: "OBATA Akio" <<a href=3D"mailto:obache@netbsd=
.org" target=3D"_blank">obache%netbsd.org@localhost</a>><br>
</div><div>To: <a href=3D"mailto:gnats-bugs%netbsd.org@localhost"
target=3D"_blank">g=
nats-bugs%netbsd.org@localhost</a><br>
Cc:<br>
Subject: Re: pkg/42755: [math/py-mpmath]update to 0.14<br>
</div>Date: Sat, 06 Feb 2010 22:35:56 +0900<br>
<br>
=A0And this project only focus to Windows?<br>
=A0All text files contains both .tar.gz and .zip archives provided by the p=
roject<br>
=A0are DOS style EOL. =A0Furthermore, in .zip file, all files are marked as=
binary,<br>
=A0so even if extract "unzip -a", EOL style is still DOS.<br>
=A0Then, installed files also...it should be fixed.<br></blockquote><div><b=
r><br>In FreeBSD, I should only set "USE DOS2UNIX=3Dyes" could re=
solve it.<br>Here I can resole it by adding these lines to the Makefile:<br=
>
<br>USE_TOOLS+=3Dperl<br><br>post-extract:<br>=A0=A0=A0=A0=A0=A0=A0 @cd ${W=
RKSRC} && find . -type f | xargs perl -p -i -e 's/\r\n/\n/g'=
;<br></div></div><br>But I am not sure whether or not it is NetBSD way.<br>=
<br><br>wen<br>
--001636e0a71d4c467f047eeff791--
Home |
Main Index |
Thread Index |
Old Index