From owner-svn-ports-head@freebsd.org Tue Dec 8 10:46:02 2015 Return-Path: Delivered-To: svn-ports-head@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 323709D33CC; Tue, 8 Dec 2015 10:46:02 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0568C1566; Tue, 8 Dec 2015 10:46:01 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by oies6 with SMTP id s6so7722018oie.1; Tue, 08 Dec 2015 02:46:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=lhe53INFQW0wycCJSMlHxdGgoKdgLu5iT9SiTR4pZP4=; b=DiL/fqQIFeKuqpwaAMDTu+CWrB+y6r3rZlN5EAuHEIq03hoRUo3iQUiGQjThkNj6T/ LOShUuoCP1S5zpxDLneTtlIWN+Y2uBU6jgt0O/Mx7FGii0FYvqyuhQluZ/rhDEJPkkXX rcAcUHfpEs1KmQ1vNeVioIPC0deEPstP/+LZ1YTnc96CUMtFd/yHmuCGEwWoBsOAhwbs ACZCGZST7yxNOSgxwzXSljc+Ej1tkeSwuqSJA/eiZGvR0uv/RjOX2AJhY8luuJXGGUs3 nhxrcNj25vCkyC7/iaF6rfHbVrp9vVoOm75mAAbZW5BKpLRgzZOvlgDEAayqJ83ex4Ry k35A== MIME-Version: 1.0 X-Received: by 10.202.231.204 with SMTP id e195mr1606300oih.136.1449571561181; Tue, 08 Dec 2015 02:46:01 -0800 (PST) Sender: r.c.ladan@gmail.com Received: by 10.60.27.170 with HTTP; Tue, 8 Dec 2015 02:46:01 -0800 (PST) In-Reply-To: <98D8063B4D072B57DAA53BE8@ogg.in.absolight.net> References: <201512072100.tB7L0Gnj081781@repo.freebsd.org> <0644124C99ECCEA1DF8E9EC0@atuin.in.mat.cc> <98D8063B4D072B57DAA53BE8@ogg.in.absolight.net> Date: Tue, 8 Dec 2015 11:46:01 +0100 X-Google-Sender-Auth: IAKozexZ7asSSs-XsRaAFxVmEL0 Message-ID: Subject: Re: svn commit: r403235 - head/emulators/fuse-roms From: =?UTF-8?Q?Ren=C3=A9_Ladan?= To: Mathieu Arnold Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 08 Dec 2015 10:46:02 -0000 2015-12-08 11:29 GMT+01:00 Mathieu Arnold : > +--On 8 d=C3=A9cembre 2015 10:08:19 +0100 Ren=C3=A9 Ladan wrote: > | 2015-12-08 10:04 GMT+01:00 Mathieu Arnold : > |> +--On 7 d=C3=A9cembre 2015 21:00:16 +0000 Rene Ladan > |> wrote: > |> | +DOCS_PLIST_FILES=3D%%DOCSDIR%%/rom-distribution.txt > |> > |> When possible, don't use %%FOO%% thingies in PLIST_FILES, you can use > |> ${DOCSDIR} directly. > |> > | I think I tried that before. It would almost work but "poudriere > | testport" would fail. > > Then there was a bug in poudriere testport at that time. It now works. > That was in the previous version (3.10.9 ?). 'make check-plist' worked fine= . I'll change the line next time (but why is it bad?) Ren=C3=A9