svn commit: r528409 - head/emulators/i386-wine-devel

Lorenzo Salvadore phascolarctos at protonmail.ch
Sat Mar 14 14:29:00 UTC 2020


‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Saturday 14 March 2020 14:32, Piotr Kubaj <pkubaj at FreeBSD.org> wrote:

> Author: pkubaj
> Date: Sat Mar 14 13:32:59 2020
> New Revision: 528409
> URL: https://svnweb.freebsd.org/changeset/ports/528409
>
> Log:
> emulators/i386-wine-devel: unbreak bulk -a
>
> Error:
> [00:00:55] Error: emulators/i386-wine-devel has incorrect CATEGORIES, first should be 'emulators'. Please contact maintainer of the port to fix this.
> [00:00:55] Error: deps_fetch_vars failed for emulators/i386-wine-devel
>
> Modified:
> head/emulators/i386-wine-devel/Makefile
> head/emulators/i386-wine-devel/Makefile.amd64
>
> Modified: head/emulators/i386-wine-devel/Makefile
>
> ====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================
>
> --- head/emulators/i386-wine-devel/Makefile Sat Mar 14 13:15:36 2020 (r528408)
> +++ head/emulators/i386-wine-devel/Makefile Sat Mar 14 13:32:59 2020 (r528409)
> @@ -5,6 +5,8 @@
>
> - i386 specific port to be slave to ${PORTSDIR}/emulators/wine-devel
>
> =====================================================================
>
> - amd64 specific port to be normal port (based on binary package)
>
> ==================================================================
>
> +CATEGORIES= emulators
> +
> ONLY_FOR_ARCHS= i386 amd64
>
> .include <bsd.port.mk>
>
> Modified: head/emulators/i386-wine-devel/Makefile.amd64
>
> ==========================================================
>
> --- head/emulators/i386-wine-devel/Makefile.amd64 Sat Mar 14 13:15:36 2020 (r528408)
> +++ head/emulators/i386-wine-devel/Makefile.amd64 Sat Mar 14 13:32:59 2020 (r528409)
> @@ -5,7 +5,6 @@ PORTNAME= wine
> PORTVERSION= 4.0.r1
> PORTREVISION= 1
> PORTEPOCH= 1
> -CATEGORIES= emulators
> MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/
> PKGNAMEPREFIX= i386-
> PKGNAMESUFFIX= -devel

It seems I am unable to reproduce the issue you fixed with this commit.
Could you please provide more details on your settings?
Is it important to run bulk -a or running bulk emulators/i386-wine-devel would
be enough?
Also I don't really see how moving CATEGORIES from Makefile.amd64 to Makefile
could fix anything: we always have the same variables definitions, isn't it?

Thanks!
Lorenzo Salvadore


More information about the svn-ports-head mailing list