From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 16 06:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77957106568F for ; Wed, 16 Dec 2009 06:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3B7918FC14 for ; Wed, 16 Dec 2009 06:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBG6o2MW023316 for ; Wed, 16 Dec 2009 06:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBG6o2HS023315; Wed, 16 Dec 2009 06:50:02 GMT (envelope-from gnats) Resent-Date: Wed, 16 Dec 2009 06:50:02 GMT Resent-Message-Id: <200912160650.nBG6o2HS023315@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Masanori OZAWA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 425E31065672 for ; Wed, 16 Dec 2009 06:49:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 32DDE8FC0C for ; Wed, 16 Dec 2009 06:49:56 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBG6ntH6066942 for ; Wed, 16 Dec 2009 06:49:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id nBG6ntXk066941; Wed, 16 Dec 2009 06:49:55 GMT (envelope-from nobody) Message-Id: <200912160649.nBG6ntXk066941@www.freebsd.org> Date: Wed, 16 Dec 2009 06:49:55 GMT From: Masanori OZAWA To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/141672: [PATCH] lang/neko: build problem fixed. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2009 06:50:02 -0000 >Number: 141672 >Category: ports >Synopsis: [PATCH] lang/neko: build problem fixed. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 16 06:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Masanori OZAWA >Release: 8.0-STABLE >Organization: ONGS Inc. >Environment: FreeBSD mithos.ongs.co.jp 8.0-STABLE FreeBSD 8.0-STABLE #1: Wed Dec 16 04:40:30 JST 2009 root@:/usr/obj/usr/src/sys/GENERIC amd64 >Description: - new boehm-gc port (1.57 or later) builds without static library. but, nekovm needs it. >How-To-Repeat: >Fix: diff -urBN neko.orig/Makefile neko/Makefile --- neko.orig/Makefile 2009-12-15 22:26:54.000000000 +0900 +++ neko/Makefile 2009-12-16 15:32:19.000000000 +0900 @@ -7,6 +7,7 @@ PORTNAME= neko PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://nekovm.org/_media/ @@ -30,7 +31,7 @@ # Neko needs boehm-gc with POSIX thread support. BC_DIR!= cd ${PORTSDIR}/devel/boehm-gc && ${MAKE} -V WRKSRC -BC_MAKEARGS= BATCH=yes WITH_THREADING=true +BC_MAKEARGS= BATCH=yes WITH_THREADING=true CONFIGURE_ARGS=--enable-static BC_CFLAGS:= ${CFLAGS} CFLAGS+= -I${WRKSRC} -I${LOCALBASE}/include >Release-Note: >Audit-Trail: >Unformatted: