Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2024 11:52:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279914] [NEW PORT] astro/google-earth-pro 7.3.6
Message-ID:  <bug-279914-7788-VPcjvcQ6ha@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279914-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279914-7788@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=3D279914

--- Comment #8 from Tijl Coosemans <tijl@FreeBSD.org> ---
- files/google-earth-pro still contains %%DATADIR%%.
- I don't think you need pkg-message.  linux_enable=3D"YES" in /etc/rc.conf
mounts linprocfs by default nowadays.
- In post-patch, ${RM} and ${LN} -s lines can be combined with ${LN} -sf.
- If you rename files/google-earth-pro to files/google-earth-pro.in, the se=
cond
${SED} in post-patch can be replaced with:
SUB_FILES=3D      google-earth-pro
SUB_LIST=3D       LINUXBASE=3D${LINUXBASE}
- The Makefile seems to be missing PLIST_SUB=3DLINUXBASE=3D${LINUXBASE}.  M=
aybe
it's added by the ports framework these days?  Can you run "make check-plis=
t"
to make sure it's correct?

--=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-279914-7788-VPcjvcQ6ha>