On Fri, Sep 13, 2019 at 11:20:06AM +0200, Tijl Coosemans wrote:
> You could add the patches to DISTFILES instead of PATCHFILES and then
> maybe do-extract will just copy them to WRKDIR, but if not, you can set
> EXTRACT_ONLY to the original distfile and copy the patches to WRKDIR in
> post-extract.
On Thu, 12 Sep 2019 14:23:58 +0900 Koichiro Iwao
wrote:
> is it possible to run dos2unix to patches fetched from PATCH_SITES?
> or how can I change order of patch and dos2unix.
>
> I would like to apply dos2unix-ed patches to dos2unix-ed source.
> Alternatively, applying patch first and then runn
Finally I decided to manage all ports patches in my GitHub fork.
I describe current status of the port:
- Upstream source is CRLF
- patches in FILESDIR are LF because CRLF patches in svn repo should be
marked as binary
- To apply these patches, convert to LF using USE=dos2unix
I believe this i
Hi,
is it possible to run dos2unix to patches fetched from PATCH_SITES?
or how can I change order of patch and dos2unix.
I would like to apply dos2unix-ed patches to dos2unix-ed source.
Alternatively, applying patch first and then running dos2unix on
patched-source is OK to me.
Patches fetched f