From mwisnicki@gmail.com  Thu Aug  9 14:15:42 2007
Return-Path: <mwisnicki@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AC0B016A419
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Aug 2007 14:15:42 +0000 (UTC)
	(envelope-from mwisnicki@gmail.com)
Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.226])
	by mx1.freebsd.org (Postfix) with ESMTP id 372EF13C442
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Aug 2007 14:15:41 +0000 (UTC)
	(envelope-from mwisnicki@gmail.com)
Received: by hu-out-0506.google.com with SMTP id 28so383779hub
        for <FreeBSD-gnats-submit@freebsd.org>; Thu, 09 Aug 2007 07:15:40 -0700 (PDT)
Received: by 10.86.65.11 with SMTP id n11mr1185322fga.1186668038083;
        Thu, 09 Aug 2007 07:00:38 -0700 (PDT)
Received: from ghost.pnet.one.pl ( [84.40.242.20])
        by mx.google.com with ESMTPS id g1sm5707118muf.2007.08.09.07.00.36
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 09 Aug 2007 07:00:36 -0700 (PDT)
Received: by ghost.pnet.one.pl (sSMTP sendmail emulation); Thu,  9 Aug 2007 16:00:31 +0200
Message-Id: <46bb1e04.01b7660a.7f60.4a9d@mx.google.com>
Date: Thu,  9 Aug 2007 16:00:31 +0200
From: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
Sender: =?UTF-8?B?TWFyY2luIFdpxZtuaWNraQ==?= <mwisnicki@gmail.com>
Reply-To: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: accessibility/qt4-accessible: cannot install if qmake-3.x is already installed
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115352
>Category:       ports
>Synopsis:       accessibility/qt4-accessible: cannot install if qmake-3.x is already installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kde
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 09 14:20:10 GMT 2007
>Closed-Date:    Sat Aug 11 10:28:29 GMT 2007
>Last-Modified:  Sat Aug 11 10:30:03 GMT 2007
>Originator:     Marcin Wisnicki
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD ghost.pnet.one.pl 6.2-STABLE FreeBSD 6.2-STABLE #8: Tue Aug 7 15:03:32 CEST 2007 root@ghost.pnet.one.pl:/home/obj/usr/src/sys/SERWER i386


	
	qmake-3.3.8_1
>Description:
	
	When installing qt4-accessible (as a dependency of security/xca which depends on qt4)
	on a system with qmake-3.x, it fails with following error:

	===>   qt4-accessible-4.3.0 depends on package: qmake>=4.3.0 - not found
	===>   Found qmake-3.3.8_1, but you need to upgrade to qmake>=4.3.0.
	*** Error code 1

>How-To-Repeat:
	
	pkg_delete qmake-4\*
	cd /usr/ports/devel/qmake; make install
	cd /usr/ports/accessibility/qt4-accessible; make install
>Fix:

	
	One of:
	1. Change PKGNAME of devel/qmake4 from qmake to qmake4 or qt4-qmake or whatever
	2. Rework bsd.qt.mk to depend on file (qmake-qt4) instead of package (qmake>=4.3.0)
	3. Modify ports/pkg framework to support multiple concurrent versions of software ;-)


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kde 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 9 14:20:32 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115352 
State-Changed-From-To: open->closed 
State-Changed-By: lofi 
State-Changed-When: Sat Aug 11 10:28:11 UTC 2007 
State-Changed-Why:  
Fixed, thanks for reporting! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115352: commit references a PR
Date: Sat, 11 Aug 2007 10:27:41 +0000 (UTC)

 lofi        2007-08-11 10:27:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.qt.mk 
     devel/qmake4         Makefile 
     devel/qmake4/files   Makefile.bsd 
   Log:
   Change PKGNAME of devel/qmake4 to qt4-qmake, bringing it in line with
   the rest of the qt4 ports and avoiding dependency resolution troubles
   if devel/qmake is installed on the same system.
   
   While here, change NOMAN to NO_MAN in Makefile.bsd.
   
   PR: ports/115352
   Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
   
   Revision  Changes    Path
   1.6       +0 -3      ports/Mk/bsd.qt.mk
   1.10      +2 -2      ports/devel/qmake4/Makefile
   1.6       +2 -2      ports/devel/qmake4/files/Makefile.bsd
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
