From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 20 11:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DBC5775E for ; Mon, 20 May 2013 11:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AB67C167 for ; Mon, 20 May 2013 11:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4KBU0Bl090331 for ; Mon, 20 May 2013 11:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4KBU0m0090319; Mon, 20 May 2013 11:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 20 May 2013 11:30:00 GMT Resent-Message-Id: <201305201130.r4KBU0m0090319@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikolai Lifanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 911B36A9 for ; Mon, 20 May 2013 11:23:49 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) by mx1.freebsd.org (Postfix) with ESMTP id 8484110B for ; Mon, 20 May 2013 11:23:49 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id 4D4321A24A2; Mon, 20 May 2013 11:23:43 +0000 (UTC) Message-Id: <20130520112343.4D4321A24A2@mail.lifanov.com> Date: Mon, 20 May 2013 11:23:43 +0000 (UTC) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178787: [patch] ftp/curl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 May 2013 11:30:00 -0000 >Number: 178787 >Category: ports >Synopsis: [patch] ftp/curl >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 20 11:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nikolai Lifanov >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD mail.lifanov.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: dns/c-ares port has been updated and changed and libcares version has too. This breaks ftp/curl, when compiled with CARES version turned on. >How-To-Repeat: Try to make 'ftp/curl' with CARES option turned on. >Fix: Remove the shlib version from ftp/curl, since the port actually doesn't mind the bump. --- patch.txt begins here --- --- Makefile.orig 2013-05-20 07:17:02.199277998 -0400 +++ Makefile 2013-05-20 07:17:20.749277783 -0400 @@ -106,7 +106,7 @@ .endif .if ${PORT_OPTIONS:MCARES} -LIB_DEPENDS+= cares.2:${PORTSDIR}/dns/c-ares +LIB_DEPENDS+= cares:${PORTSDIR}/dns/c-ares CONFIGURE_ARGS+= --enable-ares=${LOCALBASE} .else CONFIGURE_ARGS+= --disable-ares --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: