From owner-freebsd-ports@FreeBSD.ORG Mon Nov 24 18:49:53 2014 Return-Path: Delivered-To: freebsd-ports@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 EF08CF00; Mon, 24 Nov 2014 18:49:53 +0000 (UTC) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) (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 7269AF01; Mon, 24 Nov 2014 18:49:53 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id q1so8238661lam.30 for ; Mon, 24 Nov 2014 10:49:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=N/qTLunUjy/q3ELSsly+GKXjrbhUtaZuwUFyicR0Qt8=; b=AFZKAgE7CFcj3Pgrqqv+CZI4h3iFbCmdGpi08wWHDdk2hS7KPZmvWV6lhQ0nrskkJD ersQiRv1UZkkdfj8a4mYn1gNTRvppS02zIn4+P+QQB6iBfp3kwFCp9hxkZLParA4HfAO mqsOq4vut2Om2cASmIzi+IdGOQXAKj85ZLa+9nx9oZpiN2S3xxmTsHNCgSm7kjAwjlLx 8qrbC+3AvqzEHaR8srZOSiBtkzTY204rgJ/IYD+HFA5H7YEyF4vq2jhjcxoiWrFNpZsQ DTpRekFDBL7zTuYFVautJmabyDUjsTRRTQZt/lBWxoFpn2IJFKYJRpeOyjDZ92EvUwNi FJeA== MIME-Version: 1.0 X-Received: by 10.152.2.41 with SMTP id 9mr21504370lar.47.1416854991638; Mon, 24 Nov 2014 10:49:51 -0800 (PST) Received: by 10.25.21.86 with HTTP; Mon, 24 Nov 2014 10:49:51 -0800 (PST) Date: Mon, 24 Nov 2014 10:49:51 -0800 Message-ID: Subject: ftp/curl broken (patch-lib-asyn-thread.c fails) From: Nick Rogers To: "freebsd-ports@freebsd.org" , sunpoet@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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:49:54 -0000 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