Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 22:21:39 +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: r321999 - in head/net: pload tridiavnc wmnet2 xipmsg
Message-ID:  <201306282221.r5SMLdYG020522@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jun 28 22:21:39 2013
New Revision: 321999
URL: http://svnweb.freebsd.org/changeset/ports/321999

Log:
  Convert to USES=imake
  Trim headers
  Mark as broken pload
  Remove indefinite article

Modified:
  head/net/pload/Makefile
  head/net/tridiavnc/Makefile
  head/net/wmnet2/Makefile
  head/net/xipmsg/Makefile

Modified: head/net/pload/Makefile
==============================================================================
--- head/net/pload/Makefile	Fri Jun 28 22:12:51 2013	(r321998)
+++ head/net/pload/Makefile	Fri Jun 28 22:21:39 2013	(r321999)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pload
-# Date created:				22 Septemper 2004
-# Whom:					J.R. Oldroyd <fbsd@opal.com>
-#
+# Created by: J.R. Oldroyd <fbsd@opal.com>
 # $FreeBSD$
-#
 
 PORTNAME=	pload
 PORTVERSION=	0.9.5
@@ -14,9 +10,10 @@ MASTER_SITES=	${MASTER_SITE_LOCAL} \
 MASTER_SITE_SUBDIR=	pav
 
 MAINTAINER=	fbsd@opal.com
-COMMENT=	An X11 program to display network traffic graphs
+COMMENT=	X11 program to display network traffic graphs
 
-USE_IMAKE=	yes
+BROKEN=		does not build: Could not find osdefs.mk
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 HAS_CONFIGURE=	yes
 

Modified: head/net/tridiavnc/Makefile
==============================================================================
--- head/net/tridiavnc/Makefile	Fri Jun 28 22:12:51 2013	(r321998)
+++ head/net/tridiavnc/Makefile	Fri Jun 28 22:21:39 2013	(r321999)
@@ -21,7 +21,7 @@ LICENSE=	GPLv2
 
 USE_PERL5=	yes
 WRKSRC=		${WRKDIR}/unix/vnc_unixsrc
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xt xpm
 ALL_TARGET=	World
 NO_INSTALL_MANPAGES=	yes

Modified: head/net/wmnet2/Makefile
==============================================================================
--- head/net/wmnet2/Makefile	Fri Jun 28 22:12:51 2013	(r321998)
+++ head/net/wmnet2/Makefile	Fri Jun 28 22:21:39 2013	(r321999)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wmnet2
-# Date created:				7 September 2001
-# Whom:					Paolo Pisati <flag@libero.it>
-#
+# Created by: Paolo Pisati <flag@libero.it>
 # $FreeBSD$
-#
 
 PORTNAME=	wmnet2
 PORTVERSION=	1.06
@@ -14,9 +10,9 @@ MASTER_SITES=	http://www.dockapps.org/fi
 DISTNAME=	wmnet-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A nice network monitor for WindowMaker
+COMMENT=	Nice network monitor for WindowMaker
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 
 MAN1=		wmnet2.1

Modified: head/net/xipmsg/Makefile
==============================================================================
--- head/net/xipmsg/Makefile	Fri Jun 28 22:12:51 2013	(r321998)
+++ head/net/xipmsg/Makefile	Fri Jun 28 22:21:39 2013	(r321999)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xipmsg
-# Date created:		29 May 1997
-# Whom:			candy@fct.kgc.co.jp
-#
+# Created by: candy@fct.kgc.co.jp
 # $FreeBSD$
-#
 
 PORTNAME=	xipmsg
 PORTVERSION=	0.8088
@@ -13,8 +9,9 @@ MASTER_SITES=	http://www.bsddiary.net/xi
 DISTNAME=	xipmsg-${PORTVERSION:E}
 
 MAINTAINER=	candy@kgc.co.jp
-COMMENT=	A popup style message communication tool for X11
+COMMENT=	Popup style message communication tool for X11
 
+USES=		imake
 USE_IMAKE=	yes
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 MAN1=		xipmsg.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306282221.r5SMLdYG020522>