ports/173771: CONFLICTS_BUILD for deskutils/superkaramba

Mamoru Sakaue sakaue.mamoru at mwghennndo.com
Wed Nov 21 18:40:01 UTC 2012


>Number:         173771
>Category:       ports
>Synopsis:       CONFLICTS_BUILD for deskutils/superkaramba
>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:   Wed Nov 21 18:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>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 at 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:
>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.
 


More information about the freebsd-ports-bugs mailing list