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, May 22, 5:43 AM
Unknown Object (File)
Wed, May 22, 4:49 AM
Unknown Object (File)
Wed, May 22, 3:46 AM
Unknown Object (File)
Wed, May 22, 3:21 AM
Unknown Object (File)
Wed, May 22, 3:04 AM
Unknown Object (File)
Tue, May 21, 8:26 PM
Unknown Object (File)
Tue, May 21, 8:25 PM
Unknown Object (File)
Apr 19 2024, 1:41 PM
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.