From owner-svn-ports-all@FreeBSD.ORG Fri Jun 28 20:56:07 2013 Return-Path: Delivered-To: svn-ports-all@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 DB201FF; Fri, 28 Jun 2013 20:56:07 +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 76A181650; Fri, 28 Jun 2013 20:56:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5SKu7As093188; Fri, 28 Jun 2013 20:56:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5SKu6FX093178; Fri, 28 Jun 2013 20:56:06 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306282056.r5SKu6FX093178@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 28 Jun 2013 20:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321984 - in head/deskutils: mrundlg sliderule x026 xcalendar xmaddressbook xpostit xpostitPlus 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.14 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: Fri, 28 Jun 2013 20:56:07 -0000 Author: bapt Date: Fri Jun 28 20:56:05 2013 New Revision: 321984 URL: http://svnweb.freebsd.org/changeset/ports/321984 Log: Convert to USES=imake Modified: head/deskutils/mrundlg/Makefile head/deskutils/sliderule/Makefile head/deskutils/x026/Makefile head/deskutils/xcalendar/Makefile head/deskutils/xmaddressbook/Makefile head/deskutils/xpostit/Makefile head/deskutils/xpostitPlus/Makefile Modified: head/deskutils/mrundlg/Makefile ============================================================================== --- head/deskutils/mrundlg/Makefile Fri Jun 28 20:55:58 2013 (r321983) +++ head/deskutils/mrundlg/Makefile Fri Jun 28 20:56:05 2013 (r321984) @@ -1,9 +1,5 @@ -# New ports collection makefile for: mrundlg -# Date created: 12 July 2005 -# Whom: Matthew Holder -# +# Created by: Matthew Holder # $FreeBSD$ -# PORTNAME= mrundlg PORTVERSION= 1.0 @@ -15,9 +11,9 @@ MASTER_SITES= ${MASTER_SITE_FREEBSD} MAINTAINER= sixxgate@hotmail.com COMMENT= An application / program launcher for Motif +USES= imake USE_MOTIF= yes USE_BZIP2= yes -USE_IMAKE= yes USE_XORG= x11 xmu xt MAN1= mrundlg.1 MANCOMPRESSED= yes Modified: head/deskutils/sliderule/Makefile ============================================================================== --- head/deskutils/sliderule/Makefile Fri Jun 28 20:55:58 2013 (r321983) +++ head/deskutils/sliderule/Makefile Fri Jun 28 20:56:05 2013 (r321984) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sliderule -# Date created: 4 Aug 1997 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= sliderule PORTVERSION= 1.0 @@ -16,7 +12,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= joerg@FreeBSD.org COMMENT= The part of X11R3's xcalc featuring a slide rule -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAN1= sliderule.1 PLIST_FILES= bin/sliderule Modified: head/deskutils/x026/Makefile ============================================================================== --- head/deskutils/x026/Makefile Fri Jun 28 20:55:58 2013 (r321983) +++ head/deskutils/x026/Makefile Fri Jun 28 20:56:05 2013 (r321984) @@ -1,9 +1,5 @@ -# New ports collection makefile for: x026 -# Date created: 2010-10-23 -# Whom: Marcin Cieslak -# +# Created by: Marcin Cieslak # $FreeBSD$ -# PORTNAME= x026 PORTVERSION= 1.2 @@ -14,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= saper@saper.info COMMENT= IBM 026 Keypunch Emulator for the X Window System -USE_IMAKE= yes +USES= imake USE_XORG= xaw7 xpm xt PLIST_FILES= bin/${PORTNAME} Modified: head/deskutils/xcalendar/Makefile ============================================================================== --- head/deskutils/xcalendar/Makefile Fri Jun 28 20:55:58 2013 (r321983) +++ head/deskutils/xcalendar/Makefile Fri Jun 28 20:56:05 2013 (r321984) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xcalendar-4.0 -# Date created: 25 June 1996 -# Whom: MITA Yoshio -# +# Created by: MITA Yoshio # $FreeBSD$ -# PORTNAME= xcalendar PORTVERSION= 4.0.2008 @@ -17,7 +13,7 @@ COMMENT= A calendar with a notebook for WRKSRC= ${WRKDIR}/${PORTNAME} -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xt USE_GMAKE= yes MAKE_ENV= FILESDIR=${FILESDIR} Modified: head/deskutils/xmaddressbook/Makefile ============================================================================== --- head/deskutils/xmaddressbook/Makefile Fri Jun 28 20:55:58 2013 (r321983) +++ head/deskutils/xmaddressbook/Makefile Fri Jun 28 20:56:05 2013 (r321984) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmaddressbook -# Date created: 31 Jul 1996 -# Whom: shanee@augusta.de -# +# Created by: shanee@augusta.de # $FreeBSD$ -# PORTNAME= xmaddressbook PORTVERSION= 1.5.3 @@ -16,8 +12,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= X11/Motif-based addressbook program +USES= imake USE_MOTIF= yes -USE_IMAKE= yes USE_XORG= ice sm x11 xext xi xp xt oldx WRKSRC= ${WRKDIR}/xmaddressbook MAN1= xmaddressbook.1 Modified: head/deskutils/xpostit/Makefile ============================================================================== --- head/deskutils/xpostit/Makefile Fri Jun 28 20:55:58 2013 (r321983) +++ head/deskutils/xpostit/Makefile Fri Jun 28 20:56:05 2013 (r321984) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpostit -# Date created: 6 May 1996 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= xpostit PORTVERSION= 3.3.1 @@ -16,7 +12,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= joerg@FreeBSD.org COMMENT= PostIt (R) messages onto your X11 screen -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt WRKSRC= ${WRKDIR}/xpostit MAN1= xpostit.1 Modified: head/deskutils/xpostitPlus/Makefile ============================================================================== --- head/deskutils/xpostitPlus/Makefile Fri Jun 28 20:55:58 2013 (r321983) +++ head/deskutils/xpostitPlus/Makefile Fri Jun 28 20:56:05 2013 (r321984) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpostit+ -# Date created: 26 Sep 1997 -# Whom: mi -# +# Created by: mi # $FreeBSD$ -# PORTNAME= XPostitPlus PORTVERSION= 2.3 @@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR= office MAINTAINER= ports2@dclg.ca COMMENT= PostIt (R) messages onto your X11 screen -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xpostit+.1