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
F171396442: D13302.diff
Thu, Sep 10, 9:58 PM
F171288727: D13302.id36020.diff
Thu, Sep 10, 4:15 AM
F171288664: D13302.id36151.diff
Thu, Sep 10, 4:15 AM
F171288662: D13302.id35997.diff
Thu, Sep 10, 4:15 AM
F171288370: D13302.id36149.diff
Thu, Sep 10, 4:12 AM
F171288365: D13302.diff
Thu, Sep 10, 4:12 AM
Unknown Object (File)
Tue, Sep 8, 9:05 AM
Unknown Object (File)
Sat, Sep 5, 6:08 PM
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.