Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2011 14:58:28 GMT
From:      Remko C <sirdice@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157183: devel/libftdi dependency and pkg-plist problems
Message-ID:  <201105191458.p4JEwSVe005284@red.freebsd.org>
Resent-Message-ID: <201105191500.p4JF0PR9074332@freefall.freebsd.org>

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

>Number:         157183
>Category:       ports
>Synopsis:       devel/libftdi dependency and pkg-plist problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 19 15:00:24 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Remko C
>Release:        8.2-STABLE
>Organization:
>Environment:
FreeBSD j-build-amd64.dicelan.home 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun May  1 19:41:12 CEST 2011     root@molly.dicelan.home:/usr/obj/usr/src/sys/MOLLY  amd64

>Description:
Fails to build completely when devel/doxygen isn't installed. This should be added to the build dependencies.

Pkg-plist has wrong version of libftdipp.so when building with boost support.
>How-To-Repeat:
make 
make install
make package

>Fix:
pkg-plist:
%%BOOST%%lib/libftdipp.so.18
Should be:
%%BOOST%%lib/libftdipp.so.19

Fix the dependency on doxygen, since it's only used for the documentation it might need to be wrapped up to take NOPORTDOCS into account.

BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen


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



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