Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2019 23:31:11 -0700
From:      Gary Aitken <freebsd@dreamchaser.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: help with port using CMakeLists
Message-ID:  <17ce83d3-522b-2a4b-9b35-797d2262cf81@dreamchaser.org>
In-Reply-To: <bcbb644e-12d6-177c-be30-6b97dee8e149@dreamchaser.org>
References:  <bcbb644e-12d6-177c-be30-6b97dee8e149@dreamchaser.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 1/15/19 7:37 PM, Gary Aitken wrote:
> 11.2-RELEASE-p4 FreeBSD 11.2-RELEASE-p4
> 
> Up until now, (I think) I've been able to:
>    cd /usr/ports/foo/bar
>    make
>    make install
>    modify port
>    make deinstall
>    make
>    make reinstall
> 
> However, I'm not sure I've ever done this with a build based on CMakeLists.
> 
> working with
>    cad/freecad
> source files in
>    /usr/ports/cad/freecad-dev/work/FreeCAD-a14af0f/src/Gui
> objs appear to be in
>    /usr/ports/cad/freecad-dev/work/.build/src/Gui/CMakeFiles/FreeCADGui.dir
> 
> If I modify a source file, then type "make" from /usr/ports/cad/freecad,
> there is not a new .o in the above object directory.
> If I remove work/.build_done.FreeCAD._user_local it still isn't generated.
> 
> What's the magic formula?  I don't see any new files anywhere.

Never mind, looks like I needed to get rid of .install_done... and
.stage_done also  duh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17ce83d3-522b-2a4b-9b35-797d2262cf81>