Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2003 17:56:51 +0900 (JST)
From:      Alexander Nedotsukov <bland@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/49062: gstreamer-plugins built with WITH_HTTP lacks libghttp library dependence
Message-ID:  <200303100856.h2A8upeS032560@bbnest.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         49062
>Category:       ports
>Synopsis:       gstreamer-plugins built with WITH_HTTP lacks libghttp library dependence
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 10 01:00:26 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Nedotsukov
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD bbnest.dyndns.org 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Sun Mar 9 14:10:52 JST 2003 bland@bbnest.dyndns.org:/usr/obj/usr/src/sys/SU i386


	
>Description:
Library dependence missed for libghttp. Making WITH_HTTP useless if there is
no libghttp library installed before.
	
>How-To-Repeat:
	
>Fix:

	

--- Makefile.diff begins here ---
--- Makefile.orig	Mon Mar 10 17:42:21 2003
+++ Makefile	Mon Mar 10 17:47:46 2003
@@ -374,6 +374,7 @@
 CONFIGURE_ARGS+=	--disable-http
 PLIST_SUB+=	HTTP="@comment "
 .else
+LIB_DEPENDS+=	ghttp.1:${PORTSDIR}/www/libghttp
 PLIST_SUB+=	HTTP=""
 .endif
 
--- Makefile.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303100856.h2A8upeS032560>