Date: Wed, 21 Nov 2012 18:37:29 GMT From: Mamoru Sakaue <sakaue.mamoru@mwghennndo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/173771: CONFLICTS_BUILD for deskutils/superkaramba Message-ID: <201211211837.qALIbTna004624@red.freebsd.org> Resent-Message-ID: <201211211840.qALIe0nK029580@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211211837.qALIbTna004624>