From owner-freebsd-pkg@FreeBSD.ORG Fri Oct 17 16:28:37 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64038279 for ; Fri, 17 Oct 2014 16:28:37 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (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 DE4EAD5D for ; Fri, 17 Oct 2014 16:28:36 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id gf13so1101772lab.15 for ; Fri, 17 Oct 2014 09:28:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=itneo.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZNUJ+9TEI05uA3jGyuwK37VomU1Xa0KlX8ofU5ZtidQ=; b=lJWbpTfGQNkB941JC/clQEoacByg6X2ggpDBBILv4kLnGrkAw4YL5vTJFkDkZoQfsE DLxT2sj6V8NuUbKsYP88T6MzD/i0IDS19KgEqsta4zgwoL6NDWT6AkR5AUBGqRhY7vL0 9zmXWXR6LqZyP6vLe2ej7GPSRMIoSUTDLHN7c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=ZNUJ+9TEI05uA3jGyuwK37VomU1Xa0KlX8ofU5ZtidQ=; b=R4j2z5tzyvLg+8AKaE2qiU1s/kK4gK+MO4RSxy1O9bBdqkVXYXVP3E6/x4Hp58BfyL v+E77xgqPl5pInYwgIlTR+MU963h29OR0L0sDyb3MamEsHr/m0CnDSn33cLCf3k3DcwC 5FbB+NGlTzGpzEtriu941LDxhb9yhLPRt0PQjv1dZV6W6pyzBaUrfYI5ISTB4bY5ySWF 2PNNupNx1MK8lsPlkRys3c/22uWkjqlWjmuYPEcRQ0YlLMwj+zTbIxsYSnZHLj12FxW1 bCVfxQbe/FIGef+dv7Y9TevB6XDiaRxOl8jL96es/P2QINxXoNDUWD9hAslhbuKUflM7 dXOg== X-Gm-Message-State: ALoCoQmHm8jAqq88iaOsKq1d+PMPO1MqqPTfBhJHJ5FXJT99s9KRbwrrCy7gMeATX7A3rlI0EpvfobcKZ0IrbI59IngslQ3MXswP/1Ilpl87du7SwtElPwpKfr+AL6K/NO0TzDZUAcbL MIME-Version: 1.0 X-Received: by 10.112.157.194 with SMTP id wo2mr808529lbb.55.1413563314747; Fri, 17 Oct 2014 09:28:34 -0700 (PDT) Received: by 10.112.27.200 with HTTP; Fri, 17 Oct 2014 09:28:34 -0700 (PDT) Date: Fri, 17 Oct 2014 11:28:34 -0500 Message-ID: Subject: pecl-imagick and zbar over ImageMagick From: Tom Crum To: freebsd-pkg@freebsd.org Content-Type: text/plain; charset=US-ASCII X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2014 16:28:37 -0000 Hi all, I am in a back and forth with pecl-imagick and zbar over ImageMagick. I would prefer to have only the ImageMagick-nox11 version installed. Both packages compile fine from ports against ImageMagick-nox11, but when installing with pkg install pecl-imagick wants ImageMagick-nox11 but zbar wants ImageMagick. And installing one removes the other and vise versa. I tried pkg set -o graphics/ImageMagick:graphics/ImageMagick-nox11 to no avail. Any advice would be greatly appreciated. root@tx-granbury-staging1:~ # pkg install zbar Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (2 conflicting) Checking integrity... done (0 conflicting) The following 6 packages will be affected (of 0 checked): Installed packages to be REMOVED: ImageMagick-nox11-6.8.9.8_2,1 libwmf-nox11-0.2.8.4_12 pecl-imagick-3.1.2_1 New packages to be INSTALLED: zbar: 0.10_6 ImageMagick: 6.8.9.8_2,1 libwmf: 0.2.8.4_12 The process will require 2 MB more space. Proceed with this action? [y/N]: y [1/6] Deleting libwmf-nox11-0.2.8.4_12: 100% [2/6] Deleting pecl-imagick-3.1.2_1: 100% [3/6] Deleting ImageMagick-nox11-6.8.9.8_2,1: 100% [4/6] Installing libwmf-0.2.8.4_12: 100% [5/6] Installing ImageMagick-6.8.9.8_2,1: 100% [6/6] Installing zbar-0.10_6: 100% root@tx-granbury-staging1:~ # pkg install pecl-imagick Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (2 conflicting) Checking integrity... done (0 conflicting) The following 6 packages will be affected (of 0 checked): Installed packages to be REMOVED: zbar-0.10_6 ImageMagick-6.8.9.8_2,1 libwmf-0.2.8.4_12 New packages to be INSTALLED: pecl-imagick: 3.1.2_1 ImageMagick-nox11: 6.8.9.8_2,1 libwmf-nox11: 0.2.8.4_12 The operation will free 2 MB. Proceed with this action? [y/N]: -- ---------------------------------------- ITNEO - Technology Redefined Visit us online at ITNEO.com Toll-free: 800-834-0626