From owner-svn-ports-all@freebsd.org Fri Dec 27 21:25:11 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 5335E1CFEBA; Fri, 27 Dec 2019 21:25:11 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from sprint-1.amdmi3.ru (sprint-1.amdmi3.ru [IPv6:2a0a:2b41:db:7f1c::]) by mx1.freebsd.org (Postfix) with ESMTP id 47l0Gb1BbQz4ZT7; Fri, 27 Dec 2019 21:25:10 +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 76E4925F9C0; Sat, 28 Dec 2019 00:24:40 +0300 (MSK) Received: by amdmi3.ru (nbSMTP-1.00) for uid 1000 amdmi3@amdmi3.ru; Sat, 28 Dec 2019 00:24:40 +0300 (MSK) Date: Sat, 28 Dec 2019 00:25:01 +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: <20191227212501.GH28436@hades.panopticon> References: <201912271343.xBRDh0iJ096882@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201912271343.xBRDh0iJ096882@repo.freebsd.org> User-Agent: Mutt/1.12.1 (2019-06-15) X-Rspamd-Queue-Id: 47l0Gb1BbQz4ZT7 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]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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 21:25:11 -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. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: https://github.com/AMDmi3