ports/59882: x11/xlockmore broken after 5.06

Volker Stolz stolz at i2.informatik.rwth-aachen.de
Tue Dec 9 17:20:18 UTC 2003


The following reply was made to PR ports/59882; it has been noted by GNATS.

From: Volker Stolz <stolz at i2.informatik.rwth-aachen.de>
To: freebsd-gnats-submit at FreeBSD.org, chris-gnats34 at randomcamel.net,
	osa at FreeBSD.org
Cc:  
Subject: Re: ports/59882: x11/xlockmore broken after 5.06
Date: Tue, 09 Dec 2003 18:15:59 +0100

 ------------H03uhGJaFepK3od0N27MTc
 Content-Type: text/plain; format=flowed; charset=iso-8859-15
 Content-Transfer-Encoding: 8bit
 
 The submitter should probably have stated that he tried enabling 
 krb4-support.
 -lcrypto is missing:
 
 ... -lcom_err -lcrypto -pthread -lXpm -lGL -lGLU -lcrypt -L/usr/athena/lib 
 -lkrb -ldes -lX11 -lXext -lm
 /usr/lib/libc.so.4: WARNING!  setkey(3) not present in the system!
 /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe.
 /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider 
 using mkstemp()
 /usr/lib/libc.so.4: WARNING!  des_setkey(3) not present in the system!
 /usr/lib/libc.so.4: WARNING!  encrypt(3) not present in the system!
 /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider 
 using mkstemp()
 /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is not 
 recommended.
 /usr/lib/libc.so.4: WARNING!  des_cipher(3) not present in the system!
 /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider 
 using mkstemp()
 ../xlock/xlock BUILD COMPLETE
 
 xlockmore at menelaos [18:12:28]>
 
 Patch attached.
 -- 
 Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
 ------------H03uhGJaFepK3od0N27MTc
 Content-Disposition: attachment; filename=krb.patch
 Content-Type: application/octet-stream; name=krb.patch
 Content-Transfer-Encoding: 8bit
 
 --- Makefile.orig	Tue Dec  9 18:11:02 2003
 +++ Makefile	Tue Dec  9 18:11:28 2003
 @@ -23,7 +23,7 @@
  		--without-nas --without-gtk --without-esound
  .if defined(MAKE_KERBEROS4)
  CONFIGURE_ARGS+= --enable-kerberos4
 -KRB4LIB=	-lcom_err
 +KRB4LIB=	-lcom_err -lcrypto
  .endif
  .if defined(KRB5_HOME) && exists(${KRB5_HOME})
  CONFIGURE_ARGS+= --enable-kerberos5
 
 ------------H03uhGJaFepK3od0N27MTc--
 



More information about the freebsd-ports-bugs mailing list