Opened 21 years ago

Closed 21 years ago

Last modified 8 years ago

#376 closed submission (fixed)

FreeRadius port

Reported by: sef@… Owned by: kvv@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: freeradius

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Portfile:

PortSystem 1.0
name    freeradius
version 0.8.1
categories      sysutil
maintainers     sef@apple.com
description     Free Radius Implementation
long_description        freeradius is a suite of programs designed to\
        implement the RADIUS protocol and access methods for something \
        or other that I can't recall.
platforms       darwin
distname        ${name}-${version}
master_sites    ftp://ftp.freeradius.org/pub/radius/
checksums       md5 2693a9067a112d2c4f5dfb98a531f25d
worksrcdir      ${name}-${version}

patchfiles      macosx-patch
patch.pre_args  -p1

configure.args  --disable-shared

post-configure {
        system "mv ${worksrcpath}/INSTALL ${worksrcpath}/INSTALL.TXT"
}

install.destroot        prefix=${destroot}/${prefix}

files/macosx-patch

diff -urN freeradius-0.8.1.old/src/include/sysutmp.h freeradius-0.8.1/src/include/sysutmp.h
--- freeradius-0.8.1.old/src/include/sysutmp.h  Mon Sep 30 11:10:13 2002
+++ freeradius-0.8.1/src/include/sysutmp.h      Tue Feb 25 17:41:30 2003
@@ -4,6 +4,8 @@
  * Version:    $Id: sysutmp.h,v 1.9 2002/09/30 18:10:13 aland Exp $
  */
 
+#undef HAVE_UTMP_H
+
 #ifndef SYSUTMP_H_INCLUDED
 #define SYSUTMP_H_INCLUDED
 
--- freeradius-0.8.1.old/raddb/radiusd.conf.in  Tue Nov 12 12:22:48 2002
+++ freeradius-0.8.1/raddb/radiusd.conf.in      Wed Feb 26 16:27:09 2003
@@ -535,7 +535,7 @@
                cache = no
 
                # Reload the cache every 600 seconds (10mins). 0 to disable.
-               cache_reload = 600
+               cache_reload = 0
 
                #
                #  Define the locations of the normal passwd, shadow, and

Change History (3)

comment:1 Changed 21 years ago by fkr-ml@…

Resolution: fixed
Status: newclosed

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: freeradius added

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Type: defectsubmission
Note: See TracTickets for help on using tickets.