From owner-freebsd-ports@FreeBSD.ORG Mon Nov 24 18:58:22 2014 Return-Path: Delivered-To: freebsd-ports@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 6AF61502 for ; Mon, 24 Nov 2014 18:58:22 +0000 (UTC) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) (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 E4B557B for ; Mon, 24 Nov 2014 18:58:21 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id p9so7063602lbv.35 for ; Mon, 24 Nov 2014 10:58:14 -0800 (PST) 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:content-type; bh=Pco/M7K+TwCNTotXPQQ+/hhDOQfF8g1Qj5RY31B+vTI=; b=f+eZpZouq5XlUeQ6yT9kO4+OLxRrVmwKKbVkfH3K2VTk+sNnsjegPavBpQ7fXnpvSE uJcPwetTdh2S8LnPNvje03htCs8BaDfvjVZVNJh6JUk2qgRUTstb2VWHrpP5lP8JR4Aw 5zFpgGYU286kNrVll6c3abzqzI3X0b0pjsz4F/XVIoK5l/YODJiI39OonCCGGceAvsyD GgAYA11WLkcjl1R6+14mYni187B39ulkWD7Y1JNTg3JCFLg0AJj1VHBVBvuJxkBgpQJR jrGzCHeAfq7LtJHOZsZU7qZ1Usgcq7xNWoUGfj20bpX9tzU3ZCccTc1QdMtwH11KY7FD W43g== X-Gm-Message-State: ALoCoQmK4NCgDxAozmARtFHlsvvhevhW7Uy/gbyIMXK8NrdBTwzjbk+MdOLoabR0wzHnbdcwEeiD X-Received: by 10.152.205.74 with SMTP id le10mr10497635lac.96.1416855494046; Mon, 24 Nov 2014 10:58:14 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.49.114 with HTTP; Mon, 24 Nov 2014 10:57:53 -0800 (PST) In-Reply-To: References: From: Sunpoet Po-Chuan Hsieh Date: Tue, 25 Nov 2014 02:57:53 +0800 X-Google-Sender-Auth: vCwnK6r5WTFRfz4kJOR1VM4p4ic Message-ID: Subject: Re: ftp/curl broken (patch-lib-asyn-thread.c fails) To: Nick Rogers Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2014 18:58:22 -0000 On Tue, Nov 25, 2014 at 2:49 AM, Nick Rogers wrote: > It appears that the ftp/curl port was broken with the very-recent commit > update to 7.39.0. I happened to do a svn up and rebuild in the last 30 > minutes after the change. > > Looks like the following patch is no longer necessary as its in the latest > version? > > > https://github.com/bagder/curl/commit/d9762a7cdb35e70f8cb0bf1c2f8019e8391616e1 > > ===> Patching for curl-7.39.0 > > ===> Applying FreeBSD patches for curl-7.39.0 > > Ignoring previously applied (or reversed) patch. > > 1 out of 1 hunks ignored--saving rejects to lib/asyn-thread.c.rej > > => Patch patch-lib-asyn-thread.c failed to apply cleanly. > > => Patch(es) patch-configure applied cleanly. > > *** Error code 1 > > > Stop. > > make: stopped in /usr/ports/ftp/curl > > -Nick > Hi, It should be fixed now. I forgot to add this file to the script. Regards, sunpoet