From owner-svn-ports-head@freebsd.org Mon Oct 8 15:51:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C08C310C3587; Mon, 8 Oct 2018 15:51:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FBAF703A2; Mon, 8 Oct 2018 15:51:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 01110221A6; Mon, 8 Oct 2018 11:45:41 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Mon, 08 Oct 2018 11:45:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=4m6/UdIxsc+tySYf21uTHAcKgIDnGDkRANnXkFucx CM=; b=O1sXDvUmvUw/PXXPA3ZXpuPJz5jKrPaNkoGxQ6337sZQiqciVvEdg2z3N QPSlsSGPRSfxO/ATsothuWRns+QsYXwsgVKHZZLtmZ7EJT2D0rAV3XHXEP5/2pXz MR/K4o2o0kHy4bQMUKgHO/45AS1jz7xr1St3o84hoSeSkJEWtNIRjIUs8qPtiKhg V2/vLzlJnLh0R+xJG9ZF5sYipoH9IgW49hBvDjex56rY3MiKLGc33D9FtPQss40j yPwWYz1ROE0vJbWZp2i48CgycbhH/JmkJHPKxT+sa2dCk9uW2sC49/Gjt70SbR+5 mct2Wh0e8NKQmB2sMS50w6U40Ce8Q== X-ME-Sender: X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 99) id B4D6B9E47B; Mon, 8 Oct 2018 11:45:40 -0400 (EDT) Message-Id: <1539013540.913511.1534733424.75653610@webmail.messagingengine.com> From: Tobias Kortkamp To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-929b9749 Subject: Re: svn commit: r481547 - head/graphics/gegl References: <201810081537.w98FbZTj007910@repo.freebsd.org> Date: Mon, 08 Oct 2018 17:45:40 +0200 In-Reply-To: <201810081537.w98FbZTj007910@repo.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 15:51:43 -0000 On Mon, Oct 8, 2018, at 17:37, Koop Mast wrote: > Author: kwm > Date: Mon Oct 8 15:37:34 2018 > New Revision: 481547 > URL: https://svnweb.freebsd.org/changeset/ports/481547 > > Log: > Fix conflict with coreutils. [1] > > Previous in gegl3 the pkgnamesuffix of that port cause gcut to be installed > as gcut3. Now after the move there isn't a pkgnamesuffix anymore. Base the > new suffix on the value off GEGL_VER. > > PR: 232054 [1] > Submitted by: tobic@ > Reported by: w.schwarzenfeld@utanet.at > > Modified: > head/graphics/gegl/Makefile > > Modified: head/graphics/gegl/Makefile > ============================================================================== > --- head/graphics/gegl/Makefile Mon Oct 8 15:29:07 2018 (r481546) > +++ head/graphics/gegl/Makefile Mon Oct 8 15:37:34 2018 (r481547) > @@ -41,6 +41,7 @@ SHEBANG_FILES= tools/xml_insert.sh > > # Fix conflicts with graphics/gegl and sysutils/coreutils > EXAMPLESDIR= ${PREFIX}/share/examples/gegl${PKGNAMESUFFIX} > +UNIQUE_SUFFIX= -${GEGL_VER} > UNIQUE_SUFFIX_FILES= bin/gcut Thanks, but I did not submit this. Why not use the patch as submitted? Setting EXAMPLESDIR is useless now, the comment is outdated (gegl conflicts with gegl?), and PORTREVISION must be bumped because bin/gcut is now installed as bin/gcut-0.4.