Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 21:25:31 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363395 - in head: deskutils/gbirthday devel/libcidr devel/xdg-utils editors/calligra-l10n/files games/gnomechess graphics/poppler japanese/font-mplus lang/libhx mail/milter-callback ma...
Message-ID:  <201407292125.s6TLPVM1068862@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Jul 29 21:25:30 2014
New Revision: 363395
URL: http://svnweb.freebsd.org/changeset/ports/363395
QAT: https://qat.redports.org/buildarchive/r363395/

Log:
  Remove the final usages of USE_XZ from the tree, and replace them with
  USES=tar:xz.
  
  Approved by:	portmgr (most of them)

Modified:
  head/deskutils/gbirthday/Makefile
  head/devel/libcidr/Makefile
  head/devel/xdg-utils/Makefile
  head/editors/calligra-l10n/files/bsd.l10n.mk
  head/games/gnomechess/Makefile
  head/graphics/poppler/Makefile
  head/japanese/font-mplus/Makefile
  head/lang/libhx/Makefile
  head/mail/milter-callback/Makefile
  head/math/matlab-installer/Makefile
  head/misc/ddate/Makefile
  head/net-p2p/eiskaltdcpp-data/Makefile
  head/news/leafnode/Makefile
  head/print/pdfcolorsplit/Makefile
  head/print/tex-jadetex/Makefile
  head/security/openvpn-beta/Makefile
  head/security/pam_search_list/Makefile
  head/sysutils/auto-admin/Makefile
  head/sysutils/desktop-installer/Makefile
  head/sysutils/diskimage-tools/Makefile
  head/sysutils/downtimed/Makefile
  head/sysutils/edid-decode/Makefile
  head/sysutils/linrename/Makefile
  head/textproc/pecl-ctemplate/Makefile
  head/textproc/rnv/Makefile
  head/www/webbrowser/Makefile
  head/x11-themes/audacious-skins/Makefile
  head/x11-themes/mate-icon-theme-faenza/Makefile

Modified: head/deskutils/gbirthday/Makefile
==============================================================================
--- head/deskutils/gbirthday/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/deskutils/gbirthday/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -24,7 +24,7 @@ NLS_USE=			GNOME=intltool
 NOTIFY_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}notify>0:${PORTSDIR}/devel/py-notify
 THUNDERBIRD_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
 
-USE_XZ=		yes
+USES=		tar:xz
 USE_PYTHON_RUN=	2
 USE_GNOME=	pygtk2
 LANGUAGES=	de en es fr gl it pl pt ru sk

Modified: head/devel/libcidr/Makefile
==============================================================================
--- head/devel/libcidr/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/devel/libcidr/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -13,7 +13,7 @@ COMMENT=	Library to handle manipulating 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_XZ=		yes
+USES=		tar:xz
 USE_LDCONFIG=	yes
 MAKE_ENV+=	CIDR_DOCDIR=${DOCSDIR} CIDR_EXDIR=${EXAMPLESDIR}
 

Modified: head/devel/xdg-utils/Makefile
==============================================================================
--- head/devel/xdg-utils/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/devel/xdg-utils/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${LOCALBASE}/share/icons/hi
 		xset:${PORTSDIR}/x11/xset
 
 SNAPDATE=	20130919
-USE_XZ=		yes
+USES=		tar:xz
 GNU_CONFIGURE=	yes
 
 post-patch:

Modified: head/editors/calligra-l10n/files/bsd.l10n.mk
==============================================================================
--- head/editors/calligra-l10n/files/bsd.l10n.mk	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/editors/calligra-l10n/files/bsd.l10n.mk	Tue Jul 29 21:25:30 2014	(r363395)
@@ -9,7 +9,6 @@ CONFLICTS=	${PKGNAMEPREFIX}koffice-l10n-
 
 USE_KDE4=	kdehier kdelibs kdeprefix automoc4
 USE_QT4=	corelib xml moc_build qmake_build rcc_build uic_build
-USES=		cmake gettext
+USES=		cmake gettext tar:xz
 NO_ARCH=	yes
-USE_XZ=		yes
 .endif

Modified: head/games/gnomechess/Makefile
==============================================================================
--- head/games/gnomechess/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/games/gnomechess/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -18,10 +18,9 @@ BUILD_DEPENDS=	crafty:${PORTSDIR}/games/
 		xmllint:${PORTSDIR}/textproc/libxml2 \
 		p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 
-USES=		gmake pathfix pkgconfig desktop-file-utils shared-mime-info
+USES=		gmake pathfix pkgconfig desktop-file-utils shared-mime-info tar:xz
 USE_GL=		gl glu
 USE_GNOME=	gtk30 librsvg2
-USE_XZ=		yes
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes

Modified: head/graphics/poppler/Makefile
==============================================================================
--- head/graphics/poppler/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/graphics/poppler/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -18,8 +18,7 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 		liblcms2.so:${PORTSDIR}/graphics/lcms2
 RUN_DEPENDS=	poppler-data>0:${PORTSDIR}/graphics/poppler-data
 
-USE_XZ=		yes
-USES=		gmake libtool:keepla pathfix pkgconfig
+USES=		gmake libtool:keepla pathfix pkgconfig tar:xz
 USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/japanese/font-mplus/Makefile
==============================================================================
--- head/japanese/font-mplus/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/japanese/font-mplus/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	mkfontdir:${PORTSDIR}/x11-f
 		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \
 		fc-cache:${PORTSDIR}/x11-fonts/fontconfig
 
-USE_XZ=		yes
+USES=		tar:xz
 NO_BUILD=	yes
 PKGINSTALL=	${WRKDIR}/pkg-install
 PKGDEINSTALL=	${WRKDIR}/pkg-install

Modified: head/lang/libhx/Makefile
==============================================================================
--- head/lang/libhx/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/lang/libhx/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -12,7 +12,7 @@ COMMENT=	C/C++ library with common data 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-USE_XZ=		yes
+USES=		tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool

Modified: head/mail/milter-callback/Makefile
==============================================================================
--- head/mail/milter-callback/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/mail/milter-callback/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS+=	libspf2.so:${PORTSDIR}/mail/libspf2
 
-USE_XZ=		yes
+USES=		tar:xz
 USE_RC_SUBR=	milter-callback
 USE_GCC=	any
 

Modified: head/math/matlab-installer/Makefile
==============================================================================
--- head/math/matlab-installer/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/math/matlab-installer/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	mount_cd9660_image:${PORTSD
 		webbrowser:${PORTSDIR}/www/webbrowser \
 		${LINUXBASE}/usr/bin/gfortran:${PORTSDIR}/devel/linux-f10-devtools
 
-USE_XZ=		yes
+USES=		tar:xz
 USE_LINUX=	yes
 USE_LINUX_APPS=	ncurses-base dri
 USE_JAVA=	yes

Modified: head/misc/ddate/Makefile
==============================================================================
--- head/misc/ddate/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/misc/ddate/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -17,7 +17,7 @@ LICENSE=	GPLv2
 PLIST_FILES=	bin/ddate man/man1/ddate.1.gz
 
 GNU_CONFIGURE=	yes
-USE_XZ=		yes
+USES=		tar:xz
 
 CONFIGURE_ARGS=	--disable-libuuid --disable-libblkid --disable-libmount \
 		--disable-mount --disable-losetup --disable-fsck \

Modified: head/net-p2p/eiskaltdcpp-data/Makefile
==============================================================================
--- head/net-p2p/eiskaltdcpp-data/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/net-p2p/eiskaltdcpp-data/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 
 PROJECTHOST=	eiskaltdc
 
-USE_XZ=		yes
+USES=		tar:xz
 NO_BUILD=	yes
 INSTALLS_ICONS=	yes
 

Modified: head/news/leafnode/Makefile
==============================================================================
--- head/news/leafnode/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/news/leafnode/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -13,7 +13,7 @@ COMMENT=	NNTP package for offline news c
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-USE_XZ=		yes
+USES=		tar:xz
 GNU_CONFIGURE=	yes
 
 CONFLICTS=	newsx-1* s-news-0*

Modified: head/print/pdfcolorsplit/Makefile
==============================================================================
--- head/print/pdfcolorsplit/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/print/pdfcolorsplit/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	pdftk:${PORTSDIR}/print/pdf
 
 USE_GHOSTSCRIPT_RUN=	yes
 USE_PYTHON=	yes
-USE_XZ=		yes
+USES=		tar:xz
 
 PLIST_FILES=	bin/${PORTNAME}
 

Modified: head/print/tex-jadetex/Makefile
==============================================================================
--- head/print/tex-jadetex/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/print/tex-jadetex/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -13,7 +13,7 @@ EXTRACT_ONLY=
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	TeX backend for Jade, DSSSL processor for SGML/XML documents
 
-USE_XZ=		yes
+USES=		tar:xz
 USE_TEX=	texlive texmf pdftex xmltex fmtutil
 TEXHASHDIRS=	${TEXMFDISTDIR}
 EXTRACT_AFTER_ARGS=| ${TAR} -xf - -C ${STAGEDIR}${PREFIX}/share \

Modified: head/security/openvpn-beta/Makefile
==============================================================================
--- head/security/openvpn-beta/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/security/openvpn-beta/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 
 CONFLICTS_INSTALL=	openvpn-[0-9]* openvpn-beta-[0-9]*
 
-USE_XZ=		yes
+USES=		tar:xz
 
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/security/pam_search_list/Makefile
==============================================================================
--- head/security/pam_search_list/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/security/pam_search_list/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME:S/_/-/g}-${PORTVERS
 MAINTAINER=	v.a.popov@gmail.com
 COMMENT=	PAM module to search arbitrary file for user
 
-USE_XZ=		yes
+USES=		tar:xz
 
 PLIST_FILES=	lib/libpam_search_list.a \
 		lib/libpam_search_list_p.a \

Modified: head/sysutils/auto-admin/Makefile
==============================================================================
--- head/sysutils/auto-admin/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/sysutils/auto-admin/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -12,7 +12,7 @@ COMMENT=	Tools for automating system man
 
 LICENSE=	BSD
 
-USE_XZ=		yes
+USES=		tar:xz
 
 NO_BUILD=	yes
 

Modified: head/sysutils/desktop-installer/Makefile
==============================================================================
--- head/sysutils/desktop-installer/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/sysutils/desktop-installer/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -14,7 +14,7 @@ LICENSE=	BSD
 
 RUN_DEPENDS=	auto-admin>=0.3.3:${PORTSDIR}/sysutils/auto-admin
 
-USE_XZ=		yes
+USES=		tar:xz
 
 NO_BUILD=	yes
 

Modified: head/sysutils/diskimage-tools/Makefile
==============================================================================
--- head/sysutils/diskimage-tools/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/sysutils/diskimage-tools/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -13,7 +13,7 @@ COMMENT=	Convenience tools for manipulat
 LICENSE=	BSD
 
 NO_BUILD=	yes
-USE_XZ=		yes
+USES=		tar:xz
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/sbin

Modified: head/sysutils/downtimed/Makefile
==============================================================================
--- head/sysutils/downtimed/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/sysutils/downtimed/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -13,7 +13,7 @@ COMMENT=	System downtime monitoring and 
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_XZ=		yes
+USES=		tar:xz
 MAN1=		downtimes.1
 MAN8=		downtimed.8
 USE_RC_SUBR=	${PORTNAME}

Modified: head/sysutils/edid-decode/Makefile
==============================================================================
--- head/sysutils/edid-decode/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/sysutils/edid-decode/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -11,7 +11,7 @@ COMMENT=	Decodes binary EDID information
 
 LICENSE=	MIT
 
-USE_XZ=		yes
+USES=		tar:xz
 
 PLIST_FILES=	bin/edid-decode
 

Modified: head/sysutils/linrename/Makefile
==============================================================================
--- head/sysutils/linrename/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/sysutils/linrename/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -18,7 +18,7 @@ COMMENT=	Rename multiple files using sub
 BUILD_WRKSRC=	${WRKSRC}/misc-utils
 INSTALL_WRKSRC=	${WRKSRC}/misc-utils
 
-USE_XZ=		yes
+USES=		tar:xz
 
 CPPFLAGS+=	-I../include \
 		-DHAVE_DIRFD -DHAVE_ERR_H -DHAVE_LANGINFO_H -DHAVE_LOCALE_H \

Modified: head/textproc/pecl-ctemplate/Makefile
==============================================================================
--- head/textproc/pecl-ctemplate/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/textproc/pecl-ctemplate/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -15,7 +15,7 @@ COMMENT=	A PECL extension for Google cte
 
 LIB_DEPENDS=	libctemplate.so:${PORTSDIR}/textproc/google-ctemplate
 
-USE_XZ=		yes
+USES=		tar:xz
 USE_PHP=	yes
 USE_PHPEXT=	yes
 DEFAULT_PHP_VER=	5

Modified: head/textproc/rnv/Makefile
==============================================================================
--- head/textproc/rnv/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/textproc/rnv/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -13,7 +13,7 @@ LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
-USE_XZ=		yes
+USES=		tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-expat="${LOCALBASE}"
 

Modified: head/www/webbrowser/Makefile
==============================================================================
--- head/www/webbrowser/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/www/webbrowser/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -13,7 +13,7 @@ COMMENT=	Wrapper for running the "best" 
 LICENSE=	BSD
 
 NO_BUILD=	yes
-USE_XZ=		yes
+USES=		tar:xz
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/webbrowser ${STAGEDIR}${PREFIX}/bin

Modified: head/x11-themes/audacious-skins/Makefile
==============================================================================
--- head/x11-themes/audacious-skins/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/x11-themes/audacious-skins/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -11,7 +11,7 @@ COMMENT=	Collection of audacious skins
 
 BUILD_DEPENDS=	audacious:${PORTSDIR}/multimedia/audacious
 
-USE_XZ=		yes
+USES=		tar:xz
 NO_BUILD=	yes
 
 DATADIR=	${PREFIX}/share/audacious

Modified: head/x11-themes/mate-icon-theme-faenza/Makefile
==============================================================================
--- head/x11-themes/mate-icon-theme-faenza/Makefile	Tue Jul 29 21:22:05 2014	(r363394)
+++ head/x11-themes/mate-icon-theme-faenza/Makefile	Tue Jul 29 21:25:30 2014	(r363395)
@@ -12,7 +12,7 @@ COMMENT=	Collection of Faenza and Faienc
 
 PORTSCOUT=	limitw:1,even
 
-USE_XZ=		yes
+USES=		tar:xz
 NO_BUILD=	yes
 INSTALLS_ICONS=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407292125.s6TLPVM1068862>