From owner-svn-ports-head@FreeBSD.ORG Fri Mar 28 00:20:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 087299CD; Fri, 28 Mar 2014 00:20:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9445D12; Fri, 28 Mar 2014 00:20:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2S0KH9b064485; Fri, 28 Mar 2014 00:20:17 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2S0KHLx064484; Fri, 28 Mar 2014 00:20:17 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403280020.s2S0KHLx064484@svn.freebsd.org> From: Antoine Brodin Date: Fri, 28 Mar 2014 00:20:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349383 - head/x11/emu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 00:20:18 -0000 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 - -.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 +.include