mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Convert l* to USES=zip
This commit is contained in:
parent
b921f9a7eb
commit
0242a53187
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347773
@ -14,9 +14,8 @@ LICENSE= ZLIB
|
||||
|
||||
MAKEFILE= makefile
|
||||
MAKE_ARGS= LOCAL=${PREFIX}
|
||||
USE_GMAKE= yes
|
||||
USES= gmake zip
|
||||
USE_LDCONFIG= yes
|
||||
USE_ZIP= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/sdk/angelscript/projects/gnuc/
|
||||
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Convert 48k/128k ZX Spectrum BASIC text files to TAP files
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_ZIP= yes
|
||||
USES= zip
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
PORTDOCS= ${PORTNAME}.doc
|
||||
|
@ -11,8 +11,7 @@ COMMENT= The Bywater Basic interpreter
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USES= dos2unix
|
||||
USE_ZIP= yes
|
||||
USES= dos2unix zip
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS} -ansi"
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
@ -12,7 +12,7 @@ LICENSE= EPL
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/clojure:${PORTSDIR}/lang/clojure
|
||||
|
||||
USE_ZIP= yes
|
||||
USES= zip
|
||||
USE_JAVA= yes
|
||||
NO_BUILD= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Dynamic programming language for the JVM
|
||||
|
||||
LICENSE= EPL
|
||||
|
||||
USE_ZIP= yes
|
||||
USES= zip
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
@ -26,7 +26,7 @@ LICENSE= GFDL
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSIONSTR}/html
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_ZIP= yes
|
||||
USES= zip
|
||||
|
||||
PLIST_SUB= VERSION="${VERSIONSTR}"
|
||||
|
||||
|
@ -11,8 +11,7 @@ MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= Official compiler for the D 1.0 programming language
|
||||
|
||||
NO_PACKAGE= Packages are not validation-tested by the developer
|
||||
USE_ZIP= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake zip
|
||||
MAN1= dmd.1
|
||||
MAN5= dmd.conf.5
|
||||
PORTDOCS= *.txt html/ phobos/
|
||||
|
@ -11,8 +11,7 @@ DISTNAME= dmd.${PORTVERSION}
|
||||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= D 2.0 compiler, not officially validated for FreeBSD
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake zip
|
||||
MAKEFILE= posix.mak
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/dmd2
|
||||
DOCSDIR= ${PREFIX}/share/doc/dmd2
|
||||
|
@ -14,7 +14,7 @@ LICENSE= APACHE20
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:U}
|
||||
|
||||
USE_ZIP=yes
|
||||
USES= zip
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.7+
|
||||
NO_BUILD= yes
|
||||
|
@ -18,8 +18,7 @@ EXTRACT_ONLY= ${PORTNAME}src${EXTRACT_SUFX}
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= High Level Assembly
|
||||
|
||||
USE_ZIP= yes
|
||||
USES= bison
|
||||
USES= bison zip:infozip
|
||||
|
||||
WRKSRC= ${WRKDIR}/hlasrc/trunk/trunk
|
||||
MAKEFILE= makefile.bsd
|
||||
|
@ -14,8 +14,7 @@ OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake zip
|
||||
MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
NO_STAGE= yes
|
||||
|
@ -12,7 +12,7 @@ MAINTAINER= ninjin@kth.se
|
||||
COMMENT= The nesasm assembler is a 6502 assembler with specific NES support
|
||||
|
||||
WRKSRC= ${WRKDIR}/nbasic_2004_03_14/source/${PORTNAME}/source/
|
||||
USE_ZIP= yes
|
||||
USES= zip
|
||||
|
||||
post-patch: .SILENT
|
||||
${REINPLACE_CMD} -e '/^CC/s/=/?=/' \
|
||||
|
@ -6,7 +6,6 @@ PORTVERSION= 0.9.2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://nimrod-code.org/download/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= ports@nicandneal.net
|
||||
COMMENT= The Nimrod programming language
|
||||
@ -16,7 +15,7 @@ LICENSE= MIT
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USES= compiler
|
||||
USES= compiler zip
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -17,9 +17,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
|
||||
|
||||
PROJECTHOST= phantomjs
|
||||
USES= gmake dos2unix pkgconfig
|
||||
USES= gmake dos2unix pkgconfig zip
|
||||
USE_GCC= any
|
||||
USE_ZIP= YES
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
do-build:
|
||||
|
@ -19,7 +19,7 @@ RUN_DEPENDS= squeak:${PORTSDIR}/lang/squeak
|
||||
SVNVERSION= 14438
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_ZIP= yes
|
||||
USES= zip
|
||||
|
||||
SHAREMODE= 644
|
||||
|
||||
|
@ -13,7 +13,7 @@ COMMENT= An implementation of IBM's RexxUtil function library for Regina
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/rexxsaa.h:${PORTSDIR}/lang/rexx-regina
|
||||
|
||||
USE_ZIP= yes
|
||||
USES= zip
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -33,6 +33,8 @@ LINEDIT_DESC= Enable line editing in the Rhino shell
|
||||
|
||||
OPTIONS_DEFAULT= LINEDIT
|
||||
|
||||
USES= zip
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@ -43,7 +45,6 @@ SUB_LIST= RHINOJAR=${RHINOJAR} JLINEJAR="${JLINEJAR}"
|
||||
|
||||
USE_ANT= yes
|
||||
USE_JAVA= yes
|
||||
USE_ZIP= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${DISTVERSION}
|
||||
|
||||
|
@ -18,10 +18,8 @@ OPTIONS_DEFINE= X11
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_ZIP= yes
|
||||
USES= readline
|
||||
USES= gmake readline zip
|
||||
USE_GCC= any
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
SUB_FILES= require.scm
|
||||
|
@ -11,10 +11,10 @@ DISTNAME= ${PORTNAME}-2.0
|
||||
MAINTAINER= java@FreeBSD.org
|
||||
COMMENT= Specialized version of the Logo programming language written in Java
|
||||
|
||||
USES= zip
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
USE_ZIP= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
|
||||
|
@ -10,8 +10,7 @@ DISTNAME= ucc160
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= C Compiler Which Implements the ANSI C89 Standard
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USES= dos2unix zip
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
Loading…
Reference in New Issue
Block a user