Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stesser committed Jul 8, 2022
1 parent b8b79c2 commit f15fe3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports-mgmt/portmaster/Makefile
@@ -1,5 +1,5 @@
PORTNAME= portmaster
PORTVERSION= 3.21
PORTVERSION= 3.22
CATEGORIES= ports-mgmt

MAINTAINER= se@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions ports-mgmt/portmaster/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1650741590
SHA256 (freebsd-portmaster-3.21_GH0.tar.gz) = 9dbe262d40830ffc78316849669ce4d3550ef81b3ef75350e1897c3683d3b183
SIZE (freebsd-portmaster-3.21_GH0.tar.gz) = 44506
TIMESTAMP = 1657280049
SHA256 (freebsd-portmaster-3.22_GH0.tar.gz) = c4573089190521368ce335225de205aedfb6e3d4edda5ef02d6f160afe4e65e2
SIZE (freebsd-portmaster-3.22_GH0.tar.gz) = 44510

0 comments on commit f15fe3b

Please sign in to comment.