From owner-svn-ports-all@FreeBSD.ORG Thu May 8 03:56:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA6D6ACC; Thu, 8 May 2014 03:56:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7F2F5E8; Thu, 8 May 2014 03:56:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s483u5hZ067600; Thu, 8 May 2014 03:56:05 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s483u5Vg067598; Thu, 8 May 2014 03:56:05 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405080356.s483u5Vg067598@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 8 May 2014 03:56:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353258 - in head/devel: love love07 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 03:56:05 -0000 Author: amdmi3 Date: Thu May 8 03:56:04 2014 New Revision: 353258 URL: http://svnweb.freebsd.org/changeset/ports/353258 QAT: https://qat.redports.org/buildarchive/r353258/ Log: - Convert USE_DOS2UNIX to USES Modified: head/devel/love/Makefile head/devel/love07/Makefile Modified: head/devel/love/Makefile ============================================================================== --- head/devel/love/Makefile Thu May 8 03:45:52 2014 (r353257) +++ head/devel/love/Makefile Thu May 8 03:56:04 2014 (r353258) @@ -20,7 +20,7 @@ LIB_DEPENDS= libIL.so:${PORTSDIR}/graphi libfreetype.so:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -USES= gmake openal +USES= gmake openal dos2unix USE_SDL= sdl mixer USE_GL= gl glu USE_LUA= 5.1+ @@ -30,7 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LO LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib WRKSRC= ${WRKDIR}/love-${PORTVERSION} -USE_DOS2UNIX= yes +DOS2UNIX_FILES= src/modules/graphics/opengl/GLee.h PLIST_FILES= bin/love Modified: head/devel/love07/Makefile ============================================================================== --- head/devel/love07/Makefile Thu May 8 03:45:52 2014 (r353257) +++ head/devel/love07/Makefile Thu May 8 03:56:04 2014 (r353258) @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos PORTSCOUT= limit:^0\.7\. -USES= gmake openal +USES= gmake openal dos2unix USE_SDL= sdl mixer USE_GL= gl glu USE_LUA= 5.1+ @@ -34,7 +34,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIB CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib \ --program-suffix=07 WRKSRC= ${WRKDIR}/love-HEAD -USE_DOS2UNIX= yes +DOS2UNIX_FILES= src/modules/graphics/opengl/GLee.h PLIST_FILES= bin/love07