From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 09:58:22 2014 Return-Path: Delivered-To: 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 B0A512EC for ; Wed, 18 Jun 2014 09:58:22 +0000 (UTC) Received: from mail-oa0-x22a.google.com (mail-oa0-x22a.google.com [IPv6:2607:f8b0:4003:c02::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 7B25F2DAC for ; Wed, 18 Jun 2014 09:58:22 +0000 (UTC) Received: by mail-oa0-f42.google.com with SMTP id eb12so1297588oac.1 for ; Wed, 18 Jun 2014 02:58:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2sNZ8V700tGNgH91+uXGO+ZMToHdJWgBxd4ktXmjO5o=; b=NzqAx0RWEB4SmDBIjvrre5OuSSfZsiOupZplD0Nog+fHfY8mrOkzV3/nE7iVzX7Qs7 CrULA8IVRmaydQ/dAKUV1gTQ2tAR+HeIhgJoiZQagX84rfllr2lBzV6+t5zescI0oeoE VgKI0BqnzO6NNs/EQxggjJgrTkuVnCTCS56rJNkvsbxWC+FeBLuPLXHxMRK9luhZDwEW 2n0q1foFYE1XNE93wuWBgXzf+oOZcbZtIVi9BtK5fDic/rzQQZI0X01sIH3/ykRgS4sB ysxf0YzSQaNKG+EuvOzgRR8kIjzYNPrXY6OvBLJTy4O1K1WDzs165g074XK3XZBGYCFd UMuA== MIME-Version: 1.0 X-Received: by 10.182.65.167 with SMTP id y7mr821685obs.29.1403085501705; Wed, 18 Jun 2014 02:58:21 -0700 (PDT) Received: by 10.182.146.46 with HTTP; Wed, 18 Jun 2014 02:58:21 -0700 (PDT) In-Reply-To: <3397081.DhCpHKU4EK@lumiwa.farms.net> References: <3397081.DhCpHKU4EK@lumiwa.farms.net> Date: Wed, 18 Jun 2014 11:58:21 +0200 Message-ID: Subject: Re: Graphics Magick From: =?UTF-8?Q?Ren=C3=A9_Ladan?= To: ajtiM Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 09:58:22 -0000 2014-06-18 11:00 GMT+02:00 Ajtim : > Hi! > > On FreeBSD 10.0-RELEASE (amd64) I have a problem with update. The first > problem > is Graphics Magick: > > s.h > > '/usr/ports/graphics/GraphicsMagick/work/stage/usr/local/include/Graphics= Magick/wand' > =3D=3D=3D=3D> Compressing man pages (compress-man) > =3D=3D=3D>>> Starting check for runtime dependencies > =3D=3D=3D>>> Gathering dependency list for graphics/GraphicsMagick from p= orts > =3D=3D=3D>>> Dependency check complete for graphics/GraphicsMagick > > =3D=3D=3D>>> All >> graphics/GraphicsMagick (1/15) > > =3D=3D=3D> Installing for GraphicsMagick-1.3.19,1 > =3D=3D=3D> Checking if graphics/GraphicsMagick already installed > =3D=3D=3D> Registering installation for GraphicsMagick-1.3.19,1 as auto= matic > Installing GraphicsMagick-1.3.19,1...pkg-static: GraphicsMagick-1.3.19,1 > conflicts with GraphicsMagick13-1.3.19_6 (installs files into the same > place). > Problematic file: /usr/local/bin/GraphicsMagick++-config > *** Error code 70 > > Ah, this is because I merged GraphicsMagick13 into GraphicsMagick yesterday. For portmaster/portupgrade you'll need to do the usual magic (adjusted from a random UPDATING entry): # portupgrade -fo graphics/GraphicsMagick graphics/GraphicsMagick13 or # portmaster -o graphics/GraphicsMagick graphics/GraphicsMagick13 or # pkg set -o graphics/GraphicsMagick:graphics/GraphicsMagick13 Ren=C3=A9