From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 4 12:12:38 2014 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C3C56F2; Fri, 4 Apr 2014 12:12:38 +0000 (UTC) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF29E6B8; Fri, 4 Apr 2014 12:12:37 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1WW2yw-0007YC-ML; Fri, 04 Apr 2014 19:12:32 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id s34CCMc6030513; Fri, 4 Apr 2014 19:12:32 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id s34CCHvo030431; Fri, 4 Apr 2014 19:12:17 +0700 (NOVT) (envelope-from danfe) Date: Fri, 4 Apr 2014 19:12:17 +0700 From: Alexey Dokuchaev To: Baptiste Daroussin Subject: Re: [patch] update graphics/exiv2 to 0.24 Message-ID: <20140404121217.GA27258@regency.nsu.ru> References: <20140404115328.GA19859@regency.nsu.ru> <20140404115919.GA85325@ivaldir.etoilebsd.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140404115919.GA85325@ivaldir.etoilebsd.net> User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 1 X-KLMS-Message-Action: clean X-KLMS-AntiSpam-Lua-Profiles: 59243 [Apr 04 2014] X-KLMS-AntiSpam-Version: 5.3.6 X-KLMS-AntiSpam-Envelope-From: danfe@regency.nsu.ru X-KLMS-AntiSpam-Rate: 0 X-KLMS-AntiSpam-Status: not_detected X-KLMS-AntiSpam-Method: none X-KLMS-AntiSpam-Moebius-Timestamps: 2859860, 2859894, 2859859 X-KLMS-AntiSpam-Interceptor-Info: scan successful X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server 8.0.0.455, not checked X-KLMS-AntiVirus-Status: NotChecked: not checked, skipped Cc: multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 12:12:38 -0000 On Fri, Apr 04, 2014 at 01:59:19PM +0200, Baptiste Daroussin wrote: > On Fri, Apr 04, 2014 at 06:53:28PM +0700, Alexey Dokuchaev wrote: > > hi there, > > > > unless someone objects, i'd like to commit attached diff (+ bump consumers > > port revisions). > > Approved > > btw isn't INSTALL_TARGET=install-strip allowing us to avoid the post-install > at all? Do you mean if I manually set INSTALL_TARGET=install-strip or there is some magic inside b.p.m. that takes care of it? I'll take a closer look after I get back to computer, but I only recall strip-aware install was implemented in Uses/cmake.mk, not universally. ./danfe