From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 17 19:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A898F9B5 for ; Sun, 17 Nov 2013 19:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 755262EB3 for ; Sun, 17 Nov 2013 19:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAHJU074083354 for ; Sun, 17 Nov 2013 19:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAHJU0ZQ083353; Sun, 17 Nov 2013 19:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 17 Nov 2013 19:30:00 GMT Resent-Message-Id: <201311171930.rAHJU0ZQ083353@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joerg Wunsch Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B698990 for ; Sun, 17 Nov 2013 19:27:24 +0000 (UTC) Received: from uriah.heep.sax.de (uriah.heep.sax.de [IPv6:2a01:170:1047::9]) by mx1.freebsd.org (Postfix) with ESMTP id E5FBB2EA6 for ; Sun, 17 Nov 2013 19:27:23 +0000 (UTC) Received: by uriah.heep.sax.de (Postfix, from userid 107) id D090632; Sun, 17 Nov 2013 20:27:21 +0100 (MET) Message-Id: <20131117192721.D090632@uriah.heep.sax.de> Date: Sun, 17 Nov 2013 20:27:21 +0100 (MET) From: Joerg Wunsch To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184038: Qwt should install qwt.prf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2013 19:30:00 -0000 >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@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: