Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Dec 2003 09:20:17 -0800 (PST)
From:      Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/59882: x11/xlockmore broken after 5.06
Message-ID:  <200312091720.hB9HKHbK076458@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/59882; it has been noted by GNATS.

From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To: freebsd-gnats-submit@FreeBSD.org, chris-gnats34@randomcamel.net,
	osa@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@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--
 



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