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
F150812820: D13302.id36149.diff
Sat, Apr 4, 5:38 AM
Unknown Object (File)
Tue, Mar 24, 1:01 AM
Unknown Object (File)
Mon, Mar 23, 9:20 PM
Unknown Object (File)
Sun, Mar 22, 7:22 PM
Unknown Object (File)
Sat, Mar 21, 8:11 AM
Unknown Object (File)
Tue, Mar 17, 6:01 AM
Unknown Object (File)
Tue, Mar 17, 3:48 AM
Unknown Object (File)
Sun, Mar 15, 5:08 AM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 13304
Build 13538: arc lint + arc unit

Event Timeline

Disabled pkg-config that triggers tests build.

devel/libtsm/Makefile
5

^DISTVERSION for new ports

yuri marked an inline comment as done.Nov 30 2017, 9:34 PM
devel/libtsm/Makefile
23

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
23

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.