Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2003 04:19:08 -0800
From:      Michael Collette <metrol@metrol.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        KDE-FreeBSD <kde-freebsd@lists.csociety.org>
Subject:   ports/48303: Qt-3.1 patch for legacy header qmlined.h
Message-ID:  <200302150419.08995.metrol@metrol.net>

next in thread | raw e-mail | index | archive | help

>Number:         48303
>Category:       ports
>Synopsis:       Fix legacy wrapper in Qt-3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 15 04:20:06 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Collette
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Feb  8 23:22:36 PST 2003     

>Description:
Qt 3.1 presently has a header file in it's includes designed for legacy
support dealing with multi-line editing classes.  The file in question
presently attempts to include a file that no longer exists in the Qt
port.  The patch is meant to correct this oversight so applications that
call "qmlined.h" will continue to build correctly.

At this time, the only known application failing to build due to this
is databases/unixODBC/ when built with GUI support enabled.

This fix references back to the following TrollTech support page that
Andy Fawcett was kind enough to point out to me.

http://doc.trolltech.com/3.1/porting.html#15

>How-To-Repeat:

>Fix:
diff -ruN qt31.orig/files/patch-include-qmlined.h qt31/files/patch-include-qmlined.h
--- qt31.orig/files/patch-include-qmlined.h	Wed Dec 31 16:00:00 1969
+++ qt31/files/patch-include-qmlined.h	Sat Feb 15 02:33:47 2003
@@ -0,0 +1,9 @@
+--- include/qmlined.h.orig	Sat Feb 15 02:26:37 2003
++++ include/qmlined.h	Sat Feb 15 02:27:45 2003
+@@ -22,5 +22,5 @@
+ *****************************************************************************/
+ #ifndef QMLINED_H
+ #define QMLINED_H
+-#include "qtmultilineedit.h"
++#include "qtextedit.h"
+ #endif

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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