Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2006 16:31:18 +0200 (CEST)
From:      Sven Berkvens-Matthijsse <sven@ilse.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96101: [PATCH] p5-GSSAPI does not depend on security/krb5
Message-ID:  <200604201431.k3KEVIVI020977@serv7.ilse.net>
Resent-Message-ID: <200604201440.k3KEeExY063713@freefall.freebsd.org>

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

>Number:         96101
>Category:       ports
>Synopsis:       [PATCH] p5-GSSAPI does not depend on security/krb5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 20 14:40:08 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604201431.k3KEVIVI020977>