Bug 48303

Summary: Fix legacy wrapper in Qt-3.1
Product: Ports & Packages Reporter: Michael W. Collette <metrol>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me CC: kde-freebsd
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Michael W. Collette 2003-02-15 12:20:06 UTC
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
Comment 1 Christian Weisgerber freebsd_committer freebsd_triage 2003-02-15 18:34:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainers.
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2003-02-17 20:39:38 UTC
State Changed
From-To: open->closed

Committed, thanks!