[MacPorts] #376: FreeRadius port

MacPorts noreply at macports.org
Thu Mar 24 06:24:37 PDT 2016


#376: FreeRadius port
-------------------------+--------------------
  Reporter:  sef@…       |      Owner:  kvv@…
      Type:  defect      |     Status:  closed
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  1.0
Resolution:  fixed       |   Keywords:
      Port:  freeradius  |
-------------------------+--------------------
Changes (by ryandesign@…):

 * port:   => freeradius


Old description:

> Portfile:
> PortSystem 1.0
> name    freeradius
> version 0.8.1
> categories      sysutil
> maintainers     sef at 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

New description:

 Portfile:
 {{{
 PortSystem 1.0
 name    freeradius
 version 0.8.1
 categories      sysutil
 maintainers     sef at 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
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/376#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list