Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2000 12:30:14 -0400 (EDT)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18660: xlockmore should support Kerberos 5
Message-ID:  <200005181630.MAA38861@khavrinen.lcs.mit.edu>

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

>Number:         18660
>Category:       ports
>Synopsis:       xlockmore should support Kerberos 5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 18 09:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Garrett Wollman
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
MIT Laboratory for Computer Science
>Environment:

	Ports collection from a couple days ago, krb5 port from yesterday

>Description:

	xlockmore supports Kerberos 5, but the xlockmore port doesn't

>How-To-Repeat:

	more /usr/ports/x11/xlockmore/Makefile

>Fix:

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/x11/xlockmore/Makefile,v
retrieving revision 1.52
diff -u -r1.52 Makefile
--- Makefile	2000/04/27 08:31:21	1.52
+++ Makefile	2000/05/18 16:28:00
@@ -23,6 +23,9 @@
 .if defined(MAKE_KERBEROS4)
 CONFIGURE_ARGS+= --enable-kerberos4
 .endif
+.if defined(KRB5_HOME)
+CONFIGURE_ARGS+= --enable-kerberos5
+.endif
 USE_X_PREFIX=	yes
 MAN1=		xlock.1
 



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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