From owner-svn-ports-head@FreeBSD.ORG Fri May 24 08:13:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 29471496; Fri, 24 May 2013 08:13:42 +0000 (UTC) (envelope-from erwin@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 C8C4E7AF; Fri, 24 May 2013 08:13:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4O8DfV4016025; Fri, 24 May 2013 08:13:41 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4O8Dfj9016024; Fri, 24 May 2013 08:13:41 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201305240813.r4O8Dfj9016024@svn.freebsd.org> From: Erwin Lansing Date: Fri, 24 May 2013 08:13:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318923 - head/lang/slib-gauche 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.14 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, 24 May 2013 08:13:42 -0000 Author: erwin Date: Fri May 24 08:13:41 2013 New Revision: 318923 URL: http://svnweb.freebsd.org/changeset/ports/318923 Log: Mark BROKEN: does not build. Submitted by: pointyhat Modified: head/lang/slib-gauche/Makefile Modified: head/lang/slib-gauche/Makefile ============================================================================== --- head/lang/slib-gauche/Makefile Fri May 24 08:09:37 2013 (r318922) +++ head/lang/slib-gauche/Makefile Fri May 24 08:13:41 2013 (r318923) @@ -16,6 +16,8 @@ DISTFILES= # empty MAINTAINER= ports@FreeBSD.org COMMENT= SLIB installation for Gauche +BROKEN= does not build + BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib \ gosh:${PORTSDIR}/lang/gauche RUN_DEPENDS:= ${BUILD_DEPENDS}