aboutsummaryrefslogtreecommitdiff
path: root/devel/libcli
Commit message (Collapse)AuthorAgeFilesLines
* devel/libcli: USES=alias to support malloc.h-less DFJohn Marino2015-11-131-1/+1
| | | | Notes: svn path=/head/; revision=401493
* Convert most ports using cloud.github.com to GHC.Mathieu Arnold2015-09-041-1/+3
| | | | | | | | | Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight Notes: svn path=/head/; revision=396103
* devel/libcli: Disable -Werror to restore build on DragonFlyJohn Marino2015-02-181-5/+5
| | | | | | | | | | | This port includes <malloc.h> which generates a warning on DF. PR: 197330 Submitted by: marino@ Approved by: maintainer timeout (tj@) Notes: svn path=/head/; revision=379202
* support stageBaptiste Daroussin2014-01-211-2/+1
| | | | Notes: svn path=/head/; revision=340512
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* * Fix memory leakTom Judge2012-11-102-1/+62
| | | | | | | | | | | * Take over maintainer Feature safe: yes Approved by: bapt Approved by: eadler (mentor) Notes: svn path=/head/; revision=307299
* - update to 1.9.6Baptiste Daroussin2012-11-073-14/+9
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307121
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301684
* - Honor custom PREFIXRyan Steinmetz2012-05-171-3/+10
| | | | | | | | | PR: ports/168008 Submitted by: zi@ Approved by: bapt@ (maintainer) Notes: svn path=/head/; revision=296827
* Fix build with clangBaptiste Daroussin2011-06-201-3/+5
| | | | Notes: svn path=/head/; revision=275908
* - update to 1.9.5Baptiste Daroussin2011-05-045-44/+22
| | | | | | | Submitted by: Erik Karulf erik@karulf.com (by mail) Notes: svn path=/head/; revision=273613
* Add a forgotten patchBaptiste Daroussin2011-05-023-2/+48
| | | | | | | Reported by: Pointy Hat (Pav@) Notes: svn path=/head/; revision=273492
* - change the soname to match authorized name for our ldconfigBaptiste Daroussin2011-04-283-9/+4
| | | | | | | - bump port revision Notes: svn path=/head/; revision=273283
* Libcli provides a shared library for including a Cisco-like command-lineBaptiste Daroussin2011-04-275-0/+61
interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree. WWW: http://github.com/dparrish/libcli/ Notes: svn path=/head/; revision=273255