From owner-freebsd-ports@FreeBSD.ORG Tue Feb 2 17:33:08 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46CAA1065676 for ; Tue, 2 Feb 2010 17:33:08 +0000 (UTC) (envelope-from ncrogers@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 1C0BD8FC16 for ; Tue, 2 Feb 2010 17:33:07 +0000 (UTC) Received: by pzk40 with SMTP id 40so296574pzk.7 for ; Tue, 02 Feb 2010 09:33:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=WxgHppmgI5OtJiQhzZaDS7DdoK4ldX8Nt0H4wOtIEiE=; b=i6yiAMB20IrRpva2uXA7Je7RrysKC2KW9zGLR6WoHJD5dz4dntccahGhg7RnY8R6Rf GBitCWSgHzMP+E1EgiHIEPwPUabR12C4ZeSTFngaoV+VOWK53BTg+jDjH/6SpAz2qNOQ 6gjLAyEjTmtaaiUsQSgkxB2zfZa8tKXdqpypM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=um0VwhN7U0i4J/ErHdpdkaRx0u+l9+BKIm6WmK5W9+QK3oXMSi1ZyMq+RmPm0w8wGe f+bKUndlPF7PABYOpJHoOrghu7J9AXr/uMtcE53Oj1T9soOokTgmDf8c+CAadfLv2qih PXDh/B3p0QsLTP5HLEn55iVUPY2GIFhDWOXF4= MIME-Version: 1.0 Received: by 10.142.119.28 with SMTP id r28mr649323wfc.227.1265131987627; Tue, 02 Feb 2010 09:33:07 -0800 (PST) In-Reply-To: References: Date: Tue, 2 Feb 2010 09:33:07 -0800 Message-ID: <147432021002020933r1cc84850hd47d707457a461a9@mail.gmail.com> From: Nick Rogers To: Roar Pettersen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: Issues with Perl 5.8.9_3 port/package (in combination with FreeRADIUS 2.1.6) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2010 17:33:08 -0000 I just replied to a similar thread on this list and included my private copy of the port. It doesn't seem like the maintainer is responding or has upgraded to 2.1.8. On Tue, Feb 2, 2010 at 2:19 AM, 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 ? > > > > > ---- > Regards; > > Roar Pettersen > Universitetet i Bergen - The University of Bergen >