From owner-svn-ports-head@FreeBSD.ORG Sat Oct 5 02:41:15 2013 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 ESMTP id D01923E5; Sat, 5 Oct 2013 02:41:15 +0000 (UTC) (envelope-from daichi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE1F72405; Sat, 5 Oct 2013 02:41:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r952fFrh063321; Sat, 5 Oct 2013 02:41:15 GMT (envelope-from daichi@svn.freebsd.org) Received: (from daichi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r952fFJS063319; Sat, 5 Oct 2013 02:41:15 GMT (envelope-from daichi@svn.freebsd.org) Message-Id: <201310050241.r952fFJS063319@svn.freebsd.org> From: Daichi GOTO Date: Sat, 5 Oct 2013 02:41:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329406 - in head/lang/neko: . files 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: Sat, 05 Oct 2013 02:41:15 -0000 Author: daichi Date: Sat Oct 5 02:41:15 2013 New Revision: 329406 URL: http://svnweb.freebsd.org/changeset/ports/329406 Log: fixed build fail on 8-stable Submitted by: maintainer Added: head/lang/neko/files/patch-libs_std_sys.c (contents, props changed) Modified: head/lang/neko/Makefile Modified: head/lang/neko/Makefile ============================================================================== --- head/lang/neko/Makefile Sat Oct 5 02:02:34 2013 (r329405) +++ head/lang/neko/Makefile Sat Oct 5 02:41:15 2013 (r329406) @@ -3,6 +3,7 @@ PORTNAME= neko PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://nekovm.org/_media/ Added: head/lang/neko/files/patch-libs_std_sys.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/neko/files/patch-libs_std_sys.c Sat Oct 5 02:41:15 2013 (r329406) @@ -0,0 +1,14 @@ +--- libs/std/sys.c.orig 2013-10-03 01:47:05.000000000 +0900 ++++ libs/std/sys.c 2013-10-03 01:45:35.000000000 +0900 +@@ -41,7 +41,11 @@ + # include + # include + # include ++# if __FreeBSD_version >= 900044 + # include ++# else ++# undef NEKO_POSIX ++# endif + #endif + + #ifdef NEKO_MAC