From gsimpson@mail.chilisystems.net  Wed Oct 27 18:18:35 2004
Return-Path: <gsimpson@mail.chilisystems.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E32A416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Oct 2004 18:18:34 +0000 (GMT)
Received: from mail.chilisystems.net (mail.chilisystems.net [216.47.168.82])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9E62B43D39
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Oct 2004 18:18:34 +0000 (GMT)
	(envelope-from gsimpson@mail.chilisystems.net)
Received: from mail.chilisystems.net (localhost [127.0.0.1])
	by mail.chilisystems.net (8.12.5/8.12.5) with ESMTP id i9RIIXJD040840
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Oct 2004 14:18:33 -0400 (EDT)
Received: (from gsimpson@localhost)
	by mail.chilisystems.net (8.12.5/8.12.5/Submit) id i9RIIXDT040838;
	Wed, 27 Oct 2004 14:18:33 -0400 (EDT)
Message-Id: <200410271818.i9RIIXDT040838@mail.chilisystems.net>
Date: Wed, 27 Oct 2004 14:18:33 -0400 (EDT)
From: jettea46@yahoo.com
Reply-To: jettea46@yahoo.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer update] Update port: net/openradius from .9.7 to .9.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73215
>Category:       ports
>Synopsis:       [maintainer update] Update port: net/openradius from .9.7 to .9.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 27 18:20:29 GMT 2004
>Closed-Date:    Thu Oct 28 00:17:52 GMT 2004
>Last-Modified:  Thu Oct 28 00:17:52 GMT 2004
>Originator:     Adam Jette <jettea46@yahoo.com>
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD 4.10-STABLE FreeBSD 4.10-STABLE #13


	
>Description:
	This port needs an update in version. Also, LDAP can now be compiled in to openradius without modifying the makefile from openradius. Lastly, I believe that the broken tag was incorrect, as it seems to build fine on a 5.2 machine. 
>How-To-Repeat:
	
>Fix:

	

--- openradiusdiff begins here ---
diff -ruN openradius.bak/Makefile openradius/Makefile
--- openradius.bak/Makefile	Sat Sep 18 22:55:51 2004
+++ openradius/Makefile	Wed Oct 27 12:37:44 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      openradius
-PORTVERSION=   0.9.7
+PORTVERSION=   0.9.9
 PORTREVISION=	1
 CATEGORIES=    net
 MASTER_SITES=  http://www.xs4all.nl/~evbergen/openradius/download/ \
@@ -23,10 +23,6 @@
 USE_GMAKE=     yes
 
 .include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN=		"Broken by make(1) changes on FreeBSD >= 5.x"
-.endif
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
diff -ruN openradius.bak/distinfo openradius/distinfo
--- openradius.bak/distinfo	Tue Mar 30 22:10:07 2004
+++ openradius/distinfo	Wed Oct 27 12:43:52 2004
@@ -1,2 +1,2 @@
-MD5 (openradius-0.9.7.tar.gz) = a9c74fe3b572ac8ec512c7b1f630a19f
-SIZE (openradius-0.9.7.tar.gz) = 186022
+MD5 (openradius-0.9.9.tar.gz) = ab7fbbf7a9f1d95306d3f5a58859ca22
+SIZE (openradius-0.9.9.tar.gz) = 218559
diff -ruN openradius.bak/pkg-plist openradius/pkg-plist
--- openradius.bak/pkg-plist	Sat Sep 27 03:29:44 2003
+++ openradius/pkg-plist	Wed Oct 27 12:53:13 2004
@@ -3,17 +3,20 @@
 etc/openradius/behaviour.sample-ldap
 etc/openradius/behaviour.sample-ldap-authbind
 etc/openradius/behaviour.sample-mysql
+etc/openradius/behaviour.sample-postgres
 etc/openradius/behaviour.sample-unixpass
 etc/openradius/behaviour.sample-usersfile
 etc/openradius/configuration.sample-ldap
 etc/openradius/configuration.sample-ldap-authbind
 etc/openradius/configuration.sample-mysql
+etc/openradius/configuration.sample-postgres
 etc/openradius/configuration.sample-unixpass
 etc/openradius/configuration.sample-usersfile
 etc/openradius/dictionary
 
 etc/openradius/legacy/clients
 etc/openradius/legacy/users
+etc/openradius/legacy/realms
 @dirrm etc/openradius/legacy
 
 etc/openradius/modules/radldap.attrmap
@@ -29,14 +32,17 @@
 etc/openradius/subdicts/dict.tunnel
 etc/openradius/subdicts/dict.usr
 etc/openradius/subdicts/dict.vendors
+etc/openradius/subdicts/dict.ascend
 @dirrm etc/openradius/subdicts
 
 @dirrm etc/openradius
 
 lib/openradius/ascfile
 lib/openradius/delay
+lib/openradius/radclient
 lib/openradius/radlogger
 lib/openradius/radsql
+lib/openradius/radldap
 lib/openradius/unixpasswd
 @dirrm lib/openradius
 
diff -ruN openradius.bak/scripts/configure openradius/scripts/configure
--- openradius.bak/scripts/configure	Sat Sep 27 03:29:44 2003
+++ openradius/scripts/configure	Wed Oct 27 12:36:13 2004
@@ -19,6 +19,16 @@
 TGT_LIB		+= modules/radlogger/radlogger
 TGT_LIB		+= modules/delay/delay
 TGT_LIB		+= modules/radsql/radsql
+END
+
+if [ -f $LDAPINCLUDE/usr/local/include/ldap.h ]; then
+cat >> Makefile << END
+TGT_LIB		+= modules/radldap/radldap
+CF_RADLDAP	= -I$LDAPINCLUDE/usr/local/include
+END
+fi
+
+cat >> Makefile << END
 
 ### System compatibility flags, used in some targets' CF_TGT, LF_TGT or LL_TGT
 #
@@ -36,7 +46,6 @@
 
 ### Module-specific build flags
 #
-CF_RADLDAP	= -I$LDAPINCLUDE/openldap
 LF_RADLDAP	= -L$LDAPLIB/usr/local/lib
 LL_RADLDAP	= -lldap -llber
 
--- openradiusdiff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Thu Oct 28 00:17:42 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73215 
>Unformatted:
