From owner-freebsd-ports@FreeBSD.ORG Mon Mar 31 08:26:51 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A4F6AE2 for ; Mon, 31 Mar 2014 08:26:51 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6558AAD for ; Mon, 31 Mar 2014 08:26:50 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id x48so4327625wes.38 for ; Mon, 31 Mar 2014 01:26:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=fuBf7Rh2Pu9tYtCuMSOoCUNCDZbdypHgzmnYA4Wx4k4=; b=fPkw6VeIFl0+VRRkjSVy8iQIFHlUS+yY23JnLzoed9YNlmDOJYqVzhNORf/xtj9uaP 0aFaLQ9dRyuqZ3q+9Swg5BJqHcPiGhNEaU3mMFpY3JGceegogdqScFrIL0fz1cd0tLBe F9MLkkaZLz4mnp/eYqhpongbcQ3Ioyg3q9Pm47BzgJfDp06v+KtmHM4lSnsbG6zAfqC6 HVcci37upQTG4beqGoL3W1lERM4KRCeJEFJCcZayHdHFhQrhvmfZ4N0gfFT4GhuTXg28 brvDo0irUPrQZkJKvsuxIlaqX7rT9YNAlbLLsMTVjQOXy7s61js2JSxvcrU3SxgRUyuA 03VQ== X-Received: by 10.194.175.202 with SMTP id cc10mr7196976wjc.48.1396254409002; Mon, 31 Mar 2014 01:26:49 -0700 (PDT) Received: from [192.168.1.129] ([193.173.55.180]) by mx.google.com with ESMTPSA id p8sm31386892eef.26.2014.03.31.01.26.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 31 Mar 2014 01:26:48 -0700 (PDT) Message-ID: <533926C8.5000802@gmail.com> Date: Mon, 31 Mar 2014 10:26:48 +0200 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Boris Samorodov Subject: Re: cups update References: <6831529.v4E7LXfo3f@lumiwa.farms.net> <53391B6A.7020108@gmail.com> <533920B3.1060400@passap.ru> In-Reply-To: <533920B3.1060400@passap.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 08:26:51 -0000 Boris Samorodov schreef: > 31.03.2014 11:38, Johan Hendriks пишет: > >> Installing cups-client-1.7.1...pkg-static: cups-client-1.7.1 conflicts >> with cups-image-1.5.4_1 (installs files into the same place). >> Problematic file: /usr/local/include/cups/raster.h > Yep, the problematic file has moved form cups-image (1.5.x) to > cups-client (1.7.x). So before upgrading cups-image should be > removed. A note to UPDATING would be a nice idea too... > Ok that worked. pkg delete -f cups-image portmaster print/cups-image installed both ports. regards Johan