From owner-freebsd-questions@FreeBSD.ORG Tue Nov 12 15:12:21 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D06D5221 for ; Tue, 12 Nov 2013 15:12:21 +0000 (UTC) Received: from nm27-vm7.access.bullet.mail.gq1.yahoo.com (nm27-vm7.access.bullet.mail.gq1.yahoo.com [216.39.63.205]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 875F823C2 for ; Tue, 12 Nov 2013 15:12:21 +0000 (UTC) Received: from [216.39.60.167] by nm27.access.bullet.mail.gq1.yahoo.com with NNFMP; 12 Nov 2013 15:12:15 -0000 Received: from [98.138.104.96] by tm3.access.bullet.mail.gq1.yahoo.com with NNFMP; 12 Nov 2013 15:12:15 -0000 Received: from [127.0.0.1] by smtp116.sbc.mail.ne1.yahoo.com with NNFMP; 12 Nov 2013 15:12:15 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=att.net; s=s1024; t=1384269135; bh=xXHwnmvQX8O6imZ6Hds9cfR7dlvQtZZiVSG+j0rjqVg=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=ZWBVwiimd11Lmv3K/O23Bx+JNlVT0o+FspjoCMdVNCEXh1S3Sob3zD2XPmM2KmJmpL8RWlwNs/2AoXmkBq/jSyw3i9FnfgsKHlsKc70bJWwu69KcT4OwizuWXCIX69yWn8zWqW5lkH6lJuzwkAW0YSYeshl5kX6xCopnJplJjTk= X-Yahoo-Newman-Id: 645714.6042.bm@smtp116.sbc.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 2TUaoqcVM1kuKmFvowmpJe_cE8UC5tJjDTqsgaifUQqnO_7 q7umeZiMUOGs_jjouUrNRD4xeA6EzEnj0GsMaXS8SzkVhZKD6D6pdhOxNag5 ZM14s2LHj729wFnKa6dQi.MxhBihTZuSht96GzVFAGTbQ_l3ysPu1tfmgyDD hwp7eUpATYHWb4hQzdHJjbZQRhQOV7p.SfQRL8zEYeAPVFEqPzcauf86Phgc ohrsMJ7uV78eEsiJOi306HwYVvkHsNCUO3vQVisCX2iDfhr4H.B_Gbr85OMm Tue1rp7lmX7u3ZVHScFI3GHZbOnDzQCfOqLtFxKG4qNr3tVFrqybIbXxmRO_ _hs1OTKD0i0Vun1CUGth6fQKXLg949rxmSYxJJrvHHAPZA.dJ3lU2Np9QtNk aeus26K4N0pqCA9oD2ZAOjZFLkpexRtIKk0tlp5MiFCEO05yUN_9rSix4waS zTx2Czy__UbgDdt_WisLnCh7kkCx6xfkLadEnWEpyWDwvG80i82nkdGgL1m0 AnNhGx3DE9mJoytUu6uvSmub_gWKWtJ9ZwHw- X-Yahoo-SMTP: dQDeuIqswBBZlqxPL_idatjeqZFsZlQC4MQ5I3DYpsI- X-Rocket-Received: from [135.207.130.101] (k.oikonomou@135.207.130.101 with ) by smtp116.sbc.mail.ne1.yahoo.com with SMTP; 12 Nov 2013 15:12:15 +0000 UTC Message-ID: <5282454E.3030902@att.net> Date: Tue, 12 Nov 2013 10:12:14 -0500 From: Kostas Oikonomou User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: pkg upgrade problem with tex and texlive, release 9.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 15:12:21 -0000 Hi, I am using PCBSD 9.2 p8, and I'm having a problem with "pkg upgrade". I am using texlive instead of tetex, and when I try to upgrade my packages, pkg insists on re-installing the main two tetex packages, which I've removed, since I have switched to texlive. Of course, if I let the upgrade proceed, it fails because of the conflict between tetex and texlive. I can remove texlive, do the upgrade, re-remove tetex, and re-re-install texlive. Texlive is a large package, so this is painful. And it will happen again at the next upgrade. Is there any way around this problem? Some feature of pkg that I don't know about? Or is this whole thing a tetex/texlive-specific issue which will be resolved eventually? (I am posting here in the belief that this is not a PCBSD-specific issue.) Kostas