Port details |
- nix Purely functional package manager
- 2.20.2_4 sysutils =4 2.20.2_1Version of this port present on the latest quarterly branch.
- Maintainer: ashish@FreeBSD.org
- Port Added: 2020-09-25 12:55:17
- Last Update: 2024-10-23 07:11:50
- Commit Hash: 9997938
- People watching this port, also watch:: xrdp, telegram-desktop, osv-scanner, memcached, R
- License: LGPL21
- WWW:
- https://nixos.org/nix/
- Description:
- Nix is a purely functional package manager. This means that it treats packages
like values in purely functional programming languages such as Haskell -- they
are built by functions that don't have side-effects, and they never change
after they have been built. Nix stores packages in the Nix store, usually the
directory /nix/store, where each package has its own unique subdirectory such
as
/nix/store/b6gvzjyb2pg0kjfwrjmg1vfhh54ad73z-firefox-33.1/
where b6gvzjyb2pg0... is a unique identifier for the package that captures all
its dependencies (it's a cryptographic hash of the package's build dependency
graph). This enables many powerful features.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/nix/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/nix
- pkg install nix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nix
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708452546
SHA256 (NixOS-nix-2.20.2_GH0.tar.gz) = 296d6cbe5ef404ea57944c464da86625bb65452fecc458ec943be1801534ae18
SIZE (NixOS-nix-2.20.2_GH0.tar.gz) = 1507205
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ax_cxx_compile_stdcxx.m4 : devel/autoconf-archive
- gsed : textproc/gsed
- bash : shells/bash
- docbook-xsl-ns>=0 : textproc/docbook-xsl-ns
- gnustat : sysutils/coreutils
- grealpath : sysutils/coreutils
- xmllint : textproc/libxml2
- xsltproc : textproc/libxslt
- jq : textproc/jq
- nlohmann-json>=3.9 : devel/nlohmann-json
- mdbook>=0 : textproc/mdbook
- mdbook-linkcheck>=0 : textproc/mdbook-linkcheck
- bison : devel/bison
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Test dependencies:
-
- dot : graphics/graphviz
- git : devel/git
- gxargs : misc/findutils
- hg : devel/mercurial
- Library dependencies:
-
- libaws-cpp-sdk-core.so : devel/aws-sdk-cpp
- libaws-crt-cpp.so : devel/aws-crt-cpp
- libboost_context.so : devel/boost-libs
- libbrotlienc.so : archivers/brotli
- libcurl.so : ftp/curl
- libeditline.so : devel/editline
- libgc.so : devel/boehm-gc
- libsodium.so : security/libsodium
- libcpuid.so : sysutils/libcpuid
- libgit2.so : devel/libgit2
- liblowdown.so : textproc/lowdown
- libarchive.so.13 : archivers/libarchive
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nix-2.20.2_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_nix
- USES:
- autoreconf bison compiler:c++17-lang cpe gmake localbase libarchive pkgconfig sqlite:3 ssl
- pkg-message:
- For install:
- Experimental support
--------------------
Nix support is very much experimental on FreeBSD. The sysutils/nix port is
mainly aimed at developers, testers, and curious users. Nix should not be
considered stable yet on FreeBSD.
Creating Nix build users
------------------------
Nix build users may be created by executing the "add-nixbld-users" script
(which is located in "/usr/local/share/nix") and specifying
the desired number of build users as an argument.
For example:
/usr/local/share/nix/add-nixbld-users 4
is going to create 4 nixbld users.
See https://nixos.org/nix/manual/#ssec-multi-user for more details about
build users.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.20.2_4 23 Oct 2024 07:11:50 |
Matthias Fechner (mfechner) |
devel/libgit2: bump consumers of libgit2 due to update |
2.20.2_3 18 Oct 2024 18:56:41 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of devel/libgit2
libgit2 updated to 1.8.1 |
2.20.2_2 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
2.20.2_1 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
2.20.2 21 Feb 2024 11:30:54 |
Ashish SHUKLA (ashish) |
sysutils/nix: Update to 2.20.2
- Unbreak it
- Remove the non-applicable patches
- Disable unit tests for now
- Adopt port |
2.3.11_5 13 Feb 2024 14:44:22 |
Dima Panov (fluffy) |
devel/boost: bump consumers after library update |
2.3.11_4 27 Sep 2023 14:36:30 |
Dima Panov (fluffy) |
devel/boost*: bump all consumers after 1.83.0 |
2.3.11_3 01 May 2023 18:18:39 |
Muhammad Moinur Rahman (bofh) |
sysutils/nix: Mark BROKEN
Fails to build on all supported RELEASE with:
undefined symbol: Aws::Crt::ByteCursorFromArray |
2.3.11_3 27 Apr 2023 18:25:55 |
Dima Panov (fluffy) |
*/*: bump all direct Boost cunsumers |
2.3.11_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
2.3.11_1 24 Apr 2023 12:43:30 |
Mateusz Piotrowski (0mp) |
sysutils/nix: Return to the pool |
2.3.11_1 16 Jan 2023 19:32:07 |
Dima Panov (fluffy) |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
2.3.11 09 Sep 2022 21:13:53 |
Mateusz Piotrowski (0mp) Author: Lincoln Auster |
sysutils/nix: Update to 2.3.11 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.10_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3.10_3 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
2.3.10_2 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.3.10_2 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
2.3.10_1 18 Mar 2022 13:23:53 |
Bernhard Froehlich (decke) |
sysutils/nix: Add CPE information
Approved by: portmgr (blanket) |
2.3.10_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.3.10_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.10_1 08 Feb 2021 10:48:16 |
0mp |
Fix a runtime issue causing Nix to die when it builds packages
Related upstream PR:
https://github.com/NixOS/nix/pull/4530
PR: 253322
Submitted by: hi@alyssa.is
MFH: 2021Q1 |
2.3.10 07 Jan 2021 10:37:23 |
0mp |
Update to 2.3.10
PR: 251897
Submitted by: nc
Differential Revision: https://reviews.freebsd.org/D27996 |
2.3.7 25 Sep 2020 12:54:39 |
0mp |
Add Nix, a purely functional package manager
Nix is a purely functional package manager. This means that it treats
packages like values in purely functional programming languages such as
Haskell -- they are built by functions that don't have side-effects,
and they never change after they have been built.
FreeBSD support in Nix is not fully complete yet. This commit only
brings the Nix package manager to the ports. Hopefully, this port will
streamline the work of bootstrapping of Nix packages on FreeBSD.
Thanks to all the kind folks who contributed to the porting efforts.
It was a fun journey.
WWW: https://nixos.org/nix/
Differential Revision: https://reviews.freebsd.org/D17766 |