summaryrefslogtreecommitdiffstats
path: root/net/radius/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Mark FORBIDDEN.nectar2002-05-071-0/+2
| | | | | This port was missed when sweeping through affected RADIUS ports on 2002/01/29.
* Update to 3.6B2pat2002-01-041-3/+11
| | | | | PR: 33546 Submitted by: Adam Kranzel <adam-ports@blacktabby.org>
* - update to 3.6B1petef2001-08-261-3/+2
| | | | | | | | | | | - remove 'SIZE' line from distinfo - sort pkg-plist - make pkg-plist create an empty lib/radius/acct directory (the port does this on it's own, but since no files are in this directory packages don't pick it up) - add patch-funcs.c to allow this port to compile on -current PR: 29099 (reporting compile problem)
* From submitter:steve2000-12-111-0/+1
| | | | | | | | | | | | There is serious bug in handling requests in AATV module of AA_FORK and AA_FREPLAY types in Merit AAA server. If AATV module not responding for a long time main server drops original request without cleaning some critical information (process counter aatv->proc_cnt). As a result after some definite number of timeouts server stops responding. PR: 23212 Submitted by: Andriy I Pilipenko <bamby@marka.net.ua>
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-3/+3
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* I've checked and make changes from submittion as following patch.kuriyama1998-10-081-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) PKGNAME satisfies handbook rule. (2) @dirrm lib/radius fails when lib/radius/acct exists. Submitted by: Stefan Esser <se@mi.uni-koeln.de> ----- diff -urN -x CVS merit/Makefile radius/Makefile --- merit/Makefile Fri Sep 18 02:00:05 1998 +++ radius/Makefile Wed Oct 7 23:54:43 1998 @@ -7,7 +7,7 @@ # DISTNAME= radius.3.6B.basic -PKGNAME= radius-3.6B.basic +PKGNAME= radius-basic-3.6B CATEGORIES= net MASTER_SITES= ftp://ftp.merit.edu/radius/releases/ diff -urN -x CVS merit/pkg/PLIST radius/pkg/PLIST --- merit/pkg/PLIST Fri Sep 18 01:58:28 1998 +++ radius/pkg/PLIST Wed Oct 7 23:51:47 1998 @@ -12,4 +12,5 @@ lib/radius/db/engine.config.sample lib/radius/db/vendors.sample @dirrm lib/radius/db +@dirrm lib/radius/acct @dirrm lib/radius -----
* remote myself as maintainer.torstenb1998-09-161-2/+2
|
* radius is (mostly) not redistributable.asami1998-07-241-1/+5
| | | | Pointed out by: jdp
* Fix this.markm1997-08-261-1/+2
| | | | | | 1) eBones/Kerberos now works with 2.2-stable 2) PREFIX is honoured 3) oddball directories are removed by pkg_delete
* General Makefile cleanupobrien1996-12-011-2/+4
| | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
* Upgrade to version 2.4.23. The master site does not even have the tarballmarkm1996-11-201-9/+7
| | | | for 2.4.21 anymore.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-11/+4
|
* Typo in master site path.asami1996-07-121-2/+2
| | | | Submitted by: chuckr
* Change path to tarball on ftp.merit.edutorstenb1996-07-071-2/+2
| | | | Submitted by: markm
* radiusd - a authentication servertorstenb1996-07-051-0/+32
OpenPOWER on IntegriCloud