mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
sysutils/nix: Fix plist and enable verbose output
Fix plist and enable verbose output during build Approved by: portmgr (blanket, build fix)
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user