[Bug 284521] astro/google-earth-pro: update to 7.3.6.10201

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 03 Feb 2025 15:37:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284521

--- Comment #3 from Nuno Teixeira <eduardo@FreeBSD.org> ---
(In reply to Dima Panov from comment #2)

Even for a linux port aren't this warnings fixable as port installs shared
libraries [1] and uses $CHMOD instead of recommended operators in pkg-plist
instead [2]?

[1]
> WARN: astro/google-earth-pro/pkg-plist: [140]: installing shared libraries,
> please define USE_LDCONFIG as appropriate
Should or shouldn't USE_LDCONFIG be used?
https://docs.freebsd.org/en/books/porters-handbook/book/#porting-shlibs

[2]
> WARN: Makefile: [43]: possible use of "${CHMOD}" found. Use
> @(owner,group,mode) syntax or @owner/@group operators in pkg-plist instead.
${CHMOD} +x ${STAGEDIR}${LINUXBASE}/opt/google/earth/pro/googleearth-bin
versus
https://docs.freebsd.org/en/books/porters-handbook/book/#plist-keywords-base-empty

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