From owner-svn-ports-all@FreeBSD.ORG Mon May 26 14:54:12 2014 Return-Path: Delivered-To: svn-ports-all@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 B08749BD; Mon, 26 May 2014 14:54:12 +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 912992B18; Mon, 26 May 2014 14:54:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QEsC0R070479; Mon, 26 May 2014 14:54:12 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QEsAO1070466; Mon, 26 May 2014 14:54:10 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405261454.s4QEsAO1070466@svn.freebsd.org> From: Martin Wilke Date: Mon, 26 May 2014 14:54:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355355 - in head/net-im: centericq folks jabber.el komclean telepathy-butterfly telepathy-gabble telepathy-idle telepathy-python telepathy-salut X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 14:54:12 -0000 Author: miwi Date: Mon May 26 14:54:10 2014 New Revision: 355355 URL: http://svnweb.freebsd.org/changeset/ports/355355 QAT: https://qat.redports.org/buildarchive/r355355/ Log: - Convert gmake,bzip2,xz to USES Approved by: portmgr Modified: head/net-im/centericq/Makefile head/net-im/folks/Makefile head/net-im/jabber.el/Makefile head/net-im/komclean/Makefile head/net-im/telepathy-butterfly/Makefile head/net-im/telepathy-gabble/Makefile head/net-im/telepathy-idle/Makefile head/net-im/telepathy-python/Makefile head/net-im/telepathy-salut/Makefile Modified: head/net-im/centericq/Makefile ============================================================================== --- head/net-im/centericq/Makefile Mon May 26 14:47:56 2014 (r355354) +++ head/net-im/centericq/Makefile Mon May 26 14:54:10 2014 (r355355) @@ -10,10 +10,8 @@ MASTER_SITES= http://thekonst.net/downlo MAINTAINER= clsung@FreeBSD.org COMMENT= A text mode menu- and window-driven IM interface -USE_BZIP2= yes -USES= iconv +USES= iconv gmake tar:bzip2 USE_OPENSSL= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include Modified: head/net-im/folks/Makefile ============================================================================== --- head/net-im/folks/Makefile Mon May 26 14:47:56 2014 (r355354) +++ head/net-im/folks/Makefile Mon May 26 14:54:10 2014 (r355355) @@ -18,12 +18,10 @@ LIB_DEPENDS= gee:${PORTSDIR}/devel/libge IGNORE= Doesn't build currently, missing components CONFLICTS= folks-0.4.[0-9]* -USE_XZ= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GMAKE= yes USE_GNOME= gnomehier gnomehack intlhack ltverhack evolutiondataserver3 -USES= gettext +USES= gettext gmake tar:xz GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/net-im/jabber.el/Makefile ============================================================================== --- head/net-im/jabber.el/Makefile Mon May 26 14:47:56 2014 (r355354) +++ head/net-im/jabber.el/Makefile Mon May 26 14:54:10 2014 (r355355) @@ -18,7 +18,7 @@ PORTDOCS+= AUTHORS NEWS README USE_EMACS= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake NO_STAGE= yes .include Modified: head/net-im/komclean/Makefile ============================================================================== --- head/net-im/komclean/Makefile Mon May 26 14:47:56 2014 (r355354) +++ head/net-im/komclean/Makefile Mon May 26 14:54:10 2014 (r355355) @@ -13,7 +13,7 @@ COMMENT= Web based LysKOM client LICENSE= BSD LICENSE_FILE= ${WRKSRC}/Copyright.txt -USE_GMAKE= yes +USES= gmake USE_XORG= x11 xext xextproto xpm INSTALLS_ICONS= yes MAN1= komclean Modified: head/net-im/telepathy-butterfly/Makefile ============================================================================== --- head/net-im/telepathy-butterfly/Makefile Mon May 26 14:47:56 2014 (r355354) +++ head/net-im/telepathy-butterfly/Makefile Mon May 26 14:54:10 2014 (r355355) @@ -19,7 +19,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/papyo USE_PYTHON= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} -USE_GMAKE= yes +USES= gmake NO_STAGE= yes .include Modified: head/net-im/telepathy-gabble/Makefile ============================================================================== --- head/net-im/telepathy-gabble/Makefile Mon May 26 14:47:56 2014 (r355354) +++ head/net-im/telepathy-gabble/Makefile Mon May 26 14:54:10 2014 (r355355) @@ -22,8 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_GNOME= glib20 libxslt:build USE_SQLITE= yes USE_OPENSSL= yes Modified: head/net-im/telepathy-idle/Makefile ============================================================================== --- head/net-im/telepathy-idle/Makefile Mon May 26 14:47:56 2014 (r355354) +++ head/net-im/telepathy-idle/Makefile Mon May 26 14:54:10 2014 (r355355) @@ -15,9 +15,8 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/ telepathy-glib:${PORTSDIR}/net-im/telepathy-glib GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig gmake USE_OPENSSL= yes -USE_GMAKE= yes USE_GNOME= gnomehack glib20 USE_PYTHON_BUILD=yes Modified: head/net-im/telepathy-python/Makefile ============================================================================== --- head/net-im/telepathy-python/Makefile Mon May 26 14:47:56 2014 (r355354) +++ head/net-im/telepathy-python/Makefile Mon May 26 14:54:10 2014 (r355355) @@ -19,7 +19,7 @@ BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${L RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} USE_PYTHON= yes -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/net-im/telepathy-salut/Makefile ============================================================================== --- head/net-im/telepathy-salut/Makefile Mon May 26 14:47:56 2014 (r355354) +++ head/net-im/telepathy-salut/Makefile Mon May 26 14:54:10 2014 (r355355) @@ -14,8 +14,7 @@ LIB_DEPENDS= avahi-glib.1:${PORTSDIR}/ne soup-2.4.1:${PORTSDIR}/devel/libsoup GNU_CONFIGURE= yes -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake USE_GNOME= gnomehack glib20 libxslt:build USE_OPENSSL= yes USE_PYTHON_BUILD= yes