Created attachment 233039 [details] git diff Update portconfig to 0.3. Testing # portlint -A Then # vi poudriere/ports/default/Mk/bsd.commands.mk ... # comment # DIALOG4PORTS?= ${LOCALBASE}/bin/dialog4ports DIALOG4PORTS?= ${LOCALBASE}/bin/portconfig ... # poudriere testport -j 140Camd64 -p default -i -o ports-mgmt/portconfig # cd /usr/ports/www/apache24/ # make config # exit Final test (here bsddialog is not in BASE) # poudriere testport -j 130Ramd64 -p default -i -o ports-mgmt/portconfig
looks good to me, just commit/push it yourself ;)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=58b7bd55ba47f27ca16fe4bfe9f6577392cd620f commit 58b7bd55ba47f27ca16fe4bfe9f6577392cd620f Author: Alfonso S. Siciliano <asiciliano@FreeBSD.org> AuthorDate: 2022-04-22 19:36:19 +0000 Commit: Alfonso S. Siciliano <asiciliano@FreeBSD.org> CommitDate: 2022-04-22 19:38:28 +0000 ports-mgmt/portconfig: Update to 0.3 PR: 263128 Approved by: bapt ports-mgmt/portconfig/Makefile | 17 +++++++++----- ports-mgmt/portconfig/distinfo | 6 ++--- ports-mgmt/portconfig/files/patch-Makefile | 37 ++++++++---------------------- 3 files changed, 24 insertions(+), 36 deletions(-)
Committed.