From 556fce1540f3bb0c61c19dde1beec7a031271d31 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 26 Jul 2013 06:02:30 +0000 Subject: Mark as broken: it needs utmp.h --- net/rmsg/Makefile | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/net/rmsg/Makefile b/net/rmsg/Makefile index 20dbae4f61eb..fa992a5820c2 100644 --- a/net/rmsg/Makefile +++ b/net/rmsg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rmsg -# Date created: 9 October 1995 -# Whom: torstenb@FreeBSD.org -# +# Created by: torstenb@FreeBSD.org # $FreeBSD$ -# PORTNAME= rmsg PORTVERSION= 1.64 @@ -12,13 +8,18 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.funet.fi/pub/unix/tcpip/ MAINTAINER= ports@FreeBSD.org -COMMENT= A network messaging system +COMMENT= Network messaging system WRKSRC= ${WRKDIR}/rmsg MAN1= rmsg.1 MAN8= rmsgd.8 -MAKE_JOBS_SAFE= yes PLIST_FILES= bin/rmsg sbin/rmsgd USE_RC_SUBR= rmsgd -.include +.include + +.if ${OSVERSION} > 900007 +BROKEN= Does not build after the removal of utmp(5) +.endif + +.include -- cgit v1.2.3