From sven@serv7.ilse.net  Thu Apr 20 14:31:21 2006
Return-Path: <sven@serv7.ilse.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AA65C16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Apr 2006 14:31:21 +0000 (UTC)
	(envelope-from sven@serv7.ilse.net)
Received: from serv1.ilse.net (serv1.ilse.net [62.69.160.11])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2130A43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Apr 2006 14:31:20 +0000 (GMT)
	(envelope-from sven@serv7.ilse.net)
Received: from serv7.ilse.net (serv7.ilse.net [10.1.8.17])
	by serv1.ilse.net (8.12.10/8.10.2) with ESMTP id k3KEVJ8L000290
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Apr 2006 16:31:19 +0200 (MEST)
Received: (from sven@localhost)
	by serv7.ilse.net (8.13.3/8.11.1) id k3KEVIVI020977;
	Thu, 20 Apr 2006 16:31:18 +0200 (CEST)
	(envelope-from sven)
Message-Id: <200604201431.k3KEVIVI020977@serv7.ilse.net>
Date: Thu, 20 Apr 2006 16:31:18 +0200 (CEST)
From: Sven Berkvens-Matthijsse <sven@ilse.net>
Reply-To: Sven Berkvens-Matthijsse <sven@ilse.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] p5-GSSAPI does not depend on security/krb5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         96101
>Category:       ports
>Synopsis:       [PATCH] security/p5-GSSAPI does not depend on security/krb5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    tobez
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 20 14:40:08 GMT 2006
>Closed-Date:    Sat Aug 12 07:04:27 GMT 2006
>Last-Modified:  Sat Aug 12 07:04:27 GMT 2006
>Originator:     Sven Berkvens-Matthijsse
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
ilse media BV
>Environment:
System: FreeBSD serv7.ilse.net 4.10-STABLE FreeBSD 4.10-STABLE #23: Wed Aug 4 15:18:52 CEST 2004 root@tango.ilse.net:/usr/obj/usr/src/sys/BAROQUE i386


	
>Description:
	If krb5 is not installed and you try to install p5-GSSAPI, the build
	fails stating that "krb5-config" could not be found.
>How-To-Repeat:
	Try to install p5-GSSAPI when krb5 is not installed.
>Fix:
	The following patch fixed the problem:

--- Makefile.orig       Thu Apr 20 13:23:50 2006
+++ Makefile    Thu Apr 20 16:27:34 2006
@@ -15,6 +15,8 @@
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl extension providing access to the GSSAPIv2 library
 
+BUILD_DEPENDS=	krb5>0:${PORTSDIR}/security/krb5
+
 PERL_CONFIGURE=	yes
 
 MAN3=  GSSAPI.3 \
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->cy 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 20 14:44:08 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96101 
Responsible-Changed-From-To: cy->tobez 
Responsible-Changed-By: tobez 
Responsible-Changed-When: Thu Apr 20 16:47:12 CEST 2006 
Responsible-Changed-Why:  
Take, since it has very little to do with security/krb5. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96101 

From: Andrew McNaughton <andrew@scoop.co.nz>
To: bug-followup@FreeBSD.org, sven@ilse.net
Cc:  
Subject: Re: ports/96101: [PATCH] p5-GSSAPI does not depend on security/krb5
Date: Tue, 30 May 2006 22:47:57 +1000

 For anyone running FreeBSD 4.x, this should probably be considered a
 critical bug.  It breaks p5-GSSAPI, which in turn breaks portupgrade,
 portversion, etc for anyone using any of the many ports that have added
 dependencies on p5-GSSAPI.
 
 More info, including a better patch at:
 
 http://www.freebsd.org/cgi/mid.cgi?id=442ED357.1060508%40infracaninophile.co.uk&db=mid
 
 Andrew McNaughton

From: topi <topi@phreaker.net>
To: bug-followup@FreeBSD.org, sven@ilse.net
Cc:  
Subject: Re: ports/96101: [PATCH] security/p5-GSSAPI does not depend on
	security/krb5
Date: Tue, 13 Jun 2006 15:49:27 +0200

 hi,
 
 i've notice same error (and same solution) on freebsd 6.1-RC1, inside
 jail, wich has no KERBEROS 5 system support compiled in
 
 regards,
 
 topi
 
 

From: chinsan <chinsan.tw@gmail.com>
To: bug-followup@FreeBSD.org, sven@ilse.net
Cc: "linimon@freebsd.org" <linimon@freebsd.org>
Subject: Re: ports/96101 : [PATCH] security/p5-GSSAPI does not depend on security/krb5
Date: Mon, 17 Jul 2006 13:14:10 +0800

 Hi, sven:
 
 I have noticed your PR via linimon@'s mail.
 It has been fixed thanks for your submit.
 
 This PR can be closed.
 
 
 Sincerely,
 
 chinsan
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Aug 12 07:04:13 UTC 2006 
State-Changed-Why:  
<chinsan> linimon: hi, ports/96101 : [PATCH] security/p5-GSSAPI has been fixed, plz close it, thanks. :p 

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