Bug 265960 - editors/libreoffice: Missing dependency on webp
Summary: editors/libreoffice: Missing dependency on webp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: FreeBSD Office Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-20 16:31 UTC by Thomas Zander
Modified: 2022-08-20 19:40 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (office)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Zander freebsd_committer freebsd_triage 2022-08-20 16:31:26 UTC
It seems in 7.4.0.3 there is a mandatory dependency on webp:

checking for LIBWEBP... no
configure: error: Package requirements (libwebp) were not met:

Package 'libwebp', required by 'virtual:world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBWEBP_CFLAGS
and LIBWEBP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
===>  Script "configure" failed unexpectedly.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-20 19:38:14 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3b5bc0e0d9ee64acb221f1021b0e9f411e7007c9

commit 3b5bc0e0d9ee64acb221f1021b0e9f411e7007c9
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-08-20 19:34:04 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-08-20 19:36:51 +0000

    editors/libreoffice: unbreak build in clean environment (+)

    WebP library is mandatory now, declare it directly.

    PR:     265960
    Reported by:    riggs

 editors/libreoffice/Makefile | 1 +
 1 file changed, 1 insertion(+)
Comment 2 Dima Panov freebsd_committer freebsd_triage 2022-08-20 19:40:03 UTC
Fixed, thanks