Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-07-26 22:37:24 +00:00
archivers Revbump all Go packages after go114 update. 2020-07-17 18:04:11 +00:00
audio strawberry: Update to 0.6.13 2020-07-26 22:37:12 +00:00
benchmarks *: Update broken sf.net HOMEPAGEs 2020-06-14 10:07:48 +00:00
biology biology/kallisto: Upgrade to 0.46.1 2020-07-23 19:22:00 +00:00
bootstrap bootstrap: Fix machine_arch detection on Apple Sillicon 2020-07-21 15:53:10 +00:00
cad (cad/qcad) Add one patch for adapting to QT update, Re: QPainterPath 2020-06-16 23:09:31 +00:00
chat Revbump all Go packages after go114 update. 2020-07-17 18:04:11 +00:00
comms py-esptool: updated to 2.8 2020-07-21 08:14:06 +00:00
converters py-simplejson: updated to 3.17.2 2020-07-20 19:14:03 +00:00
cross xtensa-esp32-elf-gcc: fix C++ relocation issue 2020-07-20 02:14:10 +00:00
databases Update to 1.78 2020-07-23 12:05:38 +00:00
devel llvm: updated to 10.0.1 2020-07-26 19:20:12 +00:00
distfiles
doc doc: Updated audio/strawberry to 0.6.13 2020-07-26 22:37:24 +00:00
editors py-jedi: updated to 0.17.2 2020-07-21 08:04:58 +00:00
emulators pkglint: fix category Makefiles 2020-07-17 06:10:34 +00:00
filesystems Update filesystems/glusterfs to 8.0 2020-07-07 01:01:27 +00:00
finance py-stripe: updated to 2.49.0 2020-07-21 21:20:35 +00:00
fonts woff2: install binaries, not just libraries. 2020-07-26 07:54:45 +00:00
games dMagnetic: update to 0.25. 2020-07-26 20:47:37 +00:00
geography geography: Add lua-mmdb 2020-07-09 10:48:58 +00:00
graphics jasper: Fix version to 2.0.17 2020-07-23 18:39:06 +00:00
ham (ham/predict) Updated to 2.2.6 2020-06-16 13:43:36 +00:00
inputmethod inputmethod/mozc-server: fix build problem 2020-06-19 05:45:30 +00:00
lang llvm: updated to 10.0.1 2020-07-26 19:20:12 +00:00
licenses licenses: Add ttyp0-license 2020-06-17 11:06:58 +00:00
mail Update to 1.20200331.1 2020-07-23 11:18:29 +00:00
math Update to 1.4.2 2020-07-23 13:56:16 +00:00
mbone Fix const issues 2020-05-14 19:26:01 +00:00
meta-pkgs pkglint: fix category Makefiles 2020-07-17 06:10:34 +00:00
misc xfce4-time-out-plugin: update to 1.1.1 2020-07-20 23:40:42 +00:00
mk mk: remove backwards compatibility for pkg_install from before 2010 2020-07-13 20:25:57 +00:00
multimedia obs-studio: make NetBSD build the vlc plugin 2020-07-19 06:57:11 +00:00
net transmission-qt: needs gcc 7.x (for <optional>) 2020-07-25 20:20:05 +00:00
news sfeed_curses: Belatedly include curses bl3 (oops) 2020-07-17 18:11:02 +00:00
packages
parallel llvm: updated to 10.0.1 2020-07-26 19:20:12 +00:00
pkgtools pkgtools/pkglint: update to 20.2.4 2020-07-23 19:09:10 +00:00
print pkglint: fix category Makefiles 2020-07-17 06:10:34 +00:00
regress show-all: fix typo in variable name 2020-07-01 09:13:12 +00:00
security heimdal: Update MASTER_SITES. 2020-07-26 09:30:14 +00:00
shells shells/pbosh: Update to 20200701 2020-07-17 11:34:59 +00:00
sysutils xfce4-quicklauncher-plugin: fix MASTER_SITES. 2020-07-26 09:38:50 +00:00
templates
textproc Update to 0.011 2020-07-23 11:02:12 +00:00
time py-arrow: updated to 0.15.8 2020-07-24 06:53:42 +00:00
wm Add wm/frankenwm 2020-07-23 19:55:19 +00:00
www firefox: remove -fexperimental-new-pass-manager from compiler flags 2020-07-24 11:31:01 +00:00
x11 gtk3: note that the patch shouldn't be upstreamed. 2020-07-23 09:09:48 +00:00
Makefile Makefile: fix outdated documentation 2020-02-12 15:04:51 +00:00
pkglocate
README.md README.md: minor adjustments 2020-01-15 16:19:22 +00:00

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.

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.

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