svn commit: r348601 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Fri Mar 21 17:00:31 UTC 2014


On Tue, Mar 18, 2014 at 11:19 PM, Thierry Thomas <thierry at freebsd.org> wrote:
> Author: thierry
> Date: Tue Mar 18 22:19:01 2014
> New Revision: 348601
> URL: http://svnweb.freebsd.org/changeset/ports/348601
> QAT: https://qat.redports.org/buildarchive/r348601/
>
> Log:
>   Let the linux rpm ports use grouping rules, e.g. to download the
>   binaries and the sources from differents MASTER_SITES.
>
>   PR:           ports/186702
>   Approved by:  netchild
>
> Modified:
>   head/Mk/bsd.linux-rpm.mk
>
> Modified: head/Mk/bsd.linux-rpm.mk
> ==============================================================================
> --- head/Mk/bsd.linux-rpm.mk    Tue Mar 18 21:53:40 2014        (r348600)
> +++ head/Mk/bsd.linux-rpm.mk    Tue Mar 18 22:19:01 2014        (r348601)
> @@ -95,7 +95,7 @@ PKGNAMEPREFIX?=                       linux-
>  # is not true.
>
>  DISTFILES?=            ${DISTNAME}${EXTRACT_SUFX}
> -BIN_DISTFILES:=                ${DISTFILES}
> +BIN_DISTFILES:=                ${_DISTFILES}
>  SRC_DISTFILES?=                ${DISTNAME}${SRC_SUFX}
>  EXTRACT_ONLY?=         ${BIN_DISTFILES}


Hi,

This commit has bad side effects,  now both the .rpm and the .src.rpm
are extracted on the package builders:

textproc/linux-f10-expat % make -VEXTRACT_ONLY -DPACKAGE_BUILDING
expat-2.0.1-5.i386.rpm expat-2.0.1-5.src.rpm

Cheers,

Antoine


More information about the svn-ports-head mailing list