svn commit: r539731 - head/audio/ocp

Piotr Kubaj pkubaj at anongoth.pl
Sat Jun 20 11:43:40 UTC 2020


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 898 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200620/a51ca7b2/attachment.sig>


More information about the svn-ports-all mailing list