Date: Sun, 05 Apr 2020 00:02:44 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 245274] devel/mdds: update to 1.5.0 Message-ID: <bug-245274-25061-5HHM9wwlEO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-245274-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-245274-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245274 Mikhail Teterin <mi@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mi@FreeBSD.org --- Comment #2 from Mikhail Teterin <mi@FreeBSD.org> --- Unfortunately, this breaks graphics/libetonyek01, which currently insists on mdds-1.4. Even if I relax the requirement set in the libetonyek01-port: --- Makefile (revision 530729) +++ Makefile (working copy) @@ -14,7 +14,7 @@ LICENSE=3D MPL20 LICENSE_FILE=3D ${WRKSRC}/COPYING -BUILD_DEPENDS=3D ${LOCALBASE}/include/mdds-1.4/mdds/global.hpp:devel/mdds \ +BUILD_DEPENDS=3D ${LOCALBASE}/include/mdds-*/mdds/global.hpp:devel/mdds \ ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS=3D libboost_filesystem.so:devel/boost-libs \ librevenge-0.0.so:textproc/librevenge \ the port's configure breaks later: =3D=3D=3D> libetonyek01-0.1.9_5,1 depends on file: /opt/include/mdds-1.5/mdds/global.hpp - found =3D=3D=3D> libetonyek01-0.1.9_5,1 depends on file: /opt/include/glm/glm.h= pp - found =3D=3D=3D> libetonyek01-0.1.9_5,1 depends on executable: gmake - found =3D=3D=3D> libetonyek01-0.1.9_5,1 depends on package: pkgconf>=3D1.3.0_1 = - found =3D=3D=3D> libetonyek01-0.1.9_5,1 depends on file: /opt/bin/ccache - found =3D=3D=3D> libetonyek01-0.1.9_5,1 depends on shared library: libboost_fil= esystem.so - found (/opt/lib/libboost_filesystem.so) =3D=3D=3D> libetonyek01-0.1.9_5,1 depends on shared library: librevenge-0= .0.so - found (/opt/lib/librevenge-0.0.so) =3D=3D=3D> libetonyek01-0.1.9_5,1 depends on shared library: liblangtag.s= o - found (/opt/lib/liblangtag.so) =3D=3D=3D> libetonyek01-0.1.9_5,1 depends on shared library: libxml2.so -= found (/opt/lib/libxml2.so) =3D=3D=3D> Configuring for libetonyek01-0.1.9_5,1 configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes ... checking for MDDS... no configure: error: Package requirements (mdds-1.4) were not met: Package 'mdds-1.4', required by 'virtual:world', not found This needs to be taken care of -- especially, because libetonyek01 itself is also required by libreoffice. --=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-245274-25061-5HHM9wwlEO>