svn commit: r355307 - in head/deskutils: adesklets gucharmap ontv pal planner.el remember.el xcalendar

Martin Wilke miwi at FreeBSD.org
Mon May 26 11:50:41 UTC 2014


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 at 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 at 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


More information about the svn-ports-all mailing list