ports/124090: [patch] port www/links incorrectly specifies LIB_DEPENDS for directfb

Edward.Sutton at FreeBSD.org Edward.Sutton at FreeBSD.org
Thu May 29 06:00:20 UTC 2008


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



More information about the freebsd-ports-bugs mailing list