From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:40:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27050783; Sat, 30 Nov 2013 18:40:04 +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 EE2C711C6; Sat, 30 Nov 2013 18:40:03 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.26.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 66D7443552; Sat, 30 Nov 2013 12:39:38 -0600 (CST) Message-ID: <529A30DE.8070705@marino.st> Date: Sat, 30 Nov 2013 19:39:26 +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: marino@freebsd.org Subject: Re: svn commit: r334297 - in head/www/node: . files [Please revert if it's not going to be fixed] References: <528E36DD.4040400@marino.st> In-Reply-To: <528E36DD.4040400@marino.st> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Sunpoet Po-Chuan Hsieh , Mathieu Arnold , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: marino@freebsd.org List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 18:40:04 -0000 On 11/21/2013 17:37, John Marino wrote: >> +--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. > So www/node has regressed on a supported platform: FreeBSD 8.x ( http://portsmon.freebsd.org/portoverview.py?category=www&portname=node ) Should not r334297 be reverted with an epoch since it's apparently not going to get fixed? When FreeBSD 8 is no longer supported, then the later versions of node can be brought in. Unless node can be patched to continue to work on FreeBSD 8 of course. But it's now been busted 11 days with no acknowledgement, so it's getting close to time to revert the commit IMO. John