Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
ryoon 4900d48fc2 openimageio: Fix POSIX shell portability issues in Makefile and alloca(3) use
* Bump PKGREVISION from use of alloca(3) supplied by copmpiler.
2020-03-17 14:19:02 +00:00
archivers archivers/ruby-zip: update to 2.3.0 2020-03-15 15:52:07 +00:00
audio tcd: fix build on Linux 2020-03-16 14:08:46 +00:00
benchmarks google-benchmark: remove -Werror 2020-03-16 14:00:58 +00:00
biology librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
bootstrap bootstrap: use $* instead of $@ where appropriate 2020-02-23 18:32:46 +00:00
cad oce: fix option check in bl3.mk file 2020-03-14 00:16:03 +00:00
chat farstream: update to 0.2.9. 2020-03-15 19:47:55 +00:00
comms lirc: add missing include 2020-03-15 21:08:41 +00:00
converters converters/fribidi: remove outdated REPLACE_BASH 2020-03-17 06:42:57 +00:00
cross (cross/cc65) Updated to 2.18 .. distinfo also updated now 2020-03-14 11:15:03 +00:00
databases deforaos-libdatabase: update to 0.0.1nb14. 2020-03-16 13:17:19 +00:00
devel SDL2: update buildlink3 2020-03-17 12:56:36 +00:00
distfiles
doc doc: Updated graphics/gnuplot to 5.2.8nb5 2020-03-17 13:42:28 +00:00
editors emacs-snapshot: needs a termcap implementation 2020-03-16 14:17:05 +00:00
emulators mednafen: Link OSS library properly when SDL2 is compiled without it. 2020-03-17 10:36:38 +00:00
filesystems filesystems/glusterfs: Exempt bash script from bashisms check 2020-03-12 23:52:37 +00:00
finance py-tryton*: put python-2.7 restriction only in those packages where it belongs 2020-03-13 20:20:48 +00:00
fonts spleen: also install PSF versions of the fonts, for the Linux console. 2020-03-11 15:11:17 +00:00
games Add nudoku. 2020-03-16 12:59:47 +00:00
geography gpsd: ppscheck(8) only gets built if we have TIOCMIWAIT (i.e. on Linux) 2020-03-15 23:06:03 +00:00
graphics openimageio: Fix POSIX shell portability issues in Makefile and alloca(3) use 2020-03-17 14:19:02 +00:00
ham ham/tqsl: Update to 2.5.1 2020-03-16 16:43:22 +00:00
inputmethod *: bump for vala 0.48.0 2020-03-11 09:53:51 +00:00
lang lang/perl5: remove obsolete SUBST actions 2020-03-17 03:45:55 +00:00
licenses Added cc-by-nc-nd-v4.0-license 2020-02-28 11:21:36 +00:00
mail dovecot2-pigeonhole: updated to 0.5.10 2020-03-15 22:52:45 +00:00
math Remove math/arpack successor math/arpack-ng 2020-03-13 07:48:57 +00:00
mbone all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
meta-pkgs meta-packages/boost: remove obsolete SUBST action 2020-03-17 03:48:24 +00:00
misc py-sniffio: PYTHON_VERSIONS_INCOMPATIBLE must go before pyversion.mk 2020-03-15 23:47:14 +00:00
mk iscsi -> iSCSI 2020-03-16 22:09:54 +00:00
multimedia mpv: remove comments 2020-03-17 11:36:04 +00:00
net syncffsd: only for NetBSD 2020-03-16 13:42:15 +00:00
news librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
packages
parallel librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
pkgtools pkgtools/pkglint: update to 19.4.11 2020-03-15 11:31:24 +00:00
print print/cups-filters: Avoid portablity check fail 2020-03-12 23:51:53 +00:00
regress mk/pkginstall/files: allow spaces in configuration file names 2020-02-11 01:59:30 +00:00
security py-google-auth: update to 1.11.3. 2020-03-15 19:56:29 +00:00
shells Register oksh in /etc/shells; ++pkgrevision 2020-03-07 21:14:45 +00:00
sysutils py-salt-pepper: updated to 0.7.6 2020-03-17 10:59:32 +00:00
templates
textproc py-ujson: updated to 2.0.2 2020-03-15 22:45:25 +00:00
time py-tryton*: put python-2.7 restriction only in those packages where it belongs 2020-03-13 20:20:48 +00:00
wm swc: Update to 0.0.0.20200228 2020-03-15 16:15:23 +00:00
www w3m: remove gdk-pixbuf option 2020-03-17 14:18:06 +00:00
x11 deforaos-libdesktop: update to 0.4.0nb3. 2020-03-16 13:22:20 +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