From j@uriah.heep.sax.de  Sun Nov 17 19:27:24 2013
Return-Path: <j@uriah.heep.sax.de>
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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <joerg@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Qwt should install qwt.prf
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         184038
>Category:       ports
>Synopsis:       x11-toolkits/qwt5 : qwt should install qwt.prf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 17 19:30:00 UTC 2013
>Closed-Date:    Sun Dec 22 19:03:16 UTC 2013
>Last-Modified:  Sun Dec 22 19:03:16 UTC 2013
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Sun Nov 17 19:36:59 UTC 2013 
State-Changed-Why:  
to which port does this PR apply? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184038 

From: Joerg Wunsch <j@uriah.heep.sax.de>
To: freebsd-gnats-submit@FreeBSD.org
Cc: freebsd-ports-bugs@FreeBSD.org
Subject: Re: ports/184038: qwt should install qwt.prf
Date: Sun, 17 Nov 2013 20:41:37 +0100

 As linimon@FreeBSD.org wrote:
 
 > to which port does this PR apply?
 
 Errm, x11-toolkits/qwt5.
 
 I just noticed that x11-toolkits/qwt6 actually already has it.
 So my problem is probably going to be resolved by upgrading to
 this version.
 
 I'd leave it to the maintainer to dismiss the request as a
 "wontfix" then.
 -- 
 cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL
 
 http://www.sax.de/~joerg/
 Never trust an operating system you don't have sources for. ;-)
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sun Nov 17 20:21:58 UTC 2013 
State-Changed-Why:  
feedback received. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184038 
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Dec 15 18:53:51 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184038 

From: Max Brazhnikov <makc@freebsd.org>
To: bug-followup@freebsd.org, joerg@freebsd.org
Cc:  
Subject: Re: ports/184038: x11-toolkits/qwt5 : qwt should install qwt.prf
Date: Sun, 22 Dec 2013 14:49:57 +0000

 Hi Joerg,
 
 Does qwt6 port satisfy your needs? In principle I could install this file with 
 qwt5 port, but under different name to avoid conflict with qwt6 port.
 
 Cheers,
 Max

From: Joerg Wunsch <j@uriah.heep.sax.de>
To: Max Brazhnikov <makc@freebsd.org>
Cc: bug-followup@freebsd.org
Subject: Re: ports/184038: x11-toolkits/qwt5 : qwt should install qwt.prf
Date: Sun, 22 Dec 2013 17:00:02 +0100

 As Max Brazhnikov wrote:
 
 > Does qwt6 port satisfy your needs?
 
 Yes, it does.  I simply noticed the qwt6 port too late.
 -- 
 cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL
 
 http://www.sax.de/~joerg/
 Never trust an operating system you don't have sources for. ;-)
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Sun Dec 22 19:03:16 UTC 2013 
State-Changed-Why:  
Problem resolved by using a port for newer version of Qwt library. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184038 
>Unformatted:
