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)
Thu, Jan 9, 9:22 PM
Unknown Object (File)
Nov 24 2024, 10:35 PM
Unknown Object (File)
Nov 22 2024, 3:45 AM
Unknown Object (File)
Nov 17 2024, 9:49 PM
Unknown Object (File)
Nov 10 2024, 10:35 AM
Unknown Object (File)
Sep 25 2024, 11:53 AM
Unknown Object (File)
Sep 25 2024, 11:21 AM
Unknown Object (File)
Sep 22 2024, 10:10 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.