From owner-svn-ports-all@FreeBSD.ORG Mon May 26 11:50:41 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 92A93814; Mon, 26 May 2014 11:50:41 +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 7F0BF2A0A; Mon, 26 May 2014 11:50:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QBofTM066916; Mon, 26 May 2014 11:50:41 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QBoeMQ066908; Mon, 26 May 2014 11:50:40 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405261150.s4QBoeMQ066908@svn.freebsd.org> From: Martin Wilke Date: Mon, 26 May 2014 11:50:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355307 - in head/deskutils: adesklets gucharmap ontv pal planner.el remember.el xcalendar 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 11:50:41 -0000 Author: miwi Date: Mon May 26 11:50:39 2014 New Revision: 355307 URL: http://svnweb.freebsd.org/changeset/ports/355307 QAT: https://qat.redports.org/buildarchive/r355307/ Log: - Convert gmake,bzip to USES Approved by: portmgr (myself) Modified: head/deskutils/adesklets/Makefile head/deskutils/gucharmap/Makefile head/deskutils/ontv/Makefile head/deskutils/pal/Makefile head/deskutils/planner.el/Makefile head/deskutils/remember.el/Makefile head/deskutils/xcalendar/Makefile Modified: head/deskutils/adesklets/Makefile ============================================================================== --- head/deskutils/adesklets/Makefile Mon May 26 11:43:10 2014 (r355306) +++ head/deskutils/adesklets/Makefile Mon May 26 11:50:39 2014 (r355307) @@ -14,10 +14,8 @@ RUN_DEPENDS= gsed:${PORTSDIR}/textproc/g GNU_CONFIGURE= yes USE_PYTHON= yes -USE_GMAKE= yes -USE_BZIP2= yes USE_EFL= imlib2 -USES= iconv gmake +USES= iconv gmake tar:bzip2 MAN1= adesklets.1 \ adesklets_checkin.1 \ Modified: head/deskutils/gucharmap/Makefile ============================================================================== --- head/deskutils/gucharmap/Makefile Mon May 26 11:43:10 2014 (r355306) +++ head/deskutils/gucharmap/Makefile Mon May 26 11:50:39 2014 (r355307) @@ -14,9 +14,7 @@ COMMENT= A Unicode/ISO10646 character ma LIB_DEPENDS= librarian.so:${PORTSDIR}/textproc/rarian -USE_BZIP2= yes -USES= gettext pkgconfig -USE_GMAKE= yes +USES= gettext pkgconfig gmake tar:bzip2 USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 GNU_CONFIGURE= yes INSTALLS_OMF= yes Modified: head/deskutils/ontv/Makefile ============================================================================== --- head/deskutils/ontv/Makefile Mon May 26 11:43:10 2014 (r355306) +++ head/deskutils/ontv/Makefile Mon May 26 11:50:39 2014 (r355307) @@ -19,10 +19,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk- RUN_DEPENDS:= ${BUILD_DEPENDS} \ tv_check:${PORTSDIR}/textproc/p5-xmltv -USE_BZIP2= yes -USES= gettext +USES= gettext gmake tar:bzip2 USE_GNOME= gnomehack gnomeprefix pygnomedesktop pygnomeextras pygtk2 -USE_GMAKE= yes USE_PYTHON= 2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/deskutils/pal/Makefile ============================================================================== --- head/deskutils/pal/Makefile Mon May 26 11:43:10 2014 (r355306) +++ head/deskutils/pal/Makefile Mon May 26 11:50:39 2014 (r355307) @@ -12,7 +12,6 @@ COMMENT= Calendar application USES= pkgconfig gettext gmake USE_GNOME= glib20 -USE_GMAKE= yes ALL_TARGET= WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src Modified: head/deskutils/planner.el/Makefile ============================================================================== --- head/deskutils/planner.el/Makefile Mon May 26 11:43:10 2014 (r355306) +++ head/deskutils/planner.el/Makefile Mon May 26 11:50:39 2014 (r355307) @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PlannerMode is an organizer and day planner for Emacs USE_EMACS= yes -USE_GMAKE= yes +USES= gmake BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/muse/muse.el:${PORTSDIR}/textproc/muse Modified: head/deskutils/remember.el/Makefile ============================================================================== --- head/deskutils/remember.el/Makefile Mon May 26 11:43:10 2014 (r355306) +++ head/deskutils/remember.el/Makefile Mon May 26 11:50:39 2014 (r355307) @@ -13,7 +13,7 @@ MAINTAINER= dryice@dryice.name COMMENT= A Emacs mode for remembering data USE_EMACS= yes -USE_GMAKE= yes +USES= gmake INFO= remember remember-extra Modified: head/deskutils/xcalendar/Makefile ============================================================================== --- head/deskutils/xcalendar/Makefile Mon May 26 11:43:10 2014 (r355306) +++ head/deskutils/xcalendar/Makefile Mon May 26 11:50:39 2014 (r355307) @@ -13,9 +13,8 @@ COMMENT= A calendar with a notebook for WRKSRC= ${WRKDIR}/${PORTNAME} -USES= imake +USES= imake gmake USE_XORG= ice sm x11 xaw xext xmu xt -USE_GMAKE= yes MAKE_ENV= FILESDIR=${FILESDIR} ALL_TARGET= all XCal-uj.ad xcalendar-uj.hlp xcalendar-uj.man MAN1= xcalendar.1