- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
This commit is contained in:
parent
f153879e96
commit
02e619a5d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334361
@ -12,9 +12,10 @@ COMMENT= A visual report builder/designer for JasperReports
|
||||
|
||||
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
USES= dos2unix
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_DOS2UNIX= *.txt
|
||||
DOS2UNIX_GLOB= *.txt
|
||||
NO_BUILD= yes
|
||||
|
||||
#LICENSE= GNU AFFERO GPL
|
||||
|
@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit
|
||||
|
||||
USES= dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
@ -22,7 +23,6 @@ USE_ANT= yes
|
||||
MAKE_ARGS+= -Djunit4.jar=${LOCALBASE}/share/java/classes/junit.jar
|
||||
ALL_TARGET= jar test
|
||||
EXTRACT_AFTER_ARGS=-d ${WRKDIR} -x '*/api/*' '*.jar'
|
||||
USE_DOS2UNIX= yes
|
||||
REINPLACE_ARGS= -i ""
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
@ -15,10 +15,10 @@ OPTIONS_DEFINE= KDE4
|
||||
OPTIONS_DEFAULT=KDE4
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_DOS2UNIX= Piklab.cmake
|
||||
DOS2UNIX_FILES= Piklab.cmake
|
||||
USE_QT4= corelib gui qt3support qtestlib xml \
|
||||
moc_build qmake_build rcc_build uic_build
|
||||
USES= cmake gettext readline
|
||||
USES= cmake gettext readline dos2unix
|
||||
|
||||
MAN1= piklab-hex.1 piklab-prog.1
|
||||
|
||||
|
@ -13,9 +13,8 @@ COMMENT= C++ library for SDTS related development
|
||||
|
||||
LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
USE_DOS2UNIX= sdts++/io/sio_Utils.cpp
|
||||
USES= bison
|
||||
USE_GMAKE= yes
|
||||
DOS2UNIX_FILES= sdts++/io/sio_Utils.cpp
|
||||
USES= bison dos2unix gmake
|
||||
USE_AUTOTOOLS= libtoolize aclocal automake autoconf
|
||||
LIBTOOLIZE_ARGS=--copy --force
|
||||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
||||
|
@ -15,11 +15,10 @@ PROJECTHOST= ghostplusplus
|
||||
PROJECTVERSION= 17.1
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USES= dos2unix gmake
|
||||
|
||||
WRKSRC= ${WRKDIR}/ghost/StormLib/stormlib
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
|
@ -21,11 +21,11 @@ CONFLICTS= subcommander-1.*
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:S,.b,b,}p${PORTVERSION:E}
|
||||
|
||||
USE_DOS2UNIX= *.cpp *.h
|
||||
USES= gmake dos2unix
|
||||
DOS2UNIX_GLOB= *.cpp *.h
|
||||
USE_QT4= corelib gui network qt3support moc_build rcc_build uic_build
|
||||
QT_NONSTANDARD= yes
|
||||
USE_OPENSSL= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= aclocal automake autoheader autoconf
|
||||
ACLOCAL_ARGS= -I ac-macros
|
||||
AUTOMAKE_ARGS= --copy --force-missing --foreign
|
||||
|
@ -16,8 +16,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USES+= tk:84
|
||||
USE_DOS2UNIX= configure
|
||||
USES+= tk:84 dos2unix
|
||||
DOS2UNIX_FILES= configure
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= ${PREFIX}
|
||||
|
||||
|
@ -12,10 +12,9 @@ COMMENT= An open-source and cross-platform text/hex editor
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gettext pkgconfig
|
||||
USES= gettext pkgconfig dos2unix
|
||||
USE_WX= 2.6+
|
||||
WANT_UNICODE= yes
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
|
@ -13,9 +13,9 @@ DISTNAME= dtcyber20b1
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Desktop CYBER Emulator
|
||||
|
||||
USES= dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_XORG= x11
|
||||
USE_DOS2UNIX= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
INSTALL_TARGET=
|
||||
MAKEFILE= Makefile.x11
|
||||
|
@ -32,12 +32,12 @@ BUILTIN_DEBUGGER_DESC= Builtin debugger support
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USE_ZIP= yes
|
||||
USES= gmake pkgconfig shebangfix
|
||||
USES= gmake pkgconfig shebangfix dos2unix
|
||||
SHEBANG_FILES= src/emu/cpu/m6502/m6502make.py \
|
||||
src/emu/cpu/m6809/m6809make.py \
|
||||
src/emu/cpu/mcs96/mcs96make.py \
|
||||
src/emu/cpu/tms57002/tmsmake.py
|
||||
USE_DOS2UNIX= src/osd/sdl/input.c \
|
||||
DOS2UNIX_FILES= src/osd/sdl/input.c \
|
||||
src/osd/sdl/testkeys.c
|
||||
USE_XORG= xext xi xinerama xrender
|
||||
USE_GL= gl
|
||||
|
@ -32,12 +32,12 @@ BUILTIN_DEBUGGER_DESC= Builtin debugger support
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USE_ZIP= yes
|
||||
USES= gmake pkgconfig shebangfix
|
||||
USES= gmake pkgconfig shebangfix dos2unix
|
||||
SHEBANG_FILES= src/emu/cpu/m6502/m6502make.py \
|
||||
src/emu/cpu/m6809/m6809make.py \
|
||||
src/emu/cpu/mcs96/mcs96make.py \
|
||||
src/emu/cpu/tms57002/tmsmake.py
|
||||
USE_DOS2UNIX= src/osd/sdl/input.c \
|
||||
DOS2UNIX_FILES= src/osd/sdl/input.c \
|
||||
src/osd/sdl/testkeys.c
|
||||
USE_XORG= xext xi xinerama xrender
|
||||
USE_GL= gl
|
||||
|
@ -12,9 +12,9 @@ COMMENT= Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USES= gmake dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= VAX/vax_sysdev.c
|
||||
USE_GMAKE= yes
|
||||
DOS2UNIX_FILES= VAX/vax_sysdev.c
|
||||
MAKE_ENV= GCC="${CC}" CFLAGS_O="${CFLAGS}" USE_NETWORK=1
|
||||
MAKEFILE= makefile
|
||||
|
||||
|
@ -13,7 +13,8 @@ COMMENT= Corewars Redcode Evolver
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_DOS2UNIX= *.txt
|
||||
USES= dos2unix
|
||||
DOS2UNIX_FILES= *.txt
|
||||
NO_WRKSUBDIR= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
|
||||
|
@ -16,9 +16,8 @@ COMMENT= The Marriage of XreaL and Icculus.org Q3 w/ Improvements
|
||||
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
||||
|
||||
USES= gmake dos2unix
|
||||
USE_BZIP2= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= release
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
CFLAGS+= -DMAP_ANONYMOUS=MAP_ANON
|
||||
|
@ -11,12 +11,10 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Redcode simulator easy to embed into applications
|
||||
|
||||
USE_ZIP= yes
|
||||
USES= gmake
|
||||
USES= gmake dos2unix
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
|
@ -11,8 +11,7 @@ DISTNAME= ftesrc${PORTVERSION}-all
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= QuakeWorld client with cool features, but still compatible
|
||||
|
||||
USE_DOS2UNIX= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake dos2unix
|
||||
USE_CSTD= gnu89
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
@ -15,9 +15,8 @@ COMMENT= AI script based strategy game
|
||||
LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost-libs \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
|
||||
USES= dos2unix gmake
|
||||
USE_BZIP2= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_SDL= gfx image mixer sdl
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
||||
|
||||
|
@ -22,10 +22,10 @@ ONLY_FOR_ARCHS= i386 amd64
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
EXTRACT_AFTER_ARGS= -d ${WRKSRC}
|
||||
|
||||
USES= dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_DOS2UNIX= yes
|
||||
DOS2UNIX_REGEX= .*.[^j][^a][^r]$
|
||||
JAVA_VERSION= 1.6+
|
||||
JAVA_OS= native
|
||||
|
@ -12,11 +12,10 @@ DISTNAME= NehQuake-bjp-bin-src.linux
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Quake engine designed for playing Nehahra
|
||||
|
||||
USES= gmake dos2unix
|
||||
USE_BZIP2= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USE_GL= gl
|
||||
USE_XORG= xxf86dga
|
||||
USE_GMAKE= yes
|
||||
|
||||
OPTIONS_DEFINE= OPTIMIZED_CFLAGS SDL X86_ASM
|
||||
OPTIONS_DEFAULT= OPTIMIZED_CFLAGS SDL X86_ASM
|
||||
|
@ -12,8 +12,8 @@ COMMENT= Standard in Online Multiplayer Doom
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_SDL= sdl mixer
|
||||
USES= cmake
|
||||
USE_DOS2UNIX= CMakeLists.txt odalaunch/CMakeLists.txt common/d_main.cpp
|
||||
USES= cmake dos2unix
|
||||
DOS2UNIX_FILES= CMakeLists.txt odalaunch/CMakeLists.txt common/d_main.cpp
|
||||
|
||||
OPTIONS_DEFINE= LAUNCHER
|
||||
|
||||
|
@ -14,11 +14,10 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
|
||||
freetype:${PORTSDIR}/print/freetype2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake pkgconfig dos2unix
|
||||
USE_SDL= mixer sdl
|
||||
USE_GL= gl
|
||||
GNU_CONFIGURE= yes
|
||||
USE_DOS2UNIX= yes
|
||||
DOS2UNIX_REGEX= .*\.(c|cpp|h)
|
||||
USE_XORG= x11 xi xext xmu xt
|
||||
|
||||
|
@ -14,9 +14,8 @@ COMMENT= Quake III engine with Cell Shading capabilities
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS_REASON= does not run properly; try games/ioquake3 with option
|
||||
|
||||
USES= gmake
|
||||
USES= gmake dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
BUILD_WRKSRC= ${WRKSRC}/code/unix
|
||||
|
||||
|
@ -11,8 +11,9 @@ DISTNAME= reaprb81
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Quake 1 bots
|
||||
|
||||
USES= dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= ${PORTDOCS}
|
||||
DOS2UNIX_GLOB= ${PORTDOCS}
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
@ -10,10 +10,11 @@ DISTNAME= samp${PORTVERSION:S,.,,}svr
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Rockstar's GTA: San Andreas multiplayer modification dedicated server
|
||||
|
||||
USES= dos2unix
|
||||
USE_LINUX= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/samp03
|
||||
USE_DOS2UNIX= *.txt *.pwn *.inc
|
||||
DOS2UNIX_GLOB= *.txt *.pwn *.inc
|
||||
USE_RC_SUBR= sampd
|
||||
SAMPDIR= ${PREFIX}/libexec/${PORTNAME}
|
||||
PORTDOCS= LICENSE README
|
||||
|
@ -11,9 +11,8 @@ DISTNAME= redcoder
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Corewars evolver - generates warriors using genetic algorithms
|
||||
|
||||
USE_DOS2UNIX= yes
|
||||
USE_BZIP2= yes
|
||||
USES= gmake
|
||||
USES= gmake dos2unix
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
OPTIONS_DEFINE= VISITOOL
|
||||
|
@ -14,9 +14,8 @@ COMMENT= Quake engine with lighting similar to that in Doom III
|
||||
|
||||
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USES= gmake
|
||||
USES= gmake dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USE_GL= glu
|
||||
USE_SDL= yes
|
||||
USE_XORG= xxf86dga
|
||||
|
@ -18,9 +18,10 @@ OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_WRKSUBDIR=yes
|
||||
|
||||
USES= dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_XORG= xpm
|
||||
USE_DOS2UNIX= *.cpp *.h config.mk makefile
|
||||
DOS2UNIX_GLOB= *.cpp *.h config.mk makefile
|
||||
MAKEFILE= makefile
|
||||
MAKE_ARGS= DEPTH="${WRKSRC}"
|
||||
ALL_TARGET= ${OPSYS:L}
|
||||
|
@ -23,10 +23,9 @@ COMMENT= Extensive German HTML reference
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_DOS2UNIX= yes
|
||||
USES= dos2unix
|
||||
USE_ZIP= yes
|
||||
DOS2UNIX_REGEX= .*\.(css|dhtml|diverses|editorial|grafik|helferlein|htm|inter|intro|javascript|layouts|navigation|perl|php|projekt|quellen|servercgi|src|xml|xls|dtd)$$
|
||||
|
||||
PORTDOCS= \
|
||||
|
@ -14,8 +14,8 @@ COMMENT= 10-finger touch typing learning program
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/license_en.txt
|
||||
|
||||
USES= qmake
|
||||
USE_DOS2UNIX= *.pro *.cpp
|
||||
USES= qmake dos2unix
|
||||
DOS2UNIX_GLOB= *.pro *.cpp
|
||||
USE_ZIP= yes
|
||||
USE_QT4= gui sql corelib network script qtestlib \
|
||||
qmake_build rcc_build uic_build moc_build \
|
||||
|
@ -36,10 +36,10 @@ OPENEXR_DESC= OpenEXR file format module
|
||||
USE_BZIP2= yes
|
||||
USE_GL= glu
|
||||
USE_GNOME= gtksourceview2
|
||||
USE_DOS2UNIX= *.hpp
|
||||
DOS2UNIX_GLOB= *.hpp
|
||||
USE_GCC= yes
|
||||
USE_PYTHON= yes
|
||||
USES= cmake:outsource gettext
|
||||
USES= cmake:outsource gettext dos2unix
|
||||
CMAKE_ARGS= -DK3D_INTL_INCLUDE_DIRS:STRING="-I${LOCALBASE}/include" \
|
||||
-DK3D_INTL_LIBS:STRING="-L${LOCALBASE}/lib -lintl" \
|
||||
-DK3D_BUILD_CARVE_MODULE:BOOL=OFF \
|
||||
|
@ -17,9 +17,9 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libpng15.so:${PORTSDIR}/graphics/png \
|
||||
liblcms2.so:${PORTSDIR}/graphics/lcms2
|
||||
|
||||
USE_DOS2UNIX= opj_malloc.h
|
||||
DOS2UNIX_FILES= opj_malloc.h
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cmake
|
||||
USES= cmake dos2unix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -22,14 +22,13 @@ OPTIONS_DEFAULT= TKINTER
|
||||
TKINTER_DESC= Build with tkinter for X support
|
||||
OPTIONSFILE?= ${PORT_DBDIR}/${PORTNAME}/options
|
||||
|
||||
USES= dos2unix
|
||||
USE_GL= glut
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= PyOpenGL
|
||||
PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/.b/b/}
|
||||
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -11,7 +11,8 @@ DISTNAME= tiff
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library to merge TIFF files into multi-page TIFF files
|
||||
|
||||
USE_DOS2UNIX= *.[ch]
|
||||
USES= dos2unix
|
||||
DOS2UNIX_GLOB= *.[ch]
|
||||
USE_LDCONFIG= yes
|
||||
USE_ZIP= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
@ -10,12 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Java Assembler Interface
|
||||
|
||||
USES= dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_ANT= yes
|
||||
ALL_TARGET= jasmin
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
USE_DOS2UNIX= yes
|
||||
DOS2UNIX_REGEX= .*\.(txt|xml|j|class|java|mf|css|bnf|html)
|
||||
|
||||
SUB_FILES= jasmin.sh
|
||||
|
@ -11,8 +11,8 @@ COMMENT= The Bywater Basic interpreter
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USES= dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS} -ansi"
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
@ -16,7 +16,7 @@ COMMENT= Compiler generator that combines the functionality of lex and yacc
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USE_DOS2UNIX= yes
|
||||
USES= dos2unix
|
||||
MAKE_ENV= CRFRAMES="${WRKSRC}/frames"
|
||||
MAKEFILE= unix.mk
|
||||
ALL_TARGET= all1
|
||||
|
@ -11,7 +11,8 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= High level imperative/OO programming language
|
||||
|
||||
CONFLICTS= squsq-[0-9]*
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
USES= dos2unix
|
||||
USE_LDCONFIG= yes
|
||||
WRKSRC= ${WRKDIR}/SQUIRREL2
|
||||
|
||||
|
@ -15,7 +15,7 @@ COMMENT= Mbox & Maildir to Gmail loader
|
||||
USE_PYTHON_RUN= -2.7
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USES= dos2unix
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
PORTDOCS= README
|
||||
|
@ -14,8 +14,9 @@ LIB_DEPENDS= gctpc.1:${PORTSDIR}/misc/gctpc
|
||||
|
||||
WRKSRC= ${WRKDIR}/dlgv32/ProjectionLib
|
||||
|
||||
USES= dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= *.cpp *.h
|
||||
DOS2UNIX_GLOB= *.cpp *.h
|
||||
USE_LDCONFIG= yes
|
||||
MAKEFILE= ${FILESDIR}/Makefile
|
||||
|
||||
|
@ -13,8 +13,7 @@ COMMENT= Tcl/Tk based manual browser
|
||||
RUN_DEPENDS= glimpse:${PORTSDIR}/textproc/glimpse \
|
||||
rman:${PORTSDIR}/textproc/rman
|
||||
|
||||
USES+= gmake tk
|
||||
USE_DOS2UNIX= yes
|
||||
USES+= gmake tk dos2unix
|
||||
MAKE_ARGS= WISH="${WISH}" \
|
||||
texinfodir="${PREFIX}/${INFO_PATH}" \
|
||||
gzgrep="\"/usr/bin/zgrep -E\"" \
|
||||
|
@ -21,11 +21,10 @@ LIB_DEPENDS= speex:${PORTSDIR}/audio/speex \
|
||||
CONFLICTS= krb4-[0-9]* krb5-[0-9]* heimdal-[0-9]* srp-[0-9]* \
|
||||
clusterit-[0-9]* pcp-[0-9]* synce-librapi2-[0-9]*
|
||||
|
||||
USES= pkgconfig
|
||||
USE_DOS2UNIX= README
|
||||
USES= pkgconfig dos2unix gmake
|
||||
DOS2UNIX_FILES= README
|
||||
USE_GNOME= glib20
|
||||
USE_OPENSSL= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ENV= EXPAT_CFLAGS="-I${LOCALBASE}/include" \
|
||||
EXPAT_LIBS="-L${LOCALBASE}/lib -lexpat" \
|
||||
|
@ -13,8 +13,8 @@ COMMENT= Free, multi-service communication client from Rambler
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= qmake
|
||||
USE_DOS2UNIX= config.inc
|
||||
USES= qmake dos2unix
|
||||
DOS2UNIX_FILES= config.inc
|
||||
USE_XORG= xscrnsaver
|
||||
USE_QT4= qmake_build moc_build rcc_build uic_build designer_build \
|
||||
webkit
|
||||
|
@ -14,7 +14,7 @@ COMMENT= A complete IPv4 IPAM (IP address management) suite
|
||||
SNAPSHOT= 200611081420
|
||||
NO_BUILD= yes
|
||||
USE_PHP= mysql
|
||||
USE_DOS2UNIX= yes
|
||||
USES= dos2unix
|
||||
WANT_PHP_WEB= yes
|
||||
|
||||
PHPIP?= www/phpip
|
||||
|
@ -17,8 +17,9 @@ BUILD_DEPENDS= ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j \
|
||||
${JAVALIBDIR}/${SWT}.jar:${PORTSDIR}/x11-toolkits/${SWT}
|
||||
RUN_DEPENDS= ${JAVALIBDIR}/${SWT}.jar:${PORTSDIR}/x11-toolkits/${SWT}
|
||||
|
||||
USES= dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= build.xml \
|
||||
DOS2UNIX_FILES= build.xml \
|
||||
org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java \
|
||||
org/gudy/azureus2/platform/macosx/access/jnilib/OSXAccess.java
|
||||
USE_JAVA= yes
|
||||
|
@ -22,14 +22,13 @@ OPTIONS_DEFAULT= WXGTK
|
||||
|
||||
WRKSRC= ${WRKDIR}/src
|
||||
|
||||
USES= gmake dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USE_GNOME= glib20
|
||||
USE_OPENSSL= yes
|
||||
USE_BDB= yes
|
||||
WANT_BDB_VER= 47
|
||||
USE_GCC= any
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= ${BINARY}
|
||||
|
||||
CXXFLAGS+= -Wno-invalid-offsetof
|
||||
|
@ -18,7 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pcapy>=0:${PORTSDIR}/net/py-pcapy \
|
||||
${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto
|
||||
|
||||
USE_DOS2UNIX= yes
|
||||
USES= dos2unix
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
PORTDOCS= README
|
||||
|
@ -19,10 +19,9 @@ JAVA_VERSION= 1.6+
|
||||
JAVA_BUILD= yes
|
||||
JAVA_RUN= yes
|
||||
|
||||
USE_DOS2UNIX= yes
|
||||
USES= dos2unix gmake
|
||||
DOS2UNIX_REGEX= .*/examples/.*Makefile.in
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-jdk=${JAVA_HOME}/include,${JAVA_HOME}/jre/lib/ \
|
||||
--with-hdf5=${LOCALBASE}/include \
|
||||
|
@ -22,7 +22,8 @@ RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
USE_DOS2UNIX= utils/nc3tonc4
|
||||
USES= dos2unix
|
||||
DOS2UNIX_FILES= utils/nc3tonc4
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
MAKE_ENV= HDF5_INCDIR=${LOCALBASE}/include \
|
||||
|
@ -13,12 +13,13 @@ COMMENT= LSI MegaRAID controller management utility
|
||||
BROKEN= Does not fetch
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USES= dos2unix
|
||||
USE_ZIP= yes
|
||||
RESTRICTED= Redistribution seems to be prohibited
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
USE_LINUX= yes
|
||||
SUB_FILES= megamgr.sh
|
||||
USE_DOS2UNIX= ut_linux_mgr_5.20.txt
|
||||
DOS2UNIX_FILES= ut_linux_mgr_5.20.txt
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
|
@ -10,8 +10,9 @@ DISTNAME= dr_freebsd_${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= LSI Logic's MegaRAID controlling software
|
||||
|
||||
USES= dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= Release\ History.txt
|
||||
DOS2UNIX_FILES= Release\ History.txt
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
@ -13,9 +13,9 @@ COMMENT= Search using regexes for file names and text
|
||||
|
||||
LICENSE= GPLv3 # (or later)
|
||||
|
||||
USES= qmake
|
||||
USES= qmake dos2unix
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= *.cpp *.h
|
||||
DOS2UNIX_GLOB= *.cpp *.h
|
||||
USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
Loading…
Reference in New Issue
Block a user