Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2008 05:50:27 GMT
From:      Edward.Sutton@FreeBSD.org, III <mirror176@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/124090: [patch] port www/links incorrectly specifies LIB_DEPENDS for directfb
Message-ID:  <200805290550.m4T5oRQB092070@www.freebsd.org>
Resent-Message-ID: <200805290600.m4T60E6G052981@freefall.freebsd.org>

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

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



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