ports/53323: qt31 uses wrong paths in qmake.conf
Carl Fongheiser
kf0yn at mchsi.com
Sat Jun 14 17:10:10 UTC 2003
>Number: 53323
>Category: ports
>Synopsis: qt31 uses wrong paths in qmake.conf
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Jun 14 10:10:07 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Carl M. Fongheiser
>Release: FreeBSD 4.8-STABLE i386
>Organization:
none
>Environment:
FreeBSD kf0yn.ampr.org 4.8-STABLE FreeBSD 4.8-STABLE #2: Thu Jun 5 07:01:56 CDT 2003 cmf at kf0yn.ampr.org:/usr/src/sys/compile/OSITOS i386
>Description:
Many of the paths in the installed qmake.conf are wrong as compared
to where the port puts the files. For example:
QMAKE_INCDIR_QT = $(QTDIR)/include
QMAKE_LIBDIR_QT = $(QTDIR)/lib
These files actually live in /usr/X11R6/include and /usr/X11R6/lib.
Similarly:
QMAKE_MOC = $(QTDIR)/bin/moc
QMAKE_UIC = $(QTDIR)/bin/uic
These actually live in /usr/X11R6/bin.
>How-To-Repeat:
Install the qt31 port, then download a program that uses qmake.
When you try to build it, you'll get lots of errors about missing
include files and libraries.
>Fix:
Change all of the $(QTDIR) references in this file to /usr/X11R6.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list