From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 29 06:00:20 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0191B1065881 for ; Thu, 29 May 2008 06:00:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CE25F8FC20 for ; Thu, 29 May 2008 06:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4T60EKG052982 for ; Thu, 29 May 2008 06:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4T60E6G052981; Thu, 29 May 2008 06:00:14 GMT (envelope-from gnats) Resent-Date: Thu, 29 May 2008 06:00:14 GMT Resent-Message-Id: <200805290600.m4T60E6G052981@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, Edward.Sutton@FreeBSD.org, III Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAAEC106564A for ; Thu, 29 May 2008 05:52:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id ED9738FC27 for ; Thu, 29 May 2008 05:52:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4T5oRuh092071 for ; Thu, 29 May 2008 05:50:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m4T5oRQB092070; Thu, 29 May 2008 05:50:27 GMT (envelope-from nobody) Message-Id: <200805290550.m4T5oRQB092070@www.freebsd.org> Date: Thu, 29 May 2008 05:50:27 GMT From: Edward.Sutton@FreeBSD.org, III To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124090: [patch] port www/links incorrectly specifies LIB_DEPENDS for directfb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 06:00:20 -0000 >Number: 124090 >Category: ports >Synopsis: [patch] port www/links incorrectly specifies LIB_DEPENDS for directfb >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 29 06:00:14 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Edward Sutton, III >Release: FreeBSD 7.0-RELEASE-p1 >Organization: >Environment: >Description: LIB_DEPENDS checks for libdirectfb when it should check for directfb; the check automatically appends lib to the front of the check. A report with a fix was sent to demon@freebsd.org on 4/24/2008 12:12 PM with no reply; it has been updated and sent as a PR as no response was heard from the maintainer during this time and the last update to the port still is broken. >How-To-Repeat: Set DIRECTFB in the config and then build the port. >Fix: --- Makefile~ 2008-05-28 22:41:00.000000000 -0700 +++ Makefile 2008-05-28 22:41:46.000000000 -0700 @@ -56,7 +56,7 @@ .endif .ifdef(WITH_DIRECTFB) -LIB_DEPENDS+= libdirectfb:${PORTSDIR}/devel/directfb +LIB_DEPENDS+= directfb:${PORTSDIR}/devel/directfb CONFIGURE_ARGS+= --with-directfb .else CONFIGURE_ARGS+= --without-directfb >Release-Note: >Audit-Trail: >Unformatted: