svn commit: r311706 - head/emulators/xsystem35

Baptiste Daroussin bapt at FreeBSD.org
Tue Feb 5 11:54:43 UTC 2013


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 at 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
 


More information about the svn-ports-head mailing list