Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2010 09:16:25 -0500
From:      Wesley Shields <wxs@atarininja.org>
To:        Roar Pettersen <roar.pettersen@uib.no>
Cc:        ncrogers@gmail.com, freebsd-ports@freebsd.org
Subject:   Re: Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6)
Message-ID:  <20100202141625.GA17462@atarininja.org>
In-Reply-To: <alpine.GSO.2.00.1002021114550.24959@alf.uib.no>
References:  <alpine.GSO.2.00.1002021114550.24959@alf.uib.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 02, 2010 at 11:19:55AM +0100, Roar Pettersen wrote:
> Hi Nick !
> 
> 
> >upgrade the freeradius2 port to version 2.1.8 and add the following diff 
> >to the port. I also had to manually update the pkg-plist file.
> >
> >--- src/main/modules.c 2010-01-08 06:43:51.000000000 -0800
> >+++ src/main/modules.c 2010-01-08 07:48:12.000000000 -0800
> >@@ -207,9 +207,6 @@
> >  * Solve the issues of libraries linking to other libraries
> >  * by using a newer libltdl API.
> >  */
> >-#ifndef HAVE_LT_DLADVISE_INIT
> >-#define fr_dlopenext lt_dlopenext
> >-#else
> > static lt_dlhandle fr_dlopenext(const char *filename)
> > {
> >  lt_dlhandle handle = 0;
> >@@ -225,7 +222,6 @@
> >
> >  return handle;
> > }
> >-#endif /* HAVE_LT_DLADVISE_INIT */
> > #endif /* WITHOUT_LIBLTDL */
> >
> > static int virtual_server_idx(const char *name)
> 
> 
> 
> The upgrade to Freeradius 2.1.8, it this a private patch to the ports 
> collection or do you know if there will be a official upgrade of the
> Freeradius2 to 2.1.8 ?
> 
> Could anybody please upgrade the FreeRadius2 port to version 2.1.8 ?

Please see the second patch in ports/140897.

The maintainer has not responded so I will be committing that shortly.

-- WXS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100202141625.GA17462>