Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Go to file
bsiegert 5404bdcd00 Mention pullup ticket #6839 2024-03-05 14:24:44 +00:00
archivers xz: revert previous to fix fallout 2023-12-24 07:17:14 +00:00
audio quodlibet: convert to wheel.mk 2023-12-25 10:18:37 +00:00
benchmarks fetch from backup 2023-12-23 02:02:48 +00:00
biology py-macs2: add missing tool dependencies 2023-12-25 10:21:17 +00:00
bootstrap
cad ghdl: mark as BROKEN 2023-12-25 10:23:25 +00:00
chat gajim: convert to wheel.mk 2023-12-25 10:54:20 +00:00
comms update to https 2023-12-19 12:17:54 +00:00
converters fetch from backup 2023-12-23 08:09:39 +00:00
cross cross/Makefile: + 64tass 2023-09-26 21:20:42 +00:00
databases gobang: remove 2023-12-25 18:19:46 +00:00
devel Pullup ticket #6830 - requested by wiz 2024-01-08 21:29:54 +00:00
distfiles
doc Mention pullup ticket #6839 2024-03-05 14:24:44 +00:00
editors Pullup ticket #6839 - requested by nia 2024-03-05 14:24:29 +00:00
emulators update protocol 2023-12-16 11:40:47 +00:00
filesystems update master site 2023-12-23 10:05:07 +00:00
finance gnucash-docs: update to 5.5. 2023-12-17 22:40:13 +00:00
fonts fetch from backup 2023-12-23 08:49:41 +00:00
games supertux build fix: std::unique_ptr is in <memory> 2023-12-22 20:53:49 +00:00
geography pdal-lib: update to 2.5.6 2023-12-18 22:47:53 +00:00
graphics Pullup ticket #6828 - requested by schmonz 2024-01-01 10:29:55 +00:00
ham py-soapy-sdr: fix build with Python 3.12 2023-12-26 09:19:46 +00:00
inputmethod Pullup ticket #6831 - requested by ryoon 2024-01-11 16:45:39 +00:00
lang lang/python312: fix NIS detection 2023-12-28 13:12:59 +00:00
licenses licenses: remove busl-1.1-license 2023-11-18 19:01:37 +00:00
mail postfix*: update to 3.8.4 2023-12-22 17:29:17 +00:00
math Pullup ticket #6834 - requested by wiz 2024-01-19 20:15:33 +00:00
mbone fetch from backup 2023-12-22 18:31:14 +00:00
meta-pkgs xfce4: bump for xfce4-power-manager 4.18.3 2023-12-18 02:14:36 +00:00
misc calibre: make conversion of books from plain text to epub work 2023-12-24 09:10:16 +00:00
mk mk/blas.buildlink3.mk: add missing variables to effects, undef C ABI libs 2023-12-23 19:24:49 +00:00
multimedia libtheora-docs: update PLIST for latest doxygen. 2023-12-25 17:13:10 +00:00
net Pullup ticket #6836 - requested by taca 2024-02-13 16:56:43 +00:00
news Make perl dependencies conditional on "perl" package option. 2023-11-17 00:52:53 +00:00
packages
parallel fetch from backup 2023-12-24 14:37:57 +00:00
pkgtools Pullup ticket #6832 - requested by riastradh 2024-01-13 12:49:09 +00:00
print update homepage 2023-12-22 18:43:24 +00:00
regress lintpkgsrc, regress: update references to pkglint files 2023-10-16 22:21:55 +00:00
science
security Pullup ticket #6838 - requested by riastradh 2024-03-01 17:29:55 +00:00
shells fetch from backup 2023-12-22 18:28:42 +00:00
sysutils Pullup ticket #6833 - requested by bsiegert 2024-02-11 09:15:17 +00:00
templates
textproc ruby-nokogiri: make sure libxml2 is in compiler search path 2023-12-26 18:56:09 +00:00
time https 2023-12-21 02:53:53 +00:00
wm Pullup ticket #6827 - requested by gutteridge 2023-12-31 21:50:35 +00:00
www mediawiki: update to 1.41.0. 2023-12-26 11:51:03 +00:00
x11 https 2023-12-23 10:02:40 +00:00
Makefile
README.md
_NetBSD-pkgdb
pkglocate

README.md

pkgsrc

pkgsrc is a framework for building software for a variety of UNIX-like systems.

It produces binary packages, which can be managed with tools such as pkgin. pkgsrc is highly configurable, supporting building packages for an arbitrary installation prefix (the default is /usr/pkg), allowing multiple branches to coexist on one machine, a build options framework, and a compiler transformation framework, among other advanced features. Unprivileged use and installation is also supported.

pkgsrc is the default package manager for NetBSD and SmartOS. It's also supported as a first-class option in OmniOS CE and Oasis Linux.

Bootstrapping

To use pkgsrc on operating systems other than NetBSD, you first need to bootstrap:

cd pkgsrc/bootstrap
./bootstrap

Note that this is only for the most simple case, using pkgsrc's defaults.

Please consult bootstrap/README and bootstrap/README.OS for detailed information about bootstrapping.

Building packages

cd pkgsrc/category/package-name
$PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

On NetBSD, bmake is simply the built-in make tool.

To build packages in bulk, tools such as pkgtools/pbulk and pkgtools/pkg_comp can be used.

Community / Troubleshooting

Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/pkgsrc.git