Date: Wed, 14 Apr 2021 15:41:40 GMT From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 02ccefbf584c - main - Mk: Run apply-slist earlier. Message-ID: <202104141541.13EFfewG028671@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=02ccefbf584c4cb3167ae28f0af57c29bde41ceb commit 02ccefbf584c4cb3167ae28f0af57c29bde41ceb Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2021-04-13 10:52:25 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2021-04-14 15:40:56 +0000 Mk: Run apply-slist earlier. This allows SUB_FILES generated files to be available earlier than staging, and use them during the build. --- Mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index eaa588c56203..db32745e215c 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -5303,7 +5303,7 @@ _PATCH_SEQ= 050:ask-license 100:patch-message 150:patch-depends \ _CONFIGURE_DEP= patch _CONFIGURE_SEQ= 150:build-depends 151:lib-depends 160:create-binary-alias \ 161:create-binary-wrappers \ - 200:configure-message \ + 200:configure-message 210:apply-slist \ 300:pre-configure 450:pre-configure-script \ 490:run-autotools-fixup 500:do-configure 700:post-configure \ 850:post-configure-script \ @@ -5316,7 +5316,7 @@ _STAGE_DEP= build # STAGE is special in its numbering as it has install and stage, so install is # the main, and stage goes after. _STAGE_SEQ= 050:stage-message 100:stage-dir 150:run-depends \ - 200:apply-slist 300:pre-install \ + 300:pre-install \ 400:generate-plist 450:pre-su-install 475:create-users-groups \ 500:do-install 550:kmod-post-install 600:fixup-lib-pkgconfig 700:post-install \ 750:post-install-script 800:post-stage 850:compress-man \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104141541.13EFfewG028671>