diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-12-14 11:46:39 +0100 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-12-14 11:47:12 +0100 |
| commit | 7c0dbcb1f7cc520101992b698c07b20ef349ef35 (patch) | |
| tree | 789c350963a08001aca51d14ca3f914b005d069d /sysutils/nix | |
| parent | net/glusterfs: Mark BROKEN, deprecate and set expiration date to 2025-01-31 (diff) | |
sysutils/nix: Fix plist and enable verbose output
Fix plist and enable verbose output during build
Approved by: portmgr (blanket, build fix)
Diffstat (limited to 'sysutils/nix')
| -rw-r--r-- | sysutils/nix/Makefile | 2 | ||||
| -rw-r--r-- | sysutils/nix/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
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 |
