Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jan 2025 18:08:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 283751] [NEW PORT] devel/termbox2: Terminal rendering library for creating TUIs
Message-ID:  <bug-283751-7788-BliTIaBBXp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283751-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283751-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=3D283751

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 thi=
s:

    (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.

--=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-283751-7788-BliTIaBBXp>