aboutsummaryrefslogtreecommitdiff
path: root/net/freeradius-client
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/freeradius-client: unbreak fetch, update to 1.1.7 releaseDima Panov2020-02-248-60/+35
| | | | | | | | | | | Maintainer didn't unbreak the port over 3 months since it was marked unfetchable, version 1.1.7 was released 26.05.2017 Approved by: maintainer (timeout) MFH: 2020Q1 Notes: svn path=/head/; revision=526973
* Mark a few ports BROKEN (unfetchable)Antoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516887
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373063
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-294-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* - USES=libtool tar:bzip2Tijl Coosemans2014-07-153-58/+5
| | | | | | | - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=361954
* - Stage supportMartin Wilke2014-01-311-2/+1
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=341941
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* The FreeRADIUS Client is a framework and library for writing RADIUSBeech Rintoul2008-12-2210-0/+280
Clients which additionally includes radlogin, a flexible RADIUS aware login replacement, a command line program to send RADIUS authentication/authorisation requests and accounting records and a utility to query the status of a RADIUS server. All these programs are based on a library which lets you develop a RADIUS-aware application in less than 50 lines of C code. It is highly portable and runs on Linux, many BSD variants and Solaris. PR: ports/129250 Submitted by: netch at netch.kiev.ua Notes: svn path=/head/; revision=224557