From owner-freebsd-ports@freebsd.org Thu Nov 26 10:12:09 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0EEEA39C40 for ; Thu, 26 Nov 2015 10:12:09 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B539B18C0 for ; Thu, 26 Nov 2015 10:12:09 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id B4006A39C3E; Thu, 26 Nov 2015 10:12:09 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B39CCA39C3D for ; Thu, 26 Nov 2015 10:12:09 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 839CD18BF for ; Thu, 26 Nov 2015 10:12:09 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: by igvg19 with SMTP id g19so11814341igv.1 for ; Thu, 26 Nov 2015 02:12:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=qky24Bx7OOT3YWEtsEnEDfOZ5LuWK503L8irhuQSrtg=; b=HjKsf5VvG8DawLKxaXpCjLH69YI23p+iRtIcfQ6fJ6SNeFGblzpgLswGwb1U2+B6v9 HTQMOu/fgxn+mTYhbiPG9MPIYnF2y7o8YjMPiVXVAODbaXvvF698r77tmWlUQweja+6+ w13NMho4uom6RdPwDFqgX65KBu6sWeNzwgX/VZwBAQmM1g3/qaOA0HDLkpvIKFN/tYcG QuXfl2qlr2S5o+f6ZhVw+iNZ2sfB5IZ2smj2tgWFA8n2bldhB1BAAyAZb1uccnZVpb0h Ep4Z2mQi7dHiwjYqFlM+voT47y1L7iu5lwEHI2nKnUIPsD8BAUADTBaN+u0NXEtnyeVg NuvQ== X-Received: by 10.50.142.40 with SMTP id rt8mr2369780igb.0.1448532728845; Thu, 26 Nov 2015 02:12:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.54.34 with HTTP; Thu, 26 Nov 2015 02:11:39 -0800 (PST) From: Matthias Gamsjager Date: Thu, 26 Nov 2015 11:11:39 +0100 Message-ID: Subject: MongoDB / V8 To: FreeBSD Ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 10:12:09 -0000 Hello, I tried to compile mongoDB on current but the V8 lib fails to build. Also the version in the ports of mongodb and V8 are quite old. regards Matthias