Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-08-31 15:01:49 +00:00
archivers brotli: update to 1.0.9. 2020-08-31 08:45:44 +00:00
audio audio/fasttracker2: Updates to v1.31 2020-08-31 02:02:45 +00:00
benchmarks *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
biology *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
bootstrap Fix bootstrap on QNX 2020-08-29 20:11:21 +00:00
cad *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
chat miniircd: Fix `--help' option 2020-08-21 16:44:11 +00:00
comms *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
converters More cleanup 2020-08-27 12:41:30 +00:00
cross *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
databases py-barman: Update to 2.11. 2020-08-26 10:20:19 +00:00
devel autogen: try to fix build on Darwin with ac_cv_func_utimensat=no 2020-08-30 14:00:56 +00:00
distfiles
doc doc: Updated net/gallery-dl to 1.14.5 2020-08-31 15:01:49 +00:00
editors hexedit: update to 1.5. 2020-08-29 13:17:53 +00:00
emulators sameboy: Update to 0.13.6 2020-08-30 12:50:49 +00:00
filesystems filesystems/glusterfs: Drop netbsd-5/6 info from MESSAGE 2020-08-28 14:55:18 +00:00
finance gnucash-docs: update to 4.1. 2020-08-25 14:39:32 +00:00
fonts go-ttf: comment out master site due to dynamically generated archive. Fall back to nbftp 2020-08-30 20:29:46 +00:00
games gemrb: Update to 0.8.7 2020-08-31 12:46:21 +00:00
geography geography/gpsbabel: Adjust MASTER_SITES 2020-08-30 19:13:38 +00:00
graphics libv4l1: Disable Linux-specific things. Sort USE_*. 2020-08-30 06:28:54 +00:00
ham gr-osmosdr: drop some unused dependencies (osmo-sdr and libmirisdr) 2020-08-30 21:52:43 +00:00
inputmethod skk: Update to 17.1 2020-08-24 20:40:00 +00:00
lang rust-bin: apparently, CHECK_RELRO_SKIP takes shell patterns 2020-08-31 09:58:10 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail mail/postfix: Update to 3.5.7 2020-08-31 13:07:46 +00:00
math py-scipy12: remove; no more consumers in pkgsrc 2020-08-30 21:29:15 +00:00
mbone Updated mdd to 20190819 2020-08-30 00:35:01 +00:00
meta-pkgs gnuradio: update to 3.8.1.0. See gnuradio-core for ChangeLog. 2020-08-30 21:18:09 +00:00
misc revbump for qwt6-qt5 2020-08-30 08:06:57 +00:00
mk mk: Remove an unwanted NetBSD RCS tag. 2020-08-27 11:56:38 +00:00
multimedia Fix building multimedia/libvpx on Darwin 2020-08-30 12:33:29 +00:00
net gallery-dl: Update to 1.14.5 2020-08-31 15:01:37 +00:00
news sfeed_curses: Update to 0.9.2 2020-08-26 19:53:10 +00:00
packages
parallel *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
pkgtools Fix bootstrap on QNX 2020-08-29 20:11:21 +00:00
print tex-ifplatform depends on tex-catchfile. PKGREVISION -> 2 2020-08-26 04:14:25 +00:00
regress mk/help: fix help parser for variable names followed by comma 2020-08-04 21:46:44 +00:00
security security/Makefile: + pinentry-gnome3 2020-08-30 23:54:20 +00:00
shells shells/pbosh: Update to 20200812 2020-08-26 14:22:36 +00:00
sysutils conky: Make getting CPU freq work on more NetBSD systems (notably mine) 2020-08-30 11:04:48 +00:00
templates
textproc Update to swath-0.6.1nb3 2020-08-28 19:35:46 +00:00
time khal: update to 0.10.2. 2020-08-24 08:07:45 +00:00
wm enlightenment16: update to 1.0.22 2020-08-28 03:12:26 +00:00
www p5-Template-Toolkit: update to 3.009. 2020-08-30 20:10:04 +00:00
x11 deforaos-panel: fix wrong dependency on Gtk+ 2 2020-08-30 22:06:22 +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