From owner-svn-ports-head@FreeBSD.ORG Fri Jun 28 23:06:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6333EFF8; Fri, 28 Jun 2013 23:06:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 54D521B78; Fri, 28 Jun 2013 23:06:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5SN61ST034004; Fri, 28 Jun 2013 23:06:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5SN5xNW033980; Fri, 28 Jun 2013 23:05:59 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306282305.r5SN5xNW033980@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 28 Jun 2013 23:05:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322014 - in head/x11-clocks: asclock-xlib astzclock emiclock tclock wmclock wmtime xalarm xtimer 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.14 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: Fri, 28 Jun 2013 23:06:01 -0000 Author: bapt Date: Fri Jun 28 23:05:59 2013 New Revision: 322014 URL: http://svnweb.freebsd.org/changeset/ports/322014 Log: Convert to USES=imake Modified: head/x11-clocks/asclock-xlib/Makefile head/x11-clocks/astzclock/Makefile head/x11-clocks/emiclock/Makefile head/x11-clocks/tclock/Makefile head/x11-clocks/wmclock/Makefile head/x11-clocks/wmtime/Makefile head/x11-clocks/xalarm/Makefile head/x11-clocks/xtimer/Makefile Modified: head/x11-clocks/asclock-xlib/Makefile ============================================================================== --- head/x11-clocks/asclock-xlib/Makefile Fri Jun 28 23:01:51 2013 (r322013) +++ head/x11-clocks/asclock-xlib/Makefile Fri Jun 28 23:05:59 2013 (r322014) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asclock-xlib -# Date created: 24 April 1999 -# Whom: Jun Kuriyama -# +# Created by: Jun Kuriyama # $FreeBSD$ -# PORTNAME= asclock-xlib PORTVERSION= 2.0.11 @@ -19,7 +15,7 @@ MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/asclock-xlib USE_XORG= xpm x11 -USE_IMAKE= YES +USES= imake .if !defined(BATCH) && !defined(PACKAGE_BUILDING) IS_INTERACTIVE= YES Modified: head/x11-clocks/astzclock/Makefile ============================================================================== --- head/x11-clocks/astzclock/Makefile Fri Jun 28 23:01:51 2013 (r322013) +++ head/x11-clocks/astzclock/Makefile Fri Jun 28 23:05:59 2013 (r322014) @@ -1,9 +1,5 @@ -# New ports collection makefile for: astzclock -# Date created: 3 August 2004 -# Whom: Greg Lewis -# +# Created by: Greg Lewis # $FreeBSD$ -# PORTNAME= astzclock PORTVERSION= 1.0 @@ -14,7 +10,7 @@ MASTER_SITES= http://www.eyesbeyond.com/ MAINTAINER= glewis@FreeBSD.org COMMENT= Afterstep clock with some timezone extensions -USE_IMAKE= yes +USES= imake USE_XORG= xpm MAN1= astzclock.1 PLIST_FILES= bin/astzclock Modified: head/x11-clocks/emiclock/Makefile ============================================================================== --- head/x11-clocks/emiclock/Makefile Fri Jun 28 23:01:51 2013 (r322013) +++ head/x11-clocks/emiclock/Makefile Fri Jun 28 23:05:59 2013 (r322014) @@ -1,9 +1,5 @@ -# New ports collection makefile for: EmiClock -# Date created: 15 March 1995 -# Whom: Nobuhiro Yasutomi -# +# Created by: Nobuhiro Yasutomi # $FreeBSD$ -# PORTNAME= emiclock PORTVERSION= 2.0.2 @@ -14,7 +10,7 @@ MASTER_SITES= http://ftp.vector.co.jp/pa MAINTAINER= ports@FreeBSD.org COMMENT= Hyper-animated face analog clock for X11 -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= emiclock.1 Modified: head/x11-clocks/tclock/Makefile ============================================================================== --- head/x11-clocks/tclock/Makefile Fri Jun 28 23:01:51 2013 (r322013) +++ head/x11-clocks/tclock/Makefile Fri Jun 28 23:05:59 2013 (r322014) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tclock -# Date created: So 7 Feb 1999 20:50:43 MET -# Whom: Lars Koeller -# +# Created by: Lars Koeller # $FreeBSD$ -# PORTNAME= tclock PORTVERSION= 1.0.1 @@ -17,7 +13,7 @@ MAINTAINER= aehlig@linta.de COMMENT= Transparent analog clock for x11 NO_WRKSUBDIR= yes -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAN1= tclock.1 PLIST_FILES= bin/tclock Modified: head/x11-clocks/wmclock/Makefile ============================================================================== --- head/x11-clocks/wmclock/Makefile Fri Jun 28 23:01:51 2013 (r322013) +++ head/x11-clocks/wmclock/Makefile Fri Jun 28 23:05:59 2013 (r322014) @@ -9,9 +9,9 @@ MASTER_SITES= http://www.bluestop.org/wm MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org -COMMENT= A dockable clock applet for Window Maker +COMMENT= Dockable clock applet for Window Maker -USE_IMAKE= yes +USES= imake MAKE_JOBS_SAFE= yes USE_XORG= xpm MAN1= wmclock.1 Modified: head/x11-clocks/wmtime/Makefile ============================================================================== --- head/x11-clocks/wmtime/Makefile Fri Jun 28 23:01:51 2013 (r322013) +++ head/x11-clocks/wmtime/Makefile Fri Jun 28 23:05:59 2013 (r322014) @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmtime -# Date created: 1 July 1998 -# Whom: Rich Neswold -# +# Created by: Rich Neswold # $FreeBSD$ -# PORTNAME= wmtime PORTVERSION= 1.0b2 @@ -18,7 +14,7 @@ COMMENT= Time/Date applet for WindowMake PLIST_FILES= bin/wmtime WRKSRC= ${WRKDIR}/wmtime.app/wmtime -USE_IMAKE= yes +USES= imake USE_XORG= xpm post-extract: Modified: head/x11-clocks/xalarm/Makefile ============================================================================== --- head/x11-clocks/xalarm/Makefile Fri Jun 28 23:01:51 2013 (r322013) +++ head/x11-clocks/xalarm/Makefile Fri Jun 28 23:05:59 2013 (r322014) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xalarm -# Date created: 4 December 1996 -# Whom: desmo@bandwidth.org -# +# Created by: desmo@bandwidth.org # $FreeBSD$ -# PORTNAME= xalarm PORTVERSION= 3.06 @@ -13,17 +9,15 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities MAINTAINER= ports@FreeBSD.org -COMMENT= An X based alarm clock +COMMENT= X based alarm clock -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt IS_INTERACTIVE= yes -.include - MAN1= xalarm.1 xmemo.1 xfortune.1 xyow.1 pre-install: (cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad) -.include +.include Modified: head/x11-clocks/xtimer/Makefile ============================================================================== --- head/x11-clocks/xtimer/Makefile Fri Jun 28 23:01:51 2013 (r322013) +++ head/x11-clocks/xtimer/Makefile Fri Jun 28 23:05:59 2013 (r322014) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xtimer -# Date created: 19 May 2000 -# Whom: candy@kgc.co.jp -# +# Created by: candy@kgc.co.jp # $FreeBSD$ -# PORTNAME= xtimer PORTVERSION= 0.8089 @@ -13,9 +9,9 @@ MASTER_SITES= http://www.bsddiary.net/xt DISTNAME= ${PORTNAME}-8089 MAINTAINER= candy@kgc.co.jp -COMMENT= A simple digital timer for X11 +COMMENT= Simple digital timer for X11 -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xtimer.1 PLIST_FILES= bin/xtimer