From owner-svn-ports-head@FreeBSD.ORG Sun Mar 30 19:44:51 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 146996F3; Sun, 30 Mar 2014 19:44:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3B7B27C; Sun, 30 Mar 2014 19:44:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2UJio9B044968; Sun, 30 Mar 2014 19:44:50 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2UJin26044957; Sun, 30 Mar 2014 19:44:49 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201403301944.s2UJin26044957@svn.freebsd.org> From: Dirk Meyer Date: Sun, 30 Mar 2014 19:44:49 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 19:44:51 -0000 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 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