Convert to new USES=tar
This commit is contained in:
parent
b62827e040
commit
e87aa9a24b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348449
7 changed files with 7 additions and 14 deletions
|
@ -11,9 +11,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
|
|||
MAINTAINER?= madpilot@FreeBSD.org
|
||||
COMMENT?= Rewrite of xmms as a client/server system (developer release)
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON_BUILD= yes
|
||||
USES+= pkgconfig
|
||||
USES+= pkgconfig tar:bzip2
|
||||
|
||||
.if !defined(XMMS2_SLAVE)
|
||||
USE_GNOME= glib20
|
||||
|
|
|
@ -19,8 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
|
||||
GROUPS= ${PORTNAME}
|
||||
USE_BZIP2= yes
|
||||
USES= gettext gmake pkgconfig
|
||||
USES= gettext gmake pkgconfig tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
USE_CSTD= gnu89
|
||||
WANT_GNOME= yes
|
||||
|
|
|
@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LDFLAGS+= ${PTHREAD_LIBS}
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
|
||||
USES= scons
|
||||
USE_BZIP2= yes
|
||||
USES= scons tar:bzip2
|
||||
USE_SDL= sdl mixer image
|
||||
USE_GNOME= libxml2
|
||||
SCONS_ARGS+= datadir="${DATADIR}"
|
||||
|
|
|
@ -23,8 +23,7 @@ LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
|||
libprotobuf.so:${PORTSDIR}/devel/protobuf
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient
|
||||
|
||||
USES= iconv gmake qmake
|
||||
USE_BZIP2= yes
|
||||
USES= iconv gmake qmake tar:bzip2
|
||||
USE_QT4= gui corelib network sql sql-sqlite3 \
|
||||
moc_build rcc_build uic_build
|
||||
USE_SDL= mixer
|
||||
|
|
|
@ -19,8 +19,7 @@ COMMENT= Mail delivery agent (MDA) with filtering abilities
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= iconv shebangfix perl5
|
||||
USES= iconv shebangfix perl5 tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-syslog=1 \
|
||||
--enable-use-flock=1 \
|
||||
|
|
|
@ -17,8 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libva.pc:${PORTSDIR}/multimedia/li
|
|||
${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
|
||||
|
||||
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
||||
USE_BZIP2= yes
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake pkgconfig tar:bzip2
|
||||
USE_GL= gl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
|
||||
LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm
|
||||
|
||||
USES= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USES= pkgconfig tar:bzip2
|
||||
USE_XORG= glproto pciaccess xext xfixes
|
||||
USE_GL= gl
|
||||
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
|
||||
|
|
Loading…
Reference in a new issue