1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/radius/files/patch-ac
Jun Kuriyama c9b41dd6a7 I've checked and make changes from submittion as following patch.
(1) PKGNAME satisfies handbook rule.
(2) @dirrm lib/radius fails when lib/radius/acct exists.

Submitted by:	Stefan Esser <se@mi.uni-koeln.de>

-----
diff -urN -x CVS merit/Makefile radius/Makefile
--- merit/Makefile	Fri Sep 18 02:00:05 1998
+++ radius/Makefile	Wed Oct  7 23:54:43 1998
@@ -7,7 +7,7 @@
 #

 DISTNAME=	radius.3.6B.basic
-PKGNAME=	radius-3.6B.basic
+PKGNAME=	radius-basic-3.6B
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.merit.edu/radius/releases/

diff -urN -x CVS merit/pkg/PLIST radius/pkg/PLIST
--- merit/pkg/PLIST	Fri Sep 18 01:58:28 1998
+++ radius/pkg/PLIST	Wed Oct  7 23:51:47 1998
@@ -12,4 +12,5 @@
 lib/radius/db/engine.config.sample
 lib/radius/db/vendors.sample
 @dirrm lib/radius/db
+@dirrm lib/radius/acct
 @dirrm lib/radius
-----
1998-10-08 14:49:28 +00:00

45 lines
1.0 KiB
Plaintext

--- src/krb_conf.h~ Tue May 12 21:37:13 1998
+++ src/krb_conf.h Thu Sep 17 18:33:35 1998
@@ -20,7 +20,7 @@
#ifndef KRB_CONF_DEFS
#define KRB_CONF_DEFS
-#include <mit-copyright.h>
+/* #include <mit-copyright.h> */
/* Byte ordering */
extern int krbONE;
--- src/krb_get_in_tkt.c.orig Tue May 12 21:37:16 1998
+++ src/krb_get_in_tkt.c Thu Sep 17 18:33:35 1998
@@ -13,7 +13,7 @@
#endif /* lint */
-#include <mit-copyright.h>
+/* #include <mit-copyright.h> */
#include <krb.h>
#include <des.h>
--- src/mit_stringtokey.c.orig Tue May 12 21:37:17 1998
+++ src/mit_stringtokey.c Thu Sep 17 18:33:35 1998
@@ -29,7 +29,7 @@
#endif /* lint */
-#include <mit-copyright.h>
+/* #include <mit-copyright.h> */
#include <stdio.h>
#include <memory.h>
#include <des.h>
--- src/prot.h.orig Tue May 12 21:37:13 1998
+++ src/prot.h Thu Sep 17 18:33:35 1998
@@ -11,7 +11,7 @@
* Include file with authentication protocol information.
*/
-#include <mit-copyright.h>
+/* #include <mit-copyright.h> */
#include "krb_conf.h"