git: 02ccefbf584c - main - Mk: Run apply-slist earlier.
Mathieu Arnold
mat at FreeBSD.org
Wed Apr 14 15:41:40 UTC 2021
The branch main has been updated by mat:
URL: https://cgit.FreeBSD.org/ports/commit/?id=02ccefbf584c4cb3167ae28f0af57c29bde41ceb
commit 02ccefbf584c4cb3167ae28f0af57c29bde41ceb
Author: Mathieu Arnold <mat at FreeBSD.org>
AuthorDate: 2021-04-13 10:52:25 +0000
Commit: Mathieu Arnold <mat at 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 \
More information about the dev-commits-ports-all
mailing list