From owner-freebsd-ports@FreeBSD.ORG Tue Oct 30 16:24:30 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2CD451D0; Tue, 30 Oct 2012 16:24:30 +0000 (UTC) (envelope-from itechbear@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id AF7598FC14; Tue, 30 Oct 2012 16:24:29 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fw7so656933vcb.13 for ; Tue, 30 Oct 2012 09:24:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=iFRRU7SvjRnFYKuN8eM6cNVv1i8RlCRr15hTg3ixz7Q=; b=eQMUm1W41UFM8VPubHvYjG4gv93IzrC26/q9sVZAhh2DixqEhHrgfZGdCjKUYoYW4R dfCvDJ6xTXaOQ7Sr9L3ChrpI/yQMqKg2JEXA5/310BpofMlXahaYTlh7+dbEC5a7wEZG G92AwvXOV4dVDf02IiJ/S9+YaS4guhNAtJ3PtlHhnDVvCHG0VuTZ/EvFVxTAzSsmcOgO jocul8OoBFgKR/EMRV8fskNAnjDW5aga8sUtDgDpvqLKKNr4nJUXwnqLkNcTc1OmYpB6 IESuDHd032tMW1Gc4h8lrlKk2L8rsP1nQfoeXMZAbrfYa1E6jT2vjgTZlYAdhPoG+Pu4 CAhg== MIME-Version: 1.0 Received: by 10.58.247.132 with SMTP id ye4mr59217576vec.9.1351614268503; Tue, 30 Oct 2012 09:24:28 -0700 (PDT) Received: by 10.52.95.17 with HTTP; Tue, 30 Oct 2012 09:24:28 -0700 (PDT) Date: Wed, 31 Oct 2012 00:24:28 +0800 Message-ID: Subject: FreeBSD Port:lang/v8 From: HU Dong To: vanilla@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 16:24:30 -0000 Vanilla: Hello, again! :-) It seems that the port lang/v8 still has a little problem. The d8 binary doesn't work properly. At first, I thought it was a bug of v8 and reported it to the v8 developers team. They denied it. See https://code.google.com/p/v8/issues/detail?id=2385 I downloaded v8 3.14.5 source tarball and compiled manually. I compiled the source code with strictaliasing off, but d8 binary still didn't work properly. Then I turned on strictaliasing and uncommented Makefile:98 #werror=no. This time d8 worked. Since the --js_arguments feature is very important, could you please trouble a little updating the port? Thank you! -- B.R. HU Dong