Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2013 08:34:30 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335549 - in head: deskutils/notecase devel/raknet emulators/dolphin-emu emulators/pcsxr games/blobby games/openjazz
Message-ID:  <201312030834.rB38YUHE031473@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Tue Dec  3 08:34:29 2013
New Revision: 335549
URL: http://svnweb.freebsd.org/changeset/ports/335549

Log:
  Convert my ports from using USE_DOS2UNIX to USES=dos2unix

Modified:
  head/deskutils/notecase/Makefile
  head/devel/raknet/Makefile
  head/emulators/dolphin-emu/Makefile
  head/emulators/pcsxr/Makefile
  head/games/blobby/Makefile
  head/games/openjazz/Makefile

Modified: head/deskutils/notecase/Makefile
==============================================================================
--- head/deskutils/notecase/Makefile	Tue Dec  3 07:25:51 2013	(r335548)
+++ head/deskutils/notecase/Makefile	Tue Dec  3 08:34:29 2013	(r335549)
@@ -14,9 +14,8 @@ COMMENT=	Hierarchical text notes manager
 LICENSE=	BSD
 
 USE_GNOME=	gtk20 gtksourceview2 gnomevfs2
-USES=		gmake desktop-file-utils gettext pkgconfig shared-mime-info
+USES=		dos2unix gmake desktop-file-utils gettext pkgconfig shared-mime-info
 
-USE_DOS2UNIX=	yes
 DOS2UNIX_REGEX=	.*\.(c|h|cpp)
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

Modified: head/devel/raknet/Makefile
==============================================================================
--- head/devel/raknet/Makefile	Tue Dec  3 07:25:51 2013	(r335548)
+++ head/devel/raknet/Makefile	Tue Dec  3 08:34:29 2013	(r335549)
@@ -25,12 +25,12 @@ LICENSE_PERMS_SpecialAuth=	dist-mirror d
 
 USE_ZIP=	yes
 NO_WRKSUBDIR=	yes
-USE_LDCONFIG=	yes
-USE_DOS2UNIX=	yes
-DOS2UNIX_REGEX=	.*\.(cpp|h|txt)
 
+USE_LDCONFIG=	yes
 USE_GCC=	yes
-USES=		cmake gmake
+
+USES=		dos2unix cmake gmake
+DOS2UNIX_REGEX=	.*\.(cpp|h|txt)
 
 # XXX Do not provide Samples for the following reason :
 # - potential licensing problems

Modified: head/emulators/dolphin-emu/Makefile
==============================================================================
--- head/emulators/dolphin-emu/Makefile	Tue Dec  3 07:25:51 2013	(r335548)
+++ head/emulators/dolphin-emu/Makefile	Tue Dec  3 08:34:29 2013	(r335549)
@@ -28,12 +28,11 @@ USE_WX=		2.9+
 WX_UNICODE=	yes
 USE_GL=	gl glew glu
 
-USE_DOS2UNIX=	yes
-DOS2UNIX_REGEX=	.*\.(h|c|cpp)
-
 USE_GCC=	yes
 
-USES=		cmake pkgconfig iconv
+USES=		dos2unix cmake pkgconfig iconv
+DOS2UNIX_REGEX=	.*\.(h|c|cpp)
+
 CMAKE_BUILD_TYPE=	Release
 # Disable ALSA (emulated) and ao (buggy)
 CMAKE_ARGS+=	-DOPENMP:BOOL=OFF \

Modified: head/emulators/pcsxr/Makefile
==============================================================================
--- head/emulators/pcsxr/Makefile	Tue Dec  3 07:25:51 2013	(r335548)
+++ head/emulators/pcsxr/Makefile	Tue Dec  3 08:34:29 2013	(r335549)
@@ -29,15 +29,14 @@ CONFIGURE_ARGS=	--enable-opengl --enable
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
-USE_DOS2UNIX=	yes
-DOS2UNIX_REGEX=	.*\.(c|h|cpp|hpp|am)
-
 USE_GNOME=	gtk30 glib20
-USES=		iconv gmake pkgconfig desktop-file-utils
 USE_XORG=	x11 xv xext xxf86vm xtst
 USE_SDL=	sdl
 USE_GL=	gl
 
+USES=		dos2unix iconv gmake pkgconfig desktop-file-utils
+DOS2UNIX_REGEX=	.*\.(c|h|cpp|hpp|am)
+
 PORTDOCS=	ChangeLog README
 
 # Default CDROM device to use with dfcdrom,

Modified: head/games/blobby/Makefile
==============================================================================
--- head/games/blobby/Makefile	Tue Dec  3 07:25:51 2013	(r335548)
+++ head/games/blobby/Makefile	Tue Dec  3 08:34:29 2013	(r335549)
@@ -21,12 +21,11 @@ BUILD_DEPENDS=	zip:${PORTSDIR}/archivers
 USE_XORG=	ice x11 xext xxf86vm xdamage xfixes xau xdmcp xrandr xrender
 USE_SDL=	sdl
 USE_GL=		glu
-USES=		cmake
-CMAKE_ARGS+=	-DDATADIR:PATH="${DATADIR}"
-WRKSRC=		${WRKDIR}/blobby-1.0rc3
 
-USE_DOS2UNIX=	yes
+USES=		dos2unix cmake
 DOS2UNIX_REGEX=	.*\.(c|h|cpp)
+CMAKE_ARGS+=	-DDATADIR:PATH="${DATADIR}"
+WRKSRC=		${WRKDIR}/blobby-1.0rc3
 
 PORTDOCS=	AUTHORS ChangeLog INSTALL NEWS README TODO
 

Modified: head/games/openjazz/Makefile
==============================================================================
--- head/games/openjazz/Makefile	Tue Dec  3 07:25:51 2013	(r335548)
+++ head/games/openjazz/Makefile	Tue Dec  3 08:34:29 2013	(r335549)
@@ -18,10 +18,8 @@ USE_ZIP=	yes
 WRKSRC=	${WRKDIR}/${PORTNAME}
 EXTRACT_AFTER_ARGS=	-d ${WRKSRC}
 
-USE_DOS2UNIX=	yes
+USES=	dos2unix gmake
 DOS2UNIX_REGEX=	.*\.(h|cpp)
-
-USES=	gmake
 ALL_TARGET=	OpenJazz
 USE_XORG=	x11 xext xrandr xrender xau xdmcp
 USE_SDL=	sdl



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