Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Oct 2018 21:37:07 +0200
From:      Koop Mast <kwm@FreeBSD.org>
To:        Tobias Kortkamp <tobik@FreeBSD.org>, ports-committers@freebsd.org,  svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r481547 - head/graphics/gegl
Message-ID:  <cc110a273c9fa0da1b5b7696b89e489254f0c311.camel@FreeBSD.org>
In-Reply-To: <1539013540.913511.1534733424.75653610@webmail.messagingengine.com>
References:  <201810081537.w98FbZTj007910@repo.freebsd.org> <1539013540.913511.1534733424.75653610@webmail.messagingengine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Argh, ok sorry about that. I wasn't really paying attention to the
patch and "oh that's easy, I can do that before dinner" and not paying
attention.

-Koop

On Mon, 2018-10-08 at 17:45 +0200, Tobias Kortkamp wrote:
> 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	(r4
> > 81546)
> > +++ head/graphics/gegl/Makefile	Mon Oct  8 15:37:34 2018	(r4
> > 81547)
> > @@ -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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cc110a273c9fa0da1b5b7696b89e489254f0c311.camel>