svn commit: r323684 - head/net/rmsg
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 26 06:02:31 UTC 2013
Author: bapt
Date: Fri Jul 26 06:02:30 2013
New Revision: 323684
URL: http://svnweb.freebsd.org/changeset/ports/323684
Log:
Mark as broken: it needs utmp.h
Modified:
head/net/rmsg/Makefile
Modified: head/net/rmsg/Makefile
==============================================================================
--- head/net/rmsg/Makefile Fri Jul 26 05:42:25 2013 (r323683)
+++ head/net/rmsg/Makefile Fri Jul 26 06:02:30 2013 (r323684)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: rmsg
-# Date created: 9 October 1995
-# Whom: torstenb at FreeBSD.org
-#
+# Created by: torstenb at 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 at 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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= Does not build after the removal of utmp(5)
+.endif
+
+.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list