Index: head/net/radius/Makefile =================================================================== --- head/net/radius/Makefile (revision 46926) +++ head/net/radius/Makefile (revision 46927) @@ -1,31 +1,30 @@ # New ports collection makefile for: radius # Date created: 4. July 1996 # Whom: torstenb@FreeBSD.org # # $FreeBSD$ # PORTNAME= radius-basic -PORTVERSION= 3.6B -PORTREVISION= 1 +PORTVERSION= 3.6B1 CATEGORIES= net MASTER_SITES= ftp://ftp.merit.edu/radius/releases/ -DISTNAME= radius.3.6B.basic +DISTNAME= radius.${PORTVERSION}.basic MAINTAINER= ports@FreeBSD.org # restrictive copyright in several files, e.g., "src/sendserver.c" RESTRICTED= redistribution in binary only NO_CDROM= not allowed to charge fee for redistribution NO_WRKSUBDIR= yes INSTALL_TARGET= install-all MAKE-FLAGS+= -DPREFIX=${PREFIX} MAN5= authfile.5 clients.5 dictionary.5 engine.config.5 \ radius.fsm.5 users.5 vendors.5 MAN8= builddbm.8 dnscheck.8 radcheck.8 radiusd.8 radpwtst.8 pre-install: @${MKDIR} ${PREFIX}/lib/radius/db ${PREFIX}/lib/radius/acct .include Property changes on: head/net/radius/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/radius/distinfo =================================================================== --- head/net/radius/distinfo (revision 46926) +++ head/net/radius/distinfo (revision 46927) @@ -1,2 +1 @@ -MD5 (radius.3.6B.basic.tar.gz) = 13dcc8f99cf4fa3cc421c47aaf48172b -SIZE (radius.3.6B.basic.tar.gz) = 424424 +MD5 (radius.3.6B1.basic.tar.gz) = 63a63252efb8691f21e40fae72ce11f3 Property changes on: head/net/radius/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/radius/files/patch-funcs.c =================================================================== --- head/net/radius/files/patch-funcs.c (nonexistent) +++ head/net/radius/files/patch-funcs.c (revision 46927) @@ -0,0 +1,14 @@ +--- src/funcs.c.orig Sun Aug 26 03:03:53 2001 ++++ src/funcs.c Sun Aug 26 03:14:07 2001 +@@ -8333,9 +8333,9 @@ + return 1; + } + +-/*The following two lines do not compile on Solaris or Linux or BSDI. */ +-#if !(defined(sys5) || defined(linux) || defined (BSDI)) + close (fileno(fp)); ++/*The following two lines do not compile on Solaris or Linux or BSDI. */ ++#if !(defined(sys5) || defined(linux) || defined (BSDI) || defined (__FreeBSD__)) + fileno(fp) = STDERR_FILENO; + #endif /* sys5 */ + Property changes on: head/net/radius/files/patch-funcs.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net/radius/pkg-plist =================================================================== --- head/net/radius/pkg-plist (revision 46926) +++ head/net/radius/pkg-plist (revision 46927) @@ -1,16 +1,17 @@ -sbin/radiusd -bin/radpass +bin/dnscheck bin/radcheck +bin/radpass bin/radpwtst -bin/dnscheck +@exec mkdir -p %D/lib/radius/acct lib/radius/db/authfile.sample lib/radius/db/clients.sample lib/radius/db/conversion.pl.sample lib/radius/db/dictionary.sample -lib/radius/db/users.sample -lib/radius/db/xas.fsm.sample lib/radius/db/engine.config.sample +lib/radius/db/users.sample lib/radius/db/vendors.sample +lib/radius/db/xas.fsm.sample +sbin/radiusd @dirrm lib/radius/db @dirrm lib/radius/acct @dirrm lib/radius Property changes on: head/net/radius/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property