From owner-freebsd-questions@FreeBSD.ORG Sat Jan 17 13:30:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22BB81065670 for ; Sat, 17 Jan 2009 13:30:38 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (hmacs.cmi.ua.ac.be [143.129.75.10]) by mx1.freebsd.org (Postfix) with ESMTP id A37B88FC08 for ; Sat, 17 Jan 2009 13:30:37 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (localhost [127.0.0.1]) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8) with ESMTP id n0HDUakT027489 for ; Sat, 17 Jan 2009 14:30:36 +0100 (CET) Received: from localhost (pdon@localhost) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8/Submit) with ESMTP id n0HDUalO027486 for ; Sat, 17 Jan 2009 14:30:36 +0100 (CET) X-Authentication-Warning: hmacs.cmi.ua.ac.be: pdon owned process doing -bs Date: Sat, 17 Jan 2009 14:30:36 +0100 (CET) From: Pieter Donche X-X-Sender: pdon@hmacs.cmi.ua.ac.be To: "mail.list freebsd-questions" Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: apache1.3 en 2.2.conflict X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pieter Donche List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 13:30:38 -0000 When installing kde3 from ports, at one of the required packages subversion-1.5.5_1 I get: Error from bsd.apache.mk. apache13 is installed (or A PACHE_PORT is defined) and port requires 2.0+. I do # cd /usr/ports/www/apache22 # make install clean but this ends with ===> apache-2.2.11 conflicts with installed package(s): apache-1.3.41 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 # pkg_delete apache-1.3.41 pkg_delete: package 'apache-1.3.41' is required by these other packages and may not be deinstalled: cups-base-1.3.9_2 php5-5.2.8 qt-3.3.8_9 arts-1.5.10_1,1 kdelibs-3.5.10 dbus-qt3-0.70_2 kdebase-kompmgr-3.5.10 kdebase-3.5.10_2 kdegames-3.5.10 kdeutils-3.5.10 poppler-qt-0.8.7 gtk-2.14.7 gconf2-2.24.0 libgsf-1.14.11 wv2-0.2.3_2 koffice-1.6.3_7,2 kdenetwork-3.5.10 kdegraphics-3.5.10 kdemultimedia-3.5.10 kdepim-3.5.10_2 how to solve this?