From owner-svn-ports-all@freebsd.org Sun Apr 2 08:52:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 015B2D2A7C9; Sun, 2 Apr 2017 08:52:01 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C1150D37; Sun, 2 Apr 2017 08:52:00 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 65CD4BDCAC; Sun, 2 Apr 2017 10:51:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=plouf; bh=LVVNkLc/FrF a8T6oKoymrtot/lA=; b=BvfCsZX5Q17b0dgX2pEhS5Ev159rjl15Zbs4LDtbqM+ Tq2gZygz4nQyQ5xFa/Eod8GRc/GJCOaugz2gbJ8r7QP9JOOvC9orWXFI6BKZHYXA C2gGcjgqac8Pc4NhQBuxOnXebe2SMNpHFpKUihJQtZPNGLJvk8ExZjqJwgRtFckc = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id BC622BDC91; Sun, 2 Apr 2017 10:51:56 +0200 (CEST) Subject: Re: svn commit: r437516 - head/benchmarks/flamegraph To: Johannes M Dieterich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201704020231.v322Vu7t015416@repo.freebsd.org> From: Mathieu Arnold Message-ID: <30d5359e-48de-cd0d-c2c8-ebc54222c1a3@mat.cc> Date: Sun, 2 Apr 2017 10:51:56 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201704020231.v322Vu7t015416@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 02 Apr 2017 08:52:01 -0000 Le 02/04/2017 =C3=A0 04:31, Johannes M Dieterich a =C3=A9crit : > Author: jmd > Date: Sun Apr 2 02:31:56 2017 > New Revision: 437516 > URL: https://svnweb.freebsd.org/changeset/ports/437516 > > Log: > Use INSTALL_SCRIPT to mark installed files as executable. As the resulting package changed, you must bump PORTREVISION. > =20 > Reported by: adamw > Reviewed by: swills (mentor) > Approved by: swills (mentor) > > Modified: > head/benchmarks/flamegraph/Makefile > > Modified: head/benchmarks/flamegraph/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/benchmarks/flamegraph/Makefile Sun Apr 2 02:03:01 2017 (r4375= 15) > +++ head/benchmarks/flamegraph/Makefile Sun Apr 2 02:31:56 2017 (r4375= 16) > @@ -46,7 +46,7 @@ SOURCE_FILES=3D aix-perf.pl \ > =20 > do-install: > .for FILE in ${SOURCE_FILES} > - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}/${PREFIX}/bin/${FILE} > + ${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${STAGEDIR}/${PREFIX}/bin/${FILE} > .endfor > =20 > .include > > --=20 Mathieu Arnold