From nobody@FreeBSD.org  Wed Nov 21 18:37:30 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 12CB14FB
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Nov 2012 18:37:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id EDCA28FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Nov 2012 18:37:29 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qALIbTln004625
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Nov 2012 18:37:29 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qALIbTna004624;
	Wed, 21 Nov 2012 18:37:29 GMT
	(envelope-from nobody)
Message-Id: <201211211837.qALIbTna004624@red.freebsd.org>
Date: Wed, 21 Nov 2012 18:37:29 GMT
From: Mamoru Sakaue <sakaue.mamoru@mwghennndo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: CONFLICTS_BUILD for deskutils/superkaramba
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         173771
>Category:       ports
>Synopsis:       CONFLICTS_BUILD for deskutils/superkaramba
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kde
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 21 18:40:00 UTC 2012
>Closed-Date:    Tue Mar 04 09:06:56 UTC 2014
>Last-Modified:  Tue Mar 04 09:06:56 UTC 2014
>Originator:     Mamoru Sakaue
>Release:        FreeBSD 8.3-RELEASE-p3 i386
>Organization:
MwGhennndo
>Environment:
System: FreeBSD Grubstake.EmpireNmw 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Mon Jun 11 23:5
2:38 UTC 2012 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
>How-To-Repeat:
# pkg_info -I python\*
python27-2.7.3_3    An interpreted object-oriented programming language
python32-3.2.3_1    An interpreted object-oriented programming language
# cd /usr/ports/deskutils/superkaramba/
# make

Then the build will fail.
This failure is also reproduced with python31-*.

>Fix:
Apply the attached patch.

It is noted that this change cannot change the actual behavior with the current implementatio
n of bsd.port.mk.
In order to make this work as intended, a fix proposed by
http://www.freebsd.org/cgi/query-pr.cgi?pr=173620
is also required.


Patch attached with submission follows:

diff -urN /usr/ports/deskutils/superkaramba/Makefile.orig /usr/ports/deskutils/superkaramba/Makefile
--- /usr/ports/deskutils/superkaramba/Makefile.orig	2012-11-17 14:55:30.000000000 +0900
+++ /usr/ports/deskutils/superkaramba/Makefile	2012-11-21 04:12:13.000000000 +0900
@@ -15,6 +15,7 @@
 COMMENT=	Widget framework for KDE
 
 CONFLICTS=	kdeutils-4.[0-7].*
+CONFLICTS_BUILD=	python3*
 
 USE_XZ=	yes
 USE_PYTHON=	2.5+


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kde 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Nov 21 18:40:17 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173771 
State-Changed-From-To: open->feedback 
State-Changed-By: makc 
State-Changed-When: Mon Feb 11 19:39:07 UTC 2013 
State-Changed-Why:  
Can you provide build log and ? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173771 
State-Changed-From-To: feedback->closed 
State-Changed-By: makc 
State-Changed-When: Tue Mar 4 09:06:55 UTC 2014 
State-Changed-Why:  
Feedback timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173771 
>Unformatted:
 
 Build fails when python3* are installed.
 The include files installed by python3* override those for python2* but necessary declaration
 s for superkaramba are missing.
 
