Date: Sun, 16 Mar 2014 18:55:15 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: Thierry Thomas <thierry@FreeBSD.org> Cc: emulation@FreeBSD.org Subject: Re: Mk/bsd.linux-rpm.mk does not allow grouping rules (:something) Message-ID: <20140316185515.00006495@unknown> In-Reply-To: <20140212201524.8192371E4AF@graf.pompo.net> References: <20140212201524.8192371E4AF@graf.pompo.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 12 Feb 2014 21:15:24 +0100 (CET)
Thierry Thomas <thierry@FreeBSD.org> wrote:
> >Synopsis: Mk/bsd.linux-rpm.mk does not allow grouping rules
> >(:something)
[...]
> >Fix:
> Please apply this patch:
>
> --- bsd.linux-rpm.mk.diff begins here ---
> --- Mk/bsd.linux-rpm.mk.orig 2014-01-21 21:18:37.000000000
> +0100 +++ Mk/bsd.linux-rpm.mk 2014-02-12 21:03:50.000000000
> +0100 @@ -95,7 +95,7 @@
> # is not true.
>
> DISTFILES?= ${DISTNAME}${EXTRACT_SUFX}
> -BIN_DISTFILES:= ${DISTFILES}
> +BIN_DISTFILES:= ${_DISTFILES}
> SRC_DISTFILES?= ${DISTNAME}${SRC_SUFX}
> EXTRACT_ONLY?= ${BIN_DISTFILES}
This is all what is needed to make this work? Did you test this with
some linux ports (e.g. linux_base)?
If you have tested and there is no fallout, I have no objections.
If you haven't tested a lot I recommend to test (if in doubt, an
exp-run, else a representative list of ports and a commitment to fix
reports of broken ports).
Bye,
Alexander.
--
http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140316185515.00006495>
