Date: Thu, 17 Feb 2022 19:03:33 +0000 From: bugzilla-noreply@freebsd.org To: tex@FreeBSD.org Subject: [Bug 262021] devel/tex-web2c: port requires obsolete openjpeg15, but does not actually link to it Message-ID: <bug-262021-41148@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262021 Bug ID: 262021 Summary: devel/tex-web2c: port requires obsolete openjpeg15, but does not actually link to it Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: tex@FreeBSD.org Reporter: russo@bogodyn.org Assignee: tex@FreeBSD.org Flags: maintainer-feedback?(tex@FreeBSD.org) As noted in bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262008 = for Libreoffice, the newest version of libreoffice requires OpenJPEG 2.4, and w= ill fail to build if openjpeg 1.5 is installed. Openjpeg 1.5 is NOT marked as a conflict for OpenJPEG 2.4, and is explicitly required by tex-web2c --- so at the moment is is impossible to install tex-web2c (or anything that requires it) *and* the current version of libreoffice at the same time. But it does not look like tex-web2c even *uses* openjpeg:=20=20=20 for i in `pkg info -l tex-web2c | grep bin` ; do ldd $i; done | grep jpeg= =20 returns nothing at all, making it look like this is an unnecessary dependen= cy. If tex-web2c does not use openjpeg at all, then the dependency should be removed. If it can use openjpeg 2.4 instead, it should so that the obsolete openjpeg15 can be removed. If openjpeg15 really *does* have to be installed for tex-web2c to work, then something will have to be done to make it properly coexist with 2.4 so that libreoffice can build. --=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-262021-41148>