ports/184038: Qwt should install qwt.prf
Joerg Wunsch
joerg at freebsd.org
Sun Nov 17 19:30:00 UTC 2013
>Number: 184038
>Category: ports
>Synopsis: Qwt should install qwt.prf
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Nov 17 19:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Joerg Wunsch
>Release: FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD uriah.heep.sax.de 8.2-STABLE FreeBSD 8.2-STABLE #7: Wed May 25 08:21:28 MET DST 2011 j at uriah.heep.sax.de:/usr/obj/usr/src/sys/URIAH i386
>Description:
Qwt is accompanied by a file named qwt.prf, which serves as a
"feature" include file for qmake.
That way, qmake-based projects can make Qwt known by the line
CONFIG += qwt
This file is currently not installed by the port.
>How-To-Repeat:
Add CONFIG += qwt to your Qt project's myproject.pro file, and
run "qmake". Without the qwt.prf file in place, no notion of
the Qwt infrastructure will be placed in the generated Makefile.
>Fix:
The qwt.prf file is already around in the Qwt tarball. The
file ought to be placed into the directory
$(PREFIX)/share/qt4/mkspecs/features/ .
I needed the following changes, compared to the file as
distributed:
QwtBase = /usr/local
INCLUDEPATH += $${QwtBase}/include/qwt
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list