From owner-svn-ports-all@FreeBSD.ORG Tue Feb 5 11:54:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6386BE04; Tue, 5 Feb 2013 11:54:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 46536153; Tue, 5 Feb 2013 11:54:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r15BshM0061373; Tue, 5 Feb 2013 11:54:43 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r15BshjP061372; Tue, 5 Feb 2013 11:54:43 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201302051154.r15BshjP061372@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 5 Feb 2013 11:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311706 - head/emulators/xsystem35 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 11:54:43 -0000 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