Freeradius version 2.1.6 - How to Download and Install on Mac OS X
Saturday the 21st of November, 2009

    freeradius  most recent diff


    version 2.1.6

      View the most recent changes for the freeradius port at: freeradius.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for freeradius.
      The raw portfile for freeradius 2.1.6 is located here:
      http://freeradius.darwinports.com/dports/sysutils/freeradius/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/freeradius


      The freeradius Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: freeradius
      Version: 2.1.6
      Category: sysutils
      Maintainers: nomaintainer
      Homepage: http://www.freeradius.org/
      Platform: darwin freebsd
      use_bzip2 yes
      distname ${name}-server-${version}

      Description: Free Radius Implementation

      Long Description: The FreeRADIUS Server Project is an attempt to create a high-performance and highly-configurable GPLd free RADIUS server. The server is similar to Livingston's 2.0 server. FreeRADIUS is a variant of the Cistron RADIUS server, but they don't share a lot in common anymore.

      Master Sites: ftp://ftp.freeradius.org/pub/freeradius/ ftp://ftp.freeradius.org/pub/freeradius/old

      Checksums: md5 645ac631505cde46e93c47e273bdec19 sha1 1d3cbc6a5bee3c0513e697d6206591a44e8a3415 rmd160 f25404d864df11ce8cb94d8664bc72e30d31c153

      depends_lib port:libtool port:openssl port:gdbm

      Patch Files: patch-configure.in.diff

      use_autoconf yes

      configure.args --with-openssl-includes=${prefix}/include/openssl --with-openssl-libraries=${prefix}/lib --with-system-libtool --without-rlm_krb5

      configure.cflags-append -I${prefix}/include

      use_parallel_build no

      destroot.env-append R=${destroot}

      Variant: kerberos description { Use Kerberos } {
      depends_lib-append port:kerberos5
      configure.args-delete --without-rlm_krb5
      }

      livecheck.type regex
      livecheck.url [lindex ${master_sites} 0]
      livecheck.regex ${name}-server-(\[0-9.\]+)\\.tar

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/freeradius
      % sudo port install freeradius
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching freeradius
      ---> Verifying checksum for freeradius
      ---> Extracting freeradius
      ---> Configuring freeradius
      ---> Building freeradius with target all
      ---> Staging freeradius into destroot
      ---> Installing freeradius
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using freeradius with these commands:
      %  man freeradius
      % apropos freeradius
      % which freeradius
      % locate freeradius

     Where to find more information:

    Darwin Ports



    Lightbox this page.