From root@Current.sem-home.ciam.ru  Wed Feb 11 20:56:45 2004
Return-Path: <root@Current.sem-home.ciam.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2052F16A4CE; Wed, 11 Feb 2004 20:56:45 -0800 (PST)
Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id E050D43D1F; Wed, 11 Feb 2004 20:56:44 -0800 (PST)
	(envelope-from root@Current.sem-home.ciam.ru)
Received: from Current.sem-home.ciam.ru (ppp130-172.dialup.mtu-net.ru [62.118.130.172])
	by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP
	id ED538F8565; Thu, 12 Feb 2004 07:56:35 +0300 (MSK)
	(envelope-from root@Current.sem-home.ciam.ru)
Received: from root by Current.sem-home.ciam.ru with local (Exim 4.30; FreeBSD)
	id 1Ar8tA-000D6e-HI; Thu, 12 Feb 2004 07:55:48 +0300
Message-Id: <E1Ar8tA-000D6e-HI@Current.sem-home.ciam.ru>
Date: Thu, 12 Feb 2004 07:55:48 +0300
From: Sergey Matveychuk <sem@ciam.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: wollman@FreeBSD.org
Subject: [PATCH] www/mod_auth_kerb: fix BROKEN on -CURRENT
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62721
>Category:       ports
>Synopsis:       [PATCH] www/mod_auth_kerb: fix BROKEN on -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bug
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 11 21:00:34 PST 2004
>Closed-Date:    Mon Mar 01 15:50:08 PST 2004
>Last-Modified:  Mon Mar 01 15:50:08 PST 2004
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.2.1-RC i386
>Organization:
>Environment:
System: FreeBSD Current.sem-home.ciam.ru 5.2.1-RC FreeBSD 5.2.1-RC #2: Thu Feb  5 07:18:42 MSK
>Description:
[DESCRIBE CHANGES]
It's overrides PR/56302

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

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

--- mod_auth_kerb-4.11_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/mod_auth_kerb.orig/Makefile /usr/ports/www/mod_auth_kerb/Makefile
--- /usr/ports/www/mod_auth_kerb.orig/Makefile	Thu Feb 12 07:30:04 2004
+++ /usr/ports/www/mod_auth_kerb/Makefile	Thu Feb 12 07:47:16 2004
@@ -29,12 +29,10 @@
 WRKSRC=		${WRKDIR}/src/modules/kerberos
 
 KRB5_HOME?=	${LOCALBASE}
+USE_REINPLACE=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502000
-BROKEN=		"Does not compile"
-.endif
+do-patch:
+	${REINPLACE_CMD} '379N;s/\n/ /' ${WRKSRC}/mod_auth_kerb.c
 
 do-build:
 	cd ${WRKSRC} && \
@@ -49,4 +47,4 @@
 do-install:
 	${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- mod_auth_kerb-4.11_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wollman 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Feb 12 13:18:42 PST 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62721 
State-Changed-From-To: open->closed 
State-Changed-By: clement 
State-Changed-When: Mon Mar 1 15:49:03 PST 2004 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: wollman->freebsd-ports-bug 
Responsible-Changed-By: clement 
Responsible-Changed-When: Mon Mar 1 15:49:03 PST 2004 
Responsible-Changed-Why:  
wollman stops maintaining this port. 

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