ports/178787: [patch] ftp/curl

Nikolai Lifanov lifanov at mail.lifanov.com
Mon May 20 11:30:00 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list