Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2020 21:17:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243447] [MAINTAINER UPDATE] [PATCH] Update astro/opencpn to 5.0.0 (and make it fetchable again)
Message-ID:  <bug-243447-7788-CW1BRE7SbU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243447-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243447-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=3D243447

Tobias C. Berner <tcberner@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tcberner@freebsd.org

--- Comment #2 from Tobias C. Berner <tcberner@freebsd.org> ---
Moin moin

Instead of adding  -DBUNDLE_TCDATA=3DON -DOCPN_NEW_SERIAL=3DOFF
-DOCPN_FORCE_GTK3=3DON to cmake args, you can use the helpers CMAKE_ON and
CMAKE_OFF

CMAKE_ON=3DBUNDLE_TCDATA OPCN_FORCE_GTK3
CMAKE_OFF=3DOCPN_NEW_SERIAL

PREFIX in your CFLAGS like
-I${PREFIX}/include/gdk-pixbuf-2.0
should be LOCALBASE.

Followup question: does the cmake of the project not look for these, why do=
 you
need to manually add them to CLFAGS/LDFLAGS? Are you missing USES=3Dpkgconf=
ig?


DOCS_CMAKE_ON=3D  -DBUNDLE_DOCS=3DON
DOCS_CMAKE_OFF=3D -DBUNDLE_DOCS=3DOFF

can be reduced to=20
DOCS_CMAKE_BOOL=3DBUNDLE_DOCS


mfg Tobias

--=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-243447-7788-CW1BRE7SbU>