Page MenuHomeFreeBSD

lang/lci: fix build on -HEAD
ClosedPublic

Authored by xmj on Mar 26 2015, 8:42 AM.
Tags
None
Referenced Files
F82036226: D2147.id4432.diff
Wed, Apr 24, 8:58 PM
F81986842: D2147.diff
Wed, Apr 24, 4:30 AM
Unknown Object (File)
Tue, Apr 23, 8:37 AM
Unknown Object (File)
Sat, Apr 20, 3:57 PM
Unknown Object (File)
Sat, Apr 20, 2:47 AM
Unknown Object (File)
Mar 8 2024, 11:58 PM
Unknown Object (File)
Mar 8 2024, 11:57 PM
Unknown Object (File)
Feb 21 2024, 2:18 AM
Subscribers
None

Details

Reviewers
swills
koobs
Summary
lang/lci: fix build on -HEAD

- add USES+= readline to work around readline removal from base,
  which causes build-issues on 11.0-CURRENT

Spotted by:	Maxim Filimonov <che@bein.link>
DiffRev:	placeholder
Approved by:	koobs (mentor)
Test Plan
  • currently broken:

http://beefy1.isc.freebsd.org/data/head-i386-default/2015-02-19_09h57m09s/logs/lci-0.11.2.log

  • USES+= readline fixes it.

can't reproduce because my buildjails are currently too old.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

xmj retitled this revision from to lang/lci: fix build on -HEAD.
xmj updated this object.
xmj edited the test plan for this revision. (Show Details)
xmj added reviewers: swills, koobs.
lang/lci/Makefile
14–15

This can now go, no?

koobs edited edge metadata.

LGTM if it still builds :)

This revision is now accepted and ready to land.Mar 26 2015, 9:37 AM

Committed as @rP382295