From nobody@FreeBSD.org  Sun Aug 15 20:44:25 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 F0F6616A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Aug 2004 20:44:25 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E7C8543D1D
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Aug 2004 20:44:25 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7FKiPIf032402
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Aug 2004 20:44:25 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i7FKiPPk032400;
	Sun, 15 Aug 2004 20:44:25 GMT
	(envelope-from nobody)
Message-Id: <200408152044.i7FKiPPk032400@www.freebsd.org>
Date: Sun, 15 Aug 2004 20:44:25 GMT
From: Tim Hawkins <timh@contentspace.demon.co.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: QT 3.x port does not look in correct place for mysql libs
X-Send-Pr-Version: www-2.3

>Number:         70499
>Category:       ports
>Synopsis:       QT 3.x port does not look in correct place for mysql libs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 15 20:50:18 GMT 2004
>Closed-Date:    Sun Aug 15 21:31:16 GMT 2004
>Last-Modified:  Sun Aug 15 21:40:18 GMT 2004
>Originator:     Tim Hawkins
>Release:        5.2-current
>Organization:
Yahoo Europe
>Environment:
FreeBSD godzuki.contentspace.priv 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sat Jun 26 17:46:08 BST 2004     root@godzuki.contentspace.priv:/usr/obj/usr/src/sys/GENERIC-current-local  i386

>Description:
QT ports are looking in wrong directory for mysql-client libs, x11-toolkits/qt33 looks in /usr/local/lib for libmysqlclient, lib is actualy installed in /usr/local/lib/mysql (databases/mysql40-client). 

Results in QT port always being compiled without mysql support. 
>How-To-Repeat:
cd /usr/ports/databases/mysql40-client
make install clean 
cd /usr/ports/x11-toolkits/qt33 
make install clean 

And examine config script output 

...
===>  Configuring for qt-3.3.3
IBASE auto-detection...
  Could not find libgds.* anywhere in /lib /usr/lib /usr/local/lib
IBASE disabled.
MySQL auto-detection...
  Could not find libmysqlclient.* anywhere in /lib /usr/lib /usr/local/lib
MySQL disabled.
ODBC auto-detection...
  Found libodbc.* in /usr/local/lib
  Found sqlext.h in /usr/local/include
  Found sql.h in /usr/local/include
ODBC enabled.
....



>Fix:
      
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: lofi 
State-Changed-When: Sun Aug 15 21:30:50 GMT 2004 
State-Changed-Why:  
Not a bug. 


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

From: Michael Nottebrock <lofi@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, timh@contentspace.demon.co.uk
Cc:  
Subject: Re: ports/70499: QT 3.x port does not look in correct place for mysql libs
Date: Sun, 15 Aug 2004 23:30:33 +0200

 QT's database support is available via separate ports. Please read the 
 pkg-message in the qt33 port directory (which is displayed after installation 
 of the port/package, too) to find out where they live in the ports tree.
 
>Unformatted:
