Date: Sat, 20 Jun 2020 13:43:34 +0200 From: Piotr Kubaj <pkubaj@anongoth.pl> To: Emanuel Haupt <ehaupt@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r539731 - head/audio/ocp Message-ID: <20200620114334.GE1436@KGPE-D16> In-Reply-To: <202006201031.05KAVqth063799@repo.freebsd.org> References: <202006201031.05KAVqth063799@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--27ZtN5FSuKKSZcBU Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Sorry, it looks like I forgot to commit the Makefile part. On 20-06-20 10:31:52, Emanuel Haupt wrote: >Author: ehaupt >Date: Sat Jun 20 10:31:52 2020 >New Revision: 539731 >URL: https://svnweb.freebsd.org/changeset/ports/539731 > >Log: > Patch fails due to the fact that the file to patch contains CRLFs. Use > dos2unix to fix build. Quarterly branch is not affected. > > Reported by: pkg-fallout > Pointy hat: pkubaj > >Modified: > head/audio/ocp/Makefile > >Modified: head/audio/ocp/Makefile >============================================================================== >--- head/audio/ocp/Makefile Sat Jun 20 10:20:05 2020 (r539730) >+++ head/audio/ocp/Makefile Sat Jun 20 10:31:52 2020 (r539731) >@@ -23,8 +23,8 @@ LIB_DEPENDS= libid3tag.so:audio/libid3tag \ > libsidplay.so:audio/libsidplay \ > libvorbis.so:audio/libvorbis > >-USES= compiler:c11 gmake gnome iconv localbase:ldflags makeinfo \ >- ncurses pkgconfig tar:xz >+USES= compiler:c11 dos2unix gmake gnome iconv localbase:ldflags \ >+ makeinfo ncurses pkgconfig tar:xz > > USE_GITHUB= yes > GH_ACCOUNT= mywave82 --27ZtN5FSuKKSZcBU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJkBAABCgBOFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAl7t9mYwFIAAAAAAFQAS cGthLWFkZHJlc3NAZ251cGcub3JncGt1YmFqQGFub25nb3RoLnBsAAoJEHpZm4Ug g5ydmq0P/iPaD4OHEjphhP3bnO9saWQsfZg+eeg8qvf2z62DYjY8pwoELPT71T9w GgbtdvHG31VPZ3YhylFsr3IvdDn8kEVLQioRTnTbVXbLYm+6MUXL1bEB5cxIOmR9 U6E2TXuWgySI+/05UNP3PHW8l8wpUyf+lIyBRpP3YKmIWQJ1Asm6ik7F7QlZvG5L azJjllJfGYvigIzdObUKZZh8z4ZZGeGmKlZyeJC44+fzCgHcmphyypUHwsxNWYoT sVoQpY8CAh+dS2aFEimGWpuA4k8ey9e0k03k+yWkMPzSiG2bWOySqgGziK6vNB0F QfRrmjT1UQrVcmJGaRS3mzMeVue3AbTFyry07P8/3gGpxf6cnu1mHtmWLxyUa4j2 vQ8joz6jGrSY4A3elH4ViyaGekHIJtRtJvkkfOnpl+xVQ8aWsp6D/axlKM7E+Xp2 x0iGVoH5bi+Ai2c+gNz20XbZwuD0s1YaoHQ+ty/ygBnoXTCZCYbVButRG1gtshhl 6rPgHwWyz0zxDxvGdXMafnsMChngi5Dlx1+HcNv6HDmEVceOwQCjfRu+Zn92hZoH sV59JKyJHrJ2JQl3HwdLdrzERYF778vLU4/J8JTwdJlGWVDYj4UqNfTtsDN97yMT 8E+GUrg+xaahMEbJdund0qA07NBTRmrndBFK8BtZKYX8mzL2D/rp =O83s -----END PGP SIGNATURE----- --27ZtN5FSuKKSZcBU--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200620114334.GE1436>