From owner-svn-ports-all@FreeBSD.ORG Thu Nov 21 16:38:13 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id C32AC339; Thu, 21 Nov 2013 16:38:13 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D1E02335; Thu, 21 Nov 2013 16:38:13 +0000 (UTC) Received: from [10.31.10.241] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 2052F43552; Thu, 21 Nov 2013 10:38:01 -0600 (CST) Message-ID: <528E36DD.4040400@marino.st> Date: Thu, 21 Nov 2013 17:37:49 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Sunpoet Po-Chuan Hsieh , Mathieu Arnold , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r334297 - in head/www/node: . files X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: marino@freebsd.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 16:38:13 -0000 > +--On 19 novembre 2013 10:12:15 +0000 Sunpoet Po-Chuan Hsieh > wrote: > | Author: sunpoet > | Date: Tue Nov 19 10:12:14 2013 > | New Revision: 334297 > | URL: http://svnweb.freebsd.org/changeset/ports/334297 > | > | Log: > | - Update to 0.10.22 > | - Fix PLIST: add missing manpage > | - While I'm here, add LICENSE > | > > After that update, I'm unable to have it build on 8.3 : > > > -- > Mathieu Arnold This change also breaks www/node on dports as there is no semaphore implementation there yet. I have looked at the source for a few minutes but I didn't see an obvious fix. Is anybody working on a Fix for FreeBSD 8? Undoubtedly this will be the fix DragonFly needs as well. John