aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 21:43:17 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 21:43:17 +0000
commitaeac01a4bbd80367d8720b2194bc14765d50af6b (patch)
tree626d2288bada68bcb887f72d08c8de3dfe0595dc /devel
parent549b6db4176fe494c57f28d6d061cda790a27887 (diff)
downloadports-aeac01a4bbd80367d8720b2194bc14765d50af6b.tar.gz
ports-aeac01a4bbd80367d8720b2194bc14765d50af6b.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/ace+tao-doc/Makefile2
-rw-r--r--devel/cvs-devel/Makefile2
-rw-r--r--devel/cvsdiff2patch/Makefile2
-rw-r--r--devel/dfuife-curses/Makefile2
-rw-r--r--devel/dmake/Makefile2
-rw-r--r--devel/dmucs/Makefile2
-rw-r--r--devel/epm/Makefile2
-rw-r--r--devel/exercisix/Makefile2
-rw-r--r--devel/firmware-utils/Makefile2
-rw-r--r--devel/gettext-msghack/Makefile2
-rw-r--r--devel/highlighterkit/Makefile2
-rw-r--r--devel/ioncube/Makefile2
-rw-r--r--devel/lemon/Makefile2
-rw-r--r--devel/libaura/Makefile2
-rw-r--r--devel/libdfui/Makefile2
-rw-r--r--devel/libmtrie/Makefile2
-rw-r--r--devel/libpasori/Makefile2
-rw-r--r--devel/libqxt/Makefile2
-rw-r--r--devel/libtpl/Makefile2
-rw-r--r--devel/libvanessa_adt/Makefile2
-rw-r--r--devel/ocaml-camomile-examples/Makefile2
-rw-r--r--devel/php5-geshi/Makefile2
-rw-r--r--devel/phpsh/Makefile2
-rw-r--r--devel/py-fileutils/Makefile2
-rw-r--r--devel/py-gitosis/Makefile2
-rw-r--r--devel/py-kqueue/Makefile2
-rw-r--r--devel/py-pqueue/Makefile2
-rw-r--r--devel/py-protobuf/Makefile2
-rw-r--r--devel/py-twistedFlow/Makefile2
-rw-r--r--devel/qca/Makefile2
-rw-r--r--devel/replay/Makefile2
-rw-r--r--devel/ruby-ncurses/Makefile2
-rw-r--r--devel/subversion-book/Makefile2
-rw-r--r--devel/svnmerge/Makefile2
-rw-r--r--devel/uboot-mkimage/Makefile2
-rw-r--r--devel/uthash/Makefile2
36 files changed, 36 insertions, 36 deletions
diff --git a/devel/ace+tao-doc/Makefile b/devel/ace+tao-doc/Makefile
index 14eff5ed0121..f211cdd01282 100644
--- a/devel/ace+tao-doc/Makefile
+++ b/devel/ace+tao-doc/Makefile
@@ -12,7 +12,7 @@ DISTNAME= ACE-${PORTVERSION:C/\.0$//}-html
MAINTAINER= ports@FreeBSD.org
COMMENT= The ACE+TAO HTML documentation
-USE_BZIP2= yes
+USES= tar:bzip2
WRKSRC= ${WRKDIR}/html
NO_BUILD= yes
PLIST= ${WRKDIR}/pkg-plist
diff --git a/devel/cvs-devel/Makefile b/devel/cvs-devel/Makefile
index 43a824f95764..0e4e00babcad 100644
--- a/devel/cvs-devel/Makefile
+++ b/devel/cvs-devel/Makefile
@@ -15,7 +15,7 @@ COMMENT= IPv6 enabled cvs. You can use IPv6 connection when using pserver
CONFLICTS= cvsnt-[12]* cvs+ipv6-[12]*
GNU_CONFIGURE= yes
-USE_BZIP2= yes
+USES= tar:bzip2
CONFIGURE_ARGS= --enable-ipv6 --without-gssapi \
--with-editor="vi" \
--with-tmpdir="/tmp"
diff --git a/devel/cvsdiff2patch/Makefile b/devel/cvsdiff2patch/Makefile
index 3c70c60c934e..d90ae40fbf38 100644
--- a/devel/cvsdiff2patch/Makefile
+++ b/devel/cvsdiff2patch/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= http://people.freebsd.org/~alfred/sources/cvsdiff2patch/
DISTNAME= cvsdiff2patch-${PORTVERSION}
-USE_BZIP2= yes
+USES= tar:bzip2
MAINTAINER= ports@FreeBSD.org
COMMENT= Turn cvs diff output into patch input
diff --git a/devel/dfuife-curses/Makefile b/devel/dfuife-curses/Makefile
index fb7e18be67bf..14513086972e 100644
--- a/devel/dfuife-curses/Makefile
+++ b/devel/dfuife-curses/Makefile
@@ -12,7 +12,7 @@ COMMENT= DFUI curses frontend
LIB_DEPENDS= libaura3.so:${PORTSDIR}/devel/libaura \
libdfui4.so:${PORTSDIR}/devel/libdfui
-USE_BZIP2= yes
+USES= tar:bzip2
PLIST_FILES= bin/dfuife_curses
diff --git a/devel/dmake/Makefile b/devel/dmake/Makefile
index c4d6be527be9..59e9b55e74e1 100644
--- a/devel/dmake/Makefile
+++ b/devel/dmake/Makefile
@@ -11,7 +11,7 @@ COMMENT= Another hyper make utility
LICENSE= GPLv1
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datarootdir=${DATADIR}
diff --git a/devel/dmucs/Makefile b/devel/dmucs/Makefile
index 5d6e9920bf5b..da2df627ad3e 100644
--- a/devel/dmucs/Makefile
+++ b/devel/dmucs/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= fjoe@FreeBSD.org
COMMENT= Distributed Multi-User Compilation System (for use with distcc)
WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
PLIST_FILES= bin/dmucs bin/gethost bin/loadavg bin/monitor bin/remhost
diff --git a/devel/epm/Makefile b/devel/epm/Makefile
index d4b19a3a22a5..8730c98259dd 100644
--- a/devel/epm/Makefile
+++ b/devel/epm/Makefile
@@ -16,7 +16,7 @@ OPTIONS_DEFINE= DOCS
LICENSE= GPLv2
MAKE_JOBS_UNSAFE= yes
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf
diff --git a/devel/exercisix/Makefile b/devel/exercisix/Makefile
index 7cac51bddb96..ebd46b78c9fe 100644
--- a/devel/exercisix/Makefile
+++ b/devel/exercisix/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://alexanderchuranov.com/files/
MAINTAINER= exercisix@alexanderchuranov.com
COMMENT= Innovative lightweight unit-test framework for C++
-USE_BZIP2= yes
+USES= tar:bzip2
OPTIONS_DEFINE= EXAMPLES
diff --git a/devel/firmware-utils/Makefile b/devel/firmware-utils/Makefile
index e607912b02c4..e3117d79bcc2 100644
--- a/devel/firmware-utils/Makefile
+++ b/devel/firmware-utils/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.transit.hanse.de/mirror/svn.openwrt.org/firmware-utils/
MAINTAINER= stb@assitu.de
COMMENT= Create device firmware images
-USE_BZIP2= yes
+USES= tar:bzip2
MAKEFILE= ${FILESDIR}/Makefile
MAKE_ARGS+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" PREFIX=${PREFIX}
diff --git a/devel/gettext-msghack/Makefile b/devel/gettext-msghack/Makefile
index 21076f16ce7f..62842b2f9bde 100644
--- a/devel/gettext-msghack/Makefile
+++ b/devel/gettext-msghack/Makefile
@@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Alter gettext po files in special ways
NO_BUILD= yes
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PYTHON= yes
PLIST_FILES= bin/${PORTNAME}
diff --git a/devel/highlighterkit/Makefile b/devel/highlighterkit/Makefile
index 6aaeb6ece28a..a990782b04c0 100644
--- a/devel/highlighterkit/Makefile
+++ b/devel/highlighterkit/Makefile
@@ -10,7 +10,7 @@ DISTNAME= HighlighterKit-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework needed by Project Manager
-USE_BZIP2= yes
+USES= tar:bzip2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
diff --git a/devel/ioncube/Makefile b/devel/ioncube/Makefile
index ba9dc5eaa139..5bd80c2e6a39 100644
--- a/devel/ioncube/Makefile
+++ b/devel/ioncube/Makefile
@@ -14,7 +14,7 @@ COMMENT= Loader for ionCube-encoded PHP files
ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PHP= yes
SUB_FILES= pkg-message
diff --git a/devel/lemon/Makefile b/devel/lemon/Makefile
index e21df3d873fa..8743f20c5da7 100644
--- a/devel/lemon/Makefile
+++ b/devel/lemon/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://tx97.net/pub/distfiles/ \
MAINTAINER= vmagerya@gmail.com
COMMENT= LALR(1) parser generator. Similar in function to yacc and bison
-USE_BZIP2= yes
+USES= tar:bzip2
MAKEFILE= /dev/null
ALL_TARGET= ${PORTNAME}
diff --git a/devel/libaura/Makefile b/devel/libaura/Makefile
index 2b995b00d205..998f43448d69 100644
--- a/devel/libaura/Makefile
+++ b/devel/libaura/Makefile
@@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= philip
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Library of Assorted Useful Reusable Abstractions
-USE_BZIP2= yes
+USES= tar:bzip2
USE_LDCONFIG= yes
SONAME= ${SOLINK}.3
diff --git a/devel/libdfui/Makefile b/devel/libdfui/Makefile
index f38f59e68f4e..42fbb7e48210 100644
--- a/devel/libdfui/Makefile
+++ b/devel/libdfui/Makefile
@@ -13,7 +13,7 @@ LICENSE= BSD
LIB_DEPENDS= libaura3.so:${PORTSDIR}/devel/libaura
-USE_BZIP2= yes
+USES= tar:bzip2
USE_LDCONFIG= yes
SONAME= ${SOLINK}.4
diff --git a/devel/libmtrie/Makefile b/devel/libmtrie/Makefile
index 62205f7b0d87..59457b74874c 100644
--- a/devel/libmtrie/Makefile
+++ b/devel/libmtrie/Makefile
@@ -12,7 +12,7 @@ COMMENT= Library to build an IP-netmask based mtrie
LICENSE= BSD
-USE_BZIP2= yes
+USES= tar:bzip2
USE_LDCONFIG= yes
.if defined(NO_PROFILE)
diff --git a/devel/libpasori/Makefile b/devel/libpasori/Makefile
index 6e6f933d89a7..6714e07e0e24 100644
--- a/devel/libpasori/Makefile
+++ b/devel/libpasori/Makefile
@@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= sarumaru@jp.FreeBSD.org
COMMENT= FeliCa read/write library for Sony RC-S320 USB FeliCa R/W(PaSoRi)
-USE_BZIP2= yes
+USES= tar:bzip2
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/devel/libqxt/Makefile b/devel/libqxt/Makefile
index 5e4febfbfc1f..5378a4735546 100644
--- a/devel/libqxt/Makefile
+++ b/devel/libqxt/Makefile
@@ -13,7 +13,7 @@ COMMENT= Extension library for Qt
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_BDB= 44+
-USE_BZIP2= yes
+USES= tar:bzip2
USE_QT4= qmake_build moc_build rcc_build corelib gui gui \
designer
USE_LDCONFIG= ${PREFIX}/lib/qxt
diff --git a/devel/libtpl/Makefile b/devel/libtpl/Makefile
index f58b1c4452b9..56f020c35b86 100644
--- a/devel/libtpl/Makefile
+++ b/devel/libtpl/Makefile
@@ -13,7 +13,7 @@ OPTIONS_DEFINE= DOCS
LICENSE= BSD
-USE_BZIP2= yes
+USES= tar:bzip2
USE_GITHUB= yes
GH_ACCOUNT= waitman
GH_TAGNAME= ${GH_COMMIT}
diff --git a/devel/libvanessa_adt/Makefile b/devel/libvanessa_adt/Makefile
index 7066ed6bfe22..1bd8d99ebad7 100644
--- a/devel/libvanessa_adt/Makefile
+++ b/devel/libvanessa_adt/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS= libvanessa_logger.so:${PORTSDIR}/devel/libvanessa_logger
USE_LDCONFIG= yes
-USE_BZIP2= yes
+USES= tar:bzip2
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
diff --git a/devel/ocaml-camomile-examples/Makefile b/devel/ocaml-camomile-examples/Makefile
index 54bb6b864e6e..bda49f3c103c 100644
--- a/devel/ocaml-camomile-examples/Makefile
+++ b/devel/ocaml-camomile-examples/Makefile
@@ -14,7 +14,7 @@ COMMENT= Example programs for Camomile library
WRKSRC= ${WRKDIR}/examples
NO_BUILD= yes
-USE_BZIP2= yes
+USES= tar:bzip2
EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME}
do-install:
diff --git a/devel/php5-geshi/Makefile b/devel/php5-geshi/Makefile
index f2607a54d1d0..65ca3624d009 100644
--- a/devel/php5-geshi/Makefile
+++ b/devel/php5-geshi/Makefile
@@ -14,7 +14,7 @@ COMMENT= Native PHP syntax highlighting engine
WRKSRC= ${WRKDIR}/geshi
PLIST= ${WRKDIR}/PLIST
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PHP= yes
DEFAULT_PHP_VER= 5
NO_BUILD= yes
diff --git a/devel/phpsh/Makefile b/devel/phpsh/Makefile
index 7be7f9bc107e..e432bb000d6b 100644
--- a/devel/phpsh/Makefile
+++ b/devel/phpsh/Makefile
@@ -15,7 +15,7 @@ COMMENT= Interactive shell for PHP
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
diff --git a/devel/py-fileutils/Makefile b/devel/py-fileutils/Makefile
index 1f774836c4a9..b32ae3871833 100644
--- a/devel/py-fileutils/Makefile
+++ b/devel/py-fileutils/Makefile
@@ -11,7 +11,7 @@ DISTNAME= FileUtils-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= File I/O related functions and classes
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
diff --git a/devel/py-gitosis/Makefile b/devel/py-gitosis/Makefile
index 4f5bf8dd1797..bb4f3f663b52 100644
--- a/devel/py-gitosis/Makefile
+++ b/devel/py-gitosis/Makefile
@@ -16,7 +16,7 @@ LICENSE= GPLv2
RUN_DEPENDS= git:${PORTSDIR}/devel/git
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
diff --git a/devel/py-kqueue/Makefile b/devel/py-kqueue/Makefile
index d611cead8c90..8c8ab8f683a4 100644
--- a/devel/py-kqueue/Makefile
+++ b/devel/py-kqueue/Makefile
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .tbz
MAINTAINER= ports2@dclg.ca
COMMENT= Python interface to kqueue(2) and kevent(2) system calls
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PYTHON= yes
FILES= kqsyscallmodule.so KQueue.py KQueue.pyc
PLIST_FILES= ${FILES:S+^+%%PYTHON_SITELIBDIR%%/+g}
diff --git a/devel/py-pqueue/Makefile b/devel/py-pqueue/Makefile
index d3019b5c6b2d..882f069efa16 100644
--- a/devel/py-pqueue/Makefile
+++ b/devel/py-pqueue/Makefile
@@ -11,7 +11,7 @@ DISTNAME= PQueue-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Fibonacci-Heap based Priority-Queue Extension for Python
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile
index 14478b8063fd..f68297ed7748 100644
--- a/devel/py-protobuf/Makefile
+++ b/devel/py-protobuf/Makefile
@@ -15,7 +15,7 @@ BUILD_DEPENDS= protoc:${PORTSDIR}/devel/protobuf
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/python
PROJECTHOST= protobuf
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
diff --git a/devel/py-twistedFlow/Makefile b/devel/py-twistedFlow/Makefile
index 8b534a4a314a..af9cc2084214 100644
--- a/devel/py-twistedFlow/Makefile
+++ b/devel/py-twistedFlow/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/TwistedFlow-${PORTVERSION}
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Twisted_Flow
diff --git a/devel/qca/Makefile b/devel/qca/Makefile
index 9be8115205e8..999c53daca95 100644
--- a/devel/qca/Makefile
+++ b/devel/qca/Makefile
@@ -11,7 +11,7 @@ DISTNAME= qca-${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Cross-platform crypto API for Qt
-USE_BZIP2= yes
+USES= tar:bzip2
USE_QT4= corelib qmake_build moc_build
HAS_CONFIGURE= yes
QT_NONSTANDARD= yes
diff --git a/devel/replay/Makefile b/devel/replay/Makefile
index 3645446da324..c52700d18d33 100644
--- a/devel/replay/Makefile
+++ b/devel/replay/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 1.0.4
CATEGORIES= devel
MASTER_SITES= http://people.freebsd.org/~alfred/sources/replay/
DISTNAME= replay-${PORTVERSION}
-USE_BZIP2= yes
+USES= tar:bzip2
MAINTAINER= ports@FreeBSD.org
COMMENT= Program that helps you fix a build interactively
diff --git a/devel/ruby-ncurses/Makefile b/devel/ruby-ncurses/Makefile
index ff96fe67d131..8627438d2b66 100644
--- a/devel/ruby-ncurses/Makefile
+++ b/devel/ruby-ncurses/Makefile
@@ -13,7 +13,7 @@ DIST_SUBDIR= ruby
MAINTAINER= saurbier@math.uni-bielefeld.de
COMMENT= Ruby interface to ncurses
-USE_BZIP2= yes
+USES= tar:bzip2
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/devel/subversion-book/Makefile b/devel/subversion-book/Makefile
index 38158ef1b01f..4620dd9cb856 100644
--- a/devel/subversion-book/Makefile
+++ b/devel/subversion-book/Makefile
@@ -17,7 +17,7 @@ COMMENT= Subversion Documentation HTML/PDF
# http://svnbook.red-bean.com/en/1.7/svn.copyright.html
LICENSE= CDDL
-USE_BZIP2= yes
+USES= tar:bzip2
NO_BUILD= yes
OPTIONS_SUB= yes
diff --git a/devel/svnmerge/Makefile b/devel/svnmerge/Makefile
index d6d53ec3dffd..362a7a1c70bf 100644
--- a/devel/svnmerge/Makefile
+++ b/devel/svnmerge/Makefile
@@ -17,7 +17,7 @@ EXPIRATION_DATE= 2014-08-22
RUN_DEPENDS= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion16
-USE_BZIP2= yes
+USES= tar:bzip2
USE_PYTHON= yes
NO_BUILD= yes
diff --git a/devel/uboot-mkimage/Makefile b/devel/uboot-mkimage/Makefile
index 701bf6f4fa5e..2c90f412f80a 100644
--- a/devel/uboot-mkimage/Makefile
+++ b/devel/uboot-mkimage/Makefile
@@ -12,7 +12,7 @@ DISTNAME= u-boot-${PORTVERSION}
MAINTAINER= ray@FreeBSD.org
COMMENT= The mkimage utility of the u-boot bootloader
-USE_BZIP2= yes
+USES= tar:bzip2
BUILD_WRKSRC= ${WRKSRC}/tools
MAKEFILE= BSDmakefile
diff --git a/devel/uthash/Makefile b/devel/uthash/Makefile
index 47be02b21978..8af70eafd303 100644
--- a/devel/uthash/Makefile
+++ b/devel/uthash/Makefile
@@ -13,7 +13,7 @@ LICENSE= BSD
OPTIONS_DEFINE= DOCS
-USE_BZIP2= yes
+USES= tar:bzip2
NO_BUILD= yes
USE_GITHUB= yes
GH_ACCOUNT= troydhanson