From root@ciam.ru  Fri Aug 29 18:52:38 2003
Return-Path: <root@ciam.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6867C16A4BF; Fri, 29 Aug 2003 18:52:38 -0700 (PDT)
Received: from mail.ciam.ru (main.ciam.ru [213.147.57.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7836543FF3; Fri, 29 Aug 2003 18:52:37 -0700 (PDT)
	(envelope-from root@ciam.ru)
Received: from exim by mail.ciam.ru with drweb-scanned (Exim 4.20)
	id 19suuq-0006zs-A1; Sat, 30 Aug 2003 05:52:36 +0400
Received: from avim.ciam.ru ([192.168.1.3])
	by mail.ciam.ru with esmtp (Exim 4.20)
	id 19suup-0006zi-QR; Sat, 30 Aug 2003 05:52:35 +0400
Received: from root by avim.ciam.ru with local (Exim 4.20)
	id 19suup-000EoN-Oo; Sat, 30 Aug 2003 05:52:35 +0400
Message-Id: <E19suup-000EoN-Oo@avim.ciam.ru>
Date: Sat, 30 Aug 2003 05:52:35 +0400
From: Sergey Matveychuk <sem@ciam.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: cy@FreeBSD.org
Subject: [PATCH] security/krb5: fix build on -STABLE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56169
>Category:       ports
>Synopsis:       [PATCH] security/krb5: fix build on -STABLE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    cy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 29 19:00:21 PDT 2003
>Closed-Date:    Tue Sep 09 17:01:02 PDT 2003
>Last-Modified:  Tue Sep 09 17:01:02 PDT 2003
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD avim.ciam.ru 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3 #0: Wed Aug 20 10:16:57 MSD 2003
>Description:
fix build on stable.
move MAINTAINER and COMMENT above to satisfy portlint.

Port maintainer (cy@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- krb5-1.3.1.patch begins here ---
diff -ruN --exclude=CVS /orion/usr/ports/security/krb5.orig/Makefile /orion/usr/ports/security/krb5/Makefile
--- /orion/usr/ports/security/krb5.orig/Makefile	Sat Aug 30 05:02:25 2003
+++ /orion/usr/ports/security/krb5/Makefile	Sat Aug 30 05:50:13 2003
@@ -8,6 +8,10 @@
 PORTNAME=		krb5
 PORTVERSION=		1.3.1
 CATEGORIES=		security
+
+MAINTAINER=		cy@FreeBSD.org
+COMMENT=	An authentication system developed at MIT, successor to Kerberos IV
+
 # USE_MIT_TARBALL tells the port that the user has fetched the source
 # directly from MIT rather than the default crypto-publish.org.
 
@@ -24,9 +28,6 @@
 MASTER_SITES=		http://www.crypto-publish.org/dist/mit-kerberos5/
 EXTRACT_SUFX=		.tar.gz
 .endif
-
-MAINTAINER=		cy@FreeBSD.org
-COMMENT=	An authentication system developed at MIT, successor to Kerberos IV
 
 BUILD_DEPENDS=		gm4:${PORTSDIR}/devel/m4
 
diff -ruN --exclude=CVS /orion/usr/ports/security/krb5.orig/files/patch-appl::gssftp::ftp::ftp_var.h /orion/usr/ports/security/krb5/files/patch-appl::gssftp::ftp::ftp_var.h
--- /orion/usr/ports/security/krb5.orig/files/patch-appl::gssftp::ftp::ftp_var.h	Sat Aug 30 05:01:54 2003
+++ /orion/usr/ports/security/krb5/files/patch-appl::gssftp::ftp::ftp_var.h	Sat Aug 30 05:34:36 2003
@@ -1,5 +1,5 @@
---- appl/gssftp/ftp/ftp_var.h.orig	Mon Jun 16 15:37:40 2003
-+++ appl/gssftp/ftp/ftp_var.h	Tue Jul 29 22:14:57 2003
+--- appl/gssftp/ftp/ftp_var.h.orig	Tue Jun 17 02:37:40 2003
++++ appl/gssftp/ftp/ftp_var.h	Sat Aug 30 05:30:44 2003
 @@ -33,6 +33,10 @@
   *	@(#)ftp_var.h	5.9 (Berkeley) 6/1/90
   */
@@ -11,3 +11,13 @@
  #ifdef _WIN32
  #include <windows.h>
  #include <winsock2.h>
+@@ -57,9 +61,7 @@
+ typedef void (*sig_t)(int);
+ typedef void sigtype;
+ #else
+-#define sig_t my_sig_t
+ #define sigtype krb5_sigtype
+-typedef sigtype (*sig_t)();
+ #endif
+ 
+ /*
--- krb5-1.3.1.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->cy  
Responsible-Changed-By: krion 
Responsible-Changed-When: Fri Aug 29 23:47:27 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56169 
State-Changed-From-To: open->closed 
State-Changed-By: cy 
State-Changed-When: Tue Sep 9 16:59:19 PDT 2003 
State-Changed-Why:  
Committed. Thanks for the patch. 

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