Freeradius version 2.0.4 - How to Download and Install on Mac OS X
Thursday the 2nd of July, 2009

    freeradius  most recent diff


    version 2.0.4

      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.0.4 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 37050 2008-05-24 15:25:04Z andrea.damore macports.org $

      PortSystem 1.0

      Name: freeradius
      Version: 2.0.4
      Revision: 2
      Category: sysutils
      Maintainers: nomaintainer
      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 any more.
      Homepage: http://www.freeradius.org/
      Platform: darwin freebsd
      use_bzip2 yes
      distname ${name}-server-${version}
      Master Sites: ftp://ftp.freeradius.org/pub/freeradius/ ftp://ftp.freeradius.org/pub/radius/old
      Checksums: md5 0b63d1d75e51bd94b62c11c639fa329e sha1 3408d09a990c63df6718939097650a463d654a99 rmd160 66915fb5511573b502b7afdb96fd0adb807faa29

      depends_lib port:openssl port:gdbm

      configure.args --with-openssl-includes=${prefix}/include/openssl --with-openssl-libraries=${prefix}/lib --without-rlm_krb5 --mandir=${prefix}/share/man

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

      destroot.env-append R=${destroot}

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

    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.