Date: Fri, 28 Jun 2013 22:32:28 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322004 - in head/sysutils: mmore roottail xbatt xdu xfsm Message-ID: <201306282232.r5SMWSGH023833@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Jun 28 22:32:28 2013 New Revision: 322004 URL: http://svnweb.freebsd.org/changeset/ports/322004 Log: Convert to USES=imake Trim headers Modified: head/sysutils/mmore/Makefile head/sysutils/roottail/Makefile head/sysutils/xbatt/Makefile head/sysutils/xdu/Makefile head/sysutils/xfsm/Makefile Modified: head/sysutils/mmore/Makefile ============================================================================== --- head/sysutils/mmore/Makefile Fri Jun 28 22:26:56 2013 (r322003) +++ head/sysutils/mmore/Makefile Fri Jun 28 22:32:28 2013 (r322004) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mmore -# Date created: 8 July 2005 -# Whom: Matthew Holder <sixxgate@hotmail.com> -# +# Created by: Matthew Holder <sixxgate@hotmail.com> # $FreeBSD$ -# PORTNAME= mmore PORTVERSION= 1.01 @@ -12,11 +8,11 @@ CATEGORIES= sysutils MASTER_SITES= http://matt.sixxgate.com/files/ MAINTAINER= sixxgate@hotmail.com -COMMENT= An Motif/X file/stream viewer +COMMENT= Motif/X file/stream viewer +USES= imake USE_MOTIF= yes USE_BZIP2= yes -USE_IMAKE= yes USE_XORG= x11 xmu xt MAN1= mmore.1 MANCOMPRESSED= yes Modified: head/sysutils/roottail/Makefile ============================================================================== --- head/sysutils/roottail/Makefile Fri Jun 28 22:26:56 2013 (r322003) +++ head/sysutils/roottail/Makefile Fri Jun 28 22:32:28 2013 (r322004) @@ -1,9 +1,5 @@ -# New ports collection makefile for: roottail -# Date created: 30 September 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# +# Created by: Chris D. Faulhaber <jedgar@fxp.org> # $FreeBSD$ -# PORTNAME= roottail PORTVERSION= 1.2 @@ -23,7 +19,7 @@ COMMENT= Print text directly to X11 root MAN1= root-tail.1 PLIST_FILES= bin/root-tail -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAKE_ARGS= CC="${CC}" Modified: head/sysutils/xbatt/Makefile ============================================================================== --- head/sysutils/xbatt/Makefile Fri Jun 28 22:26:56 2013 (r322003) +++ head/sysutils/xbatt/Makefile Fri Jun 28 22:32:28 2013 (r322004) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xbatt -# Date created: 2 May 1995 -# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> -# +# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # $FreeBSD$ -# PORTNAME= xbatt PORTVERSION= 1.2.1 @@ -16,7 +12,7 @@ COMMENT= Laptop battery status display f ONLY_FOR_ARCHS= i386 -USE_IMAKE= yes +USES= imake USE_XORG= xpm xaw NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xbatt Modified: head/sysutils/xdu/Makefile ============================================================================== --- head/sysutils/xdu/Makefile Fri Jun 28 22:26:56 2013 (r322003) +++ head/sysutils/xdu/Makefile Fri Jun 28 22:32:28 2013 (r322004) @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graphically display output of du NO_WRKSUBDIR= yes -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt PLIST_FILES= bin/xdu lib/X11/app-defaults/XDu MAN1= xdu.1 Modified: head/sysutils/xfsm/Makefile ============================================================================== --- head/sysutils/xfsm/Makefile Fri Jun 28 22:26:56 2013 (r322003) +++ head/sysutils/xfsm/Makefile Fri Jun 28 22:32:28 2013 (r322004) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfsm -# Date Created: 24 Nov 1997 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# +# Created by: Vanilla I. Shu <vanilla@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xfsm PORTVERSION= 1.99 @@ -16,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= X File System Monitor -USE_IMAKE= yes +USES= imake USE_XORG= xbitmaps x11 xext MAKE_ARGS= CC="${CC}" CCOPTIONS="-DFreeBSD" MAN1= xfsm.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306282232.r5SMWSGH023833>