Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2020 10:31:52 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539731 - head/audio/ocp
Message-ID:  <202006201031.05KAVqth063799@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006201031.05KAVqth063799>