VOOZH about

URL: https://www.freshports.org/sysutils/nix

⇱ FreshPorts -- sysutils/nix: Purely functional package manager



πŸ‘ FreshPorts -- The Place For Ports
πŸ‘ notbug
As an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
πŸ‘ Ukraine
Port details
nix Purely functional package manager
2.32.4_2 sysutils πŸ‘ on this many watch lists
=2 πŸ‘ search for ports that depend on this port
πŸ‘ Find issues related to this port
πŸ‘ Report an issue related to this port
πŸ‘ View this port on Repology.
πŸ‘ pkg-fallout
2.32.4_1Version of this port present on the latest quarterly branch.
Maintainer: ashish@FreeBSD.org πŸ‘ search for ports maintained by this maintainer
Port Added: 2020-09-25 12:55:17
Last Update: 2026-04-07 09:29:06
Commit Hash: b059b10
People watching this port, also watch:: cytoscape, openjdk8, tmux, xen-kernel, python311
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.
πŸ‘ Homepage
    πŸ‘ cgit
Β¦ πŸ‘ Codeberg
Β¦ πŸ‘ GitHub
Β¦ πŸ‘ GitLab
Β¦ πŸ‘ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (457 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/nix-2.32.4_2/catalog.mk
  3. /usr/local/share/licenses/nix-2.32.4_2/LICENSE
  4. /usr/local/share/licenses/nix-2.32.4_2/LGPL21
  5. bin/nix
  6. bin/nix-build
  7. bin/nix-channel
  8. bin/nix-collect-garbage
  9. bin/nix-copy-closure
  10. bin/nix-daemon
  11. bin/nix-env
  12. bin/nix-hash
  13. bin/nix-instantiate
  14. bin/nix-prefetch-url
  15. bin/nix-shell
  16. bin/nix-store
  17. etc/profile.d/nix-daemon.fish
  18. etc/profile.d/nix-daemon.sh
  19. etc/profile.d/nix.fish
  20. etc/profile.d/nix.sh
  21. etc/rc.d/nix-daemon
  22. include/nix/cmd/built-path.hh
  23. include/nix/cmd/command-installable-value.hh
  24. include/nix/cmd/command.hh
  25. include/nix/cmd/common-eval-args.hh
  26. include/nix/cmd/compatibility-settings.hh
  27. include/nix/cmd/editor-for.hh
  28. include/nix/cmd/installable-attr-path.hh
  29. include/nix/cmd/installable-derived-path.hh
  30. include/nix/cmd/installable-flake.hh
  31. include/nix/cmd/installable-value.hh
  32. include/nix/cmd/installables.hh
  33. include/nix/cmd/legacy.hh
  34. include/nix/cmd/markdown.hh
  35. include/nix/cmd/misc-store-flags.hh
  36. include/nix/cmd/network-proxy.hh
  37. include/nix/cmd/repl-interacter.hh
  38. include/nix/cmd/repl.hh
  39. include/nix/expr/attr-path.hh
  40. include/nix/expr/attr-set.hh
  41. include/nix/expr/config.hh
  42. include/nix/expr/counter.hh
  43. include/nix/expr/eval-cache.hh
  44. include/nix/expr/eval-error.hh
  45. include/nix/expr/eval-gc.hh
  46. include/nix/expr/eval-inline.hh
  47. include/nix/expr/eval-profiler-settings.hh
  48. include/nix/expr/eval-profiler.hh
  49. include/nix/expr/eval-settings.hh
  50. include/nix/expr/eval.hh
  51. include/nix/expr/function-trace.hh
  52. include/nix/expr/gc-small-vector.hh
  53. include/nix/expr/get-drvs.hh
  54. include/nix/expr/json-to-value.hh
  55. include/nix/expr/nixexpr.hh
  56. include/nix/expr/parser-state.hh
  57. include/nix/expr/primops.hh
  58. include/nix/expr/print-ambiguous.hh
  59. include/nix/expr/print-options.hh
  60. include/nix/expr/print.hh
  61. include/nix/expr/repl-exit-status.hh
  62. include/nix/expr/search-path.hh
  63. include/nix/expr/symbol-table.hh
  64. include/nix/expr/value-to-json.hh
  65. include/nix/expr/value-to-xml.hh
  66. include/nix/expr/value.hh
  67. include/nix/expr/value/context.hh
  68. include/nix/fetchers/attrs.hh
  69. include/nix/fetchers/cache.hh
  70. include/nix/fetchers/fetch-settings.hh
  71. include/nix/fetchers/fetch-to-store.hh
  72. include/nix/fetchers/fetchers.hh
  73. include/nix/fetchers/filtering-source-accessor.hh
  74. include/nix/fetchers/git-lfs-fetch.hh
  75. include/nix/fetchers/git-utils.hh
  76. include/nix/fetchers/input-cache.hh
  77. include/nix/fetchers/registry.hh
  78. include/nix/fetchers/tarball.hh
  79. include/nix/flake/flake.hh
  80. include/nix/flake/flakeref.hh
  81. include/nix/flake/lockfile.hh
  82. include/nix/flake/settings.hh
  83. include/nix/flake/url-name.hh
  84. include/nix/lexer-tab.cc
  85. include/nix/lexer-tab.hh
  86. include/nix/main/common-args.hh
  87. include/nix/main/loggers.hh
  88. include/nix/main/plugin.hh
  89. include/nix/main/progress-bar.hh
  90. include/nix/main/shared.hh
  91. include/nix/parser-tab.cc
  92. include/nix/parser-tab.hh
  93. include/nix/store/aws-creds.hh
  94. include/nix/store/binary-cache-store.hh
  95. include/nix/store/build-result.hh
  96. include/nix/store/build/child.hh
  97. include/nix/store/build/derivation-builder.hh
  98. include/nix/store/build/derivation-building-goal.hh
  99. include/nix/store/build/derivation-building-misc.hh
  100. include/nix/store/build/derivation-env-desugar.hh
  101. include/nix/store/build/derivation-goal.hh
  102. include/nix/store/build/derivation-trampoline-goal.hh
  103. include/nix/store/build/drv-output-substitution-goal.hh
  104. include/nix/store/build/goal.hh
  105. include/nix/store/build/hook-instance.hh
  106. include/nix/store/build/substitution-goal.hh
  107. include/nix/store/build/worker.hh
  108. include/nix/store/builtins.hh
  109. include/nix/store/builtins/buildenv.hh
  110. include/nix/store/common-protocol-impl.hh
  111. include/nix/store/common-protocol.hh
  112. include/nix/store/common-ssh-store-config.hh
  113. include/nix/store/config.hh
  114. include/nix/store/content-address.hh
  115. include/nix/store/daemon.hh
  116. include/nix/store/derivation-options.hh
  117. include/nix/store/derivations.hh
  118. include/nix/store/derived-path-map.hh
  119. include/nix/store/derived-path.hh
  120. include/nix/store/downstream-placeholder.hh
  121. include/nix/store/dummy-store-impl.hh
  122. include/nix/store/dummy-store.hh
  123. include/nix/store/export-import.hh
  124. include/nix/store/filetransfer.hh
  125. include/nix/store/gc-store.hh
  126. include/nix/store/globals.hh
  127. include/nix/store/http-binary-cache-store.hh
  128. include/nix/store/indirect-root-store.hh
  129. include/nix/store/keys.hh
  130. include/nix/store/legacy-ssh-store.hh
  131. include/nix/store/length-prefixed-protocol-helper.hh
  132. include/nix/store/local-binary-cache-store.hh
  133. include/nix/store/local-fs-store.hh
  134. include/nix/store/local-overlay-store.hh
  135. include/nix/store/local-store.hh
  136. include/nix/store/log-store.hh
  137. include/nix/store/machines.hh
  138. include/nix/store/make-content-addressed.hh
  139. include/nix/store/names.hh
  140. include/nix/store/nar-accessor.hh
  141. include/nix/store/nar-info-disk-cache.hh
  142. include/nix/store/nar-info.hh
  143. include/nix/store/outputs-spec.hh
  144. include/nix/store/parsed-derivations.hh
  145. include/nix/store/path-info.hh
  146. include/nix/store/path-references.hh
  147. include/nix/store/path-regex.hh
  148. include/nix/store/path-with-outputs.hh
  149. include/nix/store/path.hh
  150. include/nix/store/pathlocks.hh
  151. include/nix/store/posix-fs-canonicalise.hh
  152. include/nix/store/profiles.hh
  153. include/nix/store/realisation.hh
  154. include/nix/store/references.hh
  155. include/nix/store/remote-fs-accessor.hh
  156. include/nix/store/remote-store-connection.hh
  157. include/nix/store/remote-store.hh
  158. include/nix/store/restricted-store.hh
  159. include/nix/store/s3-binary-cache-store.hh
  160. include/nix/store/s3-url.hh
  161. include/nix/store/s3.hh
  162. include/nix/store/serve-protocol-connection.hh
  163. include/nix/store/serve-protocol-impl.hh
  164. include/nix/store/serve-protocol.hh
  165. include/nix/store/sqlite.hh
  166. include/nix/store/ssh-store.hh
  167. include/nix/store/ssh.hh
  168. include/nix/store/store-api.hh
  169. include/nix/store/store-cast.hh
  170. include/nix/store/store-dir-config.hh
  171. include/nix/store/store-open.hh
  172. include/nix/store/store-reference.hh
  173. include/nix/store/store-registration.hh
  174. include/nix/store/uds-remote-store.hh
  175. include/nix/store/user-lock.hh
  176. include/nix/store/worker-protocol-connection.hh
  177. include/nix/store/worker-protocol-impl.hh
  178. include/nix/store/worker-protocol.hh
  179. include/nix/util/abstract-setting-to-json.hh
  180. include/nix/util/ansicolor.hh
  181. include/nix/util/archive.hh
  182. include/nix/util/args.hh
  183. include/nix/util/args/root.hh
  184. include/nix/util/array-from-string-literal.hh
  185. include/nix/util/base-n.hh
  186. include/nix/util/base-nix-32.hh
  187. include/nix/util/callback.hh
  188. include/nix/util/canon-path.hh
  189. include/nix/util/checked-arithmetic.hh
  190. include/nix/util/chunked-vector.hh
  191. include/nix/util/closure.hh
  192. include/nix/util/comparator.hh
  193. include/nix/util/compression.hh
  194. include/nix/util/compute-levels.hh
  195. include/nix/util/config-global.hh
  196. include/nix/util/config-impl.hh
  197. include/nix/util/configuration.hh
  198. include/nix/util/current-process.hh
  199. include/nix/util/english.hh
  200. include/nix/util/environment-variables.hh
  201. include/nix/util/error.hh
  202. include/nix/util/exec.hh
  203. include/nix/util/executable-path.hh
  204. include/nix/util/exit.hh
  205. include/nix/util/experimental-features.hh
  206. include/nix/util/file-content-address.hh
  207. include/nix/util/file-descriptor.hh
  208. include/nix/util/file-path-impl.hh
  209. include/nix/util/file-path.hh
  210. include/nix/util/file-system.hh
  211. include/nix/util/finally.hh
  212. include/nix/util/fmt.hh
  213. include/nix/util/freebsd-jail.hh
  214. include/nix/util/fs-sink.hh
  215. include/nix/util/git.hh
  216. include/nix/util/hash.hh
  217. include/nix/util/hilite.hh
  218. include/nix/util/json-impls.hh
  219. include/nix/util/json-non-null.hh
  220. include/nix/util/json-utils.hh
  221. include/nix/util/logging.hh
  222. include/nix/util/lru-cache.hh
  223. include/nix/util/memory-source-accessor.hh
  224. include/nix/util/monitor-fd.hh
  225. include/nix/util/mounted-source-accessor.hh
  226. include/nix/util/muxable-pipe.hh
  227. include/nix/util/os-string.hh
  228. include/nix/util/pool.hh
  229. include/nix/util/pos-idx.hh
  230. include/nix/util/pos-table.hh
  231. include/nix/util/position.hh
  232. include/nix/util/posix-source-accessor.hh
  233. include/nix/util/processes.hh
  234. include/nix/util/ref.hh
  235. include/nix/util/regex-combinators.hh
  236. include/nix/util/repair-flag.hh
  237. include/nix/util/serialise.hh
  238. include/nix/util/signals-impl.hh
  239. include/nix/util/signals.hh
  240. include/nix/util/signature/local-keys.hh
  241. include/nix/util/signature/signer.hh
  242. include/nix/util/sort.hh
  243. include/nix/util/source-accessor.hh
  244. include/nix/util/source-path.hh
  245. include/nix/util/split.hh
  246. include/nix/util/std-hash.hh
  247. include/nix/util/strings-inline.hh
  248. include/nix/util/strings.hh
  249. include/nix/util/suggestions.hh
  250. include/nix/util/sync.hh
  251. include/nix/util/tarfile.hh
  252. include/nix/util/terminal.hh
  253. include/nix/util/thread-pool.hh
  254. include/nix/util/topo-sort.hh
  255. include/nix/util/types.hh
  256. include/nix/util/unix-domain-socket.hh
  257. include/nix/util/url-parts.hh
  258. include/nix/util/url.hh
  259. include/nix/util/users.hh
  260. include/nix/util/util.hh
  261. include/nix/util/variant-wrapper.hh
  262. include/nix/util/xml-writer.hh
  263. include/nix_api_expr.h
  264. include/nix_api_expr_internal.h
  265. include/nix_api_external.h
  266. include/nix_api_fetchers.h
  267. include/nix_api_fetchers_internal.hh
  268. include/nix_api_flake.h
  269. include/nix_api_flake_internal.hh
  270. include/nix_api_main.h
  271. include/nix_api_store.h
  272. include/nix_api_store_internal.h
  273. include/nix_api_util.h
  274. include/nix_api_util_internal.h
  275. include/nix_api_value.h
  276. lib/libnixcmd.so
  277. lib/libnixcmd.so.2.32.4
  278. lib/libnixexpr.so
  279. lib/libnixexpr.so.2.32.4
  280. lib/libnixexprc.so
  281. lib/libnixexprc.so.2.32.4
  282. lib/libnixfetchers.so
  283. lib/libnixfetchers.so.2.32.4
  284. lib/libnixfetchersc.so
  285. lib/libnixfetchersc.so.2.32.4
  286. lib/libnixflake.so
  287. lib/libnixflake.so.2.32.4
  288. lib/libnixflakec.so
  289. lib/libnixflakec.so.2.32.4
  290. lib/libnixmain.so
  291. lib/libnixmain.so.2.32.4
  292. lib/libnixmainc.so
  293. lib/libnixmainc.so.2.32.4
  294. lib/libnixstore.so
  295. lib/libnixstore.so.2.32.4
  296. lib/libnixstorec.so
  297. lib/libnixstorec.so.2.32.4
  298. lib/libnixutil.so
  299. lib/libnixutil.so.2.32.4
  300. lib/libnixutilc.so
  301. lib/libnixutilc.so.2.32.4
  302. libdata/pkgconfig/nix-cmd.pc
  303. libdata/pkgconfig/nix-expr-c.pc
  304. libdata/pkgconfig/nix-expr.pc
  305. libdata/pkgconfig/nix-fetchers-c.pc
  306. libdata/pkgconfig/nix-fetchers.pc
  307. libdata/pkgconfig/nix-flake-c.pc
  308. libdata/pkgconfig/nix-flake.pc
  309. libdata/pkgconfig/nix-main-c.pc
  310. libdata/pkgconfig/nix-main.pc
  311. libdata/pkgconfig/nix-store-c.pc
  312. libdata/pkgconfig/nix-store.pc
  313. libdata/pkgconfig/nix-util-c.pc
  314. libdata/pkgconfig/nix-util.pc
  315. libexec/nix/build-remote
  316. share/bash-completion/completions/nix
  317. share/fish/vendor_completions.d/nix.fish
  318. share/nix/add-nixbld-users
  319. share/zsh/site-functions/_nix
  320. share/zsh/site-functions/run-help-nix
  321. share/man/man1/nix-build.1.gz
  322. share/man/man1/nix-channel.1.gz
  323. share/man/man1/nix-collect-garbage.1.gz
  324. share/man/man1/nix-copy-closure.1.gz
  325. share/man/man1/nix-env-delete-generations.1.gz
  326. share/man/man1/nix-env-install.1.gz
  327. share/man/man1/nix-env-list-generations.1.gz
  328. share/man/man1/nix-env-query.1.gz
  329. share/man/man1/nix-env-rollback.1.gz
  330. share/man/man1/nix-env-set-flag.1.gz
  331. share/man/man1/nix-env-set.1.gz
  332. share/man/man1/nix-env-switch-generation.1.gz
  333. share/man/man1/nix-env-switch-profile.1.gz
  334. share/man/man1/nix-env-uninstall.1.gz
  335. share/man/man1/nix-env-upgrade.1.gz
  336. share/man/man1/nix-env.1.gz
  337. share/man/man1/nix-hash.1.gz
  338. share/man/man1/nix-instantiate.1.gz
  339. share/man/man1/nix-prefetch-url.1.gz
  340. share/man/man1/nix-shell.1.gz
  341. share/man/man1/nix-store-add-fixed.1.gz
  342. share/man/man1/nix-store-add.1.gz
  343. share/man/man1/nix-store-delete.1.gz
  344. share/man/man1/nix-store-dump-db.1.gz
  345. share/man/man1/nix-store-dump.1.gz
  346. share/man/man1/nix-store-export.1.gz
  347. share/man/man1/nix-store-gc.1.gz
  348. share/man/man1/nix-store-generate-binary-cache-key.1.gz
  349. share/man/man1/nix-store-import.1.gz
  350. share/man/man1/nix-store-load-db.1.gz
  351. share/man/man1/nix-store-optimise.1.gz
  352. share/man/man1/nix-store-print-env.1.gz
  353. share/man/man1/nix-store-query.1.gz
  354. share/man/man1/nix-store-read-log.1.gz
  355. share/man/man1/nix-store-realise.1.gz
  356. share/man/man1/nix-store-repair-path.1.gz
  357. share/man/man1/nix-store-restore.1.gz
  358. share/man/man1/nix-store-serve.1.gz
  359. share/man/man1/nix-store-verify-path.1.gz
  360. share/man/man1/nix-store-verify.1.gz
  361. share/man/man1/nix-store.1.gz
  362. share/man/man1/nix.1.gz
  363. share/man/man1/nix3-build.1.gz
  364. share/man/man1/nix3-bundle.1.gz
  365. share/man/man1/nix3-config-check.1.gz
  366. share/man/man1/nix3-config-show.1.gz
  367. share/man/man1/nix3-config.1.gz
  368. share/man/man1/nix3-copy.1.gz
  369. share/man/man1/nix3-daemon.1.gz
  370. share/man/man1/nix3-derivation-add.1.gz
  371. share/man/man1/nix3-derivation-show.1.gz
  372. share/man/man1/nix3-derivation.1.gz
  373. share/man/man1/nix3-develop.1.gz
  374. share/man/man1/nix3-edit.1.gz
  375. share/man/man1/nix3-env-shell.1.gz
  376. share/man/man1/nix3-eval.1.gz
  377. share/man/man1/nix3-flake-archive.1.gz
  378. share/man/man1/nix3-flake-check.1.gz
  379. share/man/man1/nix3-flake-clone.1.gz
  380. share/man/man1/nix3-flake-info.1.gz
  381. share/man/man1/nix3-flake-init.1.gz
  382. share/man/man1/nix3-flake-lock.1.gz
  383. share/man/man1/nix3-flake-metadata.1.gz
  384. share/man/man1/nix3-flake-new.1.gz
  385. share/man/man1/nix3-flake-prefetch.1.gz
  386. share/man/man1/nix3-flake-show.1.gz
  387. share/man/man1/nix3-flake-update.1.gz
  388. share/man/man1/nix3-flake.1.gz
  389. share/man/man1/nix3-fmt.1.gz
  390. share/man/man1/nix3-hash-convert.1.gz
  391. share/man/man1/nix3-hash-file.1.gz
  392. share/man/man1/nix3-hash-path.1.gz
  393. share/man/man1/nix3-hash-to-base16.1.gz
  394. share/man/man1/nix3-hash-to-base32.1.gz
  395. share/man/man1/nix3-hash-to-base64.1.gz
  396. share/man/man1/nix3-hash-to-sri.1.gz
  397. share/man/man1/nix3-hash.1.gz
  398. share/man/man1/nix3-help-stores.1.gz
  399. share/man/man1/nix3-help.1.gz
  400. share/man/man1/nix3-key-convert-secret-to-public.1.gz
  401. share/man/man1/nix3-key-generate-secret.1.gz
  402. share/man/man1/nix3-key.1.gz
  403. share/man/man1/nix3-log.1.gz
  404. share/man/man1/nix3-nar-cat.1.gz
  405. share/man/man1/nix3-nar-dump-path.1.gz
  406. share/man/man1/nix3-nar-ls.1.gz
  407. share/man/man1/nix3-nar-pack.1.gz
  408. share/man/man1/nix3-nar.1.gz
  409. share/man/man1/nix3-path-info.1.gz
  410. share/man/man1/nix3-print-dev-env.1.gz
  411. share/man/man1/nix3-profile-add.1.gz
  412. share/man/man1/nix3-profile-diff-closures.1.gz
  413. share/man/man1/nix3-profile-history.1.gz
  414. share/man/man1/nix3-profile-list.1.gz
  415. share/man/man1/nix3-profile-remove.1.gz
  416. share/man/man1/nix3-profile-rollback.1.gz
  417. share/man/man1/nix3-profile-upgrade.1.gz
  418. share/man/man1/nix3-profile-wipe-history.1.gz
  419. share/man/man1/nix3-profile.1.gz
  420. share/man/man1/nix3-realisation-info.1.gz
  421. share/man/man1/nix3-realisation.1.gz
  422. share/man/man1/nix3-registry-add.1.gz
  423. share/man/man1/nix3-registry-list.1.gz
  424. share/man/man1/nix3-registry-pin.1.gz
  425. share/man/man1/nix3-registry-remove.1.gz
  426. share/man/man1/nix3-registry.1.gz
  427. share/man/man1/nix3-repl.1.gz
  428. share/man/man1/nix3-run.1.gz
  429. share/man/man1/nix3-search.1.gz
  430. share/man/man1/nix3-store-add-file.1.gz
  431. share/man/man1/nix3-store-add-path.1.gz
  432. share/man/man1/nix3-store-add.1.gz
  433. share/man/man1/nix3-store-cat.1.gz
  434. share/man/man1/nix3-store-copy-log.1.gz
  435. share/man/man1/nix3-store-copy-sigs.1.gz
  436. share/man/man1/nix3-store-delete.1.gz
  437. share/man/man1/nix3-store-diff-closures.1.gz
  438. share/man/man1/nix3-store-dump-path.1.gz
  439. share/man/man1/nix3-store-gc.1.gz
  440. share/man/man1/nix3-store-info.1.gz
  441. share/man/man1/nix3-store-ls.1.gz
  442. share/man/man1/nix3-store-make-content-addressed.1.gz
  443. share/man/man1/nix3-store-optimise.1.gz
  444. share/man/man1/nix3-store-path-from-hash-part.1.gz
  445. share/man/man1/nix3-store-prefetch-file.1.gz
  446. share/man/man1/nix3-store-repair.1.gz
  447. share/man/man1/nix3-store-sign.1.gz
  448. share/man/man1/nix3-store-verify.1.gz
  449. share/man/man1/nix3-store.1.gz
  450. share/man/man1/nix3-upgrade-nix.1.gz
  451. share/man/man1/nix3-why-depends.1.gz
  452. share/man/man5/nix-profiles.5.gz
  453. share/man/man5/nix.conf.5.gz
  454. share/man/man8/nix-daemon.8.gz
  455. @owner
  456. @group
  457. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • nix>0:sysutils/nix
To install the port:
To add the package, run one of these commands:
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 = 1764968570 SHA256 (NixOS-nix-2.32.4_GH0.tar.gz) = b3a63dab4fc3c89a1a746c6debdef1675ed27530969459e5beb8ce6b3c0d9099 SIZE (NixOS-nix-2.32.4_GH0.tar.gz) = 1954164

Expand this list (2 items)

Collapse this list.

SHA256 (nix-fix-build-with-mdbook-update.patch) = 68a63748895487adf283767cd2fd21bd6ec8b5d59a2d77a9255c8c3157997ccb SIZE (nix-fix-build-with-mdbook-update.patch) = 3658

Collapse this list.


Packages (timestamps in pop-ups are UTC):
nix
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.32.4_12.32.4_1--2.32.4_1n/an/an/a
FreeBSD:13:quarterly2.32.4_12.32.4_1--2.32.4_1n/an/an/a
FreeBSD:14:latest2.32.4_12.32.4_1------
FreeBSD:14:quarterly2.32.4_12.32.4_1--2.32.4_1---
FreeBSD:15:latest2.32.4_1-n/a-n/an/a--
FreeBSD:15:quarterly2.32.4_12.32.4_1n/a-n/an/a--
FreeBSD:16:latest2.32.4_1-n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. jq : textproc/jq
  3. nlohmann-json>=3.9 : devel/nlohmann-json
  4. toml11>=0 : devel/toml11
  5. mdbook-linkcheck>=0 : textproc/mdbook-linkcheck
  6. mdbook>=0 : textproc/mdbook
  7. rsync : net/rsync
  8. bison : devel/bison
  9. cmake : devel/cmake-core
  10. meson : devel/meson
  11. ninja : devel/ninja
  12. pkgconf>=1.3.0_1 : devel/pkgconf
  13. python3.11 : lang/python311
Library dependencies:
  1. libaws-cpp-sdk-core.so : devel/aws-sdk-cpp
  2. libaws-crt-cpp.so : devel/aws-crt-cpp
  3. libblake3.so : devel/libblake3
  4. libboost_context.so : devel/boost-libs
  5. libbrotlienc.so : archivers/brotli
  6. libcpuid.so : sysutils/libcpuid
  7. libcurl.so : ftp/curl
  8. libeditline.so : devel/editline
  9. libgc-threaded.so : devel/boehm-gc-threaded
  10. libgit2.so : devel/libgit2
  11. liblowdown.so : textproc/lowdown
  12. libsodium.so : security/libsodium
  13. libarchive.so.13 : archivers/libarchive
  14. libsqlite3.so : databases/sqlite3
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for nix-2.32.4_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
sysutils_nix
USES:
bison cmake:indirect compiler:c++23-lang cpe libarchive localbase meson ninja pkgconfig sqlite:3 ssl python:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/NixOS/nix/tar.gz/2.32.4?dummy=/
Collapse this list.

Number of commits found: 38

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.32.4_2
07 Apr 2026 09:29:06
πŸ‘ commit hash: b059b10d6e4bf6230a433b978d2a45147887bba9
πŸ‘ commit hash: b059b10d6e4bf6230a433b978d2a45147887bba9
πŸ‘ commit hash: b059b10d6e4bf6230a433b978d2a45147887bba9
πŸ‘ commit hash: b059b10d6e4bf6230a433b978d2a45147887bba9
 πŸ‘ files touched by this commit
Baptiste Daroussin (bapt) πŸ‘ search for other commits by this committer
textproc/lowdown: update to 3.0.1
2.32.4_1
26 Jan 2026 22:59:50
πŸ‘ commit hash: e2a13bf3e130067e79800864154bc92b37af1191
πŸ‘ commit hash: e2a13bf3e130067e79800864154bc92b37af1191
πŸ‘ commit hash: e2a13bf3e130067e79800864154bc92b37af1191
πŸ‘ commit hash: e2a13bf3e130067e79800864154bc92b37af1191
 πŸ‘ files touched by this commit
Robert Clausecker (fuz) πŸ‘ search for other commits by this committer
sysutils/nix: fix build on armv7 and powerpc*

No libatomic on FreeBSD.
Also move manuals to PORTDOCS, the file names seem to be somewhat
architecture-dependent.

Approved by:	portmgr (build fix blanket)
MFH:		2026Q1
2.32.4_1
07 Jan 2026 10:22:10
πŸ‘ commit hash: 8b878d88b4f7f3a0a6477f645085c808b2588808
πŸ‘ commit hash: 8b878d88b4f7f3a0a6477f645085c808b2588808
πŸ‘ commit hash: 8b878d88b4f7f3a0a6477f645085c808b2588808
πŸ‘ commit hash: 8b878d88b4f7f3a0a6477f645085c808b2588808
 πŸ‘ files touched by this commit
Vsevolod Stakhov (vsevolod) πŸ‘ search for other commits by this committer
security/libsodium: Update to 1.0.21

The API remains compatible but bumping all dependent ports as SHLIB
has changed.

Changelog: https://github.com/jedisct1/libsodium/releases/tag/1.0.21-RELEASE
Security: https://00f.net/2025/12/30/libsodium-vulnerability/
PR: 279347
2.32.4
09 Dec 2025 14:37:29
πŸ‘ commit hash: 1f95bd627f73bbe7b1ec05ef92aed84400ee8c61
πŸ‘ commit hash: 1f95bd627f73bbe7b1ec05ef92aed84400ee8c61
πŸ‘ commit hash: 1f95bd627f73bbe7b1ec05ef92aed84400ee8c61
πŸ‘ commit hash: 1f95bd627f73bbe7b1ec05ef92aed84400ee8c61
 πŸ‘ files touched by this commit
Ashish SHUKLA (ashish) πŸ‘ search for other commits by this committer
sysutils/nix: Update to 2.32.4

Many thanks to eduardo@ for help finding the upstream fix for
fixing with mdbook 0.5.1

PR:		291079
2.32.1
21 Oct 2025 16:08:50
πŸ‘ commit hash: f588d96b8c87461d09e8ec98117be00c018d5922
πŸ‘ commit hash: f588d96b8c87461d09e8ec98117be00c018d5922
πŸ‘ commit hash: f588d96b8c87461d09e8ec98117be00c018d5922
πŸ‘ commit hash: f588d96b8c87461d09e8ec98117be00c018d5922
 πŸ‘ files touched by this commit
Ashish SHUKLA (ashish) πŸ‘ search for other commits by this committer
sysutils/nix: Update to 2.32.1
2.31.2_1
20 Oct 2025 11:48:39
πŸ‘ commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5
πŸ‘ commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5
πŸ‘ commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5
πŸ‘ commit hash: 67fb95fb3bd5e61957877f5ac31cd790bff786b5
 πŸ‘ files touched by this commit
Dima Panov (fluffy) πŸ‘ search for other commits by this committer
devel/boost: bump consumers after boost upgrade (+)

Get rid of direct dependency ob libbost_system.so, use libboost_thread.so
instead
2.31.2
07 Oct 2025 15:41:47
πŸ‘ commit hash: 5292e1fb06f3e0beae7557bcd44ec5db97ef54d6
πŸ‘ commit hash: 5292e1fb06f3e0beae7557bcd44ec5db97ef54d6
πŸ‘ commit hash: 5292e1fb06f3e0beae7557bcd44ec5db97ef54d6
πŸ‘ commit hash: 5292e1fb06f3e0beae7557bcd44ec5db97ef54d6
 πŸ‘ files touched by this commit
Ashish SHUKLA (ashish) πŸ‘ search for other commits by this committer
sysutils/nix: Update to 2.31.2
2.31.1
13 Sep 2025 21:25:22
πŸ‘ commit hash: ae1b8f434666d20b43996a5462cfab0e37a0c7f7
πŸ‘ commit hash: ae1b8f434666d20b43996a5462cfab0e37a0c7f7
πŸ‘ commit hash: ae1b8f434666d20b43996a5462cfab0e37a0c7f7
πŸ‘ commit hash: ae1b8f434666d20b43996a5462cfab0e37a0c7f7
 πŸ‘ files touched by this commit
Ashish SHUKLA (ashish) πŸ‘ search for other commits by this committer
sysutils/nix: Update to 2.31.1.

- Unbreak port
- Switch to meson/ninja from autotools
- Depend on C++23 compiler
- Remove testing targets/dependencies
2.20.2_8
02 Jun 2025 00:40:43
πŸ‘ commit hash: 18632db919ce49d62374e1020f0320153951f834
πŸ‘ commit hash: 18632db919ce49d62374e1020f0320153951f834
πŸ‘ commit hash: 18632db919ce49d62374e1020f0320153951f834
πŸ‘ commit hash: 18632db919ce49d62374e1020f0320153951f834
 πŸ‘ files touched by this commit
Dima Panov (fluffy) πŸ‘ search for other commits by this committer
devel/boost: bump consumers after Boost update
2.20.2_7
07 May 2025 07:28:26
πŸ‘ commit hash: f22000995d61c9628eae9551dee049309e1b4e7a
πŸ‘ commit hash: f22000995d61c9628eae9551dee049309e1b4e7a
πŸ‘ commit hash: f22000995d61c9628eae9551dee049309e1b4e7a
πŸ‘ commit hash: f22000995d61c9628eae9551dee049309e1b4e7a
 πŸ‘ files touched by this commit
Matthias Fechner (mfechner) πŸ‘ search for other commits by this committer
devel/libgit2: bump all consumers

bump portrevision for all consumers due to libgit upgrade from
1.8 to 1.9

PR:		286627
2.20.2_6
22 Feb 2025 07:46:35
πŸ‘ commit hash: 0aa164e0557e969d517eb682b678727cc7ef8e47
πŸ‘ commit hash: 0aa164e0557e969d517eb682b678727cc7ef8e47
πŸ‘ commit hash: 0aa164e0557e969d517eb682b678727cc7ef8e47
πŸ‘ commit hash: 0aa164e0557e969d517eb682b678727cc7ef8e47
 πŸ‘ files touched by this commit
Daniel Engberg (diizzy) πŸ‘ search for other commits by this committer
sysutils/nix: Mark BROKEN, deprecate and set expiration date to 2025-03-31

Outdated and broken for months

PR:		284647
Reported by:	pkg-fallout
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2.20.2_6
14 Feb 2025 03:17:22
πŸ‘ commit hash: fa53920e7219d4246816f65034ad058e81de3353
πŸ‘ commit hash: fa53920e7219d4246816f65034ad058e81de3353
πŸ‘ commit hash: fa53920e7219d4246816f65034ad058e81de3353
πŸ‘ commit hash: fa53920e7219d4246816f65034ad058e81de3353
 πŸ‘ files touched by this commit
Dima Panov (fluffy) πŸ‘ search for other commits by this committer
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
πŸ‘ commit hash: 7c0dbcb1f7cc520101992b698c07b20ef349ef35
πŸ‘ commit hash: 7c0dbcb1f7cc520101992b698c07b20ef349ef35
 πŸ‘ files touched by this commit
Daniel Engberg (diizzy) πŸ‘ search for other commits by this committer
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
πŸ‘ commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b
πŸ‘ commit hash: 312ee18b022b4abcb14973bb10894ba152b8f60b
 πŸ‘ files touched by this commit
Dima Panov (fluffy) πŸ‘ search for other commits by this committer
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
πŸ‘ commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9
πŸ‘ commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9
 πŸ‘ files touched by this commit
Matthias Fechner (mfechner) πŸ‘ search for other commits by this committer
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
πŸ‘ commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d
πŸ‘ commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d
 πŸ‘ files touched by this commit
Nuno Teixeira (eduardo) πŸ‘ search for other commits by this committer
*/*: 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
πŸ‘ commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6
πŸ‘ commit hash: 55cfbcf56c31f949cd93e4012c1d705c1094a5c6
 πŸ‘ files touched by this commit
Dima Panov (fluffy) πŸ‘ search for other commits by this committer
*/*: 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
πŸ‘ commit hash: b66e4949cb23218adc602edc35db187f966c5377
πŸ‘ commit hash: b66e4949cb23218adc602edc35db187f966c5377
 πŸ‘ files touched by this commit
Vsevolod Stakhov (vsevolod) πŸ‘ search for other commits by this committer
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
πŸ‘ commit hash: 6420293a2ff8d224f3ce2a64f8402ddd29568d5a
πŸ‘ commit hash: 6420293a2ff8d224f3ce2a64f8402ddd29568d5a
 πŸ‘ files touched by this commit
Ashish SHUKLA (ashish) πŸ‘ search for other commits by this committer
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
πŸ‘ commit hash: db616534ff99d6268997e2f30858891e20641a1e
πŸ‘ commit hash: db616534ff99d6268997e2f30858891e20641a1e
 πŸ‘ files touched by this commit
Dima Panov (fluffy) πŸ‘ search for other commits by this committer
devel/boost: bump consumers after library update
2.3.11_4
27 Sep 2023 14:36:30
πŸ‘ commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487
πŸ‘ commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487
πŸ‘ commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487
πŸ‘ commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487
 πŸ‘ files touched by this commit
Dima Panov (fluffy) πŸ‘ search for other commits by this committer
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
πŸ‘ commit hash: 9716c216d0b35bbae4a1946ed04506b1bc1c6f19
πŸ‘ commit hash: 9716c216d0b35bbae4a1946ed04506b1bc1c6f19
 πŸ‘ files touched by this commit
Muhammad Moinur Rahman (bofh) πŸ‘ search for other commits by this committer
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
πŸ‘ commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6
πŸ‘ commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6
 πŸ‘ files touched by this commit
Dima Panov (fluffy) πŸ‘ search for other commits by this committer
*/*: bump all direct Boost cunsumers
2.3.11_2
25 Apr 2023 15:17:15
πŸ‘ commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96
πŸ‘ commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96
πŸ‘ commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96
πŸ‘ commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96
 πŸ‘ files touched by this commit
Christian Weisgerber (naddy) πŸ‘ search for other commits by this committer
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
πŸ‘ commit hash: f832b35a010784f09366fd35ef71dccbe4c3a657
πŸ‘ commit hash: f832b35a010784f09366fd35ef71dccbe4c3a657
 πŸ‘ files touched by this commit
Mateusz Piotrowski (0mp) πŸ‘ search for other commits by this committer
sysutils/nix: Return to the pool
2.3.11_1
16 Jan 2023 19:32:07
πŸ‘ commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b
πŸ‘ commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b
πŸ‘ commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b
πŸ‘ commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b
 πŸ‘ files touched by this commit
Dima Panov (fluffy) πŸ‘ search for other commits by this committer
*/*:	bump libboost*.so libraries consumert after Boost upgrade
2.3.11
09 Sep 2022 21:13:53
πŸ‘ commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83
πŸ‘ commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83
πŸ‘ commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83
πŸ‘ commit hash: d2bf901d4386be8c01c363d47a9513b22a452f83
 πŸ‘ files touched by this commit
Mateusz Piotrowski (0mp) πŸ‘ search for other commits by this committer

Author: Lincoln Auster
sysutils/nix: Update to 2.3.11
07 Sep 2022 21:58:51
πŸ‘ commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4
πŸ‘ commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4
πŸ‘ commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4
πŸ‘ commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4
 πŸ‘ files touched by this commit
Stefan Eßer (se) πŸ‘ search for other commits by this committer
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
πŸ‘ commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52
πŸ‘ commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52
 πŸ‘ files touched by this commit
Stefan Eßer (se) πŸ‘ search for other commits by this committer
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 πŸ‘ View all of this commit message
)
2.3.10_3
12 Aug 2022 14:46:53
πŸ‘ commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed
πŸ‘ commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed
πŸ‘ commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed
πŸ‘ commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed
 πŸ‘ files touched by this commit
Dima Panov (fluffy) πŸ‘ search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
2.3.10_2
20 Jul 2022 14:23:05
πŸ‘ commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4
πŸ‘ commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4
πŸ‘ commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4
πŸ‘ commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4
 πŸ‘ files touched by this commit
Tobias C. Berner (tcberner) πŸ‘ search for other commits by this committer
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 πŸ‘ View all of this commit message
)
2.3.10_2
22 May 2022 20:17:16
πŸ‘ commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd
πŸ‘ commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd
πŸ‘ commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd
πŸ‘ commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd
 πŸ‘ files touched by this commit
Dima Panov (fluffy) πŸ‘ search for other commits by this committer
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
πŸ‘ commit hash: 2fe5a2d21b988f249ad7227f2736589747ad89b8
πŸ‘ commit hash: 2fe5a2d21b988f249ad7227f2736589747ad89b8
 πŸ‘ files touched by this commit
Bernhard Froehlich (decke) πŸ‘ search for other commits by this committer
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
πŸ‘ commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d
πŸ‘ commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d
 πŸ‘ files touched by this commit
Mathieu Arnold (mat) πŸ‘ search for other commits by this committer
all: Remove all other $FreeBSD keywords.
2.3.10_1
06 Apr 2021 14:31:07
πŸ‘ commit hash: 305f148f482daf30dcf728039d03d019f88344eb
πŸ‘ commit hash: 305f148f482daf30dcf728039d03d019f88344eb
πŸ‘ commit hash: 305f148f482daf30dcf728039d03d019f88344eb
πŸ‘ commit hash: 305f148f482daf30dcf728039d03d019f88344eb
 πŸ‘ files touched by this commit
Mathieu Arnold (mat) πŸ‘ search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.3.10_1
08 Feb 2021 10:48:16
πŸ‘ Revision:564693
πŸ‘ Original commit message
 πŸ‘ files touched by this commit
0mp πŸ‘ search for other commits by this committer
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
πŸ‘ Original commit message
 πŸ‘ files touched by this commit
0mp πŸ‘ search for other commits by this committer
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
πŸ‘ Original commit message
 πŸ‘ files touched by this commit
0mp πŸ‘ search for other commits by this committer
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

Number of commits found: 38

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD

This site
What is FreshPorts?
About the authors
Issues
FAQ
How big is it?
Security Policy
Privacy
Blog
Contact

Search
more...

Latest Vulnerabilities
tiffApr 11
chromiumApr 10
dnsdistApr 10
mbedtls3Apr 10
mbedtls4Apr 10
ungoogled-chromiumApr 10
firefoxApr 09
firefoxApr 09
firefoxApr 09
firefoxApr 09
firefox-esrApr 09
firefox-esrApr 09
gitlabApr 09
thunderbirdApr 09
thunderbirdApr 09

20 vulnerabilities affecting 360 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities

Last processed:
2026-04-11 08:28:37 UTC


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)

Calculated hourly:
Port count 34331
Broken 99
Deprecated 179
Ignore 216
Forbidden 0
Restricted 1
No CDROM 1
Vulnerable 38
Expired 9
Set to expire 108
Interactive 0
new 24 hours 1
new 48 hours3
new 7 days59
new fortnight95
new month245

Servers and bandwidth provided by
New York Internet, iXsystems, and RootBSD
Valid HTML, CSS, and RSS. Copyright Β© 2000-2026 Dan Langille. All rights reserved.