svn commit: r355278 - in head: astro/gpstk biology/muscle cad/meshdev cad/openvsp chinese/phpbb-tw comms/openobex comms/usrp converters/p5-WAP-wbxml databases/gigabase deskutils/myitcrm devel/asdlg...
Baptiste Daroussin
bapt at FreeBSD.org
Mon May 26 06:55:11 UTC 2014
Author: bapt
Date: Mon May 26 06:55:07 2014
New Revision: 355278
URL: http://svnweb.freebsd.org/changeset/ports/355278
QAT: https://qat.redports.org/buildarchive/r355278/
Log:
Convert to USES=dos2unix
With hat: portmgr
Modified:
head/astro/gpstk/Makefile
head/biology/muscle/Makefile
head/cad/meshdev/Makefile
head/cad/openvsp/Makefile
head/chinese/phpbb-tw/Makefile
head/comms/openobex/Makefile
head/comms/usrp/Makefile
head/converters/p5-WAP-wbxml/Makefile
head/databases/gigabase/Makefile
head/deskutils/myitcrm/Makefile
head/devel/asdlgen/Makefile
head/devel/common_lib/Makefile
head/devel/esdl/Makefile
head/devel/libdwarf/Makefile
head/devel/oserl/Makefile
head/devel/pear-PHP_CompatInfo/Makefile
head/emulators/dynagen/Makefile
head/emulators/mupen64plus-core/Makefile.common
head/emulators/visualboyadvance-m/Makefile
Modified: head/astro/gpstk/Makefile
==============================================================================
--- head/astro/gpstk/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/astro/gpstk/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -14,11 +14,11 @@ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
WRKSRC= ${WRKDIR}/${PORTNAME}
+USES= dos2unix
NO_STAGE= yes
USE_PYTHON_RUN= yes
USE_LDCONFIG= yes
-USE_DOS2UNIX= yes
-DOS2UNIX_REGEX= ${WRKSRC}/Jamrules
+DOS2UNIX_FILES= ${WRKSRC}/Jamrules
JAM= jam
JAM_ENV= PREFIX="${PREFIX}" \
Modified: head/biology/muscle/Makefile
==============================================================================
--- head/biology/muscle/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/biology/muscle/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -22,8 +22,8 @@ COMMENT= Multiple Sequence Comparison by
FETCH_ARGS= -A
-USES= gmake
-USE_DOS2UNIX= *.cpp
+USES= dos2unix gmake
+DOS2UNIX_FILES= *.cpp
PLIST_FILES= bin/muscle
Modified: head/cad/meshdev/Makefile
==============================================================================
--- head/cad/meshdev/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/cad/meshdev/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -8,9 +8,10 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}/gahr/
http://people.freebsd.org/~gahr/distfiles/
MAINTAINER= gahr at FreeBSD.org
-COMMENT= A mesh comparison software
+COMMENT= Mesh comparison software
-USE_DOS2UNIX= src/MeshDev.h
+USES= dos2unix
+DOS2UNIX_FILES= src/MeshDev.h
BUILD_WRKSRC= ${WRKSRC}/build
INSTALL_WRKSRC= ${WRKSRC}/bin
Modified: head/cad/openvsp/Makefile
==============================================================================
--- head/cad/openvsp/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/cad/openvsp/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -32,8 +32,7 @@ GH_TAGNAME= ${GH_PROJECT}_${PORTVERSION}
GH_COMMIT= 568c424
CMAKE_SOURCE_PATH= ${WRKSRC}/src
-USES= cmake:outsource iconv
-USE_DOS2UNIX= yes
+USES= cmake:outsource dos2unix iconv
USE_XORG= ice sm x11 xau xcb xdamage xdmcp xext xfixes xft \
xinerama xrender xxf86vm
USE_GL= glu
Modified: head/chinese/phpbb-tw/Makefile
==============================================================================
--- head/chinese/phpbb-tw/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/chinese/phpbb-tw/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -15,7 +15,7 @@ COMMENT= The Traditional Chinese version
RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear
CONFLICTS= phpbb-[0-9]*
-USE_DOS2UNIX= yes
+USES= dos2unix
# Get HOSTNAME
.if exists(/sbin/sysctl)
Modified: head/comms/openobex/Makefile
==============================================================================
--- head/comms/openobex/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/comms/openobex/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -10,8 +10,8 @@ MAINTAINER= madpilot at FreeBSD.org
COMMENT= Open source implementation of the OBEX protocol
USE_LDCONFIG= yes
-USES= pathfix cmake
-USE_DOS2UNIX= CMakeLists.txt
+USES= pathfix cmake dos2unix
+DOS2UNIX_FILES= CMakeLists.txt
CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig"
OPTIONS_DEFINE= DOXYGEN
Modified: head/comms/usrp/Makefile
==============================================================================
--- head/comms/usrp/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/comms/usrp/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -18,8 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos
orcc:${PORTSDIR}/devel/orc \
sdcc:${PORTSDIR}/lang/sdcc
-USE_DOS2UNIX= yes
-USES= cmake:outsource gmake pkgconfig
+USES= cmake:outsource dos2unix gmake pkgconfig
USE_LDCONFIG= yes
CMAKE_SOURCE_PATH= ${WRKSRC}/host
Modified: head/converters/p5-WAP-wbxml/Makefile
==============================================================================
--- head/converters/p5-WAP-wbxml/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/converters/p5-WAP-wbxml/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -15,8 +15,7 @@ BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}
p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_DOS2UNIX= yes
-USES= perl5
+USES= dos2unix perl5
USE_PERL5= configure
post-patch:
Modified: head/databases/gigabase/Makefile
==============================================================================
--- head/databases/gigabase/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/databases/gigabase/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -13,8 +13,8 @@ COMMENT= Object-Relational Database Mana
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_DOS2UNIX= Makefile.in
-USE_GMAKE= yes
+USES= dos2unix gmake
+DOS2UNIX_FILES= Makefile.in
USE_AUTOTOOLS= libtool
CPPFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
Modified: head/deskutils/myitcrm/Makefile
==============================================================================
--- head/deskutils/myitcrm/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/deskutils/myitcrm/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -13,7 +13,7 @@ COMMENT= MyIT CRM is a CRM project desig
LICENSE= GPLv3
-USES= zip
+USES= dos2unix zip
USE_PHP= mysql session xml
NO_BUILD= yes
WRKSRC= ${WRKDIR}/MyITCRM-${PORTVERSION}
@@ -24,7 +24,6 @@ PATCH_STRIP= -p1
WRITEABLE= conf.php.sample log/access.log cache
PORTEXAMPLES= htaccess.txt
PORTDOCS= changelog.txt README.textile
-USE_DOS2UNIX= yes
OPTIONS_DEFINE= APACHE PHPMOD LIGHTTPD NGINX DOCS EXAMPLES
OPTIONS_DEFAULT= APACHE
Modified: head/devel/asdlgen/Makefile
==============================================================================
--- head/devel/asdlgen/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/devel/asdlgen/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -13,7 +13,8 @@ COMMENT= Interoperable serializers for C
BUILD_DEPENDS= smlnj-devel>=110.65:${PORTSDIR}/lang/sml-nj-devel
-USE_DOS2UNIX= src/icon/libasdl.icn
+USES= dos2unix
+DOS2UNIX_FILES= src/icon/libasdl.icn
OPTIONS_DEFINE= CII EXAMPLES
CII_DESC= libcii for use by generated C and C++ code
Modified: head/devel/common_lib/Makefile
==============================================================================
--- head/devel/common_lib/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/devel/common_lib/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -19,9 +19,9 @@ GH_PROJECT= common_lib
GH_COMMIT= c242861
GH_TAGNAME= ${PORTVERSION}
-USE_DOS2UNIX= Makefile
+DOS2UNIX_FILES= Makefile
ALL_TARGET= compile doc
-USES= gmake iconv:build
+USES= dos2unix gmake iconv:build
post-extract:
@${REINPLACE_CMD} -e "s@<@<@g" -e "s@>@>@g" ${WRKSRC}/doc/*.ndoc
Modified: head/devel/esdl/Makefile
==============================================================================
--- head/devel/esdl/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/devel/esdl/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -16,8 +16,8 @@ RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES= gmake
-USE_DOS2UNIX= Makefile
+USES= dos2unix gmake
+DOS2UNIX_FILES= Makefile
USE_GL= gl glu
USE_SDL= sdl
ALL_TARGET= target
Modified: head/devel/libdwarf/Makefile
==============================================================================
--- head/devel/libdwarf/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/devel/libdwarf/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -17,7 +17,8 @@ GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I. -I${LOCALBASE}/include
-USE_DOS2UNIX= *.h
+USES= dos2unix
+DOS2UNIX_GLOB= *.h
PS_FILES= dwarf.v2.pdf index.v2.pdf libdwarf2.1.pdf libdwarf2p.1.pdf mips_extensions.pdf
Modified: head/devel/oserl/Makefile
==============================================================================
--- head/devel/oserl/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/devel/oserl/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -20,8 +20,8 @@ GH_PROJECT= oserl
GH_COMMIT= f14115d
GH_TAGNAME= ${PORTVERSION}
-USE_DOS2UNIX= Makefile
-USES= gmake iconv
+DOS2UNIX_FILES= Makefile
+USES= dos2unix gmake iconv
ALL_TARGET= compile doc
post-extract:
Modified: head/devel/pear-PHP_CompatInfo/Makefile
==============================================================================
--- head/devel/pear-PHP_CompatInfo/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/devel/pear-PHP_CompatInfo/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS
PORTSCOUT= skipv:1.9.0a1,1.9.0b1,1.9.0b2
USE_PHP= tokenizer
-USE_DOS2UNIX= yes
+USES= dos2unix
PEAR_AUTOINSTALL= yes
LATEST_LINK= pear-PHP_CompatInfo
Modified: head/emulators/dynagen/Makefile
==============================================================================
--- head/emulators/dynagen/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/emulators/dynagen/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -41,10 +41,10 @@ PORTDOCS= *
PORTEXAMPLES= *
PORTDATA= *
+USES= dos2unix
USE_PYTHON= yes
USE_PYDISTUTILS= yes
ALL_TARGET= # empty
-USE_DOS2UNIX= yes
NO_STAGE= yes
post-install:
Modified: head/emulators/mupen64plus-core/Makefile.common
==============================================================================
--- head/emulators/mupen64plus-core/Makefile.common Mon May 26 06:29:25 2014 (r355277)
+++ head/emulators/mupen64plus-core/Makefile.common Mon May 26 06:55:07 2014 (r355278)
@@ -1,4 +1,5 @@
-USE_DOS2UNIX= *.c *.cpp *.h *.H *.ini *.conf
+USES+= dos2unix
+DOS2UNIX_GLOB= *.c *.cpp *.h *.H *.ini *.conf
DISTNAME= ${PORTNAME}-bundle-src-${PORTVERSION}
PATCHDIR= ${.CURDIR}/files
Modified: head/emulators/visualboyadvance-m/Makefile
==============================================================================
--- head/emulators/visualboyadvance-m/Makefile Mon May 26 06:29:25 2014 (r355277)
+++ head/emulators/visualboyadvance-m/Makefile Mon May 26 06:55:07 2014 (r355278)
@@ -22,14 +22,12 @@ GVBAM_DESC= Build gvbam (GTK2 frontend)
NLS_USES= gettext
-USE_BZIP2= yes
WANT_GNOME= yes
-USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.(c|cpp|h)
USE_XORG= x11 xext
USE_GL= gl glu
USE_SDL= sdl
-USES= cmake desktop-file-utils pkgconfig
+USES= cmake desktop-file-utils dos2unix pkgconfig tar:bzip2
CMAKE_ARGS+= -DVERSION:STRING="${PORTVERSION}" -DSYSCONFDIR:STRING="${PREFIX}/etc"
SVN_REV= 1001
More information about the svn-ports-head
mailing list