Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
bsiegert 23f9d8e845 Revbump packages depending on libffi after .so version change.
Requested by Matthias Ferdinand and Oskar on pkgsrc-users.
2020-03-08 16:42:24 +00:00
archivers star: Update to 1.6.1nb5 2020-03-04 11:35:10 +00:00
audio picard: update to 2.3.1. 2020-03-07 09:18:43 +00:00
benchmarks benchmarks/bonnie++: fix reference to documentation 2020-02-09 20:02:45 +00:00
biology all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bootstrap bootstrap: use $* instead of $@ where appropriate 2020-02-23 18:32:46 +00:00
cad Revert intentional commit. 2020-02-18 17:44:26 +00:00
chat py-mastodon: Update DEPENDS 2020-03-05 20:37:30 +00:00
comms comms: Remove libopensync-plugin-evolution2 2020-03-06 11:16:28 +00:00
converters *: bump PKGREVISION for poppler 0.86.1 2020-03-04 22:07:23 +00:00
cross asm6809: Fix HOMEPAGE. 2020-03-05 16:17:55 +00:00
databases Revbump packages depending on libffi after .so version change. 2020-03-08 16:42:24 +00:00
devel Revbump packages depending on libffi after .so version change. 2020-03-08 16:42:24 +00:00
distfiles
doc doc: Updated math/ruby-spreadsheet to 1.2.6 2020-03-08 16:08:01 +00:00
editors poedit: switch to official tarball 2020-03-07 11:23:16 +00:00
emulators emulators: Remove arnold. 2020-03-06 12:24:26 +00:00
filesystems fuse: Update HOMEPAGE 2020-01-27 20:42:55 +00:00
finance py-stripe: updated to 2.43.0 2020-03-03 19:04:40 +00:00
fonts fonts/ruby-ttfunk: update to 1.6.2.1 2020-03-08 15:41:16 +00:00
games gbrainy: Needs itstool 2020-03-06 12:21:02 +00:00
geography geolite2-city: remove 2020-02-26 15:28:34 +00:00
graphics graphics/ruby-mini-magick: update to 4.10.1 2020-03-08 16:00:38 +00:00
ham ham/xlog: Work around use of deprecated glib2 APIs 2020-02-28 17:52:13 +00:00
inputmethod Fix qt5 option for inputmethod/uim 2020-03-08 08:59:08 +00:00
lang Revbump packages depending on libffi after .so version change. 2020-03-08 16:42:24 +00:00
licenses Added cc-by-nc-nd-v4.0-license 2020-02-28 11:21:36 +00:00
mail mail/ruby-mime-types: update to 3.3.1 2020-03-08 16:04:22 +00:00
math Revbump packages depending on libffi after .so version change. 2020-03-08 16:42:24 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs bulk-medium: Remove jabberd1 2020-03-01 11:38:12 +00:00
misc ascii: update to 3.18. 2020-03-07 18:31:03 +00:00
mk Match indentation. 2020-03-07 15:19:20 +00:00
multimedia totem: needs msgfmt with --desktop 2020-03-06 12:43:32 +00:00
net samba4: make avahi optional 2020-03-08 12:39:27 +00:00
news sfeed: Update to 0.9.16 2020-02-23 20:32:45 +00:00
packages
parallel openmpi: Support SunOS/x86_64 inline assembly. 2020-02-06 11:28:49 +00:00
pkgtools pkgtools/pkglint: update to 19.4.10 2020-03-07 23:35:35 +00:00
print Fix build with newer cups. 2020-03-05 14:57:59 +00:00
regress mk/pkginstall/files: allow spaces in configuration file names 2020-02-11 01:59:30 +00:00
security Revbump packages depending on libffi after .so version change. 2020-03-08 16:42:24 +00:00
shells Register oksh in /etc/shells; ++pkgrevision 2020-03-07 21:14:45 +00:00
sysutils libnotify: update to 0.7.9. 2020-03-07 15:11:42 +00:00
templates
textproc py-sphinxcontrib-*: Extract tarball using bsdtar 2020-03-07 23:30:22 +00:00
time py-dateparser: updated to 0.7.4 2020-03-07 12:22:43 +00:00
wm fvwm: Remove rplay support, previously disabled by default 2020-02-26 18:09:40 +00:00
www Revbump packages depending on libffi after .so version change. 2020-03-08 16:42:24 +00:00
x11 modular-xorg-server: Put back --enable-input-thread for SunOS 2020-03-08 16:12:31 +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