Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2014 00:20:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349383 - head/x11/emu
Message-ID:  <201403280020.s2S0KHLx064484@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Mar 28 00:20:17 2014
New Revision: 349383
URL: http://svnweb.freebsd.org/changeset/ports/349383
QAT: https://qat.redports.org/buildarchive/r349383/

Log:
  This port is also broken on freebsd 8
  
  Reported by:	pkg-fallout

Modified:
  head/x11/emu/Makefile

Modified: head/x11/emu/Makefile
==============================================================================
--- head/x11/emu/Makefile	Fri Mar 28 00:17:56 2014	(r349382)
+++ head/x11/emu/Makefile	Fri Mar 28 00:20:17 2014	(r349383)
@@ -11,7 +11,8 @@ MASTER_SITE_SUBDIR=	applications
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Terminal emulator for the X Window System
 
-DEPRECATED=	Broken on recent FreeBSD 9+, not staged
+BROKEN=		fails to build
+DEPRECATED=	Broken, not staged
 EXPIRATION_DATE=	2014-04-24
 
 BUILD_DEPENDS=	xrdb:${PORTSDIR}/x11/xrdb
@@ -23,15 +24,10 @@ USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 WRKSRC=		${WRKDIR}/emu
 
 NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 900007
-BROKEN=		fails to build with new utmpx
-.endif
 
 MAN1=		emu.1
 
 pre-configure:
 	cd ${WRKSRC}/client ; ${LN} -s ../doc/emu.man .
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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