Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2024 09:29: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-nLNVjjM3p3@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

Tijl Coosemans <tijl@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tijl@FreeBSD.org

--- Comment #2 from Tijl Coosemans <tijl@FreeBSD.org> ---
USE_LINUX_RPM is only for linux-(c7|rl9) ports.  It sets USE_LINUX_PREFIX w=
hich
is probably causing problems with PREFIX !=3D LOCALBASE.  So try the follow=
ing
changes:

-PKGNAMEPREFIX=3D
-USE_LINUX_RPM=3D nolib
-SRC_DISTFILES=3D
+NO_BUILD=3D      yes
+NO_WRKSUBDIR=3D  yes

You should also remove @dir /compat from pkg-plist.  Traditionally it's not=
 a
directory but a symbolic link to /usr/compat.  I think it's added by "make
makeplist" but that's a bug.

--=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-nLNVjjM3p3>