Date: Mon, 20 May 2013 11:23:43 +0000 (UTC) From: Nikolai Lifanov <lifanov@mail.lifanov.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/178787: [patch] ftp/curl Message-ID: <20130520112343.4D4321A24A2@mail.lifanov.com> Resent-Message-ID: <201305201130.r4KBU0m0090319@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130520112343.4D4321A24A2>