From owner-freebsd-ports@FreeBSD.ORG Sat Sep 22 17:56:54 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0C6710656A8; Sat, 22 Sep 2012 17:56:54 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1A74C8FC15; Sat, 22 Sep 2012 17:56:53 +0000 (UTC) Received: by bkcje9 with SMTP id je9so2150294bkc.13 for ; Sat, 22 Sep 2012 10:56:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=ZjYF4z5yhHZd/kp9WFeLgvTDtpHHBVTHUw5U+js5PE8=; b=yE0J9206l+CHX8jBpJ20BdrvnSVeK1MNlwn0NPzeuPZSp2ICd5rNWUlf5V1OwrMXPg ZLNLbFKp/4XlAbOSAV/dt3m8kmWoi759JYO7uDzY+YDuKwC2dSIeejNvpWlc2sL+RqGm 7UCTw8f42kzIpG1KattdHucVgRRIsf+bJHVoCK1gzniDh/0q7x4/kQIOAmbMU4Ha7s6o zXLfV8Stlliz1Z18dE9e5DBvMJkQnnjIi0TRIzGpXYr6h/DqjHVw4m3wFjiKNO63iWx7 lPKcmcST+Kdc6b4WX2rlkIcd6S2Bwxsc4hg+sjeiVZ1pzh+R+iO8EykJYSG+BC025TOO bW8Q== Received: by 10.204.8.84 with SMTP id g20mr3353253bkg.126.1348336612618; Sat, 22 Sep 2012 10:56:52 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.10.141 with HTTP; Sat, 22 Sep 2012 10:56:22 -0700 (PDT) In-Reply-To: <20120922102234.42513900@scorpio> References: <20120922083943.5ca19d4e@scorpio> <505DB271.9000509@mouf.net> <20120922102234.42513900@scorpio> From: Chris Rees Date: Sat, 22 Sep 2012 18:56:22 +0100 X-Google-Sender-Auth: E9DHa15TkVRMN3drx-lmEMiuJS0 Message-ID: To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: kde@freebsd.org Subject: Re: Installation of "kdenetwork-4.8.4_2" fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 17:56:54 -0000 On 22 September 2012 15:22, Jerry wrote: > On Sat, 22 Sep 2012 08:43:29 -0400 > Steve Wills articulated: > >> Please see the 20120908 entry in /usr/ports/UPDATING. > > Been there, done that, doesn't make any difference. My question is why > should I have to delete the never version "libotr-4.0.0" which > "kdenetwork-4.8.4_1" is currently linked against to install > "libotr-3.2.1" so that I can update "kdenetwork-4.8.4" to the latest > version? Apparently, deleting a previously installed version of > "libotr-4.0.0" is the only way to eliminate this problem. http://www.bayofrum.net/~crees/patches/kdenetwork-lib-dep.diff This patch is untested, but if you really have successfully linked kdenetwork with libotr-4.0.0 then it should work no problem. Please let us know. Chris