Date: Sat, 14 Jun 2003 12:09:53 -0500 (CDT) From: Carl Fongheiser <kf0yn@mchsi.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/53323: qt31 uses wrong paths in qmake.conf Message-ID: <200306141709.h5EH9rLj010205@kf0yn.ampr.org> Resent-Message-ID: <200306141710.h5EHA7tm052293@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306141709.h5EH9rLj010205>