Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Dec 2015 12:45:12 +0100
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        =?UTF-8?Q?Ren=C3=A9_Ladan?= <rene@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r403235 - head/emulators/fuse-roms
Message-ID:  <290DB4608132EE92B98C7908@ogg.in.absolight.net>
In-Reply-To: <CADL2u4jdeGOR-MMgbbuaGYbHMXuPT_Jn43jXpBxb_9Hu=-70Ag@mail.gmail.com>
References:  <201512072100.tB7L0Gnj081781@repo.freebsd.org> <0644124C99ECCEA1DF8E9EC0@atuin.in.mat.cc> <CADL2u4itn-bkKZkKj7rq9RGtkKpqQFJsh9pLUTiFKQ8bdg8Ssw@mail.gmail.com> <98D8063B4D072B57DAA53BE8@ogg.in.absolight.net> <CADL2u4jdeGOR-MMgbbuaGYbHMXuPT_Jn43jXpBxb_9Hu=-70Ag@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help


+--On 8 d=C3=A9cembre 2015 11:46:01 +0100 Ren=C3=A9 Ladan =
<rene@freebsd.org> wrote:
| 2015-12-08 11:29 GMT+01:00 Mathieu Arnold <mat@freebsd.org>:
|> +--On 8 d=C3=A9cembre 2015 10:08:19 +0100 Ren=C3=A9 Ladan =
<rene@freebsd.org>
|> wrote:
|> | 2015-12-08 10:04 GMT+01:00 Mathieu Arnold <mat@freebsd.org>:
|> |> +--On 7 d=C3=A9cembre 2015 21:00:16 +0000 Rene Ladan =
<rene@FreeBSD.org>
|> |> wrote:
|> |> | +DOCS_PLIST_FILES=3D%%DOCSDIR%%/rom-distribution.txt
|> |>=20
|> |> When possible, don't use %%FOO%% thingies in PLIST_FILES, you can use
|> |> ${DOCSDIR} directly.
|> |>=20
|> | I think I tried that before. It would almost work but "poudriere
|> | testport" would fail.
|>=20
|> Then there was a bug in poudriere testport at that time. It now works.
|>=20
| 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?)

The only reason there are %%foo%% thingies is because pkg-plist is a static
file, and we need some way to do the variable expansion in them.  The
PLIST_FILES is in the Makefile, you can put the correct variables directly.

--=20
Mathieu Arnold



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?290DB4608132EE92B98C7908>