svn commit: r353258 - in head/devel: love love07

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 8 03:56:05 UTC 2014


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
 


More information about the svn-ports-all mailing list