mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES
This commit is contained in:
parent
147e9e7def
commit
9df46da441
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348295
@ -29,7 +29,7 @@ USERS= ${AOLSERVERUSER}
|
||||
GROUPS= ${AOLSERVERGROUP}
|
||||
|
||||
MANPREFIX= ${PREFIX}/${AOLSERVERBASE}
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
@ -14,10 +14,9 @@ LICENSE= GPLv2 # (or later)
|
||||
|
||||
OPTIONS_DEFINE= NLS DOCS
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_OPENSSL= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
NO_PACKAGE= hangs on pointyhat
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= ev:${PORTSDIR}/devel/libev \
|
||||
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
|
||||
zmq:${PORTSDIR}/net/libzmq2
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= zloidemon
|
||||
GH_COMMIT= cdac9a9
|
||||
|
@ -21,8 +21,7 @@ INSTALLS_ICONS= yes
|
||||
|
||||
DATADIR= share/${PORTNAME}-unstable
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake tar:bzip2
|
||||
USE_GNOME= gnomeprefix gtk20 gnomevfs2 gnomemimedata desktopfileutils
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -11,8 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= High performance single-tasking web server
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INFO= boa
|
||||
|
@ -14,8 +14,7 @@ BUILD_DEPENDS= pike76:${PORTSDIR}/lang/pike76
|
||||
LIB_DEPENDS= sablot:${PORTSDIR}/textproc/sablotron
|
||||
RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake tar:bzip2
|
||||
|
||||
PIKEVERSION= 7.6.112
|
||||
SUB_LIST+= PIKEVERSION="${PIKEVERSION}"
|
||||
|
@ -12,8 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Open source search engine for Internet and Intranet sites
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= gmake tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
PORTDOCS= *
|
||||
DOCSDIR= ${PREFIX}/share/doc/dataparksearch
|
||||
|
@ -22,7 +22,7 @@ SUB_LIST= LOGBOOKDIR=${LOGBOOKDIR}
|
||||
LOGBOOKDIR?= www/elog
|
||||
PLIST_SUB+= LOGBOOKDIR=${LOGBOOKDIR}
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
WRKSRC= ${WRKDIR}/elog-2.9.2
|
||||
MAKE_ENV= LOGBOOKDIR=${LOGBOOKDIR}
|
||||
|
||||
|
@ -11,9 +11,8 @@ DISTNAME= erwin-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simple GTK+-2 HTML editor
|
||||
|
||||
USES= pathfix pkgconfig
|
||||
USES= pathfix pkgconfig gmake
|
||||
USE_GNOME= gnomeprefix gtksourceview gtkhtml3
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= erwin.1
|
||||
|
@ -9,8 +9,7 @@ MASTER_SITES= http://www.fefe.de/fnord/
|
||||
MAINTAINER= flz@FreeBSD.org
|
||||
COMMENT= Small and fast webserver with CGI-capability
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= gmake tar:bzip2
|
||||
|
||||
PLIST_FILES= bin/fnord \
|
||||
bin/fnord-conf \
|
||||
|
@ -12,7 +12,7 @@ COMMENT= A high performance webserver with scalability benchmark tools
|
||||
BUILD_DEPENDS= libowfat>=0.29:${PORTSDIR}/devel/libowfat
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_OPENSSL= yes
|
||||
USE_RC_SUBR= gatling
|
||||
|
||||
|
@ -21,10 +21,8 @@ LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
|
||||
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
|
||||
|
||||
USES= gettext pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USES= gettext pkgconfig gmake tar:bzip2
|
||||
USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
@ -15,9 +15,8 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= shebangfix
|
||||
USES= shebangfix gmake
|
||||
SHEBANG_FILES= configure
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
@ -14,7 +14,7 @@ COMMENT= Generic Apache2 Request Library
|
||||
LICENSE= APACHE20
|
||||
|
||||
USE_APACHE= 22+
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= autoconf libtool
|
||||
CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} --with-expat=${LOCALBASE}
|
||||
|
@ -14,9 +14,8 @@ COMMENT= The W3C Reference Library
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --enable-shared --enable-static --with-zlib --with-ssl=${OPENSSLBASE}
|
||||
USES= perl5
|
||||
USES= perl5 gmake
|
||||
USE_PERL5= build
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
|
@ -23,9 +23,7 @@ RUN_DEPENDS= p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \
|
||||
p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gettext perl5
|
||||
USE_GMAKE= yes
|
||||
USES= gettext perl5 gmake tar:bzip2
|
||||
|
||||
MAN1= llgal.1
|
||||
MAN5= llgalrc.5
|
||||
|
@ -23,8 +23,7 @@ GH_PROGECT= ${PORTNAME}
|
||||
GH_TAGNAME= ${PORTVERSION:C/r/-r/}
|
||||
GH_COMMIT= 0d5f4ab
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig gmake
|
||||
USE_GNOME= glib20 gtk20
|
||||
USE_LUA= 5.1
|
||||
MAKE_ARGS+= USE_UNIQUE=1 NO_JAVASCRIPTCORE=1
|
||||
|
@ -17,9 +17,8 @@ COMMENT= Apache module for non-ASCII filename interoperability
|
||||
#APACHE_VERSION= 1.3.6
|
||||
|
||||
USE_APACHE= 22+
|
||||
USES= iconv
|
||||
USES= iconv gmake
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--bindir=${PREFIX}/bin \
|
||||
|
@ -17,7 +17,7 @@ USE_APACHE= 22+
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
MAKE_ENV+= "APXS=${APXS}"
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
|
||||
PORTDOCS= commands.txt samples.txt
|
||||
PORTEXAMPLES= mod_gzip2.conf.sample
|
||||
|
@ -13,8 +13,7 @@ COMMENT= Allows Apache to log to a MySQL database
|
||||
|
||||
LATEST_LINK= mod_log_sql2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake tar:bzip2
|
||||
CONFIGURE_ARGS+= --with-apxs=${APXS}
|
||||
SSL_PLIST= ""
|
||||
APACHE2X= ""
|
||||
|
@ -24,11 +24,10 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
|
||||
bash:${PORTSDIR}/shells/bash
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
USE_XZ= yes
|
||||
USE_OPENSSL= yes
|
||||
USE_APACHE= 22
|
||||
USE_PYTHON= 2
|
||||
USE_GMAKE= yes
|
||||
USES= gmake tar:xz
|
||||
REINPLACE_ARGS= -i ""
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}_source_${PORTVERSION}/mod_spdy/src
|
||||
|
@ -11,7 +11,7 @@ COMMENT= Text web browser, ambitious, in active development
|
||||
|
||||
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/netrik \
|
||||
|
@ -16,7 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
CONFLICTS= ocaml-equeue-2* ocaml-netclient-0*
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_OCAML= yes
|
||||
USE_OCAML_FINDLIB= yes
|
||||
USE_OCAML_LDCONFIG= yes
|
||||
|
@ -32,7 +32,7 @@ OPTIONS_DEFINE= SQLITE CAMLZIP
|
||||
OPTIONS_DEFAULT= CAMLZIP
|
||||
CAMLZIP_DESC= Use camlzip for compression
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --name ${PORTNAME} \
|
||||
--disable-nativecode \
|
||||
|
@ -21,8 +21,7 @@ USER= nobody
|
||||
GROUP= nobody
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/+ipv6//}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake tar:bzip2
|
||||
USE_AUTOTOOLS= autoheader213
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
|
@ -14,7 +14,7 @@ COMMENT= A web page update checker written in Ruby
|
||||
RUN_DEPENDS= ${RUBY_SITELIBDIR}/htree.rb:${PORTSDIR}/textproc/ruby-htree \
|
||||
${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_RUBY= yes
|
||||
|
||||
RUBY_REQUIRE= Ruby >= 181
|
||||
|
@ -30,9 +30,8 @@ NO_STAGE= yes
|
||||
USE_APACHE= 22+
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_PHP= ctype curl gettext hash iconv json mysql \
|
||||
pcre pdo pdo_sqlite posix session \
|
||||
simplexml spl sqlite tokenizer \
|
||||
|
@ -15,11 +15,10 @@ EXPIRATION_DATE=2014-04-10
|
||||
|
||||
LIB_DEPENDS= croco-0.6.3:${PORTSDIR}/textproc/libcroco
|
||||
|
||||
USES= pathfix pkgconfig gettext
|
||||
USES= pathfix pkgconfig gettext gmake
|
||||
USE_GNOME= desktopfileutils gnomemenus gnomeprefix \
|
||||
gtksourceview intlhack libgnomeprintui libgnomeui libgtkhtml
|
||||
USE_XORG= xpm
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -20,7 +20,7 @@ CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \
|
||||
LIBS= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --with-neon --with-libxml2
|
||||
USE_GNOME= libxml2
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
|
@ -13,7 +13,7 @@ DISTNAME= purge-20040201-src
|
||||
MAINTAINER= dean@odyssey.apana.org.au
|
||||
COMMENT= Powerful object purging utility for the Squid web proxy cache
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
WRKSRC= ${WRKDIR}/purge
|
||||
|
||||
PLIST_FILES= sbin/purge
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Simple web indexing for humans - enhanced
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= libxml2
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \
|
||||
pkgdatadir="${DATADIR}"
|
||||
|
@ -17,7 +17,7 @@ COMMENT?= Utility to clean up and pretty print HTML/XHTML/XML
|
||||
|
||||
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2
|
||||
NO_STAGE= yes
|
||||
|
||||
SLAVEDIRS= www/tidy-lib
|
||||
@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.if !defined(WITH_SHLIB)
|
||||
USE_GMAKE= yes
|
||||
USES+= gmake
|
||||
PLIST_SUB= SHLIB="@comment " NSHLIB=""
|
||||
CONFLICTS= tidy-20000804* tidy-lib-[0-9]*
|
||||
.else
|
||||
|
@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_RC_SUBR= tinyproxy
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \
|
||||
--program-transform-name="" \
|
||||
--disable-silent-rules \
|
||||
|
@ -18,7 +18,7 @@ OPTIONS_DEFINE= LUA
|
||||
|
||||
CONFIGURE_ARGS= --enable-fcgi
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
@ -9,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE
|
||||
MAINTAINER= stb@lassitu.de
|
||||
COMMENT= Convert TTF font file to EOT web embeddable file
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
ALL_TARGET= ttf2eot
|
||||
|
||||
PLIST_FILES= bin/ttf2eot
|
||||
|
@ -13,7 +13,7 @@ COMMENT= A simple http server for static content
|
||||
RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
MAKEFILE= GNUmakefile
|
||||
.if !defined(WITHOUT_OPENSSL)
|
||||
MAKE_ENV= USE_SSL=no
|
||||
|
@ -25,8 +25,7 @@ BUILD_DEPENDS= lynx:${PORTSDIR}/www/lynx \
|
||||
${RUN_DEPENDS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gettext perl5
|
||||
USES= gettext perl5 gmake
|
||||
USE_PERL5= run build patch
|
||||
CONFIGURE_ARGS= --with-perl=${PERL5} --with-catdir=man \
|
||||
--prefix=${PREFIX}
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Access counter, clock and date for WWW pages
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
IS_INTERACTIVE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
MAN1= mkstrip.1
|
||||
|
||||
NO_STAGE= yes
|
||||
|
@ -14,8 +14,7 @@ LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls
|
||||
|
||||
USES= perl5
|
||||
USE_GMAKE= yes
|
||||
USES= perl5 gmake
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}d
|
||||
|
||||
|
@ -15,10 +15,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
USE_SQLITE= 3
|
||||
USE_BZIP2= yes
|
||||
USES= pathfix pkgconfig
|
||||
USES= pathfix pkgconfig gmake tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= asp-state.1 dbsessmgr.1 mod-mono-server.1 xsp.1 \
|
||||
fastcgi-mono-server.1
|
||||
|
@ -12,7 +12,7 @@ DISTNAME= 0W-httpd-${PORTVERSION}
|
||||
MAINTAINER= dhn@FreeBSD.org
|
||||
COMMENT= Lightweight and fast http server
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_OPENSSL= yes
|
||||
USE_RC_SUBR= 0W-httpd
|
||||
ALL_TARGET= #none
|
||||
|
Loading…
Reference in New Issue
Block a user