Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
scole 428ab6786b Updated to 2.1.4
Aug 3, 2020: 2.1.3 improved --bison-bridge option; updated examples.
Aug 19, 2020: 2.1.4 changed IN_HEADER to yyIN_HEADER when --flex is used with --header-file; added reflex::Input::Handler event handler for custom handling of FILE* errors and non-blocking FILE* streams.
2020-08-28 19:17:15 +00:00
archivers archivers/star: Update to 1.6.1nb10 2020-08-26 13:51:36 +00:00
audio Re-enable the OSS backend. Patch cherry picked from upstream to fix the 2020-08-26 21:22:13 +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 bootstrap: Default to PREFER_PKGSRC=yes on Linux 2020-08-20 13:04:01 +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 Updated to 2.1.4 2020-08-28 19:17:15 +00:00
distfiles
doc doc: Updated textproc/ugrep to 2.5.3 2020-08-28 19:07:20 +00:00
editors emacs27-nox: Bump PKGREVISON from JSON support and emacsclient fix 2020-08-24 22:29:16 +00:00
emulators mame: update to 0.223. 2020-08-24 12:46:25 +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 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
games Cleanup 2020-08-27 12:33:34 +00:00
geography geography/gpsd: Work around three scons problems 2020-08-19 23:46:52 +00:00
graphics graphviz: default gtk option to off 2020-08-28 17:09:13 +00:00
ham add and enable gnuradio-wxgui 2020-08-27 02:47:48 +00:00
inputmethod skk: Update to 17.1 2020-08-24 20:40:00 +00:00
lang nodejs: updated to 14.9.0 2020-08-28 11:26:46 +00:00
licenses math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
mail fetchmail: Update to 6.4.8 2020-08-27 16:05:39 +00:00
math p5-Math-Systems: remove 2020-08-24 16:29:12 +00:00
mbone *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
meta-pkgs mate*: remove unintentional linkage against pkgsrc gettext-libs 2020-08-24 04:41:39 +00:00
misc libcdio-paranoia: update to 2.0.1. 2020-08-25 14:40:19 +00:00
mk mk: Remove an unwanted NetBSD RCS tag. 2020-08-27 11:56:38 +00:00
multimedia libvpx: update to 1.9.0. 2020-08-24 08:35:07 +00:00
net net/netcat6: Fix -t short option lost from optstring. 2020-08-27 14:24:08 +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 pkgin: Update to 20.8.0. 2020-08-28 16:21:09 +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 scrypt: update to 1.3.1. 2020-08-28 17:24:17 +00:00
shells shells/pbosh: Update to 20200812 2020-08-26 14:22:36 +00:00
sysutils /usr/include/xen/xenio.h is not new; so go back to simple ONLY_FOR_PLATFORM 2020-08-27 19:34:19 +00:00
templates
textproc Updated to version 2.5.3 2020-08-28 19:05:05 +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 grafana: Expand install paths. 2020-08-27 16:54:11 +00:00
x11 Needs libuuid now that fontconfig doesn't pull it in. 2020-08-27 12:26:13 +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