Date: Sat, 14 Dec 2024 10:47:22 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7c0dbcb1f7cc - main - sysutils/nix: Fix plist and enable verbose output Message-ID: <202412141047.4BEAlMnE039063@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c0dbcb1f7cc520101992b698c07b20ef349ef35 commit 7c0dbcb1f7cc520101992b698c07b20ef349ef35 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-12-14 10:46:39 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-12-14 10:47:12 +0000 sysutils/nix: Fix plist and enable verbose output Fix plist and enable verbose output during build Approved by: portmgr (blanket, build fix) --- sysutils/nix/Makefile | 2 +- sysutils/nix/pkg-plist | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/nix/Makefile b/sysutils/nix/Makefile index 56a851a27d79..76de4b4eaa02 100644 --- a/sysutils/nix/Makefile +++ b/sysutils/nix/Makefile @@ -54,7 +54,7 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I ${OPENSSLINC}" \ OPENSSL_LIBS="-L ${OPENSSLLIB}" # Workaround for: # /usr/bin/ld: error: undefined symbol: SHA512_Update -MAKE_ARGS= libutil_ALLOW_UNDEFINED=yes +MAKE_ARGS= libutil_ALLOW_UNDEFINED=yes V=s # XXX: Tests require the port to be installed on the system. It is not enough # to have the port staged. TEST_ARGS= nix_tests="${_PASSING_TESTS}" diff --git a/sysutils/nix/pkg-plist b/sysutils/nix/pkg-plist index 2f5e137d7513..e8b5c0bda642 100644 --- a/sysutils/nix/pkg-plist +++ b/sysutils/nix/pkg-plist @@ -541,6 +541,8 @@ share/zsh/site-functions/run-help-nix %%PORTDOCS%%%%DOCSDIR%%/manual/store/types/local-store.html %%PORTDOCS%%%%DOCSDIR%%/manual/store/types/s3-binary-cache-store.html %%PORTDOCS%%%%DOCSDIR%%/manual/store/types/ssh-store.html +%%PORTDOCS%%%%DOCSDIR%%/manual/toc.html +%%PORTDOCS%%%%DOCSDIR%%/manual/toc.js %%PORTDOCS%%%%DOCSDIR%%/manual/tomorrow-night.css %%PORTDOCS%%share/man/man1/nix-build.1.gz %%PORTDOCS%%share/man/man1/nix-channel.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412141047.4BEAlMnE039063>