From owner-svn-ports-all@freebsd.org Fri Dec 27 23:23:12 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 264E11D268B; Fri, 27 Dec 2019 23:23:12 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from sprint-1.amdmi3.ru (sprint-1.amdmi3.ru [185.185.71.234]) by mx1.freebsd.org (Postfix) with ESMTP id 47l2tm04YHz4h5L; Fri, 27 Dec 2019 23:23:11 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from amdmi3.ru (localhost [127.0.0.1]) by sprint-1.amdmi3.ru (Postfix) with SMTP id C506A25F6F5; Sat, 28 Dec 2019 02:22:41 +0300 (MSK) Received: by amdmi3.ru (nbSMTP-1.00) for uid 1000 amdmi3@amdmi3.ru; Sat, 28 Dec 2019 02:22:41 +0300 (MSK) Date: Sat, 28 Dec 2019 02:23:02 +0300 From: Dmitry Marakasov To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r520989 - in head: comms/xastir graphics/GraphicsMagick graphics/aaphoto graphics/dcraw graphics/dcraw-m graphics/devil graphics/devil/files graphics/digikam graphics/exact-image graphi... Message-ID: <20191227232302.GJ28436@hades.panopticon> References: <201912271343.xBRDh0iJ096882@repo.freebsd.org> <20191227212501.GH28436@hades.panopticon> <20191227212655.354pzp4pu7rj6oj7@ivaldir.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191227212655.354pzp4pu7rj6oj7@ivaldir.net> User-Agent: Mutt/1.12.1 (2019-06-15) X-Rspamd-Queue-Id: 47l2tm04YHz4h5L X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.98 / 15.00]; NEURAL_HAM_MEDIUM(-0.98)[-0.985,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2019 23:23:12 -0000 * Baptiste Daroussin (bapt@FreeBSD.org) wrote: > > > Author: bapt > > > Date: Fri Dec 27 13:43:00 2019 > > > New Revision: 520989 > > > URL: https://svnweb.freebsd.org/changeset/ports/520989 > > > > > > Log: > > > Update jasper to 2.0.16 > > > > > > This is needed to be able to update gegl to latest version. > > > Bump revision of all consumer as the ABI is not 100% backward compatible. > > > Provide a patch for graphics/devil to properly build with latest jasper. > > > While here add a missing USES=xorg to graphics/devil > > > > > > Modified: head/graphics/devil/Makefile > > > ============================================================================== > > > --- head/graphics/devil/Makefile Fri Dec 27 13:31:41 2019 (r520988) > > > +++ head/graphics/devil/Makefile Fri Dec 27 13:43:00 2019 (r520989) > > > @@ -3,7 +3,7 @@ > > > > > > PORTNAME= devil > > > PORTVERSION= 1.7.8 > > > -PORTREVISION= 23 > > > +PORTREVISION= 24 > > > PORTEPOCH= 1 > > > CATEGORIES= graphics > > > MASTER_SITES= SF/openil/DevIL/${PORTVERSION} > > > @@ -12,7 +12,7 @@ DISTNAME= DevIL-${PORTVERSION} > > > MAINTAINER= amdmi3@FreeBSD.org > > > COMMENT= Full featured cross-platform image library > > > > > > -USES= alias autoreconf gmake libtool localbase pkgconfig > > > +USES= alias autoreconf gmake libtool localbase pkgconfig xorg > > > > Was this indended? It breaks the port. > > > > Weird, it passes my poudriere run, but feel free to revert that part I've nailed it down, see https://reviews.freebsd.org/D22939 -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: https://github.com/AMDmi3