svn commit: r349383 - head/x11/emu
Antoine Brodin
antoine at FreeBSD.org
Fri Mar 28 00:20:18 UTC 2014
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 at 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>
More information about the svn-ports-head
mailing list