aboutsummaryrefslogtreecommitdiff
path: root/lang/lci
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Reset and take che bein.link's maintainershipGuangyuan Yang2020-12-181-1/+1
| | | | | | | | | PR: 251933 Discussed with: rene Approved by: mikael Notes: svn path=/head/; revision=558397
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Cleanup USE_GITHUB usage.Mathieu Arnold2015-05-302-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387986
* - Fix build on headAntoine Brodin2015-05-111-2/+3
| | | | | | | | | - Using readline from ports isn't necessary Reported by: pkg-fallout Notes: svn path=/head/; revision=386068
* lang/lci: unbreak on 11.0-CURRENTJohannes Jost Meixner2015-04-101-1/+2
| | | | | | | | | | | USES+= readline doesn't automatically imply using ports readline on platforms that don't have it in base. Work around by making that dependency explicit. Spotted by: Maxim Filimonov <che@bein.link> Discussed with: bapt Notes: svn path=/head/; revision=383738
* lang/lci: fix build on -HEADJohannes Jost Meixner2015-03-262-4/+3
| | | | | | | | | | | | | - Add USES+= readline to work around readline removal from base, which causes build-issues on 11.0-CURRENT - While there, remove GH_COMMIT Spotted by: Maxim Filimonov <che@bein.link> Differential Revision: https://reviews.freebsd.org/D2147 Approved by: koobs (mentor) Notes: svn path=/head/; revision=382295
* Replace spaces with tab.Johannes Jost Meixner2015-01-251-2/+2
| | | | | | | | Spotted by: koobs Approved by: koobs (mentor) Notes: svn path=/head/; revision=377888
* lang/lci: Add port.Johannes Jost Meixner2015-01-253-0/+26
This is the original LOLCODE interpreter. WWW: http://lolcode.org PR: 196785 Differential Revision: https://reviews.freebsd.org/D1632 Submitted by: Maxim Filimonov <che@bein.link> Approved by: koobs (mentor) Notes: svn path=/head/; revision=377881