From nobody@FreeBSD.org  Tue Feb 24 06:49:56 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 35C5116A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Feb 2004 06:49:56 -0800 (PST)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C96A143D1F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Feb 2004 06:49:55 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i1OEns72003335
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Feb 2004 06:49:54 -0800 (PST)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i1OEnshk003334;
	Tue, 24 Feb 2004 06:49:54 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200402241449.i1OEnshk003334@www.freebsd.org>
Date: Tue, 24 Feb 2004 06:49:54 -0800 (PST)
From: Yuri Khotyaintsev <yuri@irfu.se>
To: freebsd-gnats-submit@FreeBSD.org
Subject: diradmin fails to detect SSL/TLS
X-Send-Pr-Version: www-2.3

>Number:         63308
>Category:       ports
>Synopsis:       diradmin fails to detect SSL/TLS
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 24 06:50:08 PST 2004
>Closed-Date:    Tue Feb 24 07:19:25 PST 2004
>Last-Modified:  Tue Feb 24 07:19:25 PST 2004
>Originator:     Yuri Khotyaintsev
>Release:        5.2.1-RELEASE
>Organization:
Swedish Institute of Space Physics
>Environment:
FreeBSD ice.irfu.se 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #2: Mon Feb 23 10:56:38 CET 2004     root@ic.irfu.se:/usr/obj/usr/src/sys/ICE  i386

>Description:
Configure script fails to detect SSL/TLS because /usr/local/lib is missing in the test library path.
>How-To-Repeat:
cd /usr/ports/net/diradmin
make install
try enabling a TLS connection

>Fix:
The following patch to configure solves the problem for me.

--- configure.orig      Tue Feb 24 15:16:37 2004
+++ configure   Tue Feb 24 15:18:08 2004
@@ -5413,7 +5413,7 @@



-        LDFLAGS="$LDFLAGS -llber -lldap -lcrypt"
+        LDFLAGS="$LDFLAGS -L/usr/local/lib -llber -lldap -lcrypt"



@@ -5625,7 +5625,7 @@

 fi

-PACKAGE_PIXMAPS_DIR="/share/pixmaps/${PACKAGE}"
+PACKAGE_PIXMAPS_DIR="/share/gnome/pixmaps/${PACKAGE}"

 PACKAGE_APPLNK_DIR="/share/applications"
 SYSTEM_MENU_DIR="/lib/menu"
  
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback  
State-Changed-By: krion 
State-Changed-When: Tue Feb 24 06:57:57 PST 2004 
State-Changed-Why:  
Asked for maintainer's feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63308 

From: Kirill Ponomarew <krion@FreeBSD.org>
To: purple@lewiz.net
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/63308: diradmin fails to detect SSL/TLS
Date: Tue, 24 Feb 2004 15:57:51 +0100

 --4e5ZDkbgLEOfWmLx
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hi,
 
 On Tue, Feb 24, 2004 at 06:49:54AM -0800, Yuri Khotyaintsev wrote:
 >=20
 > >Number:         63308
 > >Category:       ports
 > >Synopsis:       diradmin fails to detect SSL/TLS
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       medium
 > >Responsible:    freebsd-ports-bugs
 > >State:          open
 
 Could you please review this PR and approve/reject it ?
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/63308
 
 -Kirill
 
 --4e5ZDkbgLEOfWmLx
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.4 (FreeBSD)
 
 iD8DBQFAO2ZvQC1G6a60JuURAiWsAJ4vBR2LNHy4Ku+xIjVY+lGZpwviPgCfUSut
 Twn+O88YcebZKQr6+kqXOxs=
 =CYXw
 -----END PGP SIGNATURE-----
 
 --4e5ZDkbgLEOfWmLx--

From: Lewis Thompson <purple@lewiz.net>
To: Kirill Ponomarew <krion@FreeBSD.org>,
	freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/63308: diradmin fails to detect SSL/TLS
Date: Tue, 24 Feb 2004 15:01:54 +0000

 --6c2NcOVqGQ03X4Wi
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Tue, Feb 24, 2004 at 03:57:51PM +0100, Kirill Ponomarew wrote:
 > On Tue, Feb 24, 2004 at 06:49:54AM -0800, Yuri Khotyaintsev wrote:
 > >=20
 > > >Number:         63308
 > > >Category:       ports
 > > >Synopsis:       diradmin fails to detect SSL/TLS
 > > >Confidential:   no
 > > >Severity:       serious
 > > >Priority:       medium
 > > >Responsible:    freebsd-ports-bugs
 > > >State:          open
 >=20
 > Could you please review this PR and approve/reject it ?
 
 That's fine by me :)  Thanks a lot,
 
 -lewiz.
 
 --=20
 I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.
 ------------------------------------------------------------------------
 -| msn:purple@lewiz.net | jabber:lewiz@jabber.org | url:www.lewiz.org |-
 
 --6c2NcOVqGQ03X4Wi
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.4 (FreeBSD)
 
 iD8DBQFAO2diItq0KFQv7T8RAq53AKCD3exSkr5DQ2GcrCPalC7iMS/XRACeP0ey
 /9dfvHRu+QvojutJxhnHLjY=
 =5wuB
 -----END PGP SIGNATURE-----
 
 --6c2NcOVqGQ03X4Wi--
State-Changed-From-To: feedback->closed 
State-Changed-By: krion 
State-Changed-When: Tue Feb 24 07:19:19 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63308 
>Unformatted:
