Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-02-09 22:28:58 +00:00
archivers archivers/par2: update to 0.8.1. 2020-02-09 15:36:52 +00:00
audio audio/fasttracker2: Update to v1.08 2020-02-09 08:34:48 +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 Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
chat chat: Remove p5-Net-AOLIM 2020-02-06 09:14:25 +00:00
comms asterisk-sounds-native: pkglint cleanup 2020-01-27 22:21:57 +00:00
converters libcdr: update to 0.1.6. 2020-02-09 14:03:38 +00:00
cross all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
databases cleanup, suggested by wiz@ 2020-02-09 21:54:48 +00:00
devel devel/arcanist: fix pax command line used during do-install 2020-02-09 21:10:32 +00:00
distfiles
doc doc: Added databases/gramps5 version 5.1.2 2020-02-09 21:43:38 +00:00
editors nano: update to 4.8 2020-02-08 20:19:01 +00:00
emulators qemu: Disable spice by default 2020-02-07 08:39:19 +00:00
filesystems fuse: Update HOMEPAGE 2020-01-27 20:42:55 +00:00
finance py-stripe: updated to 2.42.0 2020-02-01 20:21:25 +00:00
fonts all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
games warzone2100: Resolve build issues and remove leftover GNU build system goo. 2020-02-08 22:59:32 +00:00
geography all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
graphics ImageMagick: update to 7.0.9.22. 2020-02-09 14:10:14 +00:00
ham all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
inputmethod inputmethod: Remove qt5-uim 2020-02-08 15:37:56 +00:00
lang lang/php73: disable strict configure options check for PHP modules 2020-02-09 22:01:10 +00:00
licenses licenses: Add vvvvvv-license 2020-01-20 21:15:48 +00:00
mail thunderbird: Workaround broken pthread_equal() usage 2020-02-08 22:36:24 +00:00
math (math/ellipsis) Updated to 0.3.0 2020-02-09 11:53:47 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs kde: update release-service version to 19.12.1 2020-02-02 02:31:17 +00:00
misc orca: Needs itstool 2020-02-08 15:39:21 +00:00
mk mk/configure: add configure-env target 2020-02-09 20:33:38 +00:00
multimedia Use the same Lua version for library and luac to fix runtime error 2020-02-09 11:31:35 +00:00
net net/vsftpd: migrate homepage from http to https 2020-02-09 20:58:37 +00:00
news all: migrate homepages from http to https 2020-01-26 17:30:40 +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.7 2020-02-05 04:09:00 +00:00
print print/cups-base: remove unknown configure options 2020-02-09 00:06:53 +00:00
regress regress/path: demonstrate wrong handling of PATH directories with spaces 2020-02-09 22:28:58 +00:00
security libsecret: update to 0.20.1. 2020-02-09 13:59:43 +00:00
shells all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
sysutils regen for patch-src_utils__dns.c 2020-02-08 12:16:35 +00:00
templates
textproc fix MAINTAINER to pkgsrc-users 2020-02-09 21:20:21 +00:00
time time/Makefile: Add py-trading-calendars 2020-02-06 23:33:05 +00:00
wm fluxconf: remove package 2020-01-27 22:58:05 +00:00
www (www/R-crosstalk) Deleting, sorry, already exists at textproc 2020-02-09 01:27:07 +00:00
x11 py-gtk2: remove removed patch from distinfo 2020-02-09 17:21:49 +00:00
Makefile regress: remove Makefile 2020-01-11 11:09:35 +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