Port details |
- nix Purely functional package manager
- 2.20.2_6 sysutils
=4 2.20.2_5Version of this port present on the latest quarterly branch. - Maintainer: ashish@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2020-09-25 12:55:17
- Last Update: 2025-02-14 03:17:22
- Commit Hash: fa53920
- 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.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- 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
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
![pkg-fallout pkg-fallout](/images/fallout.svg)
- 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_6:
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_6 14 Feb 2025 03:17:22
![commit hash: fa53920e7219d4246816f65034ad058e81de3353 commit hash: fa53920e7219d4246816f65034ad058e81de3353](/images/git.png) ![commit hash: fa53920e7219d4246816f65034ad058e81de3353 commit hash: fa53920e7219d4246816f65034ad058e81de3353](/images/codeberg.svg) ![commit hash: fa53920e7219d4246816f65034ad058e81de3353 commit hash: fa53920e7219d4246816f65034ad058e81de3353](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dima Panov (fluffy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/boost: bump consumers after Boost-1.87 update
Sponsored by: Future Crew, LLC |
2.20.2_5 14 Dec 2024 10:47:12
![commit hash: 7c0dbcb1f7cc520101992b698c07b20ef349ef35 commit hash: 7c0dbcb1f7cc520101992b698c07b20ef349ef35](/images/git.png) ![commit hash: 7c0dbcb1f7cc520101992b698c07b20ef349ef35 commit hash: 7c0dbcb1f7cc520101992b698c07b20ef349ef35](/images/codeberg.svg) ![commit hash: 7c0dbcb1f7cc520101992b698c07b20ef349ef35 commit hash: 7c0dbcb1f7cc520101992b698c07b20ef349ef35](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Daniel Engberg (diizzy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/nix: Fix plist and enable verbose output
Fix plist and enable verbose output during build
Approved by: portmgr (blanket, build fix) |
2.20.2_5 20 Nov 2024 10:05:25
![commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b](/images/git.png) ![commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b](/images/codeberg.svg) ![commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dima Panov (fluffy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC |
2.20.2_4 23 Oct 2024 07:11:50
![commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9 commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9](/images/git.png) ![commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9 commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9](/images/codeberg.svg) ![commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9 commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Matthias Fechner (mfechner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/libgit2: bump consumers of libgit2 due to update |
2.20.2_3 18 Oct 2024 18:56:41
![commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d](/images/git.png) ![commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d](/images/codeberg.svg) ![commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Nuno Teixeira (eduardo) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: Bump consumers of devel/libgit2
libgit2 updated to 1.8.1 |
2.20.2_2 03 Oct 2024 10:25:14
![commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6 commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6](/images/git.png) ![commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6 commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6](/images/codeberg.svg) ![commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6 commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dima Panov (fluffy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
2.20.2_1 20 May 2024 10:33:03
![commit hash: b66e4949cb23218adc602edc35db187f966c5377 commit hash: b66e4949cb23218adc602edc35db187f966c5377](/images/git.png) ![commit hash: b66e4949cb23218adc602edc35db187f966c5377 commit hash: b66e4949cb23218adc602edc35db187f966c5377](/images/codeberg.svg) ![commit hash: b66e4949cb23218adc602edc35db187f966c5377 commit hash: b66e4949cb23218adc602edc35db187f966c5377](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Vsevolod Stakhov (vsevolod) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 6420293a2ff8d224f3ce2a64f8402ddd29568d5a commit hash: 6420293a2ff8d224f3ce2a64f8402ddd29568d5a](/images/git.png) ![commit hash: 6420293a2ff8d224f3ce2a64f8402ddd29568d5a commit hash: 6420293a2ff8d224f3ce2a64f8402ddd29568d5a](/images/codeberg.svg) ![commit hash: 6420293a2ff8d224f3ce2a64f8402ddd29568d5a commit hash: 6420293a2ff8d224f3ce2a64f8402ddd29568d5a](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Ashish SHUKLA (ashish) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: db616534ff99d6268997e2f30858891e20641a1e commit hash: db616534ff99d6268997e2f30858891e20641a1e](/images/git.png) ![commit hash: db616534ff99d6268997e2f30858891e20641a1e commit hash: db616534ff99d6268997e2f30858891e20641a1e](/images/codeberg.svg) ![commit hash: db616534ff99d6268997e2f30858891e20641a1e commit hash: db616534ff99d6268997e2f30858891e20641a1e](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dima Panov (fluffy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/boost: bump consumers after library update |
2.3.11_4 27 Sep 2023 14:36:30
![commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487](/images/git.png) ![commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487](/images/codeberg.svg) ![commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dima Panov (fluffy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/boost*: bump all consumers after 1.83.0 |
2.3.11_3 01 May 2023 18:18:39
![commit hash: 9716c216d0b35bbae4a1946ed04506b1bc1c6f19 commit hash: 9716c216d0b35bbae4a1946ed04506b1bc1c6f19](/images/git.png) ![commit hash: 9716c216d0b35bbae4a1946ed04506b1bc1c6f19 commit hash: 9716c216d0b35bbae4a1946ed04506b1bc1c6f19](/images/codeberg.svg) ![commit hash: 9716c216d0b35bbae4a1946ed04506b1bc1c6f19 commit hash: 9716c216d0b35bbae4a1946ed04506b1bc1c6f19](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6](/images/git.png) ![commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6](/images/codeberg.svg) ![commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dima Panov (fluffy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: bump all direct Boost cunsumers |
2.3.11_2 25 Apr 2023 15:17:15
![commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96](/images/git.png) ![commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96](/images/codeberg.svg) ![commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Christian Weisgerber (naddy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
audio/opus: bump consumers after update to 1.4 |
2.3.11_1 24 Apr 2023 12:43:30
![commit hash: f832b35a010784f09366fd35ef71dccbe4c3a657 commit hash: f832b35a010784f09366fd35ef71dccbe4c3a657](/images/git.png) ![commit hash: f832b35a010784f09366fd35ef71dccbe4c3a657 commit hash: f832b35a010784f09366fd35ef71dccbe4c3a657](/images/codeberg.svg) ![commit hash: f832b35a010784f09366fd35ef71dccbe4c3a657 commit hash: f832b35a010784f09366fd35ef71dccbe4c3a657](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mateusz Piotrowski (0mp) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/nix: Return to the pool |
2.3.11_1 16 Jan 2023 19:32:07
![commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b](/images/git.png) ![commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b](/images/codeberg.svg) ![commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dima Panov (fluffy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
2.3.11 09 Sep 2022 21:13:53
![commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83 commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83](/images/git.png) ![commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83 commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83](/images/codeberg.svg) ![commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83 commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mateusz Piotrowski (0mp) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) Author: Lincoln Auster |
sysutils/nix: Update to 2.3.11 |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed](/images/git.png) ![commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed](/images/codeberg.svg) ![commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dima Panov (fluffy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: bump all consumers after recent boost upgrade |
2.3.10_2 20 Jul 2022 14:23:05
![commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4](/images/git.png) ![commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4](/images/codeberg.svg) ![commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd](/images/git.png) ![commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd](/images/codeberg.svg) ![commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dima Panov (fluffy) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
2.3.10_1 18 Mar 2022 13:23:53
![commit hash: 2fe5a2d21b988f249ad7227f2736589747ad89b8 commit hash: 2fe5a2d21b988f249ad7227f2736589747ad89b8](/images/git.png) ![commit hash: 2fe5a2d21b988f249ad7227f2736589747ad89b8 commit hash: 2fe5a2d21b988f249ad7227f2736589747ad89b8](/images/codeberg.svg) ![commit hash: 2fe5a2d21b988f249ad7227f2736589747ad89b8 commit hash: 2fe5a2d21b988f249ad7227f2736589747ad89b8](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Bernhard Froehlich (decke) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
sysutils/nix: Add CPE information
Approved by: portmgr (blanket) |
2.3.10_1 06 Apr 2021 14:31:13
![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/git.png) ![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/codeberg.svg) ![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
all: Remove all other $FreeBSD keywords. |
2.3.10_1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
2.3.10_1 08 Feb 2021 10:48:16
![Revision:564693 Revision:564693](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
0mp ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:560702 Revision:560702](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
0mp ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:550026 Revision:550026](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
0mp ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |