diff options
author | martymac <martymac@FreeBSD.org> | 2013-12-03 08:34:29 +0000 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2013-12-03 08:34:29 +0000 |
commit | d11d35edc62f6c6fa5370e774b4b4e881ec8d479 (patch) | |
tree | 3227fbccd5151313d9f19e0d8fa9d2c770c0daa3 | |
parent | c7ec3aee5c0abd590b20dd9ed9885d4e0426b322 (diff) | |
download | FreeBSD-ports-d11d35edc62f6c6fa5370e774b4b4e881ec8d479.zip FreeBSD-ports-d11d35edc62f6c6fa5370e774b4b4e881ec8d479.tar.gz |
Convert my ports from using USE_DOS2UNIX to USES=dos2unix
-rw-r--r-- | deskutils/notecase/Makefile | 3 | ||||
-rw-r--r-- | devel/raknet/Makefile | 8 | ||||
-rw-r--r-- | emulators/dolphin-emu/Makefile | 7 | ||||
-rw-r--r-- | emulators/pcsxr/Makefile | 7 | ||||
-rw-r--r-- | games/blobby/Makefile | 7 | ||||
-rw-r--r-- | games/openjazz/Makefile | 4 |
6 files changed, 15 insertions, 21 deletions
diff --git a/deskutils/notecase/Makefile b/deskutils/notecase/Makefile index d95fae7..59b7789 100644 --- a/deskutils/notecase/Makefile +++ b/deskutils/notecase/Makefile @@ -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} diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile index 8f0311d..3ad0354 100644 --- a/devel/raknet/Makefile +++ b/devel/raknet/Makefile @@ -25,12 +25,12 @@ LICENSE_PERMS_SpecialAuth= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept 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 diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 098dd6a..c358b2f 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -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 \ diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index 853dc07..d64f8af 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -29,15 +29,14 @@ CONFIGURE_ARGS= --enable-opengl --enable-libcdio 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, diff --git a/games/blobby/Makefile b/games/blobby/Makefile index f16c8a2..f7c389f 100644 --- a/games/blobby/Makefile +++ b/games/blobby/Makefile @@ -21,12 +21,11 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ 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 diff --git a/games/openjazz/Makefile b/games/openjazz/Makefile index 7be8a45..6dc8eee 100644 --- a/games/openjazz/Makefile +++ b/games/openjazz/Makefile @@ -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 |