From owner-svn-ports-all@FreeBSD.ORG Thu Nov 20 06:48:52 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C751CA8E; Thu, 20 Nov 2014 06:48:52 +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 827AD792; Thu, 20 Nov 2014 06:48:52 +0000 (UTC) Received: by mail-yk0-f181.google.com with SMTP id 142so1016813ykq.12 for ; Wed, 19 Nov 2014 22:48:51 -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=hkkMffmIVU4KvDJJaAMZH+l0aJgW/QVfXDn9iMlHFu8=; b=hR69JoHEjG9sdEktPGR5EKoHthtH2u3FqcjPUrChaqEuwSJeNIVmfUguDzl+YTEJk6 GHTwf0mGMRZDqkuvmD7ltatwJAK+qOtdoNJcWXvNcCnuhGu7HF4dAWDXmH1OOtY5U+Qd T9g9gx0arus7NVkqN83m0qPi1ETR0/+vIwBlHd41x6eenylvYpbd6NGooDtMmx3KhFIA RCwqO8kC8/Ylnx/BK8uhb8TmACJfz5kNXm7pXIuwx0jUNpZw/h1NCtw8b9BgFgC02aHh P18dkMyKUvA+h4TIup0X37t+/6H4ya5Toy1oyvO244vi+we7DwlPX4ZgaSkxQNJCSmGc gPuw== MIME-Version: 1.0 X-Received: by 10.236.199.3 with SMTP id w3mr43063823yhn.20.1416466131722; Wed, 19 Nov 2014 22:48:51 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.211.9 with HTTP; Wed, 19 Nov 2014 22:48:51 -0800 (PST) In-Reply-To: <201411190629.sAJ6TxG7029319@svn.freebsd.org> References: <201411190629.sAJ6TxG7029319@svn.freebsd.org> Date: Thu, 20 Nov 2014 07:48:51 +0100 X-Google-Sender-Auth: nRMEmIXgBKTgG36yE79NS1bB6e4 Message-ID: Subject: Re: svn commit: r372762 - head/math/p5-Math-Int128 From: Antoine Brodin To: Kurt Jaeger 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 06:48:52 -0000 On Wed, Nov 19, 2014 at 7:29 AM, Kurt Jaeger wrote: > Author: pi > Date: Wed Nov 19 06:29:58 2014 > New Revision: 372762 > URL: https://svnweb.freebsd.org/changeset/ports/372762 > QAT: https://qat.redports.org/buildarchive/r372762/ > > Log: > math/p5-Math-Int128: fix _DEPENDS > > PR: 194736 Hi, This still fails to configure on FreeBSD 8 or 9. Cheers, Antoine