[Bug 283751] [NEW PORT] devel/termbox2: Terminal rendering library for creating TUIs

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 04 Jan 2025 18:08:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283751

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |fuz@FreeBSD.org
             Status|New                         |In Progress
                 CC|                            |fuz@FreeBSD.org

--- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> ---
Your attempt to create an executable file with COPYTREE_SHARE by first
installing the file to itself and then copying it does not work.  The file is
installed with the executable bit disabled.  Instead try something like this:

    (cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} "!
-name keyboard")
    ${INSTALL_PROGRAM} ${WRKSRC}/demo/keyboard ${STAGEDIR}${EXAMPLESDIR}/

I'll apply that fix on commit.

Test program seems to work fine.

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