From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 19 16:10:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 497CC16A4CE for ; Tue, 19 Apr 2005 16:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01DA943D55 for ; Tue, 19 Apr 2005 16:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3JGAQUj078118 for ; Tue, 19 Apr 2005 16:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3JGAQa2078115; Tue, 19 Apr 2005 16:10:26 GMT (envelope-from gnats) Resent-Date: Tue, 19 Apr 2005 16:10:26 GMT Resent-Message-Id: <200504191610.j3JGAQa2078115@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, georg.graf@wu-wien.ac.at Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F101516A4CE for ; Tue, 19 Apr 2005 16:04:30 +0000 (GMT) Received: from schurli.wu-wien.ac.at (schurli.wu-wien.ac.at [137.208.16.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A2543D41 for ; Tue, 19 Apr 2005 16:04:30 +0000 (GMT) (envelope-from graf@schurli.wu-wien.ac.at) Received: from schurli.wu-wien.ac.at (localhost [127.0.0.1]) by schurli.wu-wien.ac.at (8.13.1/8.13.1) with ESMTP id j3JG4QfG068333; Tue, 19 Apr 2005 18:04:27 +0200 (CEST) (envelope-from graf@schurli.wu-wien.ac.at) Received: (from graf@localhost) by schurli.wu-wien.ac.at (8.13.1/8.13.1/Submit) id j3JG4QnF068332; Tue, 19 Apr 2005 18:04:26 +0200 (CEST) (envelope-from graf) Message-Id: <200504191604.j3JG4QnF068332@schurli.wu-wien.ac.at> Date: Tue, 19 Apr 2005 18:04:26 +0200 (CEST) From: Georg Graf To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: cyrus-sasl@lists.andrew.cmu.edu cc: azi-sys@wu-wien.ac.at Subject: ports/80111: X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: georg.graf@wu-wien.ac.at List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 16:10:27 -0000 >Number: 80111 >Category: ports >Synopsis: >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 19 16:10:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Georg Graf >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: WU Wien >Environment: FreeBSD pandora.wu-wien.ac.at 5.4-RC2 FreeBSD 5.4-RC2 #0: Wed Apr 13 14:35:43 CEST 2005 root@pandora.wu-wien.ac.at:/usr/obj/usr/src/sys/SMP i386 >Description: I wanted to compile the cyrus-sasl2-saslauthd port with -DWITH_KERBEROS4. The configure script that comes with cyrus-sasl2 does the test-compile as follows: cc .... conftest.c -lkrb -lcrypto -lcom_err The Problem is, that the KTH Kerberos4 libs need to be linked against -lcrypt, not openssl. Well you may take my fix to patch the configure file. The patch should also work for the cyrus-sasl2 port. I'll Cc: the cmu people. Thanks for fixing! >How-To-Repeat: cd /usr/ports/security/cyrus-sasl2-saslauthd make -DWITH_KERBEROS4 .. on a freebsd 5 machine. It wont work. >Fix: pandora# pwd /usr/ports/security/cyrus-sasl2-saslauthd/work/cyrus-sasl-2.1.20 pandora# rcsdiff -r1.1 configure =================================================================== RCS file: RCS/configure,v retrieving revision 1.1 diff -r1.1 configure 9207c9207 < LIBS="-lkrb $LIB_DES -lcom_err $LIBS" --- > LIBS="-lkrb -lcrypt -lcom_err $LIBS" >Release-Note: >Audit-Trail: >Unformatted: