ports/96101: [PATCH] p5-GSSAPI does not depend on security/krb5

Sven Berkvens-Matthijsse sven at ilse.net
Thu Apr 20 14:40:15 UTC 2006


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list