Skip site navigation (1)Skip section navigation (2)
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:   ports/62721: [PATCH] www/mod_auth_kerb: fix BROKEN on -CURRENT
Message-ID:  <E1Ar8tA-000D6e-HI@Current.sem-home.ciam.ru>
Resent-Message-ID: <200402120500.i1C50ZEM001230@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         62721
>Category:       ports
>Synopsis:       [PATCH] www/mod_auth_kerb: fix BROKEN on -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 11 21:00:34 PST 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ar8tA-000D6e-HI>