From owner-svn-ports-head@freebsd.org Mon Jun 10 04:15:55 2019 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 C02A115B3915; Mon, 10 Jun 2019 04:15:55 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6521D91CB8; Mon, 10 Jun 2019 04:15:55 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 3D3EBFF02; Mon, 10 Jun 2019 04:15:55 +0000 (UTC) Date: Mon, 10 Jun 2019 04:15:55 +0000 From: Alexey Dokuchaev To: Martin Matuska Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r503801 - in head/graphics/exiftran: . files Message-ID: <20190610041555.GA98022@FreeBSD.org> References: <201906090644.x596iCon058100@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201906090644.x596iCon058100@repo.freebsd.org> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: 6521D91CB8 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.91 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.91)[-0.913,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 10 Jun 2019 04:15:55 -0000 On Sun, Jun 09, 2019 at 06:44:12AM +0000, Martin Matuska wrote: > New Revision: 503801 > URL: https://svnweb.freebsd.org/changeset/ports/503801 > > Log: > Update graphics/exiftran to 2.14 > > Modified: head/graphics/exiftran/Makefile > ... > > +CFLAGS+= -I${LOCALBASE}/include > + So what's the point to amend CFLAGS here?.. > Modified: head/graphics/exiftran/files/Makefile.exiftran > ... > > -CFLAGS+= -I${PREFIX}/include -I${.CURDIR}/../../jpeg/80 \ > - -I${.CURDIR}/../.. -DHAVE_NEW_EXIF > +CFLAGS+= -I${LOCALBASE}/include \ ... If you also do the same here? ./danfe