Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 08:42:14 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351988 - head/audio/lmms
Message-ID:  <201404240842.s3O8gEGB027896@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Thu Apr 24 08:42:13 2014
New Revision: 351988
URL: http://svnweb.freebsd.org/changeset/ports/351988
QAT: https://qat.redports.org/buildarchive/r351988/

Log:
  Replace deprecate USE_DOS2UNIX by dos2unix to fix file format before patch
  
  Submitted by:	rodrigo (maintainer)
  Approved by:	kwm (mentor)

Modified:
  head/audio/lmms/Makefile

Modified: head/audio/lmms/Makefile
==============================================================================
--- head/audio/lmms/Makefile	Thu Apr 24 08:10:21 2014	(r351987)
+++ head/audio/lmms/Makefile	Thu Apr 24 08:42:13 2014	(r351988)
@@ -31,7 +31,7 @@ USE_LDCONFIG=	yes
 USE_XORG=	xft
 USE_QT4=	corelib gui xml moc_build uic_build rcc_build \
 		qmake_build
-USES=		cmake pkgconfig tar:bzip2 desktop-file-utils shared-mime-info
+USES=		cmake pkgconfig tar:bzip2 desktop-file-utils shared-mime-info dos2unix
 CMAKE_ARGS=	-DWANT_ALSA:BOOL=OFF \
 		-DWANT_CALF:BOOL=OFF \
 		-DWANT_CAPS:BOOL=OFF \
@@ -41,7 +41,7 @@ CMAKE_ARGS=	-DWANT_ALSA:BOOL=OFF \
 		-DWANT_TAP:BOOL=OFF \
 		-DWANT_VST:BOOL=OFF \
 		-DHAVE_STRTOLL=ON
-USE_DOS2UNIX=	plugins/midi_import/portsmf/allegrowr.cpp plugins/midi_import/portsmf/mfmidi.cpp CMakeLists.txt
+DOS2UNIX_FILES=	plugins/midi_import/portsmf/allegrowr.cpp plugins/midi_import/portsmf/mfmidi.cpp CMakeLists.txt
 
 .include <bsd.port.options.mk>
 



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