1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/ports-mgmt/portmaster
Stefan Eßer f15fe3ba81 ports-mgmt/portmaster: Fix an issue with flavored dependencies
Flavored run dependencies of an unflavored port could cause the
installation of the port to fail after it had been successfully
built.

This issue should be fixed by this update, which executes a previously
commented out function call to update the FLAVOR in the environment of
the make command used to install the port.

I do not remember why I had commented out that function call, a long
time ago - but I do not expect it to cause any regressions, since the
same FLAVOR is now set enforced during "make install" as had been used
to build the port.

PR:		265084
Reported by:	alt2600 at icloud.com
2022-07-08 13:38:43 +02:00
..
distinfo ports-mgmt/portmaster: Fix an issue with flavored dependencies 2022-07-08 13:38:43 +02:00
Makefile ports-mgmt/portmaster: Fix an issue with flavored dependencies 2022-07-08 13:38:43 +02:00
pkg-descr