From owner-svn-ports-head@FreeBSD.ORG Fri Jun 28 22:32:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 743C4FFF; Fri, 28 Jun 2013 22:32:29 +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 668C01A29; Fri, 28 Jun 2013 22:32:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5SMWTw0023838; Fri, 28 Jun 2013 22:32:29 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5SMWSGH023833; Fri, 28 Jun 2013 22:32:28 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306282232.r5SMWSGH023833@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 28 Jun 2013 22:32:28 +0000 (UTC) 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 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 22:32:29 -0000 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 -# +# Created by: Matthew Holder # $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 -# +# Created by: Chris D. Faulhaber # $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 -# +# Created by: Nobuhiro Yasutomi # $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 -# +# Created by: Vanilla I. Shu # $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