From owner-svn-ports-all@FreeBSD.ORG Tue Dec 3 08:34:31 2013 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 88BD92EB; Tue, 3 Dec 2013 08:34:31 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7437B1FB9; Tue, 3 Dec 2013 08:34:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB38YVa9031479; Tue, 3 Dec 2013 08:34:31 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB38YUHE031473; Tue, 3 Dec 2013 08:34:30 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201312030834.rB38YUHE031473@svn.freebsd.org> From: Ganael LAPLANCHE Date: Tue, 3 Dec 2013 08:34:30 +0000 (UTC) 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 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.17 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: Tue, 03 Dec 2013 08:34:31 -0000 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