Page MenuHomeFreeBSD

New port: devel/libtsm: Terminal-emulator state machine
ClosedPublic

Authored by yuri on Nov 30 2017, 6:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 1:10 AM
Unknown Object (File)
Thu, Sep 18, 9:58 AM
Unknown Object (File)
Sep 10 2025, 12:57 PM
Unknown Object (File)
Sep 10 2025, 3:41 AM
Unknown Object (File)
Aug 16 2025, 12:11 AM
Unknown Object (File)
Aug 3 2025, 10:01 PM
Unknown Object (File)
Aug 1 2025, 7:31 AM
Unknown Object (File)
Jul 28 2025, 8:44 AM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Disabled pkg-config that triggers tests build.

devel/libtsm/Makefile
4 ↗(On Diff #35998)

^DISTVERSION for new ports

yuri marked an inline comment as done.Nov 30 2017, 9:34 PM
devel/libtsm/Makefile
22 ↗(On Diff #36020)

I would try to disable building the static library, if possible.

There is a

--enable-static[=PKGS]  build static libraries [default=yes]

for the configure script.

So you can append --disable-static to the CONFIGURE_ARGS

yuri marked an inline comment as done.Dec 3 2017, 5:40 PM
yuri added inline comments.
devel/libtsm/Makefile
22 ↗(On Diff #36020)

I thought I did. :)

yuri marked an inline comment as done.

.

yuri marked an inline comment as done.Dec 3 2017, 5:41 PM
This revision is now accepted and ready to land.Dec 3 2017, 5:44 PM
This revision was automatically updated to reflect the committed changes.