Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2013 11:54:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311706 - head/emulators/xsystem35
Message-ID:  <201302051154.r15BshjP061372@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Feb  5 11:54:42 2013
New Revision: 311706
URL: http://svnweb.freebsd.org/changeset/ports/311706

Log:
  Mark as broken
  
  nt_scenario.c: In function 'ntmain':
  nt_scenario.c:76: error: 'SYSTEMCOUNTER_MAINLOOP' undeclared (first use in this
  function)
  nt_scenario.c:76: error: (Each undeclared identifier is reported only once
  nt_scenario.c:76: error: for each function it appears in.)

Modified:
  head/emulators/xsystem35/Makefile

Modified: head/emulators/xsystem35/Makefile
==============================================================================
--- head/emulators/xsystem35/Makefile	Tue Feb  5 11:53:04 2013	(r311705)
+++ head/emulators/xsystem35/Makefile	Tue Feb  5 11:54:42 2013	(r311706)
@@ -1,9 +1,5 @@
-# ports collection makefile for:	AliceSoft System 3.5 on X
-# Date created:		24 Oct 1998
-# Whom:			Seiichirou Hiraoka
-#
+# Created by: Seiichirou Hiraoka
 # $FreeBSD$
-#
 
 PORTNAME=	xsystem35
 PORTVERSION=	1.7.2
@@ -14,6 +10,8 @@ MASTER_SITES=	http://8ne.sakura.ne.jp:20
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	AliceSoft System 3.5/3.6/3.8/3.9 on X Window System
 
+BROKEN=	Does not build
+
 LIB_DEPENDS=	vorbis.4:${PORTSDIR}/audio/libvorbis \
 		jpeg.11:${PORTSDIR}/graphics/jpeg
 



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