summaryrefslogtreecommitdiff
path: root/net/openradius/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* More staging and minor improvementsChris Rees2013-12-291-3/+4
|
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Unbreak build by renaming memchr() to memchr9()Wesley Shields2009-07-132-0/+22
| | | | | | | | - While here respect LOCALBASE in scripts/configure - Pass maintainer to submitter PR: ports/136434 Submitted by: Chris Rees <utisoft@gmail.com>
* - Fix buildMartin Wilke2007-01-191-0/+12
| | | | | | PR: ports/108084 Submitted by: Cristian KLEIN<cristi@net.utcluj.ro> Approved by: maintainer (implicit)
* - Update to 0.9.12bMartin Wilke2006-11-016-107/+49
| | | | | | | - Pass maintainership to submitter PR: ports/104905 Submitted by: Babak Farrokhi <babak@farrokhi.net>
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* - Fix hardcoded /etc/rc.subr in rc script [1]Marcus Alves Grando2006-02-042-25/+29
| | | | | | | | | | | - Update rc script to use USE_RC_SUBR - Bump PORTREVISION - portlint(1) - Drop MAINTAINER [2] PR: 92465 [1] Reported by: Andrew Partan <asp@partan.com> [1] Requested by: Adam <jettea46@yahoo.com> (maintainer via email) [2]
* Fix coredumps on amd64.Kirill Ponomarev2005-09-081-0/+62
| | | | | PR: ports/85839 Submitted by: maintainer, joerg
* - Install docsPav Lucistnik2005-04-141-0/+25
| | | | | | | - Install RC script PR: ports/79868 Submitted by: Adam Jette <jettea46@yahoo.com> (maintainer)
* - Update to 0.9.10Pav Lucistnik2005-04-112-0/+28
| | | | | PR: ports/79412 Submitted by: Adam Jette <jettea46@yahoo.com> (maintainer)
* Unbreak the port for 5.x (and above). The wondersome makefileJoerg Wunsch2005-04-071-0/+22
infastructure of openradius uses the ARCH macro in order to run ar(1). As FreeBSD's make(1) predefines ARCH to the architecture, this broke compilation. Fix this by (ab)using the AR macro instead. As the maintainer timed out on fixing this by about half a year, and I need the port right now, I take the liberty to ignore the maintainer bit here.