[Bug 252848] multimedia/libdvdcss: Build error with default options and devel/doxygen installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 20 07:53:10 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252848

            Bug ID: 252848
           Summary: multimedia/libdvdcss: Build error with default options
                    and devel/doxygen installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: rhurlin at FreeBSD.org
                CC: fluffy at FreeBSD.org, jpaetzel at FreeBSD.org
                CC: fluffy at FreeBSD.org, jpaetzel at FreeBSD.org

Created attachment 221759
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=221759&action=edit
patch to disable usage of doxygen, when unselected

Even if OPTION DOXYGEN is disabled (default), multimedia/libdvdcss (1.4.2_1)
finds an already installed devel/doxygen in its configure process:

checking for doxygen... /usr/local/bin/doxygen


The build then breaks with the following message:

[..snip..]
libtool: link: ranlib .libs/libdvdcss.a
libtool: link: ( cd ".libs" && rm -f "libdvdcss.la" && ln -s "../libdvdcss.la"
"libdvdcss.la" )
doxygen 
error: Doxyfile not found and no input file specified!
Doxygen version 1.9.0
Copyright Dimitri van Heesch 1997-2019
...


The attached patch disables the doxygen build in the configure file.


Please note, that multimedia/libdvdcss also fails with enabled OIPTION DOXYGEN!
The patch has no solution for that problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list