Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6)

Wesley Shields wxs at atarininja.org
Tue Feb 2 14:16:26 UTC 2010


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


More information about the freebsd-ports mailing list