From owner-svn-ports-all@freebsd.org Thu Sep 15 05:06:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60A88BDB83F; Thu, 15 Sep 2016 05:06:46 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2ADA810C4; Thu, 15 Sep 2016 05:06:46 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x232.google.com with SMTP id 186so57559100itf.0; Wed, 14 Sep 2016 22:06:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=p6iyCf3ZqUG+F6UAxRm/WB2yxbMMRjoV4XAZR9XqFZI=; b=GWPxsEI6BAA0w2Bxrtl4MhoY7OGCYKltVTBjfZPE/G9T0qR81Z7O25Cw3rrVrg81kd bYl74fg51Wdu4B9bXtJAfHRQDwA2jKkzgoY1KpMCk1yrHMSyRilYv+0DgoN27oIf8zAN slTy7n+anPCa066u/BwKwVeSe5QWHw+fBUvS+N8Jc52v2XAmLyMvozCibhWUNzBa0p1C 8INMb+P+cZW87falLiDyLy82c/jxY85Y0m834XHyRgUmLnu+PXgJiUVyP7OB8UkwalBQ gXrIFcVtjdZeS7wsb3fmtrt7HcDwMIVXEE6YPyT0/2TDaUpTBuJatzFSpa87D3QQdLHd q3EQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=p6iyCf3ZqUG+F6UAxRm/WB2yxbMMRjoV4XAZR9XqFZI=; b=Conq2+fsN5qI60QInFWna28FBIapB1K1Tcf4FWb4vni2XBS+hpVNBWQ6oiwZDmDSS+ DgC1q3p1QuItxmlkuulv891ytLxuKHtm2VKsiAU4gVZSurOK61O65staVVvJjb+j2DqL 7CCGrFWhx3qgmb3ji+cCjLsu3QDuwvuH7BIN+CpSTl3B+uGEzzhR6R1q4pKraBpSck3k nOzzcxHhdqXm++DY/igcWFJPNDgNDwbEA9ggvfzJH3vHkFLpYvWG9dskcY0g9+p0pX2C 0ydJJdIA/AiIoHO3sexogcMs1N+fcG9ZyyfGWpGEXP2pozr/5bsMW5PRsrddDB0fQyMH dE1w== X-Gm-Message-State: AE9vXwNj9YwKv7MAHWXq/1mwY3Wcg6xU5IwnT/2UJnmF47tfAMaDSDGHsK2FJDvqBMGUjEw2qa2ZZqTlJyYPIA== X-Received: by 10.107.32.82 with SMTP id g79mr13052617iog.136.1473916005239; Wed, 14 Sep 2016 22:06:45 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.55.68 with HTTP; Wed, 14 Sep 2016 22:06:44 -0700 (PDT) In-Reply-To: <201609131532.u8DFWkYv026742@repo.freebsd.org> References: <201609131532.u8DFWkYv026742@repo.freebsd.org> From: Antoine Brodin Date: Thu, 15 Sep 2016 07:06:44 +0200 X-Google-Sender-Auth: 35-slfhXCgeYBrP-HRAm7KFR0fo Message-ID: Subject: Re: svn commit: r422018 - head/print/texinfo To: Johan van Selst Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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, 15 Sep 2016 05:06:46 -0000 On Tue, Sep 13, 2016 at 5:32 PM, Johan van Selst wrote: > Author: johans > Date: Tue Sep 13 15:32:46 2016 > New Revision: 422018 > URL: https://svnweb.freebsd.org/changeset/ports/422018 > > Log: > Update to Texinfo 6.3 > http://lists.gnu.org/archive/html/info-gnu/2016-09/msg00004.html Hi, I reverted this upgrade as it breaks at least lang/gcc, please request an exp-run. Cheers, Antoine