Mk/bsd.linux-rpm.mk does not allow grouping rules (:something)

Alexander Leidinger Alexander at Leidinger.net
Sun Mar 16 17:55:50 UTC 2014


On Wed, 12 Feb 2014 21:15:24 +0100 (CET)
Thierry Thomas <thierry at 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


More information about the freebsd-emulation mailing list