From owner-svn-ports-head@FreeBSD.ORG Sat Jan 10 18:37:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA4C7490; Sat, 10 Jan 2015 18:37:29 +0000 (UTC) Received: from mail-yk0-x235.google.com (mail-yk0-x235.google.com [IPv6:2607:f8b0:4002:c07::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9590E31E; Sat, 10 Jan 2015 18:37:29 +0000 (UTC) Received: by mail-yk0-f181.google.com with SMTP id 142so6450357ykq.12; Sat, 10 Jan 2015 10:37:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=wkW9yjcNgsRtIXVWKTy/Pc7aZTVYqDfbhRawrO+wO5c=; b=gOoNMYIjuEbjVgpVmZkHOXI2fGGHovyUvCzoP7pJMS54j+sSWmbZmH3KONnsK1v4Ic h1NYxFaidElpQqsIeRHNc+meSF2Ub/2T3p5XEylo3yhNZRA+QSLcLOxcXoRGti09xp8c OA/WLBkZSVHN9oZdHXSmUiocenlGRHqTYvOZHlYd/6H0rLcuG3vVykHAFJxLEEgPCSY5 3jtLYIWA6fKNPD0eCa0vGw3UMZG8wrcTUwij+fSkA3Sft1ZqMUvmsb8QiXssDZH4vUba K61+h/Fqr3wIBM+XZTxVk6IWZDK+1QhWhTN0jcTqvodUOLUtcqgLvcXf4N4AeCyHtpNl e0aA== MIME-Version: 1.0 X-Received: by 10.170.224.132 with SMTP id q126mr18708110ykf.91.1420915048818; Sat, 10 Jan 2015 10:37:28 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.142.198 with HTTP; Sat, 10 Jan 2015 10:37:28 -0800 (PST) In-Reply-To: <54B16EA4.2070106@marino.st> References: <201501101755.t0AHtrTf069687@svn.freebsd.org> <54B16EA4.2070106@marino.st> Date: Sat, 10 Jan 2015 18:37:28 +0000 X-Google-Sender-Auth: fnqQtXYj8vUWWd7-FdwvJ3clxRE Message-ID: Subject: Re: svn commit: r376718 - head/lang/fpc From: Antoine Brodin To: John Marino Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list 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, 10 Jan 2015 18:37:30 -0000 On Sat, Jan 10, 2015 at 6:25 PM, John Marino wrote: > On 1/10/2015 18:55, Antoine Brodin wrote: >> Author: antoine >> Date: Sat Jan 10 17:55:52 2015 >> New Revision: 376718 >> URL: https://svnweb.freebsd.org/changeset/ports/376718 >> QAT: https://qat.redports.org/buildarchive/r376718/ >> >> Log: >> Revert part of r376655 that is breaks freebsd ports >> >> With hat: portmgr >> > > I'm going to go danfe here and request some clarification. This commit > message does not indicate what exactly broke. Did fpmkunit not build? > Is there a log? Why did portmgr have to step in versus asking the > maintainer to look into it? > Yes it broke fpmkunit, did you test on freebsd? Your commit was supposed to be a nop for freebsd but it wasn't so I reverted, supporting dragonfly is nice but breaking freebsd is not. Cheers, Antoine