Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2021 07:53:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 252848] multimedia/libdvdcss: Build error with default options and devel/doxygen installed
Message-ID:  <bug-252848-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252848

            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@FreeBSD.org
          Reporter: rhurlin@FreeBSD.org
                CC: fluffy@FreeBSD.org, jpaetzel@FreeBSD.org
                CC: fluffy@FreeBSD.org, jpaetzel@FreeBSD.org

Created attachment 221759
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D221759&action=
=3Dedit
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=20
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 DOXY=
GEN!
The patch has no solution for that problem.

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



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