From owner-freebsd-questions@FreeBSD.ORG Wed Oct 15 08:29:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18DAC106564A for ; Wed, 15 Oct 2008 08:29:27 +0000 (UTC) (envelope-from artifexor@gmail.com) Received: from mail-gx0-f16.google.com (mail-gx0-f16.google.com [209.85.217.16]) by mx1.freebsd.org (Postfix) with ESMTP id CCAFC8FC12 for ; Wed, 15 Oct 2008 08:29:26 +0000 (UTC) (envelope-from artifexor@gmail.com) Received: by gxk9 with SMTP id 9so5533295gxk.19 for ; Wed, 15 Oct 2008 01:29:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=5mclSYMtxgS2FXlj8y1s+avLxAmDMN4Ffj7OMYZaiDE=; b=rXjzx1ZAsp7oy37cC7l/BUWQ8pOC7bG8R8R08y99yCxNjSddNhnfZls46zwGe8H2l2 WKyXzKKaqSQQFx50XisXH9MKbjdq+UifTAXpcPc96CjTuobcmf+S6YeP/uL8biNqs33i vc3ibh6TIevce+IoKyTzGQl/W/dJZWjI7Dj5w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=eZ1ABiiUsJYoTWcnjh2yTvzjNSWBBi5EVv3+urYIgUHvsdxer5hIstgbs5gdRUKJfy Yvs8qa5RgA13N2/88K6jZXzzoA3thMSpxyre4I58ZOZyneNdeH0n2rB2Z4wisirer6Di q/scHmU0IPhC+y5c1wyjtWPtmSz9zK9aL6tjI= Received: by 10.100.93.17 with SMTP id q17mr509529anb.104.1224057764485; Wed, 15 Oct 2008 01:02:44 -0700 (PDT) Received: by 10.100.225.20 with HTTP; Wed, 15 Oct 2008 01:02:44 -0700 (PDT) Message-ID: <9cbf3f070810150102l6babaf9aq99e6346c41d281c2@mail.gmail.com> Date: Wed, 15 Oct 2008 10:02:44 +0200 From: "Artifex Maximus" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Compiling curl 7.19 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2008 08:29:27 -0000 Hello! I would like to upgrade my curl to the latest 7.19.0 version because it is fixes some problems that 7.18.0 has. I would like to upgrade via ports system for future "compatibility". I have written to the port maintainer a week ago but no change. Is anyone have a folder ftp/curl for 7.19.0 with patches? I have tried to "adjust" 7.18.0 ftp/curl patches but I got errors. Although Curl 7.19.0 is successfully compiled without patches, I am not sure that version is fully working because some patches change system function calls. Bye, a:m