Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2014 19:44:49 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349670 - in head: audio/mp3asm databases/phppgadmin games/xscrabble graphics/giflib graphics/png net-im/licq www/opera-linuxplugins x11-toolkits/lesstif
Message-ID:  <201403301944.s2UJin26044957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Mar 30 19:44:48 2014
New Revision: 349670
URL: http://svnweb.freebsd.org/changeset/ports/349670
QAT: https://qat.redports.org/buildarchive/r349670/

Log:
  - new USES=

Modified:
  head/audio/mp3asm/Makefile
  head/databases/phppgadmin/Makefile
  head/games/xscrabble/Makefile
  head/graphics/giflib/Makefile
  head/graphics/png/Makefile
  head/net-im/licq/Makefile.inc
  head/www/opera-linuxplugins/Makefile
  head/x11-toolkits/lesstif/Makefile

Modified: head/audio/mp3asm/Makefile
==============================================================================
--- head/audio/mp3asm/Makefile	Sun Mar 30 19:37:22 2014	(r349669)
+++ head/audio/mp3asm/Makefile	Sun Mar 30 19:44:48 2014	(r349670)
@@ -13,8 +13,7 @@ COMMENT=	MP3 frame level editor
 
 LICENSE=	GPLv2
 
-USES=		gmake
-USE_BZIP2=	yes
+USES=		tar:bzip2 gmake
 GNU_CONFIGURE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-0.1
 PLIST_FILES=	bin/mp3asm
@@ -25,7 +24,7 @@ OPTIONS_DEFINE=	DOCS
 .include <bsd.port.options.mk>
 
 post-extract:
-	@${RM} ${WRKSRC}/config.cache
+	${RM} ${WRKSRC}/config.cache
 
 post-patch:
 	${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure

Modified: head/databases/phppgadmin/Makefile
==============================================================================
--- head/databases/phppgadmin/Makefile	Sun Mar 30 19:37:22 2014	(r349669)
+++ head/databases/phppgadmin/Makefile	Sun Mar 30 19:44:48 2014	(r349670)
@@ -12,7 +12,7 @@ COMMENT=	Web Based Postgres Administrati
 
 LICENSE=	GPLv2
 
-USE_BZIP2=	YES
+USES=		tar:bzip2
 .if !defined(WITHOUT_PHP_DEPENDS)
 USE_PHP=	pgsql pcre session
 .endif

Modified: head/games/xscrabble/Makefile
==============================================================================
--- head/games/xscrabble/Makefile	Sun Mar 30 19:37:22 2014	(r349669)
+++ head/games/xscrabble/Makefile	Sun Mar 30 19:44:48 2014	(r349670)
@@ -11,8 +11,7 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	X version of the popular board game
 
-USES=		imake
-USE_BZIP2=	yes
+USES=		tar:bzip2 imake
 USE_XORG=	xaw
 
 XSCRABBLEDIR=	${PREFIX}/lib/X11/xscrabble

Modified: head/graphics/giflib/Makefile
==============================================================================
--- head/graphics/giflib/Makefile	Sun Mar 30 19:37:22 2014	(r349669)
+++ head/graphics/giflib/Makefile	Sun Mar 30 19:44:48 2014	(r349670)
@@ -14,7 +14,7 @@ COMMENT=	Tools and library routines for 
 CONFLICTS=	libungif-[0-9]*
 PORTSCOUT=	limit:^4\.
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/graphics/png/Makefile
==============================================================================
--- head/graphics/png/Makefile	Sun Mar 30 19:37:22 2014	(r349669)
+++ head/graphics/png/Makefile	Sun Mar 30 19:44:48 2014	(r349670)
@@ -13,9 +13,8 @@ COMMENT=	Library for manipulating PNG im
 
 PORTSCOUT=	limit:^1\.5\.
 
-USE_XZ=		yes
+USES=		tar:xz cmake
 GNU_CONFIGURE=	yes
-USES=		cmake
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS+=	-DPNG_MAN_DIR:STRING=man

Modified: head/net-im/licq/Makefile.inc
==============================================================================
--- head/net-im/licq/Makefile.inc	Sun Mar 30 19:37:22 2014	(r349669)
+++ head/net-im/licq/Makefile.inc	Sun Mar 30 19:44:48 2014	(r349670)
@@ -12,4 +12,4 @@ MASTER_SITES=		SF/licq/licq/${LICQ_VER}
 DISTNAME=		${PKGNAMEPREFIX}${LICQ_VER}
 DISTFILES=		${DISTNAME}.tar.bz2
 DISTINFO_FILE?=		${PORTSDIR}/${LICQ_PORT}/distinfo
-USE_BZIP2=		yes
+USES+=			tar:bzip2

Modified: head/www/opera-linuxplugins/Makefile
==============================================================================
--- head/www/opera-linuxplugins/Makefile	Sun Mar 30 19:37:22 2014	(r349669)
+++ head/www/opera-linuxplugins/Makefile	Sun Mar 30 19:44:48 2014	(r349670)
@@ -24,7 +24,7 @@ OPERA_VER?=	12.16
 OPERA_BUILD?=	1860
 MASTER_SITES_VER_PATH=	linux/${OPERA_VER:S/.//}/
 
-USE_XZ=		yes
+USES=		tar:xz
 USE_LINUX=	yes
 USE_LINUX_APPS=	xorglibs
 

Modified: head/x11-toolkits/lesstif/Makefile
==============================================================================
--- head/x11-toolkits/lesstif/Makefile	Sun Mar 30 19:37:22 2014	(r349669)
+++ head/x11-toolkits/lesstif/Makefile	Sun Mar 30 19:44:48 2014	(r349670)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libfontconfig.so:${PORTSDIR
 
 CONFLICTS?=	open-motif-*
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 USE_AUTOTOOLS=	automake:env autoconf libtool
 USE_XORG=	sm ice xt xp xext x11 xextproto xrender xft
 USE_LDCONFIG=	yes



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