Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2009 06:49:55 GMT
From:      Masanori OZAWA <ozawa@ongs.co.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/141672: [PATCH] lang/neko: build problem fixed.
Message-ID:  <200912160649.nBG6ntXk066941@www.freebsd.org>
Resent-Message-ID: <200912160650.nBG6o2HS023315@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912160649.nBG6ntXk066941>